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 update01. Windows
01.1 Windows XML Event Log (.EVTX)
01.2 Managed File Transfer ($MFT)
01.3 Genaral Events
02. Linux
02.1 WTMP
02.2 Auth.log
Last updated
