Episode Details
Back to Episodes
Course 41 - Analyzing Attacks for Incident Handlers | Episode 4: Live Memory Forensics, VM Troubleshooting, and Malware Analysis
Published 6 hours ago
Description
🧠 Live Memory Forensics Lab — Mandiant Redline (Full Workflow)🎯 Lab ObjectivePerform a real-world memory forensic investigation on an infected Windows VM using Mandiant Redline, covering:Infection → Data Collection → Transfer → Analysis → IOC Identification🧪 Lab OverviewEnvironment:
✅ ALWAYS transfer to a clean analysis system🔧 Part 1: Operational Reality & Troubleshooting💣 Step 1: Execute Malware (Inside VM Only)
✔ Allows file transfer2. Smart Data ReductionInstead of copying full audit:
- Target: Windows 7 Virtual Machine (infected)
- Malware Sample: her.exe (Dyre/Dridex family behavior)
- Tool: Mandiant Redline
✅ ALWAYS transfer to a clean analysis system🔧 Part 1: Operational Reality & Troubleshooting💣 Step 1: Execute Malware (Inside VM Only)
- Run her.exe
- Allow infection to occur
- Observe system behavior (optional monitoring)
- Perform memory audit
- Output size: ~9 GB
- Fails to copy
- Gets interrupted
- Exceeds VM limitations
- From: Host-Only
- To: NAT (Network Address Translation)
✔ Allows file transfer2. Smart Data ReductionInstead of copying full audit:
- Locate Sessions Folder
- Copy ONLY:
- Sessions/ directory
- Sessions folder contains analysis-ready data
- Avoids transferring unnecessary bulk files
- Open Sessions folder
- Begin analysis on clean machine
- Operating System
- IP Address
- MAC Address
- RAM Size
- Logged-in Users
- Establish investigation baseline
- Required for incident reporting
- Active ports
- Open sockets
- External connections
- Unknown ports
- Suspicious outbound traffic
- Mapping to malicious processes
- Malware (ELC / ELIC) tied to network activity
- Command-line activity
- File paths
- Embedded indicators
- Identify what executed in memory
- Reveal hidden behavior
- Sort registry keys by:
- Last Modified Time
- Recent suspicious changes
- Auto-start entries
- Persistence mechanisms
- Parent-child relationships
- Hidden or injected processes
- Unusual process chains
- her.exe (initial payload)
- spawns hidden process ech.exe
- Known malicious hashes
- Threat intel feeds
- Auto-flag suspicious artifacts
- Search across memory dataset
- Confirm malicious presence
- Identify scope of c