misp-modules/documentation/website/expansion/censys_enrich.json

12 lines
554 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."
}