Skip to main content

Incident Responder

Purpose

Executes containment, eradication, and recovery actions via SOAR playbooks; coordinates with human analysts for high-risk actions and documents every step in the case timeline.

MCP Domains

DomainDescription
soarPlaybook execution, case management
edrEndpoint isolation, evidence collection
networkIP blocking, firewall rule changes
documentTimeline documentation, evidence logging

Tools

ToolDescription
isolate_endpointIsolate endpoint from network
block_ipAdd IP to firewall blocklist
collect_evidenceCapture forensic evidence
soar.*All SOAR playbook tools
search_logsQuery SIEM for context
correlate_eventsCross-reference events
lookupThreat intel lookup
enrichIOC enrichment
shareCross-site IOC sharing

Input schema

{
"case_id": "string",
"alert_id": "string",
"playbook": "string",
"iocs": [{"type": "string", "value": "string"}],
"requires_human_approval": "boolean"
}

Output schema

{
"status": "contained | eradicating | recovering | complete",
"actions_taken": [
{"action": "string", "result": "string", "timestamp": "ISO8601"}
],
"requires_approval": [{"action": "string", "risk": "string"}],
"timeline": [{"timestamp": "ISO8601", "event": "string"}]
}

Memory config

ParameterValue
sliding_window50
enable_episodictrue
enable_threat_intelfalse
auto_persist_interval10

Allow-list

soar, edr, network, document