Memory

Memory forensics (sometimes referred to as memory analysis) refers to the analysis of volatile data in a computer’s memory dump. Information security professionals conduct memory forensics to investigate and identify attacks or malicious behaviors that do not leave easily detectable tracks on hard drive data.

Install Volatility 2.6

Install Python 2 Pip:

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
sudo python2 get-pip.py
pip2 install --upgrade setuptools
sudo apt-get install python2.7-dev

Get the Volatility dependencies

pip2 install pycrypto
pip2 install distorm3

Download and install Volatility

git clone https://github.com/volatilityfoundation/volatility
cd volatility
sudo python setup.py install

Run Volatility

Install Volatility 3

Downloading Volatility

Requirements

Run Volatility 3

Last updated