312-50V11 · Question #367
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 evidence preservation - recording all observable information - before taking any action that could alter or destroy forensic data.
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
(34 responses)- A9% (3)
- B3% (1)
- C74% (25)
- D15% (5)
Why each option
During an active attack, the first priority is evidence preservation - recording all observable information - before taking any action that could alter or destroy forensic data.
Unplugging the network connection immediately stops the attack but destroys volatile evidence like active session data and may constitute an unauthorized decision to take a system offline without proper authorization.
Launching a counterattack is illegal under computer fraud laws in most jurisdictions and violates standard incident response policy.
Recording as much information as possible during an active attack preserves volatile forensic evidence such as active connections, memory contents, and attacker IP addresses that would be lost if the system were restarted or disconnected. This data is critical for post-incident analysis, legal proceedings, and identifying the attacker's techniques. Evidence collection is a core step in incident response before containment actions are taken.
Performing a system restart terminates active connections and clears volatile memory, destroying critical forensic evidence before it can be captured.
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.