During a security audit, system administrators discover an unapproved executable file residing on a database server. Technical analysis reveals that the executable monitors system performance and remains inactive until the database reaches exactly records, at which point it automatically executes a script to purge system audit logs. Which of the following malware classifications best describes this threat?
- Logic bombAnswer
- BSelf-propagating worm
- CTrojan horse
- DKernel-level rootkit
Answer
Logic bomb
The correct answer is the choice identifying a logic bomb. A logic bomb is a piece of code intentionally inserted into a software system that remains dormant until specific logical conditions—such as reaching a specified number of database records, a specific timestamp, or an account status change—are met.
Step-by-Step Solution
Key Concept
Logic Bomb Characteristics
Estimated Time:1m 15s