According to the CHFI v11 Malware Forensics and Malware Analysis objectives , dynamic malware analysis must be performed in a controlled, isolated, and well-monitored environment to both observe malicious behavior and prevent unintended spread to production systems. A key requirement of such an environment is the ability to monitor and record all system-level changes made by the malware during execution.
Host Integrity Monitoring (HIM) plays a critical role in dynamic malware analysis by tracking modifications to files, registry keys, services, processes, startup locations, system calls, and configuration settings . CHFI v11 emphasizes system behavior analysis as a core component of malware forensics, including monitoring registry artifacts, file system changes, persistence mechanisms, and process activity. HIM enables investigators to safely analyze malware impact while maintaining forensic visibility and containment.
The other options are not aligned with CHFI v11 best practices. Disabling antivirus software weakens security controls but does not ensure containment or safety. Running malware on physical machines increases the risk of permanent damage and network propagation, which contradicts CHFI guidelines favoring sandboxed or virtualized environments. Using outdated operating systems does not contribute to safety and may introduce irrelevant vulnerabilities.
CHFI v11 strongly advocates controlled malware analysis labs with monitoring mechanisms that capture behavioral indicators without exposing production assets. Therefore, implementing host integrity monitoring is a key design aspect that supports both safe containment and effective behavioral analysis , making Option A the correct and CHFI-verified answer.
Submit