Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
STRIDE (Spoofing, Tampering, Repudiation, Information disclosure, Denial of service, Elevation of privilege) is Microsoft's category framework for threats. It's not a deep theory — it's a vocabulary that lets a team enumerate threats without skipping classes. The discipline isn't memorising the letters; it's running through them deliberately for each component you ship.
Apply STRIDE to a POST /api/login endpoint and you immediately surface: Spoofing (credential stuffing), Tampering (injection), Repudiation (no audit), Information disclosure (timing oracle), DoS (rate of brute force), Elevation (post-auth IDOR). Each is a real category of work.