Episode Details
Back to Episodes
Course 36 - Windows Forensics and Tools | Episode 6: From System Hives to Forensic Analysis
Published 1 month, 1 week ago
Description
In this lesson, you’ll learn about: Windows Registry structure and forensic analysis1. What is the Windows Registry?
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
- A centralized configuration database in Windows
- Stores system, user, and application settings
- Think of it as the brain of Windows configuration
- Hives
- Keys
- Subkeys
- Values
- Hive → main database file
- Key → folder
- Value → actual data entry
- HKEY_LOCAL_MACHINE (HKLM)
- HKEY_CURRENT_USER (HKCU)
- HKLM → system-wide settings
- HKCU → settings for the logged-in user
- Stored on disk in:
- Investigators can extract registry data directly from disk
- Even if Windows is not bootable
- Stores:
- User accounts
- Password hashes
- Stores:
- Local security policy
- LSA secrets
- Authentication data
- Stores:
- Installed applications
- Configuration settings
- Stores:
- Drivers
- Services
- Boot configuration
- These hives are critical for system and user reconstruction
- BCD (Boot Configuration Data)
- Controls boot process
- ELAM (Early Launch Anti-Malware)
- Protects early boot stage
- Browser-related application data hives
- Improve security and system initialization
- FTK Imager
- Used to extract registry hives from disk
- Registry viewers (offline analysis tools)
- Bypasses OS restrictions
- Works on live or dead systems
- Acquire disk image
- Extract registry hives
- Load into analysis tool
- Examine keys and values
- User activity
- Installed software
- System boot history
- Malware persistence mechanisms
- The registry is a central configuration database for Windows
- It is structured into hives, keys, and values
- Critical hives include SAM, SECURITY, SOFTWARE, SYSTEM
- Registry files are physically stored on disk
- Tools like FTK Imager enable offline forensic extraction
- Registry = Windows “black box” of system activity
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy