Can I find who is the owner of a mobile with the wifi address? [duplicate]

Solution 1:

Not likely.

Part of the MAC address identifies the manufacturer of the device. The rest is defined by that manufacturer. With that, you're narrowing down the possibilities a bit -- for example, you know that it's a wireless device made by Intel.

You're not narrowing it down too much though. Most Windows laptops I've used in the past five years all use Intel made internal wireless cards.

And... it's not too difficult to spoof a MAC address.

If you know the MAC address of the intruder, why not just block it? That won't help you identify the perp (unless somebody complains that he/she can't connect), but it will secure you a bit more.

Solution 2:

Just a side note, given the title of the question:

In IPv4, MAC addresses do no propagate all the way over the network (nor the internet). True, the first router will know it (like the wireless router in the question). But further on in the network (on the internet) the MAC address of the requesting computer is no longer visible.

In IPv6, the 64 bit "host" part of the full 128 bit address is often automatically generated from the MAC address of your computer (not your modem/router). Sites like ipv6-test.com will then show the MAC address of your current computer when you're using IPv6, and will try to determine the vendor given the public database of MAC address ranges, as assigned by IEEE. Whether or not the MAC address is used, is configured on your computers (not on the router). See How to avoid exposing my MAC address when using IPv6? for details.

Solution 3:

The computer (or just the network card) could have been purchased off the shelf with cash, which would mean that even if the MAC address was traceable to a particular computer, there would be no way to identify the owner. The ease with which MAC addresses can be spoofed would further invalidate any attempt to identify the owner.

If you just want the problem to go away, switch to using WPA2 on your network. There are more interesting options available as well.

Solution 4:

When purchasing new laptops and similar equipment, I've often seen the MAC address printed on the outside of the box and used as a unique device identifier (e.g., for inventory tracking), so there's a very good chance that at least the retailer the equipment was purchased from would have a record of it. I wouldn't be at all surprised if the manufacturer also knows what warehouse that device was shipped to and the warehouse has a record of which retailer they sent it to. As others have already said, though, none of those records will do you a bit of good without a court order demanding their release.

Another point is that MAC addresses, as a general rule (such as in IPv4, but not in IPv6), do not survive past the first router they encounter, after which the next hop is made using the router's MAC address. You didn't specify whether the person you're complaining about is trying to break in over a wireless connection or over the wired connection to your ISP, but, if it's the latter, you're seeing the MAC for your ISP's router, not the attacker's computer.

Solution 5:

Depends on the vendor. I'm sure manufacturers like Dell keep record of which components are in which computer. The first 3 hex chunks of the MAC will indicate the vendor, there is a complete table of them for comparison here (56k beware). I'd suggest for now just using MAC filtering to keep the user in question away from your router.

I'm actually at school right now and the list is spot on, the first 3 parts of my MAC is 00-1A-A0 and it's a Dell.

Can it be traced? more than likely.

Will you be given information from a vendor to help you trace it? probably not.