They’ve made some changes recently - I had a perl script that would do the lookup and scrape live - it was great. It broke a week or so ago.
This seems to be the page to search for OUI:
https://regauth.standards.ieee.org/standards-ra-web/pub/view.html
I’ve tried 4 Browsers across 2 OS’s - and that page pops up a “Loading” sub window - flashes and reloads (loop).
Anyone have any insight on how one can look up an OUI (yes I know about oui.txt, but I’m asking about a live query site).
Thanks in advance.
Brandon Applegate <brandon@burn.net> writes:
Hi,
Anyone have any insight on how one can look up an OUI (yes I know about
oui.txt, but I’m asking about a live query site).
https://www.wireshark.org/tools/oui-lookup.html ?
Jens
I know that you've asked about using it live, but IMO, you should
reconsider.
Given the latency between the creation of a new OUI and it showing up in a
given environment, live scraping is significant overkill. Platforms like
Forescout pull it about once a quarter, IIRC.
Pulling the text file is also probably significantly more reliable than any
given web interface, as you've already discovered.
And if you cache the whole text file locally, there's no way that anyone
external to your organization -- even IEEE -- can tell which OUIs you are
looking up.
Royce
What's even better is that if you can get the feedback button on the lower right to do anything, this is the response:
HTTP ERROR 404
Problem accessing /standards-ra-web/pub/%5Bappln.feedback.link%5D. Reason:
Not Found
Just hacked my own site for a lot of reasons:
https://icmp.info/tools/oui
https://icmp.info/tools/oui?ouiinput=00:24:38
curl https://icmp.info/tools/oui/00:24:38
Brocade Communications Systems, Inc.
130 Holger Way
San Jose CA 95134
Have fun
Jörg