evtx_search
Search Windows EVTX files with filters for time range, Event IDs, keywords, and provider. Supports paginated results for efficient 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 |