Windows Registry Forensics
IN this Section I am going to talk about the important aspects of Windows Registry
HKEY_LOCAL_MACHINE (HKLM)
Scope: System-wide settings and configurations.
Purpose: This key contains configuration data for the entire computer and affects all users on the system. It holds information related to hardware, operating system settings, and software configurations that apply universally across all user accounts.
Common Subkeys:
HKLM\SYSTEM: Contains system configuration data, such as boot configuration, drivers, services, and system devices.
HKLM\SOFTWARE: Stores software-related settings that apply to all users on the machine, including installed programs, their settings, and system software configurations.
HKLM\SECURITY: Contains security-related data.
HKLM\HARDWARE: Contains information detected at startup about the system's hardwareHKEY_USERS (HKU)
Scope: User-specific settings for all users on the computer.
Purpose: HKU stores individual user profile information, including personalized settings, desktop configurations, environment variables, and application preferences for each user on the system.
Common Subkeys:
Each user profile on the system has a subkey within HKU named after the Security Identifier (SID) associated with that user. These keys store user-specific configurations.
HKU.DEFAULT: Contains settings applied to the default profile and is used as a template for new users.
SAM (Security Account Manager) - SAM.dat
SYSTEM - SYSTEM.dat
NTUSER - NTUSER .dat
USERCLASS - USERCLASS.dat
SOFTWARE - SOFTWARE.dat
SECURITY - SECURITY.dat
Browser Artifacts
1. User Communications
2. File Download
3. Program Execution
4. File Opening/Creation
5. File Knowledge
6. Physical Interaction
6. Physical Interaction7. USB Key Usage
8. Account Usage
9. Browser Usage
Last updated