hayabusa_pivot_keywords_list
Extract pivot keywords such as users, computers, and IP addresses from Windows event log (.evtx) files to identify key entities for threat hunting and forensic analysis.
Instructions
Extract pivot keywords (users, computers, IPs, etc.) from .evtx file(s).
Returns a dict of category name -> bounded keyword list, e.g. "Users", "IP Addresses", "Processes", "Command Lines" (categories come from hayabusa's pivot_keywords.txt config).
Args: target: Path to an .evtx file or a directory containing .evtx files. min_level: Optional minimum alert level to include, e.g. "informational", "low", "medium", "high", or "critical". max_keywords: Maximum number of keywords to return per category (default 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| min_level | No | ||
| max_keywords | No |