wazuh_search_events
Search raw security events across all Wazuh agents to hunt for indicators of compromise such as IP addresses, file hashes, commands, and process names.
Instructions
Search raw security events across all Wazuh agents. Use this for deep threat hunting — search for IOCs like IPs, file hashes, commands, or process names in the raw event stream.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | Search term — IP address, file hash, command, process name, etc. | |
| select | No | Comma-separated fields to return (e.g., 'timestamp,agent.name,data.srcip') | |
| sort | No | Sort field, prefix with '-' for descending | |
| limit | No | Maximum events to return (1-500) | |
| offset | No | Pagination offset |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |