evtx_search
Search and filter Windows Event Log (EVTX) files by time, Event ID, keywords, and provider with paginated results for forensic analysis.
Instructions
Search events from EVTX file. Filter by time, Event ID, keywords, provider. Supports pagination with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evtx_path | Yes | ||
| event_ids | No | ||
| start_time | No | ISO format datetime | |
| end_time | No | ||
| contains | No | ||
| not_contains | No | ||
| provider | No | ||
| limit | No | Max results to return (default 50) | |
| offset | No | Skip first N matches for pagination |