Memory Analysis using Volatility - dumpregistry

Volatility is a tool used for extraction of digital artifacts from volatile memory(RAM) samples. Volatility uses a set of plugins that can be used to extract these artifacts in a time efficient and quick manner.

dumpregistry a volatility plugin that is used dump registry files out to disk.

From an incident response perspective, the volatile data residing inside the system’s memory contains rich information such as passwords, credentials, network connections, malware intrusions, registry hives, and etc. that can be a valuable source of evidence and is not typically stored on the local hard disk. This is one of the investigator’s favorite data sources to perform digital forensics on, and knowing the right tool to dump memory is a must.

 

To dump all registry hive, we have to use the Volatility dumpregistry plugin.

Our syntax will be like: vol.exe -f <memory_dump> –profile=<OS_version> dumpregistry -D <directory>