mirror of https://github.com/MISP/misp-modules
9 lines
527 B
JSON
9 lines
527 B
JSON
|
{
|
||
|
"description": "An expansion module to enrich attributes in MISP by quering the censys.io API",
|
||
|
"requirements": ["API credentials to censys.io"],
|
||
|
"input": "IP, domain or certificate fingerprint (md5, sha1 or sha256)",
|
||
|
"output": "MISP objects retrieved from censys, including open ports, ASN, Location of the IP, x509 details",
|
||
|
"references": ["https://www.censys.io"],
|
||
|
"features": "This module takes an IP, hostname or a certificate fingerprint and attempts to enrich it by querying the Censys API."
|
||
|
}
|