By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
For CISSP, Security+, CEH, and Real-World Defense
Malware (malicious software) is any code designed to harm, exploit, or infiltrate systems without consent. It’s the #1 threat vector in breaches (Verizon DBIR 2023) and costs organizations $4.45M per incident (IBM Cost of a Data Breach 2023). Example: The 2017 WannaCry ransomware (via EternalBlue exploit) crippled the UK’s NHS, encrypting 200,000+ systems across 150 countries. Understanding malware types helps you detect, respond, and prevent attacks—critical for certifications and SOC roles.
.exe
.doc
Follow this process to detect, contain, and eradicate malware:
Endpoint protection: Use EDR/XDR (e.g., CrowdStrike, SentinelOne) + application whitelisting (e.g., Microsoft AppLocker).
Detection (During Infection)
powershell.exe
cmd.exe
Behavioral analysis: Detect lateral movement (e.g., Pass-the-Hash attacks) via MITRE ATT&CK techniques.
Containment (Stop the Spread)
kill -9
Block IOCs: Add hashes, IPs, domains to blocklists (e.g., MISP, AlienVault OTX).
Eradication (Remove Malware)
volatility
FTK Imager
Restore from backups: Use immutable backups (e.g., AWS S3 Object Lock) to recover from ransomware.
Recovery (Restore Operations)
Post-incident review: Update playbooks and threat intelligence (e.g., STIX/TAXII feeds).
Lessons Learned (Prevent Future Attacks)
Management vs. Technical: CISSP focuses on risk management (e.g., "Which control reduces ransomware impact?") over technical details.
Security+ Focus:
Ports to Know: Ransomware often uses TCP 445 (SMB) or TCP 3389 (RDP) for lateral movement.
CEH Perspective:
Answer: GMER, RootkitRevealer (but rebuilding the system is safer).
All Certs:
.locked
Explanation: Prevents lateral movement to other systems.
Scenario: An attacker sends a fake "invoice.pdf.exe" file to employees. When opened, it installs a backdoor. What’s the malware type, and which MITRE ATT&CK technique does this demonstrate?
Explanation: Trojans rely on social engineering (e.g., disguising as legitimate files).
Scenario: A SOC analyst notices svchost.exe making DNS requests to a known malicious domain. Memory analysis reveals no disk-based malware. What’s the likely malware type, and which NIST control would help detect it?
svchost.exe
Final Tip: For exams, memorize the "primary purpose" of each malware type (e.g., rootkit = hide, worm = spread). For real-world roles, focus on detection/response (EDR, SIEM, backups).
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.