During a forensic investigation of a compromise on a critical database host, an incident handler needs to collect evidence while the system remains powered on. To minimize data loss, which of the following evidence acquisition steps should be executed FIRST according to the order of volatility?
- Dump system RAM and active CPU cache registers.Answer
- BAcquire a bit-stream physical image of the local SSD system drive.
- CPower off the host immediately to prevent network data exfiltration.
- DGenerate SHA-256 cryptographic hashes for files to guarantee non-repudiation.
Answer
Dumping system RAM and active CPU cache registers is the correct first step.
Dumping system RAM and active CPU cache registers is correct because the order of volatility requires capturing evidence from the most ephemeral (volatile) sources first. CPU cache, memory registers, and main system RAM lose all contents when power is interrupted or when overwritten by OS operations, whereas local disk drives and archived backups retain data persistently.
Step-by-Step Solution
Key Concept
Order of Volatility in Digital Forensics
Estimated Time:1m 30s