A forensic analyst is responding to a live incident on a Linux server suspected of executing an active data exfiltration script via open network sockets. The server is powered on and running in memory. To strictly adhere to the Order of Volatility while maintaining cryptographic chain of custody integrity, which of the following actions should the analyst perform first?
- Capture the contents of system RAM and active network connections using an established memory dump tool, immediately recording the SHA-256 hash in the evidence log.Cevap
- BPower down the server immediately to preserve running processes, then attach the storage drive to a hardware write-blocker for bit-stream imaging.
- CPerform a full bit-stream disk image of the primary storage drive before acquiring memory artifacts to prevent active malware from altering disk sectors.
- DExport active system logs to an external drive to establish non-repudiation of the attacker's actions, skipping memory capture to avoid modifying system state.
Cevap
Capture the contents of system RAM and active network connections using an established memory dump tool, immediately recording the SHA-256 hash in the evidence log.
Capturing system RAM and active network sockets first adheres strictly to the Order of Volatility, as volatile memory is erased upon system state changes or power loss. Calculating and recording a cryptographic SHA-256 hash immediately establishes data integrity and chain of custody accountability.
Adım Adım Çözüm
Anahtar Kavram
Order of Volatility and Evidence Hash Verification