identify_rare_events
Detect statistically rare events in Splunk to uncover potential attacks, new techniques, or zero-day exploits.
Instructions
Identify statistically rare events that may indicate threats.
Finds events, processes, domains, or patterns that occur very infrequently and may represent new attack techniques or zero-day exploits.
Args: index: Splunk index to analyze field: Field to analyze for rare values (e.g., "process_name", "domain") timeframe: Time range for baseline rarity_threshold: Percentage threshold for "rare" (0.01 = 1%)
Returns: Dictionary containing rare events and their frequencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| index | Yes | ||
| timeframe | No | -30d | |
| rarity_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |