evtx_security_search
Search Windows Event Logs for security events by type (logon, failed_logon, process_creation, etc.). Supports pagination to navigate results.
Instructions
Search for security events by type: logon, failed_logon, process_creation, etc. Supports pagination with offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evtx_path | Yes | ||
| event_type | Yes | ||
| limit | No | Max results to return (default 50) | |
| offset | No | Skip first N matches for pagination |