Pick a depth. Each prompt opens in your AI pre-loaded with the lesson. Click a row to preview the prompt.
Threat modelling is the engineering discipline of doing all of the above (mindset + STRIDE + attack trees + ATT&CK + OWASP) for a specific system before you ship it. The artefact is a short document; the value is the conversation that produces it. Done right, it surfaces 80% of the security work a feature needs before any code is written.
A useful threat model fits on two pages: (1) what is this system, drawn as boxes and arrows; (2) what's the trust boundary at each arrow; (3) what could go wrong at each boundary (STRIDE); (4) what controls handle each; (5) what residual risk remains.