Skip to content

ma-ben10/Analyzing-a-Memory-dump-using-Volatility-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing-a-Memory-dump-using-Volatility-2

Forensics Challenge Write-Up

This repository contains a forensics write-up for analyzing a memory dump using Volatility 2.

About Volatility 2

Volatility is an open-source memory forensics framework that allows you to analyze memory dumps from Windows, Linux, and macOS systems. It is widely used in digital forensics and incident response to extract valuable information from volatile memory.

Installing Volatility 2

windows:

.installing volatility .Extract the contents of the downloaded archive.

MacOs:

. You can run this command :

brew install volatility

Linux:

git clone https://github.com/volatilityfoundation/volatility.git
cd volatility
sudo apt-get install python2.7
sudo apt-get install python-pip
pip install -r requirements.txt
python vol.py

For more details about Memory Forensics using volatility check this video :

Memory Forensics using Volatility2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published