Scroll to navigation

REKALL(1) User Commands REKALL(1)

NAME

rekall - memory forensics framework

SYNOPSIS

rekall [options]

DESCRIPTION

Rekall Framework is a completely open collection of tools, implemented in Python under the Apache and GNU General Public License, for the extraction and analysis of digital artifacts computer systems.

Rekall supports investigations of the following 32bit and 64bit memory images:


Microsoft Windows XP Service Pack 2 and 3
Microsoft Windows 7 Service Pack 0 and 1
Microsoft Windows 8 and 8.1
Microsoft Windows 10
Linux Kernels 2.6.24 to 4.4.
OSX 10.7-10.12.x.

optional arguments:

-
A do nothing arg. Useful to separate options which take multiple args from positional. Can be specified many times.

Output control:

Set logging to debug level.
Turn off logging to stderr.
If set we break into the debugger on error conditions.
How much information to show. Default is 'concise'.
The default logging level.
Add debug logging to these components.
Load user provided plugin bundle.
Show help about global parameters.
Type of cache to use.
Path to search for profiles. This can take any form supported by the IO Manager (e.g. zip files, directories, URLs etc)
The raw image to load.
The maximum size of buffers we are allowed to read. This is used to control Rekall memory usage.
If specified we write output to this file.
If specified, collectors with higher cost will not be used.
An alternative home directory path. If not set we use $HOME.
The format string to pass to the logging module.
Tune Rekall's choice of algorithms, depending on performance priority.
Enable live memory analysis.
A Relative offset for image file.
Location of the profile cache directory.
Highlighting style for interactive console.
A pagefile to load into the image.
Prints the Rekall version and exits.

Interface:

The pager to use when output is larger than a screen full.
The number of output lines before we invoke the pager.
Color control. If set to auto only output colors when connected to a terminal.
The output format to use. Default (text)
Timezone to output all times (e.g. Australia/Sydney).

--name_resolution_strategies [{Module,Symbol,Export} [{Module,Symbol,Export} ...]]

Autodetection Overrides:

The DTB physical address.
When autodetect_build_local is set to 'basic' we fetch these modules directly from the symbol server.
Autodetection method.
Worst acceptable match for profile autodetection. (Default 1.0)
Attempts to fetch and build profile locally.
How much of physical memory to scan before failing

Virtualization support:

The EPT physical address.

When no module is provided, drops into interactive mode

December 2016 rekall 1.6.0