hayabusa_search
Search Windows event log (.evtx) files for specific keywords or regex patterns to identify security events or anomalies.
Instructions
Search .evtx event records for one or more keywords or regex patterns.
Args: target: Path to an .evtx file or a directory containing .evtx files. keywords: Keywords (or regex patterns, if regex=True) to search for. regex: Treat keywords as regular expressions instead of literal strings. max_rows: Maximum number of matching rows to return (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| regex | No | ||
| target | Yes | ||
| keywords | Yes | ||
| max_rows | No |