investigate_threat
Aggregate security insights, indicators, affected assets, and timeline events to investigate active threats and guide incident response.
Instructions
Investigate active security threats: aggregates SOC insights, indicators, affected assets, and timeline events. USE THIS for threat investigation and incident response. For policy compliance use assess_security_posture(). For triage actions use triage_security_insight().
Args: query: Optional search term or threat type (e.g., "malware", "phishing", "data_exfiltration") priority: Filter by priority level limit: Maximum insights to return (default: 20)
Returns: Aggregated threat intelligence with indicators, affected assets, events timeline, and recommendations
Examples: - investigate_threat() → all open security insights - investigate_threat(priority="critical") → critical threats only - investigate_threat(query="malware") → malware-related insights
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||