🌍 Ethical Hacking · subject
Ethical Hacking Malware Threats Syllabus
Every chapter and topic of Malware Threats examined in Ethical Hacking — 3 chapters, 10 topics, plus 50 flashcards written against it.
Malware Threats syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Malware Threats in Ethical Hacking, not a summary of it.
-
Types of Malware
4 topics- Viruses
- Worms
- Trojans
- Ransomware
-
Malware Analysis
3 topics- Static Analysis
- Dynamic Analysis
- Sandboxing
-
Anti-malware Tools
3 topics- Antivirus Software
- Anti-spyware Tools
- Endpoint Protection Solutions
Malware Threats flashcards for Ethical Hacking
22 of 50 cards from the Malware Threats deck — real questions with worked answers.
What is a computer virus?
A malicious program that attaches itself to a legitimate host file or program and requires user action (running the host) to execute and replicate, inserting copies of its code into other files.
How does a worm differ fundamentally from a virus?
A worm is self-replicating and self-propagating; it spreads across networks on its own without needing a host file or user interaction, whereas a virus needs a host and user execution.
What is a Trojan (Trojan horse)?
Malware disguised as a legitimate or desirable program that tricks the user into running it; it does not self-replicate but delivers a hidden malicious payload (e.g., a backdoor).
What is ransomware?
Malware that encrypts or blocks access to a victim's data or system and demands a ransom payment (often in cryptocurrency) in exchange for the decryption key or restored access.
Name the two broad categories of malware analysis and their core distinction.
Static analysis examines the code/file without executing it; dynamic analysis runs the sample in a controlled environment and observes its behavior.
What is a sandbox in the context of malware analysis?
An isolated, controlled virtual environment where suspicious code can be executed and observed safely without risk to the host system or production network.
What is the primary purpose of antivirus software?
To detect, quarantine, and remove malware from a system using techniques such as signature matching, heuristics, and behavioral monitoring.
What is anti-spyware software designed to counter?
Spyware and similar programs that covertly gather user information (keystrokes, browsing habits, credentials); anti-spyware detects and removes these tracking/monitoring programs.
What does an Endpoint Protection Platform (EPP) provide?
An integrated security suite on endpoints combining antivirus/anti-malware, firewall, device control, and often EDR to prevent, detect, and respond to threats on each device.
What is the difference between EPP and EDR?
EPP focuses on prevention (blocking known threats at the endpoint); EDR (Endpoint Detection and Response) focuses on continuous monitoring, detection, investigation, and response to threats that bypass prevention.
What is a polymorphic virus?
A virus that changes its code (via encryption with a mutating decryptor) on each infection so its signature differs, evading signature-based detection while keeping the same underlying functionality.
What is a metamorphic virus and how does it differ from a polymorphic virus?
A metamorphic virus rewrites its own entire code body each generation (no fixed decryptor), whereas a polymorphic virus keeps a constant underlying body that is merely re-encrypted with a changing decryptor.
What is a macro virus?
A virus written in the macro language of an application (e.g., VBA in Microsoft Office documents) that executes when the infected document is opened and macros run.
What is a boot sector virus?
A virus that infects the Master Boot Record (MBR) or boot sector of a disk so it loads into memory before the operating system, gaining control early in the boot process.
What is signature-based detection?
An antivirus technique that identifies malware by matching files against a database of known malware signatures (unique byte patterns or hashes). It cannot detect novel/zero-day malware.
What is heuristic-based detection?
A detection method that flags malware by analyzing code structure and suspicious characteristics or by running it in emulation, enabling detection of unknown or variant malware not in the signature database.
What is behavior-based (behavioral) detection?
A method that monitors a program's actions at runtime (file, registry, network, process activity) and flags it as malicious if it exhibits harmful behavior, regardless of signature.
What is a logic bomb?
Malicious code embedded in a program that lies dormant until a specific trigger condition is met (a date, event, or action), at which point it executes its payload.
What is a rootkit?
Malware designed to gain and maintain privileged (root/admin) access while hiding its presence and other malware from the OS and security tools, often by modifying kernel or system components.
What is a backdoor?
A method or piece of code that bypasses normal authentication to give an attacker covert, persistent remote access to a system; commonly installed by a Trojan.
Distinguish crypto ransomware from locker ransomware.
Crypto ransomware encrypts the victim's files while leaving the system usable; locker ransomware locks the user out of the entire device/system but usually does not encrypt individual files.
What is the WannaCry ransomware notable for?
A 2017 ransomware worm that spread using the EternalBlue SMB exploit, self-propagating across networks and encrypting files—combining worm propagation with ransomware payload.
Planning Malware Threats for Ethical Hacking
Malware Threats is about 6% of the Ethical Hacking syllabus by topic count — 10 of 173 topics, spread over 3 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 8 hours.
The heaviest chapters are Types of Malware (4 topics), Malware Analysis (3 topics), Anti-malware Tools (3 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Malware Threats (Ethical Hacking) FAQ
What is in the Ethical Hacking Malware Threats syllabus?
Malware Threats is split into 3 chapters — Types of Malware, Malware Analysis and Anti-malware Tools, containing 10 topics and 0 sub-topics in total.
How is Malware Threats structured in the Ethical Hacking syllabus?
3 chapters. Malware Threats accounts for about 6% of the topics in the whole Ethical Hacking syllabus (10 of 173).
How long should I spend on Malware Threats for Ethical Hacking?
Budget around 8 hours for a first pass through Malware Threats — about 45 minutes per topic plus 12 minutes per sub-topic across its 10 topics. Add revision cycles on top.
Are there flashcards for Ethical Hacking Malware Threats?
Yes — a 50-card Malware Threats deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.