CAS-003 · Question #939
An incident response analyst is investigating a compromise on a application server within an organization. The analyst identifies an anomalous process that is executing and maintaining a persistent…
The correct answer is A. Capture running memory. Digital forensics follows the order of volatility principle: collect the most volatile evidence first before it is lost. RAM (running memory) is the most volatile artifact-it is lost the moment the process terminates or the system is rebooted. Capturing running memory (A)…
Question
An incident response analyst is investigating a compromise on a application server within an organization. The analyst identifies an anomalous process that is executing and maintaining a persistent TCP connection to an external IP. Which of the following actions should the analyst take NEXT?
Options
- ACapture running memory
- BCreate a BitCopy of the hard disk
- CUse no to conduct banner grabbing on the remote IP
- DReview /var/log/* for anomalous entries
How the community answered
(39 responses)- A79% (31)
- B5% (2)
- C10% (4)
- D5% (2)
Explanation
Digital forensics follows the order of volatility principle: collect the most volatile evidence first before it is lost. RAM (running memory) is the most volatile artifact-it is lost the moment the process terminates or the system is rebooted. Capturing running memory (A) preserves the full state of the anomalous process, including its code, decrypted strings, open handles, network socket details, and any injected payloads that may not exist on disk. A hard disk BitCopy (B) is important but comes after memory capture in the order of volatility. Banner grabbing the remote IP (C) could alert the attacker to the investigation and compromises operational security. Reviewing logs in /var/log (D) is useful but logs are less volatile than RAM and may not contain details about an in-memory process that has evaded logging. Capturing memory first preserves the richest forensic evidence about the live attack.
Topics
Community Discussion
No community discussion yet for this question.