Malware (Malicious Software) refers to any hostile software intentionally designed to cause damage to a computer, server, client, or computer network:
| Malware Type | Host Required? | Propagation Mechanism | Primary Payload Damage |
|---|---|---|---|
| Computer Virus | YES (Must attach to `.exe`, `.doc`) | Requires human action (running the infected host file) to replicate. | Corrupts system files, erases disks, consumes CPU memory. |
| Worm | NO (Standalone program) | Self-replicating! Spreads autonomously across network vulnerabilities without human intervention. | Exhausts network bandwidth, crashes routers, creates botnets. |
| Trojan Horse | Standalone | Disguised as legitimate, useful software (e.g., a free game or utility) to trick users into installation. | Opens backdoor vulnerabilities; installs keyloggers or ransomware. |
| Ransomware | Standalone / Trojan | Encrypts user files with military-grade cryptography; demands ransom in cryptocurrency for key. | Permanent data loss unless offline cold backups exist. |
| Spyware / Keylogger | Background hidden | Silently records keystrokes, screen captures, and browsing habits; transmits data to attackers. | Theft of banking credentials, passwords, and personal identity. |
| Adware | Background app | Renders aggressive, unauthorized pop-up advertisements. | Slows system, tracks web browsing, compromises user privacy. |