sleuthkit Web
The Sleuth Kit (disk forensics)
How to use it
Command-line tools (also via Autopsy GUI) to examine disk images: recover deleted files, build timelines, inspect filesystems.
Digital forensics and incident response: disk and memory analysis, timeline building, packet capture, and full-network monitoring for blue teams.
The Sleuth Kit (disk forensics)
Command-line tools (also via Autopsy GUI) to examine disk images: recover deleted files, build timelines, inspect filesystems.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Velociraptor docs
Learn VQL and artifact writing for endpoint hunting.
Timesketch (timeline analysis)
Upload plaso timelines to collaboratively explore, annotate and visualize forensic events.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Eric Zimmerman's tools
Industry-standard Windows forensics utilities (MFTECmd, EvtxECmd, KAPE) — download, read the docs, run against triage collections.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Eric Zimmerman's tools
Industry-standard Windows forensics utilities (MFTECmd, EvtxECmd, KAPE) — download, read the docs, run against triage collections.
Wireshark packet analyzer
Capture or open a pcap, then use display filters (e.g., http, dns, ip.addr==) to reconstruct network activity.
tcpdump
Command-line packet capture: `tcpdump -i eth0 -w capture.pcap` on servers, analyze later in Wireshark.
Security Onion
Free network-security-monitoring distro bundling Zeek, Suricata and Elastic — deploy a VM to monitor network traffic end-to-end.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Zeek network monitor
Passively converts network traffic into rich logs (conn, dns, http) for hunting and forensics.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Suricata IDS/IPS
High-performance intrusion detection with community rulesets (ET Open) to alert on malicious traffic.
Open-source code repository
Open the repo page, read the README for install instructions (usually a git clone or pip install command), then run it in a terminal. Check the 'Issues' and 'Releases' tabs for updates.
Arkime full packet capture
Indexes and stores full pcaps at scale with a powerful search UI for retrospective analysis.
Wazuh XDR/SIEM
Open-source security platform: deploy the manager + agents for log analysis, FIM and vulnerability detection.
Snort IDS
The original open-source IDS; write or download rules to detect attack patterns in traffic.
Most entries here are GitHub projects — clone the repository and follow the README's install steps (pip, npm, go or cargo). A Kali Linux VM gives you many of them pre-installed.
Public-record lookups and defensive/research use are generally lawful, but rules vary by country and tool. Only test systems you own or have written authorization to test, respect each site's terms of service, and never use personal data unlawfully.
Start with the web-based tools at the top of the list — they need no setup. Read each card's “How to use it” panel, run one real query, and only then move to installable tools.