Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look up device macs against this look up table #15

Open
mrchrisadams opened this issue Nov 25, 2012 · 0 comments
Open

Look up device macs against this look up table #15

mrchrisadams opened this issue Nov 25, 2012 · 0 comments

Comments

@mrchrisadams
Copy link
Owner

It turns out there's a huge list of registered identifiers whewn working with mac addresses, that you can use to work out which company the come from:

http://standards.ieee.org/develop/regauth/oui/

The list is upodated every 24 hours, and can at least give some clue to what kinds of devices are on the network.

The entries look a bit like this in the text file:

  00-1F-F3   (hex)      Apple, Inc
  001FF3     (base 16)      Apple, Inc
                1 Infinite Loop
                Cupertino CA 94086
                UNITED STATES

With some text massaging, they could easily be part of a lookup system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant