シカゴで発生したバンキング型トロイの木馬事件を調査する際、フォレンジックアナリストは制御された分析環境内で疑わしいサンプルを実行しました。すると、プログラムは即座に終了し、実行フローを変更したため、アナリストは本来の動作を観察することができませんでした。この動作は、マルウェア分析のどの側面を反映しているでしょうか?
正解:B
The correct answer is B because the malware is displaying analysis-environment awareness and changing its behavior when it detects that it is being observed. MITRE documents virtualization and sandbox evasion as a technique where malware checks for signs of a virtual machine or sandbox and then disengages, terminates, or conceals its true functions. That is exactly what the scenario describes. CHFI v11 includes malware analysis challenges, controlled malware analysis labs, and general rules for malware analysis, all of which prepare candidates to recognize anti-analysis behavior as a practical obstacle. Option A refers to obfuscation and concealment techniques inside the malware itself, which are different from runtime detection of the analysis environment. Option C is not a challenge or tactic, and option D is the goal of analysis rather than the behavior being observed. In a forensic sandbox, when a specimen stops, sleeps, or changes its path because it detects a monitored environment, the key concept is sandbox or analysis-environment evasion. Therefore, the best answer is detection of analysis environments and modification of execution behavior.