Is it possible to recognise hardware (router or network card) just by its MAC address?

2

Just wondering if that is possible. Are there any naming conventions that would allow one to deduce whether the MAC address belongs to a router (of a specific brand), or a network card, etc..

user119287

Posted 2012-05-11T08:00:30.017

Reputation:

1Note that most NICs allow modification of their MAC address. Although this is not too common a practice, it means that you can't positively identify the device just by its MAC address. If you're looking for 90% certainty, the MAC address is good enough. – Piskvor left the building – 2012-05-11T08:35:11.400

Answers

7

You can find the manufacturer of the device.

The first 6 hex digits of a MAC address contains the ID number of the adapter manufacturer. you can look the manufacturer here

some what older documentation here

Nmap contains an extensive file with this table aswell

Sibster

Posted 2012-05-11T08:00:30.017

Reputation: 784

2

The first 6 characters of a MAC address identify it's the manifacturer of the NIC (the lan adapter). So by finding the NIC's manifacturer you could possibly identify the brand of the device, but it's not a 100 % because the Device could be assembled fromvarious parts , produced by other companies.

Hextht

Posted 2012-05-11T08:00:30.017

Reputation: 311

1

You can easily identify it by using some free software. TMAC is pretty cool. It allows you to change your MAC address as well, so it exemplifies why you can't always rely on the MAC address for deducing what is the device containing it.

OverAchiever

Posted 2012-05-11T08:00:30.017

Reputation: 275