{ "name": "CrowdStrikeFalcon_hideHost", "version": "1.0", "author": "Fabien Bloume, StrangeBee", "url": "https://github.com/TheHive-Project/Cortex-Analyzers", "license": "AGPL-V3", "description": "This action will delete a host. After the host is deleted, no new detections for that host will be reported via UI or APIs", "dataTypeList": [ "thehive:case_artifact" ], "command": "CrowdstrikeFalcon/CrowdstrikeFalconHosts.py", "baseConfig": "CrowdstrikeFalcon", "config": { "service": "hide_host" }, "configurationItems": [ { "name": "client_id", "description": "Crowdstrike client ID key", "type": "string", "multi": false, "required": true, "defaultValue": "" }, { "name": "client_secret", "description": "Crowdstrike client secret key", "type": "string", "multi": false, "required": true, "defaultValue": "" }, { "name": "base_url", "description": "Crowdstrike base URL. Also supports US-1, US-2, EU-1, US-GOV-1 values", "type": "string", "multi": false, "required": true, "defaultValue": "https://api.crowdstrike.com" } ], "registration_required": true, "subscription_required": true, "free_subscription": false, "service_homepage": "https://www.crowdstrike.com", "service_logo": { "path": "assets/crowdstrike.png", "caption": "Crowdstrike logo" }, "screenshots": [ { "path": "assets/responder-report-hosts.png", "caption": "Crowdstrike: responder report example" } ] }