EH-Net

Resources => Links to cool sites. => Topic started by: don on April 23, 2006, 12:51:06 AM



Title: MAC Address Vendor Lookup
Post by: don on April 23, 2006, 12:51:06 AM
For you newbies out there, every network interface card (NIC) has its own unique identifier called a MAC Address. How to find your MAC Address. (http://coffer.com/mac_info/) A MAC Address is made up of 6 bytes. The first 3 bytes (6 characters) identifies the vendor. You may need to one day know what vendor made the card based on MAC Address. Of course, MAC Addresses can be spoofed, but the items below will come in handy anyway:

Vendor Lookup by xx:xx:xx:
http://standards.ieee.org/regauth/oui/index.shtml
http://coffer.com/mac_find/

Download the entire public OUI listing:
http://standards.ieee.org/regauth/oui/oui.txt

Don

PS - But how do I change / spoof MAC Addresses? Here's a little extra tidbit for you... (http://www.tech-faq.com/change-mac-address.shtml)


Title: Re: MAC Address Vendor Lookup
Post by: AstomMar on July 21, 2011, 06:19:08 AM
Thanks don,

One another online tool to find a vendor mac address database (http://www.base64online.com/mac_address.php?).


Title: Re: MAC Address Vendor Lookup
Post by: MaXe on July 22, 2011, 11:59:51 AM
PS - But how do I change / spoof MAC Addresses? Here's a little extra tidbit for you... (http://www.tech-faq.com/change-mac-address.shtml)

There's a manual way in Linux, and there's macchanger  ;D

Macchanger also supports listing Macs and thereby also vendors. With some one-line CLI kung-fu you can easily find a vendor like Echelon, etc  ;D

Note: It is also possible to do a reverse lookup with macchanger, just use the first 3 (hexadecimal) bytes and you'll be good!  ;)