A hidden computer programme that is set to disturb a computer system or network, which is triggered at a preset time or some other logically defined state of the system analogous to a time bomb, is called:
Show Hint
Remember the relationship: All time bombs are logic bombs, but not all logic bombs are time bombs. A logic bomb can be triggered by any logical condition (e.g., deleting a specific file), while a time bomb is specifically triggered by time.
Step 1: Understanding the Concept:
The question describes a type of malicious software (malware) that remains dormant until a specific condition is met. This condition can be a particular date and time or a specific action taken by a user. Step 2: Detailed Explanation:
Let's analyze the given options:
Email Bomb: This is a form of cyber attack that involves sending a massive volume of emails to a specific address to overwhelm the server and cause a denial of service. It does not involve a hidden program with a trigger.
Logic Bomb: This is the correct term. A logic bomb is a piece of code intentionally inserted into a software system that will execute a malicious function when specified conditions are met. A "time bomb" is a subtype of a logic bomb that is triggered by a specific date or time.
Adipocere Bomb: This is not a term used in cybersecurity. Adipocere relates to the waxy substance formed during the decomposition of fatty tissue in dead bodies.
Antivirus related cyber malfunctioning: This is a general descriptive phrase, not the name of a specific type of malware.
Step 3: Final Answer:
The description perfectly matches the definition of a Logic Bomb, which is designed to execute upon a logical trigger.