Malware Defense
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing CompTIA A+ Core 2 premium course — no separate purchase.
14-day money-back guarantee — no questions asked.
Included in this chapter:
- Spot the infection: malware families and symptoms
- The ten-step malware removal procedure
- Remediation tools and the escalation ladder
- Anti-malware, EDR, and staying up to date
- Prevention: stop malware before the cleanup
- How the exam frames malware questions
Malware families by how they spread and what they do
| Malware type | How it spreads or hides | Signature symptom or goal | Removal note |
|---|---|---|---|
| Virus | Attaches to a host file; runs when that file runs | Corrupted or odd files, spreads on shared files | Antivirus cleans it once definitions catch it |
| Worm | Self-propagates over the network, no host or user action | Traffic spikes and fast spread across machines | Isolate first, then patch the exploited service |
| Trojan | Hides inside software the user wants and installs | Odd behavior after installing 'free' software | Remove the carrier app and scan for its payload |
| Ransomware | Phishing or exploit delivery, then encrypts files | Locked or renamed files and a ransom note | Restore from clean backup; reimage the host |
| Spyware | Bundled or drive-by download, runs quietly | Ads, tracking, browser changes, slowdowns | A full anti-malware scan removes most |
| Keylogger | A Trojan or rootkit component (or hardware) | Silent capture of keystrokes and credentials | Scan to remove, then reset the exposed passwords |
| Rootkit | Installs at or below the OS to hide itself | AV blinded, hidden processes, nothing obvious | Offline or bootable scan; often a reimage |
| Boot sector | Infects the boot record, loads before the OS | Will not boot, or reinfects after a clean | Recovery environment repair; often a reimage |
| Cryptominer | A Trojan or a malicious site script | High CPU or GPU, hot and slow, high power draw | Remove the miner; check browser extensions |
| Fileless | Runs in memory via PowerShell or WMI, no file | No file on disk to scan, abuses trusted tools | Behavior-based tools; reboot clears in-memory only |
| PUP | Rides along with a wanted installer (bundling) | Toolbars, adware, a changed search engine | Uninstall, then a PUP-aware scan; read installers |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- CompTIA A+ Core 2 (220-1202) Certification Exam Objectives (V15, Document Version 3.0)
- Microsoft Defender Antivirus in Windows overview
- Microsoft Defender Offline scan in Windows
- Windows Recovery Environment (Windows RE) technical reference
- Remove specific prevalent malware with Windows Malicious Software Removal Tool (KB890830)
- Microsoft Defender Antivirus security intelligence and product updates
- Overview of endpoint detection and response (EDR) capabilities