evtx_security_search
Search Windows security event logs by specific event types like logon, failed logon, or process creation. Paginated results enable efficient analysis of large EVTX files.
Instructions
Search for security events by type: logon, failed_logon, process_creation, etc. 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 | |
| evtx_path | Yes | ||
| event_type | Yes |