Which type of virus is programmed to rewrite itself completely each time it infects a new executable file?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which type of virus is programmed to rewrite itself completely each time it infects a new executable file?

Explanation:
Mutating its entire body to appear different on every infection is a hallmark of metamorphic viruses. These threats rewrite their entire codebase each time they infect a new executable, producing a semantically identical payload but with a completely different sequence of instructions, structure, and even added or altered opcodes. The goal is to defeat signature-based detection by ensuring no two infections look the same, while preserving the malware’s behavior. This differs from other concepts in the options. Simply changing a file’s extension doesn’t alter the virus’s code or behavior and is just a trick for disguise. A zombie is a compromised device controlled by an attacker and doesn’t describe self-rewriting malware. A FAT virus targets the FAT file system structures, not the self-modifying nature of the code.

Mutating its entire body to appear different on every infection is a hallmark of metamorphic viruses. These threats rewrite their entire codebase each time they infect a new executable, producing a semantically identical payload but with a completely different sequence of instructions, structure, and even added or altered opcodes. The goal is to defeat signature-based detection by ensuring no two infections look the same, while preserving the malware’s behavior.

This differs from other concepts in the options. Simply changing a file’s extension doesn’t alter the virus’s code or behavior and is just a trick for disguise. A zombie is a compromised device controlled by an attacker and doesn’t describe self-rewriting malware. A FAT virus targets the FAT file system structures, not the self-modifying nature of the code.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy