Skip to content

amohanta/regscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

regscan

Scan the registry from the memory dump to find malware.

Running the Plugin

Copy the plugin to volatility/plugins directory

$ python vol.py -f infected.vmem --profile=Win7SP1x86 regscan

Other Options

Scan for specific registry keys

$ python vol.py -f infected.vmem --profile=Win7SP1x86 regscan -k %REGKEY%

Registry for system startup

  • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
  • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run
  • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

reference

reference plugin

  • hivelist.py
  • printkey.py
  • dumpregistry.py

About

Scan the registry from the memory dump to find malware.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%