セキュリティ研究チームがマルウェア分析専用のテスト環境を構築しています。チームは、テスト環境が実際のネットワークから隔離されていることを確認し、マルウェアが業務に影響を与えないようにしています。テスト環境には、仮想マシン、構成の異なる(パッチ適用済みと未適用)標的マシン、イメージングツール、ファイル分析ツール、ネットワークキャプチャツールなどの必要なツールが含まれています。マルウェア分析ラボでサンドボックス環境を使用する主な利点は何ですか?
正解:B
Option B is the best answer because CHFI v11 explicitly emphasizes the prominence of setting up a controlled malware analysis lab and the need to perform static and dynamic malware analysis in a safe environment. A sandbox is designed to let investigators execute suspicious code in an isolated setting where its behavior can be observed without endangering production systems or the organization's functional network.
This is exactly why the scenario highlights virtual machines, different victim configurations, and monitoring tools such as imaging, file-analysis, and network-capture utilities. These elements exist so the analyst can watch what the malware does, such as file changes, process creation, registry modifications, persistence attempts, and network communications, while containing the risk. The primary benefit is therefore safe execution under controlled conditions .
Option A describes a maintenance activity, not the core benefit of sandboxing. Option C is unsafe and contradicts isolation principles. Option D is incomplete because sandboxing is not only about external isolation; it is about safely observing execution behavior overall. Therefore, the correct CHFI-aligned answer is that the sandbox allows controlled execution without risking widespread infection.