{ "name": "CIRCLPassiveSSL", "author": "Nils Kuhnert, CERT-Bund", "license": "AGPL-V3", "url": "https://github.com/BSI-CERT-Bund/cortex-analyzers", "version": "2.0", "description": "Check CIRCL's Passive SSL for a given IP address or a X509 certificate hash.", "dataTypeList": [ "ip", "certificate_hash", "hash" ], "baseConfig": "CIRCL", "command": "CIRCLPassiveSSL/circl_passivessl.py", "configurationItems": [ { "name": "user", "description": "Username", "type": "string", "multi": false, "required": true }, { "name": "password", "description": "Password", "type": "string", "multi": false, "required": true } ], "registration_required": true, "subscription_required": true, "free_subscription": true, "service_homepage": "https://www.circl.lu/services/passive-ssl/", "service_logo": { "path": "assets/pssl.png", "caption": "PSSL logo" }, "screenshots": [ { "path": "assets/sc-short-circlpassivessl.png", "caption": "CIRCLPassiveSSL: short report" }, { "path": "assets/sc-long-circlpassivessl.png", "caption": "CIRCLPassiveSSL: long report" } ] }