Malware
Wabbit
Also known as: Rabbit virus
Definition
A self-replicating program that stays on a single host and exhausts its resources by spawning endless copies of itself, without spreading over the network.
Examples
- A bash fork bomb ":(){ :|:& };:" that crashes a Linux shell session.
- Programs that recursively create files until the filesystem fills up.
Related terms
Fork Bomb
A denial-of-service technique in which a process repeatedly forks itself, exhausting process tables, memory, and CPU on the host.
Computer Worm
Self-replicating malware that propagates across networks autonomously, without requiring a host file or user interaction.
Logic Bomb
Malicious code that lies dormant inside a program and activates its payload only when a specific logical condition is met.
Wiper Malware
Destructive malware whose primary goal is to irreversibly erase or corrupt data, firmware, or boot records — not financial gain.
Malware
Any software intentionally designed to disrupt, damage, or gain unauthorized access to computers, networks, or data.
Denial-of-Service (DoS) Attack
An attack that exhausts a system's bandwidth, compute, memory, or application resources so that legitimate users can no longer access the service.