Understanding Memory Acquisition¶
Memory acquisition preserves a snapshot of physical memory so an analyst can examine volatile system state after the live collection has finished.
What you will learn
By the end, you should be able to explain why memory is valuable, plan destination capacity, and document the unavoidable effect of acquisition.
Memory acquisition¶
Core concept
A memory acquisition tool reads accessible physical memory and writes it to an image. The image may contain processes, code, network state, command history, encryption material, and remnants of recently used data.
Keep in mind: Memory changes continuously. Running the acquisition tool also changes memory, so record the method and collect promptly.
Memory acquisition is not memory analysis¶
Why it matters¶
Capture active state¶
Memory can show processes, threads, modules, handles, and other live structures.
Preserve connections¶
Socket and network structures may connect a process to recent communications.
Reveal memory-only behaviour¶
Injected or unpacked code may be clearer in memory than in files stored on disk.
Retain transient material¶
Decrypted content, keys, commands, and credentials may exist only temporarily.
Capture workflow¶
- AuthoriseRecord the target, authority, investigation question, and operational constraints.
- PrepareChoose a trusted tool and a destination with capacity exceeding installed memory.
- Record contextCapture system time, operating-system details, tool version, and relevant live observations.
- Acquire and monitorRun the tool, avoid unrelated activity, and record errors or security-tool interference.
- Verify and preserveHash the image, record its size and path, and store it securely with collection notes.
Practice scenario¶
Quality checklist¶
Preserve collection context
- 1PrepareChoose a trusted tool and adequate destination.
- 2RecordNote system time, state, versions, and commands.
- 3AcquireMinimise unrelated activity and monitor errors.
- 4VerifyHash, label, and secure the completed image.
Record failures and partial captures. Do not describe an incomplete image as complete evidence.