-
Notifications
You must be signed in to change notification settings - Fork 154
/
mac-vendor.txt
66 lines (59 loc) · 2.39 KB
/
mac-vendor.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# mac-vendor.txt -- Ethernet vendor file for arp-scan
#
# This file contains Ethernet vendor mappings for arp-scan. These are used
# to determine the vendor for a give Ethernet interface given the MAC address.
#
# Each line of this file contains a MAC-vendor mapping in the form:
#
# <MAC-Prefix><TAB><Vendor>
#
# Where <MAC-Prefix> is the prefix of the MAC address in hex, and <Vendor>
# is the name of the vendor. The prefix can be of any length from two hex
# digits (one octet) to twelve hex digits (six octets, the entire Ethernet
# hardware address).
#
# Alphabetic hex characters [A-F] may use either upper or lower case, and
# seperator symbols such as ":", "-" and "." are ignored. This permits the
# use of standard format MAC addresses in this file.
#
# For example:
#
# 01:23:45 matches 01:23:45:xx:xx:xx, where xx represents any value;
# 01:23:45:6 matches 01:23:45:6x:xx:xx; and
# 01:23:45:67 matches 01:23:45:67:xx:xx.
#
# Do not include entries from the IEEE OUI listings, as these are already in
# the file ieee-oui.txt, which is automatically used by arp-scan. See
# get-oui(1) for details of how to update the OUI listings.
#
# The order of entries in this file are not important.
#
# arp-scan will attempt to match larger prefixes before trying to match
# smaller ones, and will stop at the first match.
#
# Blank lines and lines beginning with "#" are ignored.
#
# See the mac-vendor(5) manpage for more information.
#
# From nmap Debian bug report #369681 dated 31 May 2006
52:54:00 QEMU
b0:c4:20 Bochs
# From RFC 5798: "IPv4 case: 00-00-5E-00-01-{VRID}"
# OpenBSD's CARP protocol uses VRRP's IPv4 MAC addresses.
00:00:5e:00:01 VRRP/CARP (last octet is VRID/VHID)
# From RFC 5798: "IPv6 case: 00-00-5E-00-02-{VRID}"
00:00:5e:00:02 IPv6 VRRP (last octet is VRID)
# OpenBSD ether_fakeaddr()
fe:e1:ba:d OpenBSD randomly generated MAC address
# Microsoft WLBS (Windows NT Load Balancing Service)
# http://www.microsoft.com/technet/prodtechnol/acs/reskit/acrkappb.mspx
02:bf Microsoft WLBS (last four octets are IP address)
# Cisco HSRP (Hot Standby Routing Protocol)
# 00-00-0c-07-ac-XX, where XX is the HSRP group number (0 to 255)
00:00:0c:07:ac HSRP (last octet is group number)
# Ethernet broadcast address
ff:ff:ff:ff:ff:ff Broadcast
# You can add local MAC address/name mappings to this file. There should be
# a TAB character between the MAC address and the name.
#
# Put any local additions after this line.