Disk forensics analyzes files and filesystem images from the endpoint, memory forensics inspects volatile processes and code loaded in RAM, and live forensics examines the running system at the moment of investigation. Each method answers a different question: what was stored, what was executing, and what is active now. Used together, they improve speed and investigative coverage.
What Each Forensic Method Tells You
Disk forensics, memory forensics, and live forensics differ mainly in the evidence they preserve and the investigative questions they can answer. Disk work is best for persistent artefacts, memory work is best for volatile activity, and live work is best for understanding the system as it exists during an incident. The practical difference is not just where the data lives, but what disappears if you wait.
Disk forensics focuses on files, logs, filesystem metadata, deleted artefacts, and images that can be analysed offline without changing the target system further. Memory forensics focuses on what was resident in RAM, such as running processes, injected code, network connections, decrypted content, and other transient state. Live forensics sits between the two, because it examines a running endpoint while prioritising speed, triage value, and minimal disruption.
That distinction matters because a disk image can show evidence of persistence and post-event tampering, while memory can expose active compromise that may never be written to disk. Live examination can confirm whether a process tree, connection, or injected module is still present right now, which is often the fastest way to decide whether containment should precede deeper analysis.
When Each Method Is the Better Fit
Use disk forensics when the priority is reconstruction: what files changed, what executed previously, what was deleted, and what timeline can be established from durable artefacts. It is usually the safest choice when you can take the system offline or work from a trusted image, because analysis can be more controlled and repeatable. That makes it especially useful for root-cause analysis and evidentiary reporting.
Use memory forensics when the incident may involve malware that lives primarily in RAM, credential theft from process memory, fileless execution, or tooling that hides its presence on disk. Because volatile artefacts disappear on shutdown or reboot, memory collection is often time-sensitive. It is most valuable when you need to see active injections, decrypted payloads, sockets, handles, command lines, or process relationships that disk artefacts may not reveal.
Use live forensics when the system cannot be safely shut down, when you need immediate containment decisions, or when the live state itself is the evidence. A running system can reveal active sessions, listening services, suspicious parent-child process chains, and lateral movement in progress. In practice, live forensics is often a triage layer that helps decide what to collect next, rather than a substitute for deeper offline analysis.
Risk and Threat Considerations
The main risk is evidence loss. If you reboot too early, volatile artefacts disappear; if you focus only on disk, you may miss injected code or in-memory credential exposure; if you interact too aggressively with a live system, you can alter the very state you are trying to preserve. The right method depends on whether the threat is persistence, active execution, or both.
Failure mechanism: Volatile state evaporates on shutdown, attacker tooling can self-delete, and live interaction can overwrite or change timestamps, process state, or memory contents. That means a narrow collection strategy can leave you with a clean-looking disk image while the real compromise was only visible in RAM or at runtime.
Impact: Investigators may miss the initial access path, understate the blast radius, or fail to prove active compromise. In the worst case, a delayed or poorly sequenced response can allow the attacker to persist, move laterally, or exfiltrate data before containment is complete.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM — Security Continuous Monitoring | Live and memory forensics support continuous monitoring of active compromise indicators. |
| Recommendation — Use DE.CM to monitor running systems and capture volatile evidence before it disappears. | ||
| CIS Controls v8 | 8 — Audit Log Management | Forensics depends on preserved telemetry and logs to reconstruct disk and live activity. |
| 13 — Network Monitoring and Defense | Live forensics often validates suspicious connections and lateral movement in progress. | |
| Recommendation — Centralize and protect logs so disk and live artefacts can be correlated during incident response. Correlate live network state with host artefacts to confirm active attacker activity. | ||
| MITRE ATT&CK | T1003 — OS Credential Dumping | Memory forensics is often used to detect credential theft from volatile process memory. |
| T1055 — Process Injection | Memory forensics is well suited to identifying injected code and altered process state. | |
| T1070 — Indicator Removal on Host | Disk and live forensics both help recover evidence attackers try to delete or hide. | |
| Recommendation — Inspect memory for credential dumping indicators when compromise may involve resident secrets. Analyze RAM for process injection artifacts to confirm fileless execution. Look for artefacts of indicator removal when disk evidence appears incomplete. | ||
Practitioner Guidance
What to prioritise: Start with the evidence source most likely to disappear first. If the host is live and the incident may involve active malware, collect volatile artefacts before shutting anything down; if the device is stable and the question is historical reconstruction, preserve disk evidence first.
What to verify: Confirm the purpose of the examination before collecting. A containment-driven investigation, a malware-hunting exercise, and a legal evidence case do not use the same sequence, and the wrong order can reduce confidence in the result even if the endpoint is eventually imaged.
Practitioner takeaway: The best response is usually layered, not exclusive: use live or memory work to capture what is disappearing now, then use disk analysis to reconstruct what happened before and after.
Related resources from NHI Mgmt Group
- What is the difference between containment and recovery in an incident response plan?
- What is the difference between CNAPP and CADR for incident response?
- What is the difference between quantum incident response and quantum readiness?
- What is the difference between process lineage and container memory forensics in an investigation?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 20, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org