🇺🇸 Certified Ethical Hacker (CEH) · flashcards

Certified Ethical Hacker (CEH) System Hacking and Malware Threats Flashcards

51 question-and-answer cards covering System Hacking and Malware Threats as it is examined in Certified Ethical Hacker (CEH). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

51Cards in deck
24Free preview
11Syllabus topics
~229Chars per answer
FreePrice

24 sample cards from the System Hacking and Malware Threats deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. What is 'covering tracks' in the system hacking methodology?

    The final phase where the attacker removes evidence of the compromise — clearing logs, disabling auditing, deleting tools and command history, hiding files, and altering timestamps — to avoid detection and hinder forensic investigation.

  2. What is timestomping in anti-forensics?

    Modifying a file's MAC (Modified, Accessed, Created) timestamps to blend a malicious file in with legitimate files or to mislead investigators about when activity occurred.

  3. What is the difference between disabling auditing and clearing logs when covering tracks?

    Disabling auditing (e.g., 'auditpol /disable') stops new events from being recorded going forward, so future actions leave no trace. Clearing logs deletes already-recorded events. Attackers often disable auditing first, then clear existing logs.

  4. What is malware? Give the general definition used in CEH.

    Malware (malicious software) is any program or code designed to damage, disrupt, steal, or gain unauthorized access to systems or data. It includes viruses, worms, trojans, ransomware, spyware, rootkits, and more.

  5. What is a malware dropper versus a downloader?

    A dropper contains the malicious payload embedded inside it and releases (installs) it on the target. A downloader contains no payload itself; it connects to a remote server to download and execute the malware after running.

  6. What are common malware distribution techniques?

    Phishing/spear-phishing email attachments and links, malicious websites and drive-by downloads, malvertising, infected USB/removable media, software bundling and trojanized downloads, exploit kits, and watering-hole attacks.

  7. What is a drive-by download?

    Malware that is automatically downloaded and installed when a victim merely visits a compromised or malicious website, exploiting browser or plugin vulnerabilities without requiring the user to click or consent.

  8. What is a Trojan horse in malware terms?

    Malware disguised as legitimate or desirable software that tricks the user into running it. Unlike viruses/worms, a trojan does not self-replicate; it relies on social engineering for execution and then performs hidden malicious actions.

  9. What is the difference between a forward (direct) connection and a reverse connection trojan/shell?

    In a direct/bind connection, the attacker connects inbound to a port the malware opened on the victim. In a reverse connection, the victim's malware initiates an outbound connection to the attacker, which more easily bypasses firewalls/NAT.

  10. What is a RAT (Remote Access Trojan)?

    A trojan that gives an attacker full remote control over an infected machine — file access, keylogging, webcam/microphone capture, screen viewing, and command execution — typically via a covert command-and-control channel.

  11. What is a covert channel, and how do trojans use it?

    A covert channel transfers information using methods not intended for communication, evading security controls. Trojans use covert channels (e.g., tunneling data over ICMP, DNS, or HTTP) to exfiltrate data and reach command-and-control undetected.

  12. What is a computer virus, and what is required for it to spread?

    A self-replicating program that attaches itself to a host file or program and inserts copies of its code into other files. It requires a host and user/system action (running the infected file) to execute and propagate.

  13. How does a worm differ from a virus?

    A worm is self-replicating malware that spreads independently across networks without needing a host file or user action, often exploiting vulnerabilities to propagate automatically. A virus needs a host file and user execution to spread.

  14. What is a polymorphic virus?

    A virus that changes (mutates) its own code/appearance with each infection — typically by encrypting its body with a varying key and using a mutating decryptor — to evade signature-based antivirus detection while keeping the same functionality.

  15. What is a metamorphic virus, and how does it differ from a polymorphic virus?

    A metamorphic virus rewrites its entire code body on each infection (changing instructions while preserving behavior), with no constant decryptor. A polymorphic virus keeps the same underlying code but encrypts it differently each time using a mutating decryptor.

  16. What is a macro virus?

    A virus written in the macro language of an application (e.g., VBA in Microsoft Word/Excel) that infects documents and runs when the document is opened with macros enabled, spreading through shared documents.

  17. What is a stealth (tunneling) virus?

    A virus that actively hides its presence by intercepting system calls and returning clean/uninfected information to antivirus and the OS, so scans of infected files appear normal.

  18. What is fileless malware?

    Malware that operates in memory without writing a malicious executable to disk, often abusing legitimate tools (PowerShell, WMI, scripts) and 'living off the land.' Its lack of disk artifacts makes signature-based detection difficult.

  19. What does 'living off the land' (LOLBins) mean in advanced threats?

    Attackers use legitimate, preinstalled OS tools and binaries (e.g., PowerShell, WMIC, certutil, mshta, regsvr32) to carry out malicious actions, blending in with normal activity and avoiding the need to drop detectable custom malware.

  20. What is an Advanced Persistent Threat (APT)?

    A stealthy, well-resourced (often state-sponsored) adversary that gains long-term, persistent access to a target network to continuously exfiltrate data or conduct espionage, using sophisticated, low-and-slow techniques to avoid detection.

  21. What is the difference between static and dynamic malware analysis?

    Static analysis examines the malware without executing it (inspecting strings, headers, hashes, disassembly). Dynamic (behavioral) analysis runs the malware in a controlled sandbox to observe its actual behavior — files, registry, network, and process activity.

  22. Why is sheep dip (dedicated isolated) analysis used for suspected malware?

    A 'sheep dip' computer is an isolated, dedicated, instrumented system used to test/scan suspect files before they touch the production network, containing any infection and capturing behavior safely.

  23. What is the main weakness of signature-based malware detection, and what addresses it?

    Signature-based detection cannot catch new, unknown, or obfuscated (polymorphic/metamorphic/fileless) malware that lacks a known signature. Heuristic and behavior-based detection (and sandboxing) address this by flagging suspicious behavior rather than known patterns.

  24. What are key countermeasures against trojans and backdoors?

    Use updated antivirus/EDR, monitor for unusual open ports and outbound connections, apply application allowlisting, scan downloads, avoid untrusted software, use host/network firewalls and integrity checking, and verify file hashes/signatures.

What this deck covers

The System Hacking and Malware Threats deck follows the Certified Ethical Hacker (CEH) System Hacking and Malware Threats syllabus — 3 chapters and 11 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 17.0 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 229 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

System Hacking and Malware Threats flashcards FAQ

How many System Hacking and Malware Threats flashcards are in this Certified Ethical Hacker (CEH) deck?

51 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these Certified Ethical Hacker (CEH) flashcards free?

Yes. The preview here is free to read with no signup, and the full 51-card deck is free inside the Examius app.

What do the System Hacking and Malware Threats cards cover?

They follow the Certified Ethical Hacker (CEH) System Hacking and Malware Threats syllabus — 3 chapters and 11 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.