Skip to content

MAC address lookup by troubleshooting.tools resolves the entered MAC/OUI/CID/IAB address to the assign vendor including additional information like vendor name, address, block category, size and range.

Notifications You must be signed in to change notification settings

disisto/mac-address-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

MAC Address Lookup

MAC address lookup by troubleshooting.tools resolves the entered MAC/OUI/CID/IAB address to the assign vendor including additional information like vendor name, address, block category, size and range.

Content

  1. ) Web page
  2. ) Webhook
  3. ) Open Graph
  4. ) OpenSearch
  5. ) HTML search form
  6. ) API
  7. ) Limitations and caveats

1.) Web page

Look up single MAC address

  1. Visit with a web browser https://troubleshooting.tools/lookup/mac/
  2. Enter a MAC address in the search form
  3. Hit enter key or submit button

Look up multiple MAC addresses simultaneously

  1. Visit with a web browser https://troubleshooting.tools/multi/lookup/mac/
  2. Paste the ARP table that has been copied from the Windows CMD, MAC/Linux terminal or similar in the search form
  3. Hit enter key or submit button

2.) Webhook

Beside the classic form input on the web page, the web page supports also webhooks. This possibility is ideal to share a link and guide the recipient directly to the results.

URL: https://troubleshooting.tools/lookup/mac/ {mac_address}

Example: https://troubleshooting.tools/lookup/mac/B8F2551F2E3D

3.) Open Graph

Sharing the Webhook link into a web page or app that support the Open Graph protocol gives the opportunity to share a small excerpt of the results, without that the recipient need to visit the webpage itself.

Examples

Slack:

Discord:

Mattermost:

WhatsApp:

Telegram:

Twitter:

4.) Open Search

The browser integration of troubleshooting.tools allows to use the browser address bar as a search input field, when needed, without visiting the original web page before.

This function is called OpenSearch and works with Apple Safari, Microsoft Edge, Mozilla Firefox and Google Chrome. Before we can start using it, we have to setup our browser for this function. Here an example for Google Chrome:

At the top right, click More and then Settings.

Under "Search engine," click Manage search engines.

To the right of "Other search engines," click Add.

Fill out the text fields as shown below and click Add.

Search engine:
Enter troubleshooting.tools or a name of your choice.

Keyword:
Enter the character "t" or a keyword of your choice, to trigger later the search function.

URL with %s in place of query:
https://troubleshooting.tools/lookup/mac/%s






The setup is complete. You are still able to continue to enter a URL in the address bar or any search terms that trigger a Google search.

The new feature is, if you enter an "t" followed by a space, then you activate the troubleshooting.tools search.

This cause that Google Chrome address bar react like the search field on this website.

5.) HTML search form

To integrate the search bar into a different web page a few line are needed. The look and feel can be adjusted as desired.

<form method="post" action="https://troubleshooting.tools/lookup/mac/">
  <input type="text" name="MACADDRESS" placeholder="">
  <input type="submit" value="&#128269;">
</form>

6.) API

The API allows to integrate the results of the MAC Address Lookup results on a different web page or app. Different formats of outputs are available, which can be adjust based on the need.

Format Level URL Output
Plaintext 0 https://api.troubleshooting.tools/lookup/mac/ {mac_address} Vendor
JSON 0 https://api.troubleshooting.tools/lookup/mac/json/ {mac_address} OUI, Block category, Block size, Block range, Vendor name, Vendor address

Error handling:

  • Invalid input: Every input that can't be identified as MAC address will trigger an error message.
  • No entry found: Entered MAC address has a valid format, but there is no mach with database.
  • Rate Limit: IP addresses of clients that make more than 250 requests/second[1] get blocked for 60 minutes.

7.) Limitations and caveats

API rate limit

  • [1]The rate calculation is based on laboratory values ​​and is adapted to the real conditions under constant monitoring.

All mentioned trademarks are the property of their respective owners.

About

MAC address lookup by troubleshooting.tools resolves the entered MAC/OUI/CID/IAB address to the assign vendor including additional information like vendor name, address, block category, size and range.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published