AppSec

🎯 STRIDE Threat Model Worksheet

Add application components, rate each STRIDE threat category, document mitigations, and export a structured threat model. All data stays in your browser.

πŸ“‹ Project Details

βž• Add Component

No components yet. Add a component above to start your threat model.

πŸ“˜ STRIDE Reference

ThreatDescriptionSecurity Property ViolatedExample
S SpoofingImpersonating something or someone elseAuthenticationReplay an auth token, forged email sender
T TamperingModifying data or codeIntegritySQL injection, MITM data modification
R RepudiationClaiming not to have performed an actionNon-repudiationDeleting audit logs, bypassing logging
I Info DisclosureExposing information to unauthorized usersConfidentialityDirectory traversal, verbose error messages
D Denial of ServiceDenying or degrading service to valid usersAvailabilityResource exhaustion, amplification attacks
E Elevation of PrivilegeGaining capabilities beyond what is authorizedAuthorizationIDOR, privilege escalation exploits