Skip to content

Hayabusa

What Hayabusa does

Guided SUSA tool journey

Hayabusa supports event-log analysis. In this guide, you will use it to create a filtered event timeline and explain one high-value sequence. The procedure and screenshots provide the practical reference; the surrounding context explains what to record and how to judge the result.

Tool guide at a glance

Investigation task

Create a filtered event timeline and explain one high-value sequence.

Starting material

A supplied EVTX set with host, channel, audit, and time-zone context.

Successful outcome

A validated event sequence with complete fields, surrounding records, and corroboration.

Evidence and safety

Treat rule matches as leads. Preserve EVTX files and do not rely on an event title or identifier alone. Record the input identifier, tool version, relevant commands or settings, time and time zone, output location, and any errors or limitations as you work.

Choose your journey

How the labs complement this guide

The Interactive Lab is a safe browser simulation for practising the workflow and validation logic. The Full Lab is an independent exercise for an isolated, authorised environment. Confirm the installed tool version and expected output before relying on either exercise in a real case.

Accessing Hayabusa in SUSA

Hayabusa is a Windows event log fast forensics timeline generator and threat hunting tool created by the Yamato Security group in Japan.

Download Hayabusa for Windows.

Screenshot: Download Hayabusa for Windows

Extract the downloaded zip archive to C:\Tools\Hayabusa. Rename the executable to hayabusa.exe.

Open a command prompt and navigate to C:\Tools\Hayabusa.

You can sync the rules folder and get latest Hayabusa rules with the following command:

hayabusa.exe update-rules

Screenshot: You can sync the rules folder and get latest Hayabusa rules with the following command:

Clone the hayabusa-sample-evtx GitHub repository by running:

git clone https://github.com/Yamato-Security/hayabusa-sample-evtx.git

Screenshot: Clone the hayabusa-sample-evtx GitHub repository by running:

Before running a test with Hayabusa, turn off Windows Defender.

Open command prompt as Administrator and navigate to C:\Tools\Hayabusa.

Run hayabusa against the sample-evtx directory with multiple Windows event log files with the verbose profile, and output it as a CSV file:

hayabusa.exe csv-timeline -d .\hayabusa-sample-evtx -o results.csv -p verbose

For Scan Wizard, select default options (Core rules, and Include sysmon rules).

Screenshot: For Scan Wizard, select default options (Core rules, and Include sysmon rules)

Screenshot: For Scan Wizard, select default options (Core rules, and Include sysmon rules)

Open the results.csv with Timeline Explorer.

Screenshot: Open the results.csv with Timeline Explorer