Computer Hacking Forensic Investigator (CHFI v10) — Question 543

Which of the following malware analysis involves executing the malware code to know how the code interacts with the host system and its impact on the system?

Answer options

Correct answer: C

Explanation

The correct answer is C. Dynamic Malware Analysis involves executing the malware, allowing analysts to see real-time interactions and effects on the system. In contrast, A (Primary) and D (Secondary) do not focus on execution, while B (Static) involves analyzing the code without running it.