正解:B
Option B. HKEY_LOCAL_MACHINE is the best answer because CHFI v11 specifically emphasizes Windows memory and registry analysis as part of evidence examination and operating system forensics.
The blueprint also highlights registry-based malware persistence mechanisms and system behavior analysis , including monitoring registry artifacts, startup programs, processes, services, and event logs to identify suspicious or malicious activity.
In practical forensic work, HKEY_LOCAL_MACHINE (HKLM) is one of the most important hives because it contains system-wide configuration settings that affect the whole computer, not just one user.
Malware commonly establishes persistence there through machine-level startup locations, service entries, driver references, and other autostart mechanisms. That makes HKLM a primary place to examine when trying to identify malware that survives reboots or affects all users on the system. This fits CHFI's focus on analyzing Windows artifacts and identifying persistence mechanisms.
The other hives can also contain useful evidence, especially user-specific activity, but for main focus in spotting broad malware persistence, HKLM is the strongest CHFI-aligned answer.