start_ai_alert_triage
Initiate AI-powered analysis of security alerts to assess risk, analyze events, and provide investigation recommendations.
Instructions
Start an AI-powered triage analysis for a Panther alert with intelligent insights and recommendations.
This tool initiates Panther's embedded AI agent to triage an alert and provide an intelligent report about the events, risk level, potential impact, and recommended next steps for investigation.
The AI triage includes analysis of:
Alert metadata (severity, detection rule, timestamps)
Related events and logs (if available)
Comments from previous investigations
Contextual security analysis and recommendations
Returns: Dict containing: - success: Boolean indicating if triage was generated successfully - summary: The AI-generated triage summary text - stream_id: The stream ID used for this analysis - metadata: Information about the analysis request - message: Error message if unsuccessful
Permissions:{'all_of': ['Run Panther AI']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | The ID of the alert to start AI triage for | |
| prompt | No | Optional additional prompt to provide context for the AI triage | |
| timeout_seconds | No | Timeout in seconds to wait for AI triage completion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||