nerdexam
EC-Council

312-49V11 · Question #84

You are a cybersecurity analyst conducting system behavior analysis on a Windows machine infected with suspected malware. Your goal is to monitor the processes initiated and taken over by the…

The correct answer is A. Capability to capture detailed information about operation input and output parameters. In CHFI v11, system behavior analysis is a critical component of malware forensics, particularly when investigating how malicious code interacts with a compromised Windows system after execution. Process Monitor (Procmon), a Sysinternals tool, is explicitly aligned with CHFI…

Malware Forensics

Question

You are a cybersecurity analyst conducting system behavior analysis on a Windows machine infected with suspected malware. Your goal is to monitor the processes initiated and taken over by the malware after execution, as well as observe associated child processes, handles, loaded libraries, and functions to understand its behavior. As a cybersecurity analyst utilizing Process Monitor for system behavior analysis, what key feature of the tool enables comprehensive monitoring of file system, registry, and process/thread activity on a Windows machine?

Options

  • ACapability to capture detailed information about operation input and output parameters.
  • BReal-time display of network activity initiated by processes.
  • CAutomatic removal of suspicious files identified during the monitoring process.
  • DIntegration with antivirus software to automatically quarantine malicious processes.

How the community answered

(17 responses)
  • A
    71% (12)
  • B
    6% (1)
  • C
    18% (3)
  • D
    6% (1)

Explanation

In CHFI v11, system behavior analysis is a critical component of malware forensics, particularly when investigating how malicious code interacts with a compromised Windows system after execution. Process Monitor (Procmon), a Sysinternals tool, is explicitly aligned with CHFI objectives related to monitoring processes, registry access, file system changes, and thread activity during dynamic analysis. The defining feature that makes Process Monitor invaluable in forensic investigations is its ability to capture extremely detailed information about each operation, including input and output parameters such as file paths accessed, registry keys queried or modified, result codes, stack traces, process IDs, thread IDs, and timestamps. This granular visibility allows investigators to trace malware execution flow, identify persistence mechanisms, detect configuration changes, and reconstruct attacker behavior.

Topics

#Process Monitor#malware behavior analysis#Windows forensics#system monitoring

Community Discussion

No community discussion yet for this question.

Full 312-49V11 Practice