volatility_linux
Analyze Linux memory dumps using Volatility 2 plugins to extract forensic data like processes, network connections, and system information for security investigations.
Instructions
Run a Volatility 2 Linux plugin against a memory dump. Returns plugin, profile, success, output, and errors. Read-only analysis. Requires volatility2 (vol.py) on PATH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dump_path | Yes | Path to the Linux memory dump file | |
| profile | Yes | Volatility 2 profile name, e.g. 'LinuxCentOS7_7_1908x64' | |
| plugin | Yes | Volatility 2 Linux plugin to run |