Quiz: The Threat Landscape
A 26-question self-check covering threat actors, motivations, the kill chain, MITRE ATT&CK, and threat modeling. Several questions are tagged with the certification domain they map to — [Sec+] for CompTIA Security+ and [CISSP] for the (ISC)² CISSP — so candidates can self-assess. Answers and one-line explanations are at the end; try the whole quiz before checking.
Section 1 — Multiple choice (1 pt each)
1. [Sec+] A patient, well-resourced, government-sponsored group that maintains long-term access to a target is best described as: A. script kiddie B. hacktivist C. advanced persistent threat (APT) D. insider
2. [Sec+] Which threat actor is most likely to attack a bank on any given day? A. nation-state B. hacktivist C. financially motivated cybercriminal D. script kiddie
3. The two axes used to categorize threat actors are: A. budget and location B. motivation and capability C. speed and stealth D. legality and ethics
4. [Sec+] An attacker uses only built-in administrative tools and scripting to avoid dropping malware. This approach is called: A. zero-day exploitation B. living off the land C. double extortion D. social engineering
5. The cyber kill chain stage in which malware "phones home" to receive instructions is: A. Delivery B. Installation C. Command and Control D. Reconnaissance
6. [Sec+] Which is the correct order of these kill-chain stages? A. Delivery → Reconnaissance → Exploitation B. Reconnaissance → Delivery → Exploitation C. Exploitation → Delivery → Reconnaissance D. Installation → Delivery → Exploitation
7. [CISSP] In MITRE ATT&CK, the attacker's goal in a phase (e.g., Persistence, Credential Access) is called a: A. technique B. procedure C. tactic D. payload
8. An identifier like T1566 (Phishing) in ATT&CK names a:
A. tactic B. technique C. procedure D. threat actor
9. [Sec+] The path or means by which an attacker reaches and breaches a target (email, web, removable media, a vulnerable service) is the: A. payload B. attack vector C. indicator of compromise D. kill chain
10. A malicious file hash or a known-bad domain found in your environment is an example of a(n): A. tactic B. threat-actor profile C. indicator of compromise (IoC) D. payload
11. [CISSP] In STRIDE, gaining capabilities you should not have (e.g., from a normal user to domain admin) is: A. Spoofing B. Tampering C. Elevation of privilege D. Repudiation
12. What made the SolarWinds attack so dangerous from a defender's standpoint? A. it used a brand-new zero-day in every system B. the malware arrived signed and trusted via a software supply chain C. it only affected outdated systems D. antivirus vendors ignored it
13. [Sec+] The part of an attack that actually executes the attacker's intent once delivered (runs code, installs a backdoor, encrypts files) is the: A. attack vector B. payload C. tactic D. indicator
14. Modern ransomware that steals data before encrypting it, so backups alone do not remove the threat of a leak, is using: A. living off the land B. double extortion C. a watering-hole attack D. spoofing
Section 2 — True / False with justification (1 pt each)
For each, mark T or F and give a one-sentence reason.
15. "Because the attacker must complete every stage of the kill chain, a defender only needs to break one link to stop that attack."
16. [Sec+] "A script kiddie poses no real risk because their skill level is low."
17. "A detection written against a specific malicious IP address is more durable than one written against an attacker technique."
18. "Keeping software fully patched would have prevented the SolarWinds compromise."
19. [CISSP] "Threat intelligence and indicators of compromise are the same thing."
20. "An organization with no confidential data worth stealing has nothing to fear from ideologically motivated attackers."
Section 3 — Fill in the blank (1 pt each)
21. The three levels of the ATT&CK hierarchy, from goal to method to specific implementation, are _, _, and __ (abbreviated together as TTPs).
22. Reading an attacker's likely behavior from their goal — money, espionage, ideology, or ego — is using the __ lens.
23. [Sec+] A structured analysis of what could go wrong with a system — its assets, adversaries, attack paths, and defenses — is a _ _.
Section 4 — Short answer (2 pts each)
24. Explain why "detect behavior, not just indicators" is a central lesson of MITRE ATT&CK and of the SolarWinds case. Give one example of a behavioral detection and one reason it outlives an indicator-based one.
25. [CISSP] A financially motivated intruder and an espionage-motivated intruder both gain a foothold in your network. Describe how their subsequent behavior would likely differ, and how that difference shapes where you place detection.
Section 5 — Applied scenario (5 pts)
26. Meridian's SOC observes: (1) a phishing email reported by staff; (2) one workstation establishing persistence via a new scheduled task; (3) that workstation beaconing to an unknown external domain every 60 seconds. (a) Map each observation to a kill-chain stage. (b) Identify the most likely actor type and motivation, with justification. (c) Name the single highest-value place to break the chain right now and the control you would use. (d) Name one earlier control that, had it been present, would have broken the chain before persistence.