mirror of https://github.com/MISP/misp-modules
12 lines
484 B
JSON
12 lines
484 B
JSON
{
|
|
"description": "Module to access Macvendors API.",
|
|
"logo": "macvendors.png",
|
|
"requirements": [],
|
|
"input": "A MAC address.",
|
|
"output": "Additional information about the MAC address.",
|
|
"references": [
|
|
"https://macvendors.com/",
|
|
"https://macvendors.com/api"
|
|
],
|
|
"features": "The module takes a MAC address as input and queries macvendors.com for some information about it. The API returns the name of the vendor related to the address."
|
|
} |