nerdexam
EC-Council

312-50V13 · Question #364

Chandler works as a pen-tester in an IT-firm in New York. As a part of detecting viruses in the systems, he uses a detection method where the anti-virus executes the malicious codes on a virtual…

The correct answer is B. Code Emulation. Chandler employed code emulation, a detection method where malicious code is run in a secure virtual environment to observe its behavior without risking the host system.

Submitted by satoshi_tk· Mar 6, 2026Malware Threats

Question

Chandler works as a pen-tester in an IT-firm in New York. As a part of detecting viruses in the systems, he uses a detection method where the anti-virus executes the malicious codes on a virtual machine to simulate CPU and memory activities. Which type of virus detection method did Chandler use in this context?

Options

  • AHeuristic Analysis
  • BCode Emulation
  • CScanning
  • DIntegrity checking

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    94% (45)
  • C
    4% (2)

Why each option

Chandler employed code emulation, a detection method where malicious code is run in a secure virtual environment to observe its behavior without risking the host system.

AHeuristic Analysis

Heuristic analysis detects viruses by looking for suspicious characteristics, patterns, or behaviors in the code itself, without necessarily executing it in a virtual machine.

BCode EmulationCorrect

Code emulation involves executing suspicious code within a safe, isolated virtual environment or sandbox to monitor its behavior and determine if it exhibits malicious characteristics without affecting the host system.

CScanning

Scanning (signature-based detection) identifies viruses by comparing the code to a database of known malware signatures, not by executing it in a virtual machine.

DIntegrity checking

Integrity checking verifies the authenticity and unaltered state of files by comparing their current hashes or checksums against a known good baseline, which is not related to executing malicious code in a VM.

Concept tested: Antivirus detection methods

Source: https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/detect-and-block-potentially-unwanted-apps?view=o365-worldwide#what-are-potentially-unwanted-applications

Topics

#Code emulation#malware analysis#sandbox#antivirus

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice