{ "name": "EchoTrail", "version": "1.0", "author": "Joe Lazaro", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "EchoTrail Insights takes a Windows filename or hash and provides several unique pieces of analytical context including prevalence & rank scores, process ancestry, behavioral analysis, and security analysis.", "dataTypeList": [ "hash", "filename" ], "command": "EchoTrail/echotrail.py", "baseConfig": "EchoTrail", "registration_required": true, "subscription_required": false, "free_subscription": true, "service_homepage": "https://www.echotrail.io/", "service_logo": { "path": "assets/echotrail_logo.png", "caption": "logo" }, "screenshots": [ { "path": "assets/echotrail_filename_report.png", "caption": "Sample long form report on a filename from a Windows system" } ], "configurationItems": [ { "name": "key", "description": "API key", "type": "string", "multi": false, "required": true } ] }