Episode Details
Back to Episodes
Course 41 - Analyzing Attacks for Incident Handlers | Episode 1: Volatile Evidence, Forensic Tools, and Investigation Procedures
Published 3 days, 8 hours ago
Description
🧠 Memory Analysis (RAM Forensics) — Study Template🔐 Core ConceptMemory analysis is a critical part of the incident response process, used to detect threats that do not leave artifacts on disk.Key idea: Some attacks exist only in memory⚡ Why Memory Forensics MattersModern threats bypass traditional disk-based detection:
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy
- Fileless malware
- Executes directly in RAM
- Leaves no files behind
- Malicious PowerShell scripts
- Run in memory
- Minimal or no disk footprint
- Data changes constantly
- Data is lost when power is off
- Credentials (passwords, tokens)
- Active network connections
- Clipboard contents
- Browser sessions/history
- Running processes
- Injected/malicious code
- CPU Registers & Cache (nanoseconds)
- RAM (live memory)
- Network data (connections, routing tables)
- Disk (persistent storage)
- Capture RAM while system is live
- Do this BEFORE shutdown
- Suspicious processes
- Code injection
- Hidden malware
- Active connections
- Disk forensics
- Network analysis
- Malware analysis
- Capturing memory alters memory
- Perfect preservation is impossible
- Minimize impact
- Document acquisition process
- FTK Imager
- Mandiant Redline
- Velkosoft Live Capturer
- Capture full memory snapshot
- Enable offline forensic analysis
- Suspicious outbound traffic
- Data exfiltration to foreign IPs
- No evidence on disk or registry
- Hidden processes
- In-memory malware
- Active connections
- Credential artifacts
- Memory is volatile but critical
- Modern attacks are often fileless
- RAM contains live evidence
- Must capture memory first
- Analysis must be correlated with other forensic domains
You can listen and download our episodes for free on more than 10 different platforms:
https://linktr.ee/cybercode_academy