memory-forensics

Extract artifacts from Windows, Linux, and macOS memory dumps using Volatility.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/duanbiao2000/obsidianDoc26 --skill memory-forensics-duanbiao2000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-forensics
Source: https://github.com/duanbiao2000/obsidianDoc26/tree/main/agents-main/plugins/reverse-engineering/skills/memory-forensics
Command: npx skills add https://github.com/duanbiao2000/obsidianDoc26 --skill memory-forensics-duanbiao2000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Memory forensics involves analyzing volatile memory to uncover evidence of malware, attacker activities, and critical artifacts. This Skill covers memory acquisition, process analysis, and artifact extraction using Volatility and related tools, enabling investigators to understand RAM-based malicious activity. Use when analyzing memory dumps, investigating incidents, or performing malware analysis from RAM captures.

Core Features & Use Cases

  • Acquisition, analysis, and artifact extraction using Volatility and related tools.
  • Cross-platform memory analysis for Windows, Linux, and macOS (live captures and dumps).
  • Malware analysis workflows and incident response support focusing on RAM artifacts.

Quick Start

Begin by acquiring a memory image from the target system and run Volatility plugins to enumerate processes and extract artifacts relevant to the incident.

Frequently Asked Questions about memory-forensics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract artifacts from a RAM dump for malware analysis?

To extract artifacts from a RAM dump, acquire a memory image from the target system and run Volatility plugins to enumerate processes and recover malicious artifacts. This supports incident response by uncovering RAM-based attacker activity.

Does memory forensics support analyzing live captures on Linux and macOS?

Memory forensics supports analyzing live captures and memory dumps across Windows, Linux, and macOS. This cross-platform capability enables investigators to perform process analysis and artifact recovery regardless of the target operating system.

What is the best way to investigate incident response artifacts in volatile memory?

The best way to investigate incident response artifacts in volatile memory is applying Volatility plugins to analyze process activities and extract evidence. This identifies RAM-based malicious behavior that non-volatile disk forensics might miss.

How do I use Volatility plugins for memory acquisition and process analysis?

Begin memory acquisition and process analysis by capturing a memory image from the target system, then execute Volatility plugins to enumerate active processes and extract structured artifacts relevant to the incident or malware investigation.

When do I need memory forensics instead of traditional disk analysis?

Memory forensics is necessary when investigating volatile artifacts, live malware injections, or attacker activities that exist only in RAM. It recovers critical evidence from live captures and memory dumps that disk analysis cannot uncover.

What is volatile memory forensics and how does it work?

Volatile memory forensics is the process of analyzing RAM captures to uncover evidence of malware and attacker activities. It works by applying Volatility plugins to memory dumps to enumerate processes and extract structured artifacts.