nerdexam
EC-Council

312-49 · Question #663

What is the purpose of using Obfuscator in malware?

The correct answer is C. Avoid detection by security mechanisms. An obfuscator transforms malware code into a functionally equivalent but structurally different form - renaming variables, inserting junk code, encrypting strings, or reordering instructions - to make it unrecognizable to signature-based antivirus engines, YARA rules, and…

Submitted by mateo_ar· Apr 18, 2026Malware Forensics

Question

What is the purpose of using Obfuscator in malware?

Options

  • AExecute malicious code in the system
  • BAvoid encryption while passing through a VPN
  • CAvoid detection by security mechanisms
  • DPropagate malware to other connected devices

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    2% (1)
  • C
    91% (39)
  • D
    2% (1)

Explanation

An obfuscator transforms malware code into a functionally equivalent but structurally different form - renaming variables, inserting junk code, encrypting strings, or reordering instructions - to make it unrecognizable to signature-based antivirus engines, YARA rules, and static analysis tools. The malware still executes the same malicious logic, but its appearance changes enough to bypass detection. Execution of malicious code is the payload's job, VPN bypass relates to tunneling tools, and propagation is the role of worm/spreading modules - obfuscation is specifically about evasion.

Topics

#Malware#Obfuscation#Evasion techniques#Anti-detection

Community Discussion

No community discussion yet for this question.

Full 312-49 Practice