Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Log Analysis

00. Tools

00.1 Windows

## ------------------| Install
sudo apt install cargo
git clone https://github.com/WithSecureLabs/chainsaw.git && chainsaw
git clone https://github.com/SigmaHQ/sigma
cargo build --release
mv target/release/chainsaw .
## ------------------| Install
## Or Download from https://github.com/Yamato-Security/hayabusa/releases/latest
./hayabusa update

## ------------------| Compiling From Source 
sudo apt install cargo rustup
git clone https://github.com/Yamato-Security/hayabusa && hayabusa
rustup update stable
cargo update
cargo build --release
mv target/release/hayabusa .
./hayabusa update

01. Windows

01.1 Windows XML Event Log (.EVTX)

  • ChainShow

  • Hayabusa

01.2 Managed File Transfer ($MFT)

01.3 Genaral Events

02. Linux

02.1 WTMP

02.2 Auth.log

Last updated