D2Rekall
Use the D2 agent to execute Rekall on a system (usually a forensics workstation) and analyze a memory dump file located on that system.
javascript · D2 (Deprecated)
Details
| ID | D2Rekall |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | agent memory forensics |
README
Executes Rekall on a system (usually a forensics workstation) and analyzes a memory dump file located on that system.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | agent, memory, forensics |
Inputs
| Argument Name | Description |
|---|---|
| file | The path to the memory dump file in the machine’s filesystem. |
| format | The format argument for Rekall. For example, json or text. |
Outputs
There are no outputs for this script.
commonfields: id: D2Rekall version: -1 name: D2Rekall script: '' type: javascript tags: - agent - memory - forensics comment: Use the D2 agent to execute Rekall on a system (usually a forensics workstation) and analyze a memory dump file located on that system. system: true args: - name: file required: true default: true description: Path to the memory dump file in the machine's filesystem. - name: format description: Format argument for Rekall e.g. json or text. scripttarget: 1 dependson: {} timeout: 0s fromversion: 5.0.0 tests: - no test