{ "name": "Censys", "author": "Nils Kuhnert, CERT-Bund; Fabien Bloume, StrangeBee", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/censys-analyzer", "version": "2.0", "description": "Check IPs, certificate hashes or domains against censys.io.", "dataTypeList": ["ip", "hash", "domain"], "baseConfig": "Censys", "command": "Censys/censys_analyzer.py", "configurationItems": [ { "name": "uid", "description": "UID for Censys", "type": "string", "multi": false, "required": true }, { "name": "key", "description": "API key", "type": "string", "multi": false, "required": true }, { "name": "max_records", "description": "Maximum number of records for domains", "type": "number", "multi": false, "required": true, "defaultvalue": 10 } ], "registration_required": true, "subscription_required": true, "free_subscription": false, "service_homepage": "https://censys.io/", "service_logo": { "path": "assets/censys.png", "caption": "Censys logo" }, "screenshots": [ { "path": "assets/long_report.png", "caption": "Censys: Long report template" } ] }