src: blogs.microsoft.com
STRIDE is a threat classification model developed by Microsoft for thinking about computer security threats. It provides a mnemonic for security threats in six categories.
The threat categories are:
- Spoofing of user identity
- Tampering
- Repudiation
- Information disclosure (privacy breach or data leak)
- Denial of service (D.o.S)
- Elevation of privilege
The STRIDE was initially created as part of the process of threat modelling. STRIDE is a model of threats, used to help reason and find threats to a system. It is used in conjunction with a model of the target system that can be constructed in parallel. This includes a full breakdown of processes, data stores, data flows and trust boundaries.
Today it is often used by security experts to help answer the question "what can go wrong in this system we're working on?"
Video STRIDE (security)
See also
- DREAD (risk assessment model) - another mnemonic for security threats
- Cyber security and countermeasure
- OWASP
Maps STRIDE (security)
References
src: cdn3.digitalartsonline.co.uk
External links
- Uncover Security Design Flaws Using The STRIDE Approach
Source of the article : Wikipedia