wazuh_incident_timeline
Reconstruct a chronological timeline of events leading to a security incident by tracing back from an alert ID through related events on the same agent.
Instructions
After identifying a security incident, reconstruct a timeline of all related events leading to it. Takes an alert ID, traces back through related events on the same agent, and builds a chronological timeline of what happened.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_id | Yes | The starting alert ID to build a timeline from | |
| lookback_hours | No | Hours to look back for related events (default: 24) | |
| max_events | No | Maximum timeline events to include |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |