Key Facts
- Category
- Developer & Web
- Input Types
- select, text, number
- Output Type
- html
- Sample Coverage
- 3
- API Ready
- Yes
Overview
The MAC OUI Vendor Lookup tool allows you to instantly identify the manufacturer of any network device using its MAC address, or reverse-search a company name to retrieve all its registered IEEE OUI blocks. Operating entirely offline against a bundled database of over 39,000 OUI blocks, it decodes MAC address formats, identifies address types such as UAA, locally administered, or multicast, and provides clean format conversions.
When to Use
- •When analyzing network traffic logs or ARP tables and you need to identify the physical manufacturers of connected devices.
- •When auditing network security and verifying whether MAC addresses belong to legitimate hardware vendors or are locally administered/randomized.
- •When researching hardware vendor allocations to find all OUI blocks registered to a specific company like Apple, Cisco, or Intel.
How It Works
- •Select your lookup mode: choose 'MAC address → vendor' to identify a manufacturer, or 'Company name → OUI list' to find registered blocks.
- •Enter your input, which can be a MAC address in any standard format (colon, hyphen, Cisco dot notation, or raw hex) or a company name.
- •The tool parses the input offline against the IEEE OUI database, decodes the U/L and I/G bits to determine the address type, and outputs the matching vendor details or OUI list.
Use Cases
Examples
1. Identify the Manufacturer of a Network Device
Network Administrator- Background
- A network administrator notices an unfamiliar MAC address (00:1B:21:3C:4D:5E) in the router's DHCP client list and needs to verify the hardware vendor.
- Problem
- Identifying the manufacturer and address type of a specific MAC address.
- How to Use
- Select the 'MAC address → vendor' mode, enter '00:1B:21:3C:4D:5E' into the input field, and run the lookup.
- Example Config
-
{ "mode": "forward", "input": "00:1B:21:3C:4D:5E", "maxResults": 50 } - Outcome
- The tool identifies the OUI as belonging to Intel Corporation, displays their registered address, and confirms it is a globally unique (UAA) unicast address.
2. Find All OUI Blocks Registered to Apple
Security Analyst- Background
- A security analyst is configuring a network monitoring tool to automatically flag or categorize Apple devices based on their MAC address prefixes.
- Problem
- Retrieving a complete list of OUI blocks registered to Apple.
- How to Use
- Select the 'Company name → OUI list' mode, enter 'Apple' in the input field, set the maximum results to 100, and execute the search.
- Example Config
-
{ "mode": "reverse", "input": "Apple", "maxResults": 100 } - Outcome
- The tool returns a grouped list of all OUI blocks registered to Apple, allowing the analyst to copy the prefixes for their monitoring rules.
Try with Samples
networkRelated Hubs
FAQ
What formats of MAC addresses does the tool support?
The tool supports all common MAC address formats, including colon-separated (00:1A:2B:3C:4D:5E), hyphen-separated (00-1A-2B-3C-4D-5E), Cisco dot notation (001a.2b3c.4d5e), and raw hexadecimal strings.
What is the difference between UAA and locally administered MAC addresses?
A Universally Administered Address (UAA) is globally unique and assigned by the IEEE to the manufacturer. A locally administered address is generated by software (like VMs or mobile MAC randomization) and will not appear in the IEEE OUI database.
Does this tool require an active internet connection?
No, the tool runs entirely offline in your browser using a bundled copy of the IEEE OUI database containing over 39,000 registered blocks.
Why does a valid MAC address show as 'not found' or unknown vendor?
This usually happens if the MAC address is locally administered (randomized), or if it belongs to a newer small-block allocation (MA-M, MA-S, or IAB) that falls outside the classic 24-bit OUI prefix matching.
How many results can I retrieve when reverse-searching by company name?
You can configure the tool to return up to 500 matching OUI blocks per search, grouped by the registered organization name.