What concept does the "D" represent with the STRIDE threat model?
Click on the arrows to vote for the correct answer
A. B. C. D.B.
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.
The STRIDE threat model is a commonly used framework for analyzing and mitigating security threats. It is an acronym that stands for six different types of security threats that can be present in a system.
Here is a brief overview of each of the STRIDE components:
From the options provided in the question, the correct answer is (D) Distributed. However, it's worth noting that "Distributed" is not actually one of the components of the STRIDE framework. Rather, it is a term that can be used in various ways in the context of security. For example, a "Distributed Denial of Service" (DDoS) attack is a type of attack in which an attacker uses multiple systems to overwhelm a target system and prevent legitimate users from accessing it.