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

Nice to have: vendor-lookup for mac-addresses #1483

Open
2 of 6 tasks
hmpf opened this issue Mar 14, 2017 · 6 comments
Open
2 of 6 tasks

Nice to have: vendor-lookup for mac-addresses #1483

hmpf opened this issue Mar 14, 2017 · 6 comments
Assignees
Labels

Comments

@hmpf
Copy link
Contributor

hmpf commented Mar 14, 2017

Since different vendors have different ranges for their mac-addresses it'd be nice to get the vendor from the mac-address.

Feature breakdown

@lunkwill42
Copy link
Member

A very good compiled list to source for this would be https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf

@olesnhansen
Copy link

I would like to see the OUI (https://en.wikipedia.org/wiki/Organizationally_unique_identifier) in NAV -> Machine Tracker-> IP Search/MAC Search.
If NAV could update daily from http://standards.ieee.org/regauth/oui/oui.txt and have an option display the info in the GUI we would have
some idea of the type of equipment behind the address/port.

@renrom
Copy link

renrom commented Feb 15, 2019

Is this still actual? i would like this also.

@lunkwill42
Copy link
Member

Sure, @renrom. We haven't closed it, because it's a good idea. But we haven't been able to prioritize it thus far.

I guess this would require:

  1. A new PostgreSQL table to store the OUI data.
  2. A script to download the current list and insert/update the PostgreSQL table.
  3. Changes to the Machine tracker MAC search form and result table, with an auxiliary lookup in the new table.

And potentially:

  1. A new API endpoint to look up vendors from the PostgreSQL table, so this can be reused elsewhere.

@renrom
Copy link

renrom commented Nov 8, 2019

Or a constructed URL to this site? https://macvendors.com/api It should be nice to have a link somewhere if you lookup a client device IP/Mac Address to this url https://api.macvendors.com/

@lunkwill42
Copy link
Member

Or a constructed URL to this site? https://macvendors.com/api It should be nice to have a link somewhere if you lookup a client device IP/Mac Address to this url https://api.macvendors.com/

That would have to be a very explicit and manually invoked link per displayed MAC-address. Automatically dumping a bunch of potentially private data into a 3rd party website won't be everyone's cup of tea...

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

No branches or pull requests

5 participants