{ "name": "OTXQuery", "version": "2.0", "author": "Eric Capuano", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "Query AlienVault OTX for IPs, domains, URLs, or file hashes.", "dataTypeList": ["url", "domain", "file", "hash", "ip"], "baseConfig": "OTXQuery", "command": "OTXQuery/otxquery.py", "configurationItems": [ { "name": "key", "description": "Define the API key to use to connect the service", "type": "string", "multi": false, "required": true } ], "registration_required": true, "subscription_required": true, "free_subscription": true, "service_homepage": "https://otx.alienvault.com/", "service_logo": { "path": "assets/OTX.png", "caption": "logo" }, "screenshots": [ { "path": "assets/long_report.png", "caption": "OTX Alienvault: long report" } ] }