hayabusa_logon_summary
Summarizes successful and failed logon events from Windows .evtx files to identify authentication patterns and potential security issues.
Instructions
Summarize successful and failed logon events across .evtx file(s).
Returns two bounded result sets, "successful" and "failed", each with its own total_rows/returned_rows/truncated/rows.
Args: target: Path to an .evtx file or a directory containing .evtx files. max_rows: Maximum number of rows to return per result set (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| max_rows | No |