Question

Difficulty: MediumDigital Forensics and Chain of Custody

A security analyst is investigating a compromised cloud-hosted Linux virtual machine suspected of participating in an ongoing data exfiltration attack. To ensure proper digital forensics and maintain legal defensibility, which of the following actions should the analyst perform during initial evidence acquisition? (Select TWO).

  1. Capture a dump of system memory (RAM) prior to modifying storage states or powering off the virtual machineAnswer
  2. Calculate cryptographic hash values for captured forensic images immediately after acquisition and log them in the custody recordAnswer
  3. C
    Power off the virtual server immediately to freeze disk states before capturing volatile artifacts
  4. D
    Rely solely on digital signatures to guarantee data integrity without recording SHA-256 hash digests on evidence intake logs

Answer

The correct procedures are to capture a dump of system memory (RAM) prior to modifying storage states or powering off the virtual machine, and to calculate cryptographic hash values for captured forensic images immediately after acquisition and log them in the custody record.
Adhering to the Order of Volatility dictates that volatile RAM must be dumped before system shutdown or storage modifications. Additionally, calculating cryptographic hashes immediately after evidence acquisition and recording them in the chain of custody log proves that evidence integrity was preserved throughout handling.

Step-by-Step Solution

1
Apply the Order of Volatility during evidence collection
System RAM is dumped while the virtual machine is live to prevent loss of volatile network sockets, running process structures, and transient data.
Volatile memory is lost when power state changes, making RAM capture a top priority before disk analysis or host power-down.
2
Verify and log evidence integrity for the chain of custody
Cryptographic hash values (e.g., SHA-256) are generated immediately upon evidence acquisition.
Recording hashes at the time of intake proves that the forensic copy has not been altered or tampered with at any point in the investigation.

Key Concept

Order of Volatility and Evidence Integrity Logging
Estimated Time:1m 30s
Rate this question