How to find type of device with mac address?

61,838

Just searching on the MAC will only give you the vendor. It will never show you in which hardware the component with the MAC was used. (Think of it as finding the vendor name for a lightbulb, which does not tell you in which device the bulb was used).

But given that you have the MAC and almost certainly the IP, you can use tools like nmap to find out more. If you do not like command line tools then try the zenmap wrapper around nmap. This usually will tell you which OS the device is running. That way you have a good idea if it is a phone (windows CE, android, ios or a PC (linux, BSD, windows).

Once you know that you can start to refine. E.g. if it turns out to be a windows device try \\ip\c$.

Share:
61,838

Related videos on Youtube

ThisIsMe
Author by

ThisIsMe

Updated on September 18, 2022

Comments

  • ThisIsMe
    ThisIsMe over 1 year

    Recently, I find out that somebody uses my network traffic. I found his MAC address and now I wanna find full details of his device. I tried: http://www.macvendors.com/ and such this, but the response was only the name of manufacture. Tnx from anybody who helps me( or says a better solution to find him:) ) EDIT: Anybody who has another way to find him, tells me.

    • Ƭᴇcʜιᴇ007
      Ƭᴇcʜιᴇ007 almost 8 years
      No what? It's the same question IMO, hence I marked it as a duplicate question. If you're like newer/different answers to the existing question, that's what Bounties are for (see the help section)..
    • Ramhound
      Ramhound almost 8 years
      @ThisIsMe What better solution?
    • Whiteyspeaks
      Whiteyspeaks over 6 years
      Just tell your router which Mac addresses are ok to use and it will deny the rest. Easy.
    • studiohack
      studiohack over 6 years
      The intent of this question is the same as the duplicate - both seek to identify the device solely from the MAC address.
  • ThisIsMe
    ThisIsMe almost 8 years
    Tnx, but I changed some security mode for my modem and he can't connect anymore, is it possible using nmap in this situation? (and I give it ip and mac address and it returns OS type?)
  • ganesh
    ganesh almost 8 years
    No, to use nmap you either need to be on the same network (and you just kicked him off) or connected via some networks (read: both on the Internet and no NAT or RFC1918).
  • ThisIsMe
    ThisIsMe almost 8 years
    Ok, It seems that there is no way now. also, I don't want to come back to previous configuration of my modem that he can connect it and I use nmap to find him:)