312-50V9 · Question #142
An IT security engineer notices that the company's web server is currently being hacked. What should the engineer do next?
The correct answer is C. Record as much information as possible from the attack. During an active attack, the first priority is to record as much information as possible to preserve forensic evidence before taking any action that could destroy it.
Question
An IT security engineer notices that the company's web server is currently being hacked. What should the engineer do next?
Options
- AUnplug the network connection on the company's web server.
- BDetermine the origin of the attack and launch a counterattack.
- CRecord as much information as possible from the attack.
- DPerform a system restart on the company's web server.
How the community answered
(44 responses)- A2% (1)
- B5% (2)
- C82% (36)
- D11% (5)
Why each option
During an active attack, the first priority is to record as much information as possible to preserve forensic evidence before taking any action that could destroy it.
Unplugging the network connection stops the attack but immediately destroys volatile evidence such as active network connections and memory-resident artifacts needed for forensic analysis.
Launching a counterattack is illegal in most jurisdictions without explicit legal authorization and is not a valid or ethical incident response action.
Recording detailed information during an active attack - such as attacker IP addresses, HTTP requests, payloads, and system behavior - preserves volatile forensic evidence critical for post-incident analysis, attribution, and potential legal proceedings. This aligns with NIST SP 800-61 incident response guidance, which emphasizes evidence preservation as a key step before containment. Actions like disconnecting the server or restarting it can destroy volatile memory contents and active connection data before they can be captured.
Performing a system restart clears RAM and terminates active processes, destroying volatile forensic evidence that cannot be recovered after the reboot.
Concept tested: Evidence preservation during active incident response
Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-61r2.pdf
Topics
Community Discussion
No community discussion yet for this question.