{ "name": "WOT_Lookup", "version": "2.0", "author": "Andrea Garavaglia, Davide Arcuri, LDO-CERT", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "Use Web of Trust to check a domain's reputation.", "dataTypeList": ["domain", "fqdn"], "command": "WOT/WOT_lookup.py", "baseConfig": "WOT", "config": { "service": "query" }, "configurationItems": [ { "name": "user", "description": "Define the API user", "type": "string", "multi": false, "required": true }, { "name": "key", "description": "Define the API key", "type": "string", "multi": false, "required": true } ] }