memory-forensics

Analyzes volatile memory dumps using Volatility 3 to extract processes, networks, and artifacts.

2|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/as4584/antigravity-skills --skill memory-forensics-as4584
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-forensics
Source: https://github.com/as4584/antigravity-skills/tree/main/agents-wshobson/plugins/reverse-engineering/skills/memory-forensics
Command: npx skills add https://github.com/as4584/antigravity-skills --skill memory-forensics-as4584

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires volatility3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for analyzing volatile memory (RAM) dumps, enabling the investigation of security incidents, malware infections, and system compromises.

Core Features & Use Cases

  • Memory Acquisition: Guides on acquiring live memory from various operating systems (Windows, Linux, macOS) and virtual machines.
  • Process & Network Analysis: Tools to identify running processes, network connections, and loaded modules within memory.
  • Artifact Extraction: Techniques for extracting crucial artifacts like registry keys, file system remnants, and credentials.
  • Use Case: When a system is suspected of being compromised, this Skill can be used to capture its memory and analyze it for malicious processes, network backdoors, or evidence of data exfiltration.

Quick Start

Use the memory-forensics skill to analyze the attached memory dump file 'memory.raw' and list all running processes.

Frequently Asked Questions about memory-forensics

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

FAQPage Schema
How do I analyze a RAM dump for malicious processes during incident response?

To analyze a RAM dump for malicious processes, you can use this Skill with the Volatility 3 framework to inspect volatile memory and extract running processes, network connections, and system artifacts for digital forensics.

What artifacts can I extract from volatile memory for malware analysis?

For malware analysis, this Skill extracts artifacts from volatile memory including running processes, active network connections, loaded modules, registry keys, file system remnants, and credentials using Volatility 3 plugins.

Does Volatility 3 work with memory dumps from Windows, Linux, and macOS?

Yes, this Skill guides acquiring and analyzing live memory from various operating systems including Windows, Linux, and macOS, utilizing the Volatility 3 framework to perform deep memory inspection across these platforms.

What's the best way to find network backdoors in a raw memory dump?

The best way to find network backdoors in a raw memory dump is using this Skill's process and network analysis features to identify active network connections and loaded modules indicative of a compromise.

How do I list all running processes from an attached memory dump file?

To list all running processes from an attached memory dump file, apply this memory-forensics Skill to the dump file, and it will utilize Volatility 3 to extract and display the active process tree.

Can I extract credentials and registry keys from a system memory dump?

Yes, you can extract credentials and registry keys from a system memory dump using this Skill's artifact extraction techniques, which leverage Volatility 3 to uncover remnants of system artifacts within volatile memory.