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