evtx_attack_summary
Summarize EVTX security events into compact TSV lines for rapid triage, covering process creation, logons, account creation, scheduled tasks, and service installs.
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 |
|---|---|---|---|
| limit | No | Max events (default 500) | |
| contains | No | Only events containing ALL these strings (case-insensitive) | |
| evtx_path | Yes | ||
| event_type | No | process_creation | |
| not_contains | No | Exclude events containing ANY of these strings |