A cybersecurity analyst is investigating an active fileless malware infection on a host machine operating multiple virtualized enterprise services. The analyst must capture digital evidence in strict compliance with the Order of Volatility while maintaining chain of custody standards for legal admissibility. Which of the following procedures should the analyst execute FIRST?
- Capture the host system's volatile physical memory (RAM) over a secure network stream to an external forensic destination before creating VM snapshots or modifying system power states.Answer
- BCreate a hypervisor snapshot of all active virtual machine disk files and calculate their SHA-256 hashes to establish digital non-repudiation for the suspect host.
- CImmediately disconnect host power to prevent memory tampering, then mount the physical host drive through a hardware write-blocker to generate a bit-stream disk image.
- DExport network traffic logs and SIEM event streams from remote syslog servers to establish a baseline before examining local system storage devices.
Answer
The analyst should capture the host system's volatile physical memory (RAM) over a secure network stream to an external forensic destination before creating VM snapshots or modifying system power states.
According to the forensic Order of Volatility, volatile data such as CPU registers, cache, and RAM must be collected before less volatile data like hard drives or archived logs. In a live investigation involving fileless malware, capturing system RAM prior to any state change (such as taking snapshots or pulling plug power) ensures that critical volatile evidence is preserved intact.
Step-by-Step Solution
Key Concept
Order of Volatility and Live Forensic Evidence Acquisition
Estimated Time:2m 0s