Intermediate knowledge of malware categories, attack vectors and exploitation techniques!
1. What is "credential stuffing"?
💡 Credential stuffing uses leaked credential lists from data breaches to attempt logins on multiple services, exploiting password reuse.
2. What is "polymorphic malware"?
💡 Polymorphic malware mutates its code each time it replicates, making it difficult for signature-based antivirus to detect.
3. What is "living off the land" (LotL) in cybersecurity?
💡 LotL attacks use legitimate system tools (PowerShell, WMI) for malicious purposes, making detection harder as no new malware is introduced.
4. What is a "logic bomb"?
💡 A logic bomb is dormant malicious code that activates when triggered by specific conditions like a date, time, or user action.
5. What is an "exploit kit"?
💡 Exploit kits (like Angler, Blackhole) are malicious toolkits that automatically probe visitor systems for vulnerabilities and deliver malware.
6. What is "typosquatting"?
💡 Typosquatting registers misspelled versions of popular domains (gooogle.com) to capture traffic from users who make typing errors.
7. What is a "watering hole attack"?
💡 Watering hole attacks compromise websites that target groups regularly visit, infecting visitors when they browse the site.
8. What is a "zero-day exploit"?
💡 Zero-day exploits target unknown vulnerabilities — developers have zero days to prepare a patch before the attack occurs.
9. What is "fileless malware"?
💡 Fileless malware runs entirely in RAM using legitimate system tools (PowerShell), leaving no files for antivirus to scan.
10. What is "whaling" in cybersecurity?
💡 Whaling targets high-value individuals (CEOs, CFOs) with sophisticated, personalized phishing attacks for maximum financial or data gain.
11. What is a "rootkit"?
💡 A rootkit hides itself and other malware deep in the OS, maintaining persistent privileged access while evading detection.
12. What is "cryptojacking"?
💡 Cryptojacking hijacks a victim's CPU/GPU resources to mine cryptocurrency for the attacker, slowing the victim's device.
13. What is "spear phishing"?
💡 Spear phishing targets specific individuals using personalized information to make the deceptive email more convincing.
14. What is "drive-by download"?
💡 Drive-by downloads install malware automatically when a user visits a compromised or malicious website, without any user interaction.
15. What does "C2" or "Command and Control" mean in malware?
💡 C2 infrastructure allows attackers to send commands to infected systems and receive stolen data from malware they have deployed.