RTUComputer ScienceYr 2024 · Sem 62024

Q9Information Security Systems

Question

2 marks

What is a logic bomb in malware?

Answer

A logic bomb is a highly insidious, dormant piece of malicious code that violently executes a catastrophic payload only when a strict mathematical condition is met.

Unlike a virus that attacks instantly, a Logic Bomb is stealth architecture. A disgruntled employee might implant code that says: "If my payroll ID is deleted from the HR database, violently format the entire central server." The malware sleeps undetected until the exact mathematical trigger condition is fulfilled.

Back to Paper