CCSP · Question #564
What concept does the "D" represent with the STRIDE threat model?
The correct answer is B. Denial of service. Any application can be a possible target of denial-of-service (DoS) attacks. From the application side, the developers should minimize how many operations are performed for non-authenticated users. This will keep the application running as quickly as possible and using the…
Question
What concept does the "D" represent with the STRIDE threat model?
Options
- AData loss
- BDenial of service
- CData breach
- DDistributed
How the community answered
(54 responses)- A7% (4)
- B87% (47)
- C4% (2)
- D2% (1)
Explanation
Any application can be a possible target of denial-of-service (DoS) attacks. From the application side, the developers should minimize how many operations are performed for non-authenticated users. This will keep the application running as quickly as possible and using the least amount of system resources to help minimize the impact of any such attacks.
Topics
Community Discussion
No community discussion yet for this question.