Malicious Software: Types, Threats, and Advanced Viruses
Classified in Computers
Written on in
with a size of 3.31 KB
Logic Bombs and Resource Exhaustion Attacks
Logic Bombs
A logic bomb is a program that performs an action violating the site security policy when a specific external event occurs. These are typically associated with insider threats.
Example: A program that deletes a company’s payroll records when one particular record is deleted.
- The "particular record" is usually that of the person who created the logic bomb.
- The idea is that if (or when) the creator is fired and their payroll record is deleted, the company loses all those records.
Rabbits and Bacteria (Resource Exhaustion)
Rabbits or Bacteria refer to programs designed to absorb all of a specific class of system resources, leading to denial of service or system instability.
Example: For a UNIX... Continue reading "Malicious Software: Types, Threats, and Advanced Viruses" »