MB Networks
TOOL-18 · Network
Identify the manufacturer of any network device from its MAC address via the IEEE OUI database.
Examples
How it works: The first 3 octets (24 bits) of a MAC address form the OUI (Organizationally Unique Identifier), assigned by the IEEE to manufacturers. Lookups run entirely in your browser against the bundled IEEE MA-L OUI database (~39,000 entries). No data is sent anywhere.
The first three octets of a MAC address (the OUI, Organizationally Unique Identifier) are assigned by the IEEE to a specific manufacturer and never change across that vendor's devices — the last three octets are unique to the individual device. Looking up the OUI tells you who made the network interface, which is often enough to identify an unlabeled device on your network (a Raspberry Pi, a specific NAS vendor, a phone manufacturer) without any other information.
The OUI database is a bundled local file, not a live lookup against IEEE's servers — so this works without a network request and won't leak which devices you're investigating to any third party. The tradeoff is the database is a point-in-time snapshot; very recently registered OUIs may not be included yet.
No — the OUI identifies only the manufacturer (e.g. Apple, Raspberry Pi Foundation, TP-Link), not the specific model or device. Some larger vendors also register multiple OUI blocks for different product lines, but this tool can't distinguish between them from the MAC alone.
Modern phones and laptops (iOS, Android, Windows) increasingly randomize their MAC address per network by default, specifically to prevent this kind of tracking/identification. A randomized MAC won't match any real vendor's OUI in the database, which is the intended privacy behavior working as designed, not a lookup failure.
No — the OUI database is a local file bundled with the page, and the lookup runs entirely in your browser with zero network requests.
Related tools
Networking
CIDR Aggregator
Paste a list of IP addresses or CIDR blocks and get the minimal set of CIDR ranges that covers them all. Useful for firewall ACLs and route summarization.
Open →Networking
DNS Lookup
Look up DNS records, domain registration (RDAP/WHOIS), and IP geolocation for any domain or IP address. No install, no sign-up.
Open →Networking
HTTP Status Code Reference
Searchable HTTP status code reference with descriptions, common causes, and usage notes. Filter by category: 2xx, 3xx, 4xx, 5xx.
Open →Networking
PoE Budget Calculator
Add your PoE devices and check total draw against your switch's power budget — with common PoE class presets for APs, cameras, and phones.
Open →Networking
Port Number Reference
Searchable reference of well-known TCP and UDP port numbers with service names and descriptions. Filter by protocol or port range.
Open →Networking
IPv4 Subnet Calculator
Enter any IPv4 address and prefix length to instantly see network address, broadcast, usable hosts, subnet mask, wildcard mask, and a bit-level breakdown. Works for any /0–/32.
Open →Data from the IEEE MA-L OUI registry · SysAdmin Toolbelt