During an active incident investigation on an enterprise Linux application server, an incident responder detects suspicious process execution originating from a kernel module. The server remains powered on and connected to the internal network segment. To preserve evidence while minimizing the loss of transient data, which of the following actions should the analyst perform FIRST according to the order of volatility?
- Capture the system RAM using a specialized live memory acquisition tool.Answer
- BPower down the system immediately and make a bit-stream copy of the storage drive.
- CGenerate a cryptographic hash of the active system log files directly on the live file system.
- DEncrypt the primary storage partition using a newly generated asymmetric public key.
Answer
The incident responder should capture the system RAM using a specialized live memory acquisition tool prior to acquiring non-volatile storage or altering system state.
Capturing system RAM using a live acquisition tool is the correct initial action because volatile memory contains temporary process states, network connections, and loaded kernel modules that are permanently erased when the machine is shut down. According to the order of volatility, memory collection must precede persistent drive imaging.
Step-by-Step Solution
Key Concept
Order of Volatility in Digital Forensics