What is the STRIDE Thread Model? - microsoft solution framework

What is the STRIDE Threat Model?

STRIDE threat model is used for categorizing threats. It’s an acronym for the following 6 categories:

1. Spoofing identity. An example of identity spoofing is illegally accessing and then using another user's authentication information, such as username and password.

2. Tampering with data. Data tampering involves the malicious modification of data. Examples include unauthorized changes made to persistent data, such as that held in a database, and the alteration of data as it flows between two computers over an open network, such as the Internet.

3. Repudiation. These threats are associated with users who deny performing an action without other parties having any way to prove otherwise—for example, a user performs an illegal operation in a system that lacks the ability to trace the prohibited operations. Nonrepudiation refers to the ability of a system to counter repudiation threats. For example, a user who purchases an item might have to sign for the item upon receipt. The vendor can then use the signed receipt as evidence that the user did receive the package.

4. Information disclosure. Information disclosure threats involve the exposure of information to individuals who are not supposed to have access to it—for example, the ability of users to read a file that they were not granted access to, or the ability of an intruder to read data in transit between two computers.

5. Denial of service. Denial of service (DoS) attacks deny service to valid users—for example, by making a Web server temporarily unavailable or unusable. You must protect against certain types of DoS threats simply to improve system availability and reliability.

6. Elevation of privilege. In this type of threat, an unprivileged user gains privileged access and thereby has sufficient access to compromise or destroy the entire system. Elevation of privilege threats include those situations in which an attacker has effectively penetrated all system defenses and become part of the trusted system itself, a dangerous situation indeed.
Security features of .NET Web technologies - microsoft solution framework
ASP.Net works with IIS and provides a variety of security features: IIS: IIS has various authentication mechanisms, anonymous, Basic, Digest, Windows integrated.........
Can you explain how to scale up an application? - microsoft solution framework
Scaling up refers to running the application on a stronger application. One might upgrade existing hardware components such as CPU........
What is clustering? - microsoft solution framework
A cluster is a group of computers/servers and other resources that behave like a single system to enable high availability........
Post your comment