{ "name": "Malwares_Scan", "version": "1.0", "author": "LDO-CERT", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "Use Malwares' API to scan a file or URL.", "dataTypeList": ["file"], "baseConfig": "Malwares", "config": { "check_tlp": true, "service": "scan", "max_tlp": 1 }, "command": "Malwares/malwares.py", "configurationItems": [ { "name": "key", "description": "Malwares.com API Key", "type": "string", "multi": false, "required": true } ], "registration_required": true, "subscription_required": true, "free_subscription": true, "service_homepage": "https://www.malwares.com/", "service_logo": { "path": "assets/malwares.png", "caption": "logo" }, "screenshots": [ { "path": "assets/long_report.png", "caption": "Malwares: long report" } ] }