ナッシュビルの医療機関のサンドボックス環境で動的マルウェア解析を行ったところ、サンプルにはネットワークアクティビティがすぐには見られませんでした。制御された再起動後、実行ファイルはユーザーの操作なしにログオン時に自動的に起動しました。再起動サイクル全体にわたってこの動作を引き起こすシステム変更を把握するために、調査担当者はシステムアクティビティのどの領域を監視すべきでしょうか?
正解:C
The correct answer is C because the behavior described is reboot-persistent auto-start execution, which most directly points to services and startup programs. CHFI v11 explicitly includes malware persistence mechanisms and system behavior analysis through monitoring services, startup programs, registry artifacts, and related operating system changes. When malware launches automatically after restart and logon, investigators should focus first on the execution mechanisms that survive reboot and trigger program start without manual action. Services and startup entries are classic persistence locations for this kind of behavior.
Registry artifacts can also be involved, especially through Run keys, but the question asks what area of system activity should be monitored to capture the reboot-linked execution behavior itself. That makes services and startup programs the best fit because they directly govern automatic launch at system boot or user logon. In dynamic malware analysis, tracing these persistence points across a restart cycle helps investigators understand how the malware reappears, whether it is service-based, startup-folder based, or tied to another auto-launch mechanism.