During a forensic investigation involving suspected corporate espionage, an incident responder must acquire evidence from an operational server processing sensitive customer data in system memory. The legal team specifies that all collected digital evidence must remain strictly admissible in judicial proceedings and verifiable against tampering throughout the evidence lifecycle. Which of the following procedures best maintains compliance with the order of volatility while establishing proper chain of custody?
- Capture system RAM using a validated live acquisition utility, immediately compute a cryptographic hash of the memory dump, and log the hash value along with the collector's identity, precise timestamp, and serial numbers in the custody transfer document.Cevap
- BImmediately power off the physical host to preserve the state of system memory, detach the storage drives to make a bit-stream disk copy via a hardware write blocker, and record the hash value in the central SIEM log.
- CExport a live virtual machine snapshot to an external cloud storage bucket, then digitally sign the export manifest using the incident commander's asymmetric private key to establish non-repudiation.
- DDump the volatile memory directly across the production network to a shared network folder, generate a CRC32 checksum of the destination directory, and update the incident ticketing system.
Cevap
Capturing volatile system RAM using a validated live acquisition tool, immediately computing a cryptographic hash of the capture file, and recording the hash alongside acquisition metadata and collector details in a formal chain of custody log fulfills both volatility and evidentiary chain requirements.
Capturing system RAM prior to system shutdown respects the order of volatility because RAM content is extremely ephemeral. Computing an immediate cryptographic hash establishes a verifiable integrity baseline. Logging the hash value, timestamp, collector identity, and hardware details into a formal chain of custody document ensures the evidence is legally defensible and tamper-evident.
Adım Adım Çözüm
Anahtar Kavram
Order of Volatility and Chain of Custody Integration