mirror of https://github.com/MISP/misp-modules
9 lines
606 B
JSON
9 lines
606 B
JSON
{
|
|
"description": "Module to query a local instance of uwhois (https://github.com/rafiot/uwhoisd).",
|
|
"requirements": ["uwhois: A whois python library"],
|
|
"input": "A domain or IP address attribute.",
|
|
"output": "Text describing the result of a whois request for the input value.",
|
|
"references": ["https://github.com/rafiot/uwhoisd"],
|
|
"features": "This module takes a domain or IP address attribute as input and queries a 'Univseral Whois proxy server' to get the correct details of the Whois query on the input value (check the references for more details about this whois server)."
|
|
}
|