CISSP · Question #1497
What is the MOST important step during forensic analysis when trying to learn the purpose of an unknown application?
The correct answer is D. Isolate the system from the network. When analyzing an unknown application during forensic investigation, isolating the system from the network is the most critical step to prevent potential malware from communicating externally or spreading laterally.
Question
Options
- ADisable all unnecessary services
- BEnsure chain of custody
- CPrepare another backup of the system
- DIsolate the system from the network
How the community answered
(36 responses)- A6% (2)
- B3% (1)
- C8% (3)
- D83% (30)
Why each option
When analyzing an unknown application during forensic investigation, isolating the system from the network is the most critical step to prevent potential malware from communicating externally or spreading laterally.
Disabling unnecessary services is a hardening practice, not a forensic priority; it could also alter the system state and destroy evidence relevant to understanding the unknown application.
While chain of custody is essential for legal admissibility of evidence, it is a procedural/documentation concern and not the most immediately critical technical action when actively analyzing an unknown application.
Preparing an additional backup, though useful for preserving system state, is secondary to isolation; running a potentially malicious application without first cutting off network access risks live exfiltration or further compromise.
Isolating the system from the network ensures that an unknown application - which may be malicious - cannot reach command-and-control servers, exfiltrate data, or propagate to other systems during analysis. This containment step preserves the integrity of the investigation environment while allowing safe behavioral observation of the application. Network isolation is a foundational principle of incident response and forensic containment.
Concept tested: Forensic containment via network isolation during incident analysis
Source: https://www.nist.gov/publications/guide-integrating-forensic-techniques-incident-response
Topics
Community Discussion
No community discussion yet for this question.