Addressing & Routing

MAC Address Lookup — Identifying Hardware by Its Prefix

The first half of a MAC address identifies the manufacturer that registered it, and this resolves that prefix to a name. It is the quickest way to attach an identity to a device that appears on a network with no hostname, no documentation and no obvious owner.

Why run it

When something unfamiliar shows up on a network, the manufacturer is usually enough to identify it in practice — a printer, a particular vendor's access point, a virtualisation platform's synthetic adapter, somebody's laptop. That is normally sufficient to decide whether it belongs there. Recognising virtualisation prefixes is separately useful, since it distinguishes a physical device from a virtual machine at a glance.

Why automate it

Enriching device inventories automatically turns an unreadable list of hardware addresses into something a person can scan, and that is the difference between an inventory that gets reviewed and one that does not. Worth knowing about the limits, though: modern client devices randomise their MAC addresses by default for privacy, so a growing share of what you see will resolve to nothing at all. That is expected behaviour rather than a suspicious device, and a lookup that treats unknown prefixes as alarming will produce mostly noise.

What it gives you

Fast identification of unknown hardware from the one identifier you always have. Applied across an inventory it makes the list legible, with the caveat that address randomisation limits how much it can tell you about client devices.

Related checks in Addressing & Routing