Use MAC Address to Identify Laptop Model?
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Is it possible to use the first 6 characters (D8:9D:67) of a MAC address to learn the model/version of the device? For example, this MAC address belong to Hewlett Packard. But they manufacture printers, laptops, desktops, tablets, etc... Are there any public databases to help give some idea what kind of device the MAC address belongs to?
network privacy penetration-test hardware mac-address
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
Is it possible to use the first 6 characters (D8:9D:67) of a MAC address to learn the model/version of the device? For example, this MAC address belong to Hewlett Packard. But they manufacture printers, laptops, desktops, tablets, etc... Are there any public databases to help give some idea what kind of device the MAC address belongs to?
network privacy penetration-test hardware mac-address
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Is it possible to use the first 6 characters (D8:9D:67) of a MAC address to learn the model/version of the device? For example, this MAC address belong to Hewlett Packard. But they manufacture printers, laptops, desktops, tablets, etc... Are there any public databases to help give some idea what kind of device the MAC address belongs to?
network privacy penetration-test hardware mac-address
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Is it possible to use the first 6 characters (D8:9D:67) of a MAC address to learn the model/version of the device? For example, this MAC address belong to Hewlett Packard. But they manufacture printers, laptops, desktops, tablets, etc... Are there any public databases to help give some idea what kind of device the MAC address belongs to?
network privacy penetration-test hardware mac-address
network privacy penetration-test hardware mac-address
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 3 hours ago
user188531
61
61
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user188531 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
A mac address doesn't identify a specific model of a device, but rather the the likely manufacturer. IEEE is the registration authority that contains a list of manufacturer prefixes.
This will ONLY tell you the likely vendor of the network device. I say likely since MAC addresses can be changed problematically to any value you want on most operating systems (I know Linux can). This means I could be running a HP network card or usb network adapter, but alter my mac address to report HTC as the manufacturer.
Another issue is that the network device talking to the network may be a third party device such as a USB network adapter (ethernet or WiFi), and have nothing to do with the original laptop.
There are methods of fingerprinting a network device (NMap can do this), but those methods are not very reliable on anything except the most common of hardware.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
A mac address doesn't identify a specific model of a device, but rather the the likely manufacturer. IEEE is the registration authority that contains a list of manufacturer prefixes.
This will ONLY tell you the likely vendor of the network device. I say likely since MAC addresses can be changed problematically to any value you want on most operating systems (I know Linux can). This means I could be running a HP network card or usb network adapter, but alter my mac address to report HTC as the manufacturer.
Another issue is that the network device talking to the network may be a third party device such as a USB network adapter (ethernet or WiFi), and have nothing to do with the original laptop.
There are methods of fingerprinting a network device (NMap can do this), but those methods are not very reliable on anything except the most common of hardware.
add a comment |Â
up vote
3
down vote
A mac address doesn't identify a specific model of a device, but rather the the likely manufacturer. IEEE is the registration authority that contains a list of manufacturer prefixes.
This will ONLY tell you the likely vendor of the network device. I say likely since MAC addresses can be changed problematically to any value you want on most operating systems (I know Linux can). This means I could be running a HP network card or usb network adapter, but alter my mac address to report HTC as the manufacturer.
Another issue is that the network device talking to the network may be a third party device such as a USB network adapter (ethernet or WiFi), and have nothing to do with the original laptop.
There are methods of fingerprinting a network device (NMap can do this), but those methods are not very reliable on anything except the most common of hardware.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
A mac address doesn't identify a specific model of a device, but rather the the likely manufacturer. IEEE is the registration authority that contains a list of manufacturer prefixes.
This will ONLY tell you the likely vendor of the network device. I say likely since MAC addresses can be changed problematically to any value you want on most operating systems (I know Linux can). This means I could be running a HP network card or usb network adapter, but alter my mac address to report HTC as the manufacturer.
Another issue is that the network device talking to the network may be a third party device such as a USB network adapter (ethernet or WiFi), and have nothing to do with the original laptop.
There are methods of fingerprinting a network device (NMap can do this), but those methods are not very reliable on anything except the most common of hardware.
A mac address doesn't identify a specific model of a device, but rather the the likely manufacturer. IEEE is the registration authority that contains a list of manufacturer prefixes.
This will ONLY tell you the likely vendor of the network device. I say likely since MAC addresses can be changed problematically to any value you want on most operating systems (I know Linux can). This means I could be running a HP network card or usb network adapter, but alter my mac address to report HTC as the manufacturer.
Another issue is that the network device talking to the network may be a third party device such as a USB network adapter (ethernet or WiFi), and have nothing to do with the original laptop.
There are methods of fingerprinting a network device (NMap can do this), but those methods are not very reliable on anything except the most common of hardware.
answered 2 hours ago


Daisetsu
2,058515
2,058515
add a comment |Â
add a comment |Â
user188531 is a new contributor. Be nice, and check out our Code of Conduct.
user188531 is a new contributor. Be nice, and check out our Code of Conduct.
user188531 is a new contributor. Be nice, and check out our Code of Conduct.
user188531 is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsecurity.stackexchange.com%2fquestions%2f195429%2fuse-mac-address-to-identify-laptop-model%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password