{ "name": "GTI_ScanFile", "version": "1.0", "author": "Google", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "Get the latest Google Threat Intelligence report for a file that was submitted to Google Threat Intelligence for scanning", "dataTypeList": ["file"], "command": "GoogleThreatIntelligence/gti.py", "baseConfig": "GTI_ScanFile", "config": { "service": "scan" }, "configurationItems": [ { "name": "gti_api_key", "description": "API key for Google Threat Intelligence.", "type": "string", "multi": false, "required": true }, { "name": "password", "description": "Password used to decompress and scan files contained within password-protected ZIP archives.", "type": "string", "multi": false, "required": false } ], "registration_required": true, "subscription_required": false, "service_homepage": "https://www.virustotal.com/", "service_logo": { "path": "assets/googlethreatintelligence_logo.png", "caption": "logo" }, "screenshots": [ { "path": "assets/scan_file_summary.png", "caption": "GooogleThreatIntelligence: summary report" }, { "path": "assets/scan_file_full_report.png", "caption": "GooogleThreatIntelligence: long report" } ] }