Which virus type transfers all control of the host code to the viral code residing in memory?

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 virus type transfers all control of the host code to the viral code residing in memory?

Explanation:
When a virus stays loaded in memory and continues to run after the infected program finishes, it can control what happens next by intercepting the host’s execution and redirecting it to the viral code. This persistence and redirection is the hallmark of a memory-resident operation. The type that is designed to terminate the current process momentarily and stay resident in memory, ready to take over execution whenever needed, is the TSR virus (Terminate and Stay Resident). By living in memory, it can hijack control flows, run its code, and then hand control back to the host or propagate further. Worms, on the other hand, are standalone programs that spread across networks and aren’t defined by hijacking host execution in memory. Transient (non-resident) viruses infect files and operate only during that run, leaving memory as soon as the host process ends, so they don’t keep taking over host code. Intrusive viruses isn’t a standard term for this behavior in most CEH contexts, whereas TSR specifically describes the persistence and control-transfer behavior.

When a virus stays loaded in memory and continues to run after the infected program finishes, it can control what happens next by intercepting the host’s execution and redirecting it to the viral code. This persistence and redirection is the hallmark of a memory-resident operation. The type that is designed to terminate the current process momentarily and stay resident in memory, ready to take over execution whenever needed, is the TSR virus (Terminate and Stay Resident). By living in memory, it can hijack control flows, run its code, and then hand control back to the host or propagate further.

Worms, on the other hand, are standalone programs that spread across networks and aren’t defined by hijacking host execution in memory. Transient (non-resident) viruses infect files and operate only during that run, leaving memory as soon as the host process ends, so they don’t keep taking over host code. Intrusive viruses isn’t a standard term for this behavior in most CEH contexts, whereas TSR specifically describes the persistence and control-transfer behavior.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy