mirror of https://github.com/MISP/misp-modules
12 lines
554 B
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."
|
|
} |