parse_evtx
Parse Windows EVTX files to extract forensic event data. Filter by Event IDs and limit results for efficient analysis.
Instructions
Parse a Windows EVTX event log file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evtx_path | Yes | Path to .evtx file | |
| event_ids | No | Filter to specific Event IDs (optional) | |
| top_n | No | Max events (default 50) |