Step 1: Definition:
The question concerns malware that remains inactive until a specific condition activates it. This condition could be a date, time, or user action.
Step 2: Option Analysis:
Email Bomb: This attack floods an email address with messages, causing a denial-of-service. It doesn't involve a hidden, triggered program.
Logic Bomb: This is the correct answer. A logic bomb is malicious code that activates when specific conditions are met. A "time bomb" is a logic bomb triggered by a date or time.
Adipocere Bomb: This term is unrelated to cybersecurity. Adipocere is a waxy substance formed during the decomposition of body fat.
Antivirus related cyber malfunctioning: This is a general description, not the name of a specific malware type.
Step 3: Conclusion:
The description accurately defines a Logic Bomb, which activates based on a logical trigger.