It's quite common to need to access wireless equipment settings but have lost the login and password for the admin panel. Owners often forget which one brands The device is installed in their home, especially if the router was configured by a provider technician or purchased used. Standard stickers on the device can wear off, peel off, or be painted over, making finding the right model a real puzzle.
Fortunately, each network device broadcasts unique identifiers that allow its origin to be determined even without physical access to the rear panel. Knowing the exact model router This is critical for finding the latest firmware, port configuration instructions, or troubleshooting conflicts on a home network. In this article, we'll explore all available hardware identification methods using only software and standard operating system functions.
There are several levels of identification: from simple network name analysis to deep analysis of MAC addresses and Vendor ID. SSID (network name) often contains clues, but it can't be relied upon entirely, as the user may have renamed the network. A more reliable method is to analyze the hardware address, which is strictly tied to the chipset manufacturer at the factory.
Analyzing the wireless network name (SSID)
The simplest and most obvious way to perform initial identification is to carefully examine the list of available Wi-Fi networks. Many manufacturers set this as the default setting. SSID, containing the brand name or model of the device. For example, networks with the prefix Keenetic, ASUS, TP-Link_XXXX or Mikrotik They immediately point to a specific vendor. This works if the router owner didn't change the default settings during the initial installation.
However, you can't rely solely on the network name. Experienced users often change it. SSID to neutral names like "Home_Network" or "Guest_WiFi" to hide information about your home network structure from prying eyes. In such cases, the network name becomes a useless indicator, and more technical analysis methods are required.
However, even a changed name can contain hidden clues. Some firmware adds suffixes indicating support for certain standards, for example, _5G or _ProIf you see a network with a name ending in _Setup, this often indicates that the router is in initial setup mode, and its model can be determined through a temporary access point.
⚠️ Attention: Don't try to connect to other people's open networks with suspicious names in an attempt to find out their router model. This may violate computer security laws. Only analyze networks you own or are authorized to test.
Identifying the manufacturer by MAC address
The most reliable technical way to find out the brand of a router is to analyze it MAC addressesThis 48-bit identifier is assigned to the network interface during manufacturing and consists of two parts. The first three bytes (the first 6 characters in hexadecimal notation) represent OUI (Organizationally Unique Identifier) is a unique identifier of an organization to which a block of addresses is assigned.
Knowing the first 6 characters of an access point's MAC address can help you pinpoint the manufacturer. For example, addresses starting with 00:14:2C, belong to the company TP-Link, and on 00:1C:BF — UbiquitiThere are dedicated online IEEE databases and reference books that allow you to instantly decode this prefix and identify the equipment vendor.
To obtain a router's MAC address without connecting to it, you can use command-line tools or specialized air-scanning software. In Windows, if you're within range of the network, you can view the BSSID (which is often the same as the access point's MAC address) via the command line, even without connecting to Wi-Fi.
What is a BSSID and how is it different from a MAC?
The BSSID (Basic Service Set Identifier) is typically the MAC address of the router's wireless interface. In home networks with a single access point, they are identical. In corporate networks with multiple access points, the BSSID may differ, but the vendor prefix (OUI) remains the same.
There are many free online services where you can enter the first six characters of a MAC address. Popular ones include Wireshark OUI Lookup, MAC Vendor Lookup, and others. Simply enter the value in the following format: 00-1A-2B or 001A2B, and the system will display the name of the company that owns the address block. This allows us to determine with a high degree of certainty whether the device is a product Zyxel, Netgear or another brand.
Using the Windows Command Prompt
For operating system users Windows There is no need to install additional software to obtain technical information about available networks. Built-in utility netsh provides a powerful tool for diagnosing wireless connections. It can display a detailed list of all networks visible to your adapter, along with their BSSIDs.
First, you need to launch the command prompt as administrator. Then, enter the command to display a list of profiles and networks. However, to see the BSSIDs of networks you're not connected to, it's better to use the scan command. This will show the SSID, channel, security type, and, most importantly, the BSSID of the network you're interested in.
netsh wlan show networks mode=bssid
In the output of this command, find the desired network name (SSID). It will be listed below it. BSSID. This is the address we use to determine the manufacturer, as described in the previous section. If the computer is already connected to the network, you can use the command netsh wlan show interfaces, where the "BSSID" field will contain the address of the current access point.
The resulting address can be immediately copied and checked against the OUI database. This method is especially useful for system administrators who need to quickly inventory office equipment or identify rogue access points installed by employees. The accuracy of brand identification in this case depends solely on the integrity of the chipset manufacturer embedded in the device.
Android and iOS apps
Mobile devices provide an even more convenient interface for analyzing the Wi-Fi environment. For the platform Android There are many scanner apps available such as WiFi Analyzer, Fing or Network ScannerThese programs not only display signal strength and channel, but also often automatically identify the device manufacturer by MAC address, displaying the logo or brand name directly in the network list.
For users iOS (iPhone, iPad) are less fortunate due to Apple's security restrictions. Standard apps don't have access to the full list of BSSIDs of nearby networks unless the phone is connected to them. However, if you're already connected to the router's network, the app Fing or Network Analyzer will be able to show detailed information about the gateway (router), including its MAC address and frequently identified model.
Here is a list of popular features that can help with smartphone identification:
- 📱 Automatic recognition: Many applications have built-in OUI databases and immediately write "TP-Link" or "Apple" next to the device.
- 📡 Signal graphs: help to understand which physical router (if there are several) corresponds to a specific MAC address, based on the signal strength.
- 🔍 Port scanning: Some advanced scanners may try to identify the model by open ports or service banners if the device is accessible on the network.
⚠️ Attention: On modern versions of Android (starting with 10) and iOS, access to the real MAC address may be limited by randomization features. To scan the surroundings, use the mode where the phone acts as a scanner rather than a client, or connect to the network to obtain accurate gateway information.
Specialized software for PCs
For deep analysis and professional work with wireless networks on a computer, there are powerful utilities. Acrylic Wi-Fi Home or inSSIDer allow you to study the airwaves in detail. They display not only the SSID and BSSID, but also additional technical information, such as supported standards (802.11ac, ax), channel width, and even vendor-specific elements in management frames.
The legendary utility deserves special attention. Aircrack-ng (in particular, the module airodump-ng), which is the de facto standard for security auditing. It displays raw packet data, where frame headers often contain hardware vendor information (PWR, Beacons). Although the utility's text-based interface requires skill, it provides the most reliable data, ignoring software obfuscation.
Also worth mentioning WiresharkThis is a traffic analyzer that can intercept packets. If you run sniffing in monitor mode, you can see the beacon frames that the router constantly sends. These frames contain a field Vendor Specific, which may contain unique model or firmware identifiers, giving away the device completely.
☑️ Checking router information
Using this software requires installing drivers for the wireless adapter that support monitor mode. Not all USB dongles can operate in this mode, so for serious diagnostics, an external adapter with chipsets is often required. Atheros or Ralink. But for simple brand identification, a standard laptop adapter in combination with Acrylic Wi-Fi.
Table of popular MAC address prefixes
For quick reference, it's helpful to know the main MAC address prefixes of popular router manufacturers. Below is a table of the most common OUIs. Keep in mind that major brands may have multiple address blocks, but the basic prefixes remain the same for years.
| Prefix (OUI) | Manufacturer | Examples of models |
|---|---|---|
| 00-14-2C | TP-Link | Archer C6, TL-WR740N |
| 00-1A-2B | ASUS | RT-N10P, RT-AC51U |
| 00-1D-61 | D-Link | DIR-300, DIR-615 |
| 00-1C-BF | Ubiquiti | UniFi AP, EdgeRouter |
| 00-24-D2 | Cisco/Linksys | WRT54G, E series |
Having this table at hand allows you to instantly identify the MAC address by simply looking at the first digits of the MAC address. If you see an address starting with 00:1D:61, you can confidently say that this is equipment D-LinkThis speeds up the process of finding drivers or reset instructions.
It's worth noting that some OEMs (companies that produce devices under other brands) may use the same chipsets. However, the OUI usually matches the brand under which the device is sold or the manufacturer, which still narrows down the search. In rare cases, if the router is reflashed with an alternative OS (for example, OpenWrt), the MAC address may remain the factory one, but the software part may change.
Frequently Asked Questions (FAQ)
Is it possible to find out the exact model of the router, not just the brand?
Find out the exact model (for example, RT-N12 VP instead of just ASUS) It's extremely difficult to determine a device using only a Wi-Fi signal unless this information is embedded in the extended fields of Beacon frames. Typically, the MAC address alone can only determine the manufacturer. The exact model can often be guessed based on the default SSID (if it hasn't changed) or by open ports and the web interface, but there's no guaranteed way to determine the device without access to the admin panel.
What to do if the MAC address is randomized?
Modern devices (clients) can use random MAC addresses for privacy. However, router An access point almost always broadcasts its real, factory-set MAC address in management frames (Beacons) so that clients can find it. Randomization applies to the address of your phone/laptop when connecting, but not the address of the base station itself.
Will identifying the brand help hack Wi-Fi?
No, knowing the router brand alone doesn't provide the keys to the network. However, it can indicate which vulnerabilities (exploits) are theoretically possible for this model if it's running older firmware. This information is used by security specialists for audits, but for the average user, it's simply a way to find the correct manual.
Why isn't my address in the OUI database?
This can happen for several reasons: the database is outdated, the manufacturer has changed (due to a company acquisition), or a local address is being used (the second bit of the first byte is 1). This also happens with cheap Chinese routers that use illegally copied or random MAC addresses.