Skip to main content

This tool allows to collect various forensics artifacts in Windows memory dumps using Volatility and Foremost for common Windows applications.

Project description

PyPi Build Status DOI Python Versions License

Table of Contents

Introduction

This tool automates the research of some artifacts for forensics purpose in memory dumps based upon Volatility for a series of common Windows applications.

It can also open multiple archive formats. In case of an archive, the tool will extract all its files to a temporary directory and then try to open each file as a memory dump (except files named README or README.md).

System Requirements

This framework was tested on an Ubuntu 18.04 with Python 2.7.

Installation

  1. Install system requirements
$ sudo apt-get install foremost
$ git clone https://github.com/volatilityfoundation/volatility /tmp/vol-setup
$ cd /tmp/vol-setup && sudo python setup.py install

Behind a proxy ?

Do not forget to configure your Network system settings (or manually edit /etc/apt/apt.conf).

  1. Install AppMemDumper from Pip
$ pip install appmemdumper

Behind a proxy ?

Do not forget to add option --proxy=http://[user]:[pwd]@[host]:[port] to your pip command.

Quick Start

  1. Help
$ app-mem-dumper -h
usage: app-mem-dumper [-h] [-a APPS] [-d DUMP_DIR] [-f] [-p PLUGINS_DIR]
                     [-t TEMP_DIR] [-v]
                     dump

AppMemDumper v2.1.0
Author: Alexandre D'Hondt

This tool automates the research of some artifacts for forensics purpose in
memory dumps based upon Volatility for a series of common Windows applications.

It can also open multiple archive formats (it uses pyunpack). In case of an
archive, the tool will extract all its files to a temporary directory and then
try to open each file as a memory dump.

positional arguments:
 dump                  memory dump file path

optional arguments:
 -h, --help            show this help message and exit
 -a APPS               comma-separated list of integers designating applications to be parsed (default: *)
                        Currently supported: 
                         [0] AdobeReader
                         [1] Clipboard*
                         [2] CriticalProcessesInfo*
                         [3] DumpInfo*
                         [4] Firefox
                         [5] FoxitReader
                         [6] InternetExplorer
                         [7] KeePass
                         [8] MSPaint
                         [9] MediaPlayerClassic
                         [10] Notepad
                         [11] OpenOffice
                         [12] PDFLite
                         [13] SumatraPDF
                         [14] TrueCrypt
                         [15] UserHashes*
                         [16] Wordpad
                        (*: general-purpose dumper)
 -d DUMP_DIR, --dump-dir DUMP_DIR
                       dump directory (default: ./files/)
 -f, --force           force profile search, do not use cached profile (default: false)
 -p PLUGINS_DIR, --plugins-dir PLUGINS_DIR
                       path to custom plugins directory (default: none)
 -t TEMP_DIR, --temp-dir TEMP_DIR
                       temporary directory for decompressed images (default: ./.temp/)
 -v                    debug verbose level (default: false)

Usage examples:
 python app-mem-dumper memory.dmp
 python app-mem-dumper my-dumps.tar.gz
 python app-mem-dumper dump.raw -a 0,1 -f
  1. Example of output
$ app-mem-dumper memory.dump -v -p plugins
[appmemdumper] XX:XX:XX [DEBUG] Attempting to decompress 'memory.dump'...
[appmemdumper] XX:XX:XX [DEBUG] Not an archive, continuing...
[appmemdumper] XX:XX:XX [DEBUG] Setting output directory to 'files/memory.dump'...
[appmemdumper] XX:XX:XX [INFO] Opening dump file 'memory.dump'...
[appmemdumper] XX:XX:XX [INFO] Getting profile...
[appmemdumper] XX:XX:XX [INFO] Getting processes...
[appmemdumper] XX:XX:XX [DEBUG] > Executing command 'pslist'...
[appmemdumper] XX:XX:XX [DEBUG] Found       : mspaint.exe
[appmemdumper] XX:XX:XX [DEBUG] Not handled : audiodg.exe, csrss.exe, dllhost.exe, [...]
[appmemdumper] XX:XX:XX [DEBUG] Profile: Win7SP0x86
[appmemdumper] XX:XX:XX [INFO] Processing dumper 'dumpinfo'...
[appmemdumper] XX:XX:XX [INFO] Processing dumper 'mspaint'...
[appmemdumper] XX:XX:XX [DEBUG] Dumping for PID XXXX
[appmemdumper] XX:XX:XX [DEBUG] > Calling command 'memdump'...
[appmemdumper] XX:XX:XX [DEBUG] >> volatility --plugins=/path/to/plugins --file=[...]
[appmemdumper] XX:XX:XX [INFO] > /path/to/files/memory.dump/mspaint-2640-memdump.data
[appmemdumper] XX:XX:XX [WARNING] 
The following applies to collected objects of:
- mspaint

Raw data (.data files) requires manual handling ;
Follow this procedure:
 1. Open the collected resources with Gimp
 2. Set the width and height to the expected screen resolution
 3. Set another color palette than 'RVB'
Restart this procedure by setting other parameters for width|height|palette.

Issues management

Please open an Issue if you want to contribute or submit suggestions.

The labels usage convention is as follows :

  • General question: question
  • Suggestion: help wanted
  • Bug/exception/problem: bug
  • Improvement/contribution: enhancement ; NB: please precise if you are motivated and able to contribute

If you want to build and submit new dumpers, please open a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appmemdumper-2.1.2.tar.gz (19.0 kB view details)

Uploaded Source

File details

Details for the file appmemdumper-2.1.2.tar.gz.

File metadata

  • Download URL: appmemdumper-2.1.2.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1

File hashes

Hashes for appmemdumper-2.1.2.tar.gz
Algorithm Hash digest
SHA256 b28f65e7564b4834ab97960134f62f900998f656b4ec574e0d8b2b4924700ed2
MD5 3521b9331cdd074e6704ff755a642d3c
BLAKE2b-256 49bb4bbbc95bfe64eddd7a0a3a0446e80959902a6f5e53e975150a0fe2fc15e3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page