cortex_run_responder
Run a destructive responder action (e.g., block IP, send mail) on a TheHive entity. Requires explicit confirmation to prevent accidental side effects.
Instructions
Execute a responder action against a TheHive entity (case, task, artifact, alert). DESTRUCTIVE: responders perform real-world side effects (blocking IPs, sending mail, isolating hosts). Gated behind the CORTEX_ALLOW_DESTRUCTIVE env var AND confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to true to actually run the responder. Defaults to false as a safety guard against accidental side effects. | |
| objectId | Yes | The ID of the entity from TheHive | |
| objectType | Yes | The type of TheHive entity to act on | |
| parameters | No | Optional responder-specific parameters | |
| responderId | Yes | The responder ID to execute |