An enterprise system Administrator discovers that a malicious script unexpectedly executed on a server immediately after a terminated employee's user account was disabled. The script was configured to monitor user directory changes and wipe database backups once the account status changed. Which type of malware or malicious code relies on a predefined trigger condition or specific event to execute its payload?
- ATrojan
- Logic bombAnswer
- CWorm
- DFirewall access control list
Answer
Logic bomb
A logic bomb is a piece of code intentionally inserted into software that lies dormant until specific logical conditions are met, such as a set date, specific command, or account deletion event.
Step-by-Step Solution
Key Concept
Logic Bomb Indicators and Characteristics