evtx_attack_summary
Extract attack-relevant security events from EVTX files as tab-separated lines for rapid triage. Filter by event type, inclusion, or exclusion criteria.
Instructions
Compact TSV summary of security events for rapid triage. Returns one tab-separated line per event with only attack-relevant columns. Fits entire attack chains in a single call. Types: process_creation (Timestamp|User|ParentProcess|CommandLine), logon (Timestamp|User|SourceIP|LogonType), account_created (Timestamp|NewUser|CreatedBy), scheduled_task, service_installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| evtx_path | Yes | ||
| event_type | No | process_creation | |
| contains | No | Only events containing ALL these strings (case-insensitive) | |
| not_contains | No | Exclude events containing ANY of these strings | |
| limit | No | Max events (default 500) |