Details
| ID | Volatility |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | memory forensics volatility server |
README
The Volatility integration and automation rely on the D2 agent, which has been deprecated.
Therefore, the Volatility content is marked as deprecated.
No available replacement.
Executes a volatility with command and returns a tabular output. In cases where proper JSON output is not supported, scripts will return errors. The User should use the raw command.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | memory, forensics, volatility, server |
Inputs
| Argument Name | Description |
|---|---|
| cmd | The Volatility command/module to be uses. |
| memdump | The path to memory dump the file on the system being used. |
| system | The system with Volatility installed to be used for the analysis. |
| profile | The Volatility profile to use. |
Outputs
There are no outputs for this script.
commonfields: id: Volatility version: -1 name: Volatility script: '' type: javascript tags: - memory - forensics - volatility - server comment: Deprecated. No available replacement. system: true args: - name: cmd required: true description: The volatility command/module you want to use - name: memdump required: true description: Path to memory dump file on the system being used - name: system required: true description: System with Volatility installed to be used for the analysis - name: profile description: Volatility profile to use scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0 deprecated: true tests: - No tests (auto formatted)