This is a light linux iso used to acquire artefact during cybersecurity incident.
Based on Debian and generated with "Live build" tool.
# Packages installation
sudo apt install git-core live-build
# Retrieve repository
git clone https://github.com/kidrek/secubian-livecd.git
cd secubian-livecd
# ISO Generation
sudo lb build
# Send ISO to USB key
dd if=CERT-Forensic_live_system-amd64.hybrid.iso of=/dev/sd{b-z}
It's possible to add data partition in ISO.
Thanks to [email protected] for this script : mk-data-parition
Source : https://raw.githubusercontent.com/faiproject/fai/refs/heads/master/bin/mk-data-partition
- Boot on ISO
- Mount your backup storage to store the acquired disk
- Select
guymagerand launch acquisition
You can also use terminal and launch acquisition manually with dd