SSCP · Question #1148
What is the main difference between a logic bomb and a stealth virus? (Choose all that apply)
The correct answer is A. Stealth viruses supply AV engines with false information to avoid detection B. Stealth viruses live in memory while logic bombs are written to disk. Stealth viruses actively evade detection by antivirus software and often reside in memory, whereas logic bombs are dormant code triggered by specific conditions and are typically stored on disk.
Question
What is the main difference between a logic bomb and a stealth virus? (Choose all that apply)
Options
- AStealth viruses supply AV engines with false information to avoid detection
- BStealth viruses live in memory while logic bombs are written to disk
- CStealth viruses "wake up" at a pre-specified time in the code, then execute payload
- DLogic Bombs supply AV engines with false information to avoid detection
How the community answered
(45 responses)- A93% (42)
- C2% (1)
- D4% (2)
Why each option
Stealth viruses actively evade detection by antivirus software and often reside in memory, whereas logic bombs are dormant code triggered by specific conditions and are typically stored on disk.
Stealth viruses employ techniques to actively hide their presence from antivirus software, often by intercepting AV requests and returning false, clean information about infected files or sectors.
Stealth viruses are designed to reside in memory to avoid detection on disk, while logic bombs are malicious code segments embedded within legitimate programs or scripts that lie dormant on disk until their trigger condition is met.
This describes the behavior of a logic bomb, which executes its payload when a specific condition (like a date, time, or event) is met, not a stealth virus.
Logic bombs are defined by their triggered execution, not by active evasion techniques against antivirus software by supplying false information.
Concept tested: Malware types and evasion techniques
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/intelligence/malware-categories
Topics
Community Discussion
No community discussion yet for this question.