Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
ATT&CK is the canonical taxonomy of what attackers actually do — derived from observed incidents, organised into tactics (the 'why') and techniques (the 'how'). For web work the relevant matrices are Initial Access, Credential Access, Lateral Movement, and Exfiltration. Mapping your detection coverage to ATT&CK techniques is how mature security teams prove they're not just patching whatever's loudest.
A real attacker chain on a web app might be: T1190 (Exploit Public-Facing Application) → T1071 (Application Layer Protocol C2) → T1003 (OS Credential Dumping) → T1041 (Exfiltration over C2). Each ID has a description, real-world examples, and recommended detections.