AI AGENT ADDONS

Memory Forensics

wshobson/agents
Security
8,511installs

Memory forensics helps you find evidence of attacks hidden in a computer's RAM. When a virus runs, its code stays in memory until the computer shuts down. By analyzing a memory dump, you can see what the malware did, find stolen data, and understand the attack.

This skill teaches you how to capture memory from Windows, Linux, and Mac systems. You will use tools like Volatility 3 to list running processes, network connections, and injected code. It is useful for incident responders, security analysts, and anyone who wants to investigate a breach.

You will also learn to extract artifacts such as credentials, browser sessions, and open files. With these techniques, you can quickly triage a compromised machine without needing the original hard drive.

Add Memory Forensics skill to your workflow

Global

mkdir -p ~/.claude/skills/memory-forensics

Project

mkdir -p .claude/skills/memory-forensics

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago