01 - Introduction to Digital Forensics
Digital Forensics is the process of uncovering and interpreting electronic data. The goal is to preserve any evidence in its most original form while ...
02 - Disk and Filesystem Forensics
Creating a bit-for-bit copy of a storage medium.
03 - Windows and Linux Artifact Analysis
A hierarchical database that stores low-level settings.
04 - Memory Forensics Masterclass
Memory forensics involves the analysis of a computer's volatile memory (RAM). It is crucial for detecting advanced threats like rootkits, fileless mal...
05 - Network and Browser Forensics
Network packets contain absolute proof of communication. Analysis typically involves Wireshark or `tshark`.
06 - Hands-on Lab: Forensic Log Parser
In this lab, we build a Python script to verify evidence integrity (SHA-256) and parse an artifact (mock auth.log) for malicious activity.
07 - References & Resources
Comprehensive security guide and practical technical implementation handbook.
Digital Forensics Basics Guide
Welcome to the Digital Forensics Basics Guide. This module is part of AppSec Atlas's comprehensive security curriculum, dedicated to mastering the art...