EN
ENNA

RegRipper

๐Ÿ”ฌ Digital Forensics ยท Perl

RegRipper is a Windows registry data extraction and correlation tool, written in Perl with an extensible plugin architecture. It parses offline Windows registry hive files (SAM, SYSTEM, SOFTWARE, NTUSER.DAT, UsrClass.dat) and extracts forensically significant data including user accounts, network connections, USB device history, application execution, file access timestamps, autorun entries, and hundreds of other artifacts. Each plugin targets a specific registry key or set of keys, formatting the output for analyst consumption. RegRipper is the standard tool for Windows registry forensics - its plugin library covers virtually every registry artifact documented in DFIR literature. It can process hives from mounted images, extracted files, or live systems, and outputs timestamped data suitable for timeline analysis. Harlan Carvey, the author, continuously maintains the plugin library as new forensic artifacts are discovered.

692stars
147forks
6issues
Updated 1y ago

Installation

from source

$ git clone https://github.com/keydet89/RegRipper3.0.git

Windows

$ Download from GitHub and run rip.exe

Use Cases

  • Extracting user account data and password hashes from SAM hives
  • Recovering USB device connection history from SYSTEM hives
  • Parsing autorun entries and persistence mechanisms from SOFTWARE and NTUSER.DAT
  • Building forensic timelines from registry timestamp artifacts
  • Analyzing application execution history via UserAssist, Shimcache, and BAM

Tags

registrywindows-forensicsartifact-extractiondfirhive-parserplugins

More in Digital Forensics