{ "name": "VirusTotal_DownloadSample", "version": "3.1", "author": "LDO-CERT", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "Use VirusTotal to download the original file for an hash.", "dataTypeList": ["hash"], "baseConfig": "VirusTotal", "config": { "service": "download" }, "configurationItems": [ { "name": "key", "description": "API private key for Virustotal", "type": "string", "multi": false, "required": true } ], "registration_required": true, "subscription_required": true, "service_homepage": "https://www.virustotal.com/", "service_logo": { "path": "assets/virustotal-logo.png", "caption": "logo" }, "command": "VirusTotal/virustotal.py" }