Logic bomb

From WikiMD's Wellness Encyclopedia


A logic bomb is a piece of malware that is intentionally inserted into a software system to set off a malicious function when specified conditions are met. Unlike a computer virus, a logic bomb does not replicate itself but lies dormant until triggered by a specific event or condition.

Characteristics[edit | edit source]

Logic bombs are often embedded in legitimate software by a malicious insider, such as a disgruntled employee. They can be programmed to delete files, corrupt data, or otherwise disrupt the normal operation of a computer system. The triggering event can be a specific date and time, the deletion of a particular file, or the occurrence of a certain system event.

Examples[edit | edit source]

One of the most famous examples of a logic bomb is the Chernobyl virus, which was designed to activate on April 26, the anniversary of the Chernobyl disaster. Another example is the Sony BMG rootkit scandal, where a logic bomb was included in music CDs to prevent copying.

Prevention and Detection[edit | edit source]

Preventing logic bombs involves implementing strict access control measures and conducting regular code reviews. Intrusion detection systems (IDS) and antivirus software can also help in identifying and neutralizing logic bombs before they are triggered.

Related Concepts[edit | edit source]

See Also[edit | edit source]


Contributors: Prab R. Tumpati, MD