summarize_alert_events
Aggregate and analyze alert events by grouping them into time windows to identify patterns, related entities, and potential incident scope, aiding security analysts in incident investigation.
Instructions
Analyze patterns and relationships across multiple alerts by aggregating their event data into time-based groups. For each time window (configurable from 1-60 minutes), the tool collects unique entities (IPs, emails, usernames, trace IDs) and alert metadata (IDs, rules, severities) to help identify related activities. Results are ordered chronologically with the most recent first, helping analysts identify temporal patterns, common entities, and potential incident scope.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alert_ids | Yes | List of alert IDs to analyze | |
end_date | No | The end date in format "YYYY-MM-DD HH:MM:SSZ" (e.g. "2025-04-22 22:37:41Z"). Defaults to end of today UTC. | |
start_date | No | The start date in format "YYYY-MM-DD HH:MM:SSZ" (e.g. "2025-04-22 22:37:41Z"). Defaults to start of today UTC. | |
time_window | No | The time window in minutes to group distinct events by |