Mac Oui Database Download

MAC (OUI) Database FREE This application is a database of Organizational Unique Identifiers (OUIs). OUIs are the first 24 bits of a MAC address (Bluetooth or Ethernet). With this app you can see which company owns a MAC (e.g. 00:09:2D for HTC).

  1. Mac Oui Database Downloads
  2. Mac Oui Lookup
  3. Access Database Download
  4. Database
  5. Ieee Oui Database
  6. Database Download Free
  • I have found some tools that seems to update the OUI MAC address vendor database on my system, like get-oui, airodump-ng-oui-update or update-oui: update-oui(8) OUI. Stack Exchange Network Stack Exchange network consists of 178 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn.
  • Note: Excluding a MAC OUI from being used for matching purposes does not stop a MAC address from being displayed multiple times (duplicated) as a property in the System Tree. The McAfee Agent collects information about the installed MAC address and reports it to McAfee ePO; this is expected in an environment where multiple machines have the.

The IEEE oui.txt file has become somewhat inconsistent over the years and subsequently requires subvention for use in network infrastructure documentation and reporting. In response to this we have produced a daily sanitized edition that is available for download in bzip2, gzip, Zip and ASCII text.

Our sanitizing process performs Title Case conversion of legacy all UPPERCASE OUI records, fixes for vendor name inconsistencies, spelling corrections, removal of superfluous and erroneous data artifacts that have crept into the original daily generated IEEE oui.txt over time.

The oui.txt file is located in /usr/share/misc/ on most Linux distributions.


oui.txt Downloads

Sanitized oui.txt.bz2Sun, 03 Oct 2021 03:10:22 -0300 • 901.9 kB (901,859 bytes)bzip2

Sanitized oui.txt.gzSun, 03 Oct 2021 03:10:22 -0300 • 1.3 MB (1,258,535 bytes)gzip

Sanitized oui.txt.zipSun, 03 Oct 2021 03:10:22 -0300 • 1.3 MB (1,258,673 bytes)Zip

Sanitized oui.txtSun, 03 Oct 2021 03:10:22 -0300 • 4.6 MB (4,580,258 bytes)ASCII

Orig. IEEE oui.txtUpdated daily and available on the IEEE website • ASCII


Sanitized IEEE OUI Data (oui.txt) Update Client Download

Sanitized IEEE OUI Data (oui.txt) Update Client sanitized-oui.txt-update v1.03
Tue, 09 Jul 2019 10:30:12 -0300 • 4.0 kB (4,039 bytes)bash shell script


oui.txt Comparison

A juxtaposition comparison of the original and sanitized oui.txt files can be attained using sdiff from the GNU diffutils package.

Ouisdiff -Wia original_oui.txt sanitized_oui.txt | less

Nmap MAC Prefixes

We also maintain and have made available a nmap-mac-prefixes file created from the sanitized oui.txt edition with abridging vendor name logic applied.

nmap-mac-prefixes Download

nmap-mac-prefixes Sun, 03 Oct 2021 03:10:25 -0300 • 560.1 kB (560,123 bytes) • ASCII


Nmap MAC Address Scan

The nmap-mac-prefixes file is used by Nmap to output meaningful OUI vendor names for MAC addresses it detects by matching the three-byte prefix taken from the MAC address and looking for a match in nmap-mac-prefixes file. It's also used in other nmap features. The Nmap nmap-mac-prefixes file can typically be found in /usr/share/nmap/ on most Linux distributions.

An example of this can be seen by performing a nmap scan of a local network. In this example the 192.168.0.0/24 LAN segment is scanned using the following:

nmap -n -sP -PS -PE -PP -PM 192.168.0.0/24 | grep MAC
ephor ~ # nmap -n -sP -PS -PE -PP -PM 192.168.0.0/24 | grep MACMAC Address: XX:XX:XX:XX:XX:XX (Cisco)MAC Address: XX:XX:XX:XX:XX:XX (AOpen)MAC Address: XX:XX:XX:XX:XX:XX (ASUS)MAC Address: XX:XX:XX:XX:XX:XX (Intel)MAC Address: XX:XX:XX:XX:XX:XX (Linksys)MAC Address: XX:XX:XX:XX:XX:XX (Dell)MAC Address: XX:XX:XX:XX:XX:XX (Dell)MAC Address: XX:XX:XX:XX:XX:XX (HP)MAC Address: XX:XX:XX:XX:XX:XX (HP)MAC Address: XX:XX:XX:XX:XX:XX (Intel)MAC Address: XX:XX:XX:XX:XX:XX (OKI Electric)MAC Address: XX:XX:XX:XX:XX:XX (D-Link)MAC Address: XX:XX:XX:XX:XX:XX (Kingston)MAC Address: XX:XX:XX:XX:XX:XX (Dell)MAC Address: XX:XX:XX:XX:XX:XX (Brother)MAC Address: XX:XX:XX:XX:XX:XX (Xerox)ephor ~ # _
Mac Oui Database Download

Arpwatch ethercodes.dat

Arpwatch is an Ethernet monitor tool by Network Research Group (NRG). The ethercodes.dat distributed with the NRG Arpwatch package archive is somewhat dated, Jul 22, 2006. The format of this data file is similar enough to the nmap-mac-prefixes file that it is rather trivial to generate an updated ethercodes.dat from it.

See Updating ethercodes.dat Ethernet vendor codes on the DTU IT Wiki for a working example.

The ethercodes.dat file can be found in /usr/share/arpwatch/ or /var/lib/arpwatch/ on most installations.

ethercodes.dat Download

ethercodes.dat Sun, 03 Oct 2021 03:10:25 -0300 • 652.4 kB (652,415 bytes) • ASCII


Mac Oui Database Downloads


Arp-scan ieee-oui.txt

Arp-scan is a local network ARP host scanning and fingerprinting tool.

The arp-scan package provides a Perl script to update it's ieee-oui.txt file. The default URL is that of the original IEEE oui.txt data. The -u parameter for get-oui can be used to specify the URL to fetch the raw OUI data from instead of the default.

Updating arp-scan ieee-oui.txt

The arp-scan ieee-oui.txt data file in /usr/share/arp-scan/ or /usr/local/share/arp-scan/ can be updated with the latest sanitized oui.txt data with the following:

cd /usr/share/arp-scan/ && get-oui -u https://linuxnet.ca/ieee/oui.txt

If you've recently updated the oui.txt file on the localhost, you can update the arp-scan /usr/share/arp-scan/ieee-oui.txt file using the local oui.txt file as follows:

cd /usr/share/arp-scan/ && get-oui -u file:///usr/share/misc/oui.txt

Mac Oui Lookup

Alternative arp-scan using nmap-mac-prefixes

The arp-scan ieee-oui.txt file shares the same format as the nmap-mac-prefixes file and thus it can be used with arp-scan using the --ouifile option.

arp-scan --ouifile=/usr/share/nmap/nmap-mac-prefixes -lI eth0Ouiluger ~ # arp-scan --ouifile=/usr/share/nmap/nmap-mac-prefixes -lI eth0Interface: eth0, datalink type: EN10MB (Ethernet)Starting arp-scan 1.9.5 with 256 hosts (https://github.com/royhills/arp-scan)192.168.0.1 XX.XX.XX.XX.XX.XX Cisco192.168.0.2 XX.XX.XX.XX.XX.XX Netgear192.168.0.3 XX.XX.XX.XX.XX.XX Netgear192.168.0.4 XX.XX.XX.XX.XX.XX Ubiquiti192.168.0.5 XX.XX.XX.XX.XX.XX Ubiquiti192.168.0.6 XX.XX.XX.XX.XX.XX Ubiquiti192.168.0.10 XX.XX.XX.XX.XX.XX Linksys192.168.0.11 XX.XX.XX.XX.XX.XX HP192.168.0.15 XX.XX.XX.XX.XX.XX HP192.168.0.20 XX.XX.XX.XX.XX.XX Apple192.168.0.21 XX.XX.XX.XX.XX.XX Apple192.168.0.22 XX.XX.XX.XX.XX.XX ASUS192.168.0.39 XX.XX.XX.XX.XX.XX ASUS192.168.0.40 XX.XX.XX.XX.XX.XX VMware192.168.0.41 XX.XX.XX.XX.XX.XX Ooma192.168.0.42 XX.XX.XX.XX.XX.XX Dell192.168.0.43 XX.XX.XX.XX.XX.XX Dell192.168.0.44 XX.XX.XX.XX.XX.XX Dell192.168.0.45 XX.XX.XX.XX.XX.XX ASUS192.168.0.100 XX.XX.XX.XX.XX.XX Dell192.168.0.105 XX.XX.XX.XX.XX.XX WD192.168.0.107 XX.XX.XX.XX.XX.XX HP192.168.0.108 XX.XX.XX.XX.XX.XX Epson192.168.0.220 XX.XX.XX.XX.XX.XX Samsung192.168.0.225 XX.XX.XX.XX.XX.XX Samsung192.168.0.226 XX.XX.XX.XX.XX.XX Huawei26 packets received by filter, 0 packets dropped by kernelEnding arp-scan 1.9.5: 256 hosts scanned in 1.885 seconds (135.81 hosts/sec). 26 respondedluger ~ # _

Access Database Download

About MAC Address Lookup Tool

MAC Address Lookup Tool searches your MAC Address or OUI in mac address vendor database. The MAC Address vendor database consists of a list of mac addresses of all devices manufactured till date. Finding the mac address from this database tells us which manufacturer originally manufactured this device and what is the prefix, postfix of a given mac address, moreover it tells us what country was this device manufactured. All this information is useful if you want to verify the generated mac address with the original vendor of this device in OUI vendor database.

Database

What is a MAC Address?

MAC Address or media access control address is a unique ID assigned to network interface cards (NICs). It is also known as a physical or hardware address. It identifies the hardware manufacturer and is used for network communication between devices in a network segment. MAC Address usually consists of six groups of two hexadecimal digits.

The network adapters or network interface cards always come with a MAC address which is fed into hardware, usually in read-only memory (ROM), or BIOS system. The physical address is stored into the NIC by its manufacturer, that is why this address is also called a burned-in address (BIA) or ethernet hardware address. There are several NIC manufacturers; some well-known of them are Dell, Cisco, Belkin.

What is an OUI?

The first three sets of two hexadecimal numbers in a MAC Address identifies the card manufacturer, and this number is called OUI (organizationally unique identifier). OUI is always the same for NICs manufactured by the same company. For example, let's say a network card manufactured by dell has a physical address: 00-14-22-04-25-37, in this address, 00-14-22 is the OUI of Dell which identifies that the device is by Dell. It may be interesting for you to know that all the OUIs are registered and assigned to the manufacturers by IEEE.

How to Find MAC Address?

To find MAC Address, see the instructions given below for popular operating systems.

How to Find MAC Address in Windows?

Ieee Oui Database

  • Go to Command Prompt
    • Press Windows + R
    • Type cmd and press Enter
    • OR

    • Click Start Button
    • Type cmd and press Enter
  • In Command Prompt, type ipconfig/all and press Enter
  • And locate for the 'Physical Address' or 'HWaddr' field. The Physical Address should be in format M:M:M:S:S:S. For example: 00-14-22-04-25-37

Database Download Free

How to Find MAC Address in MacOS?

  • Click on Apple Menu (usually on top left corner), and click System Preferences
  • In System Preferences, click View menu and select Network
  • In the Network window that just opened, click the Wi-Fi, Ethernet, or Airport icon on left.
  • Now click Advanced on bottom right.
  • From the upper menu, click Hardware, and look for MAC Address field.
  • Your MAC Address should be in the format: M:M:M:S:S:S. For example: 00-14-22-04-25-37

How to Find MAC Address in Linux or Unix?

  • Perform the following as super user (or with appropriate permissions)
    • Type ifconfig -a
    • Look for 'eth0'. This is your default ethernet adapter
    • Now locate the field 'HWaddr'. The value displayed next to it is your MAC Address.
    • Your MAC Address should be in this format: 00-14-22-04-25-37

How to Find MAC Address in iOS?

  • Open Settings app.
  • Tap on General option in settings.
  • Now tap on About option.
  • Locate the field Wi-Fi Address
  • The value against this field is your MAC Address
  • Your MAC Address should be in the format: M:M:M:S:S:S. For example: 00-14-22-04-25-37

Finding a MAC Address in Android

  • Method 1:
    • Open Settings app.
    • Select the option Wireless & Networks
    • Select Wi-Fi Settings
    • Select Advanced, and your wireless network card's MAC Address should appear here.
  • Method 2:
    • Open Settings app.
    • Select the option About Device
    • Tap on the option Hardware Info
    • Select Advanced, and your wireless network card's MAC Address should appear here.