After installing a free PDF-to-Word utility from an unofficial website, a user's laptop starts sending data to an unknown server and the security agent is disabled. Which malware type best fits?
Trap 1: Worm
A worm is standalone malware that self-replicates and spreads across networks automatically, typically exploiting software vulnerabilities or using shared credentials, without requiring user interaction. The scenario lacks evidence of such autonomous network propagation; the malware spreads through a deceptive installer that tricks the user into executing it. Even if the downloaded utility later led to worm-like behavior, the initial delivery vector is a trojanized application, and the core mechanism is social engineering, not self-replication.
Trap 2: Spyware
Spyware is a category of malware that covertly monitors user activity, such as keystroke logging, screenshots, or data exfiltration, and typically operates quietly after installation. While a trojan can certainly deliver spyware as its payload, the scenario emphasizes the disguised installer and security tampering—the latter of which goes beyond passive information gathering. Spyware focuses on the collection of sensitive data, whereas a trojan describes the deceptive delivery method that enables arbitrary malicious behavior, which is the central clue in this question.
Trap 3: Rootkit
A rootkit is a stealth tool focused on hiding successful compromise at the kernel or OS level—concealing processes, files, and registry keys from administrators. In this scenario, the primary infection vector is a user downloading and running a fake utility, not the post-infiltration concealment that a rootkit provides. A rootkit could be a payload delivered by a trojan, but the initial malicious delivery mechanism here is the disguised installer, making 'trojan' the accurate classification.
- A
Trojan
A trojan is malware that disguises itself as a benign or desirable program—here, a free PDF-to-Word utility from an unofficial source—while secretly performing malicious actions upon execution. The user's deliberate installation and the subsequent security tampering (such as disabling antivirus, modifying system settings, or dropping additional payloads) fit the trojan lifecycle directly. Unlike viruses or worms, a trojan does not self-replicate or auto-propagate; it relies on the victim's voluntary action, which is exactly what the scenario describes.
- B
Worm
Why wrong: A worm is standalone malware that self-replicates and spreads across networks automatically, typically exploiting software vulnerabilities or using shared credentials, without requiring user interaction. The scenario lacks evidence of such autonomous network propagation; the malware spreads through a deceptive installer that tricks the user into executing it. Even if the downloaded utility later led to worm-like behavior, the initial delivery vector is a trojanized application, and the core mechanism is social engineering, not self-replication.
- C
Spyware
Why wrong: Spyware is a category of malware that covertly monitors user activity, such as keystroke logging, screenshots, or data exfiltration, and typically operates quietly after installation. While a trojan can certainly deliver spyware as its payload, the scenario emphasizes the disguised installer and security tampering—the latter of which goes beyond passive information gathering. Spyware focuses on the collection of sensitive data, whereas a trojan describes the deceptive delivery method that enables arbitrary malicious behavior, which is the central clue in this question.
- D
Rootkit
Why wrong: A rootkit is a stealth tool focused on hiding successful compromise at the kernel or OS level—concealing processes, files, and registry keys from administrators. In this scenario, the primary infection vector is a user downloading and running a fake utility, not the post-infiltration concealment that a rootkit provides. A rootkit could be a payload delivered by a trojan, but the initial malicious delivery mechanism here is the disguised installer, making 'trojan' the accurate classification.