10 Types of Threat Modeling Methodology To Use in 2024

by | Feb 6, 2023

Share article:
Threat Modeling Methodologies

When developing or upgrading a system, ensuring its security and adopting a proactive approach towards vulnerabilities is crucial. To achieve this, Threat Modeling methodologies are employed to identify and analyze potential threats that could harm the system, network, or organization. A threat modeling methodology focuses on examining the system from an attacker’s perspective, allowing security professionals to thoroughly research endpoints that are vulnerable and assess the quality of the system’s architecture, business context, code, design, and configuration decisions.

In essence, threat modeling methodologies play a critical role in identifying and analyzing vulnerabilities that could compromise the privacy or information security of a system. This blog aims to provide a comprehensive understanding of different threat modeling methodologies, highlighting the key differences between them.

Types of Threat Modeling Methodology

With numerous threat modeling methodologies available, it is important for organizations to carefully evaluate and select the threat modeling methodology that best suits their needs. A well-designed methodology can provide valuable insights into the strength of a system’s architecture against potential threats. However, it’s important to note that what works for one organization may not necessarily work for another.

Here are some of the top types of threat modeling methodologies and techniques:

STRIDE 

STRIDE is a well-established threat modeling methodology created by Microsoft and has evolved over time to become one of the most effective methodologies available. This technique efficiently identifies system boundaries, events, and entities by applying them to data flow diagrams (DFDs). The STRIDE acronym stands for Spoofing identity, Tampering with data, Repudiation, Information disclosure, Denial of service, and Elevation of privilege, representing a comprehensive list of major threat classes that a system may face.

To summarise, STRIDE is like a checklist that lists the major class of threats that a system could face

ThreatProperty ViolatedThreat Definition
SpoofingAuthenticationThe attacker pretends to be someone else with malicious intent.
TamperingIntegrityThe threat modifies codes or important data in a system or network
RepudiationNon-RepudiationHappens when adequate controls are not in place to track and log users’ activity.
Information DisclosureConfidentialityThreat of Disclosure of  sensitive or private data to a person who is not authorized to access it 
Denial of ServiceAvailabilityThe threat attacks by denying access to an authorized person
Elevation of PrivilegeAuthorizationGranting access without valid authorization

Read more about STRIDE Threat Modeling Methodology with Examples

PASTA

The Process for Attack Simulation and Threat Analysis (PASTA) is a risk-focused 7-step threat modeling methodology. Since PASTA focuses more on the threats with the highest risk, it helps direct more time and resources toward vulnerabilities that matter and gives less regard to threats with little impact. In fact, PASTA also gives more importance to business context than other threat modeling methodologies like STRIDE.

The seven stages of PASTA:

  1. Identify assets and define the application’s architecture.
  2. Define the application’s threat environment.
  3. Decompose the application functionally and detail how attackers might exploit weaknesses.
  4. Identify important attack scenarios.
  5. Conduct a structured analysis of the identified attack scenarios, applying the STRIDE threat analysis framework.
  6. Identify possible threat agents.
  7. Prioritize and mitigate the identified threats.

Also Read, Threat Modeling Best Practices

DREAD 

DREAD is a threat modeling methodology developed by Microsoft that stands for Damage potential, Reproducibility, Exploitability, Affected users, and Discoverability. This methodology serves as a framework to help users identify threats and assess the level of risk associated with each of them. The DREAD methodology can be used to prioritize the most critical threats and determine the appropriate mitigation strategies for each.

How to perform DREAD analysis:

  1. Identify possible threats.
  2. Rate each threat using a scale of 1 to 10, for each of the five DREAD components.
  3. Calculate the total DREAD score to identify the most critical threats.
  4. Determine the mitigation strategies for each of the critical threats.

Also Read, Demystifying DREAD and STRIDE Threat Modeling for Kubernetes Security

Common Vulnerability Scoring System (CVSS)

Common Vulnerability Scoring System is a well-standardized threat modeling technique developed by the National Institute of Standards and Technology. This methodology helps to identify, assess and measure the impacts of known vulnerabilities and identify existing countermeasures. Also, CVSS helps security professionals to make use of threat intelligence in a reliable and efficient way. In fact, This threat modeling methodology works by demanding to classify each vulnerability on a severity scale of 10.

Stages of CVSS:

  1. Identify vulnerabilities
  2. Gather relevant information
  3. Assign CVSS base scores
  4. Determine environmental scores (optional)
  5. Prioritize vulnerabilities
  6. Mitigate and treat risks
  7. Continuously monitor and review

Also Read, Why Threat Modeling is Important for DevSecOps 

Attack Trees

This is one of the oldest and most popular techniques for threat modeling by picturing threats’ goals and their various routes in conceptual diagrams. In fact, Attack trees can be compared to a pictorial representation of potential attacks through a tree-like diagram in which the root of the tree is the goal for the attack and leaves are the methods or routes to attacks. Thus, the attack tree model provides a set of attack trees of which each attack tree has a separate attack goal. However, the attack tree threat model was initially applied as a stand-alone method, but now users also combine it with other methods and frameworks like STRIDE, PASTA, and CVSS.

Stages of Using Attack Trees

  • Identify the Main Goal:
  • Break Down the Main Goal
  • Identify Attack Paths
  • Identify Attack Steps
  • Analyze Attack Steps
  • Evaluate Countermeasures
  • Prioritize and Mitigate

Also Read, Best Threat Modeling Tools

Trike

Trike is a security audit process, framework, or methodology that also has a risk-based approach to the model for threat. It has a risk score attached for each asset by also ensuring that the assigned level of risk is acceptable to stakeholders. The risk values are given on a five-point probability scale. And employs a step matrix with rows representing actors and columns representing assets. This gives a four-part matrix that includes – create, read, update, and delete. The trike is a unique technique among threat modeling methodology that works through risk management and defense perspective.

Also read, Threat Modeling vs Penetration Testing

Hybrid Threat Modeling Method (hTMM)

hTMM is a threat modeling methodology that combines several different techniques and methodologies to identify potential security threats. hTMM also takes into account the specific context of the system or application being analyzed, such as organizational culture, processes, and feedback loops. This personalized approach helps to identify threats and vulnerabilities that are unique to an organization or system.

Security Cards

Security Cards are a simple and intuitive threat modeling methodology that involves a deck of cards containing common security threats and countermeasures. The cards are shuffled and randomly dealt to participants, who then identify new risks and mitigation strategies based on the combination of cards they receive. This method is useful in promoting team collaboration and identifying potential security risks.

Also Read , Must Know Threat Modeling Interview Questions & Answers

Operationally Critical Threat, Asset, and Vulnerability Evaluation (OCTAVE)

OCTAVE is a structured threat modeling methodology that uses a risk-based approach for identifying and managing potential security risks. OCTAVE is centered around the identification of assets, such as data, applications, and infrastructure, and the vulnerabilities associated with those assets. OCTAVE also includes the identification of potential threats and the development of mitigation strategies.

Quantitative Threat Modeling Method

The Quantitative Threat Modeling Method is a risk-based approach to threat modeling that uses quantitative data to identify potential security threats. This method involves gathering data on the assets, risks, threats, and vulnerabilities associated with a system or application. This information is then analyzed, and a quantitative risk score is assigned to each potential threat. The Quantitative Threat Modeling Method helps to prioritize potential threats based on their risk level and allocate resources accordingly.

Conclusion About Threat Modeling Methodologies

In Summary, threat modeling methodologies help to create an abstract of the system and give reports of potential attackers – their methods and goals. Moreover, it provides insights into potential vulnerabilities and threats that can arise in the future. STRIDE, PASTA, CVSS, Trike, and Attack Trees are some of the best methodologies used, which have unique methods and frameworks to identify, analyze, measure, and sort threats.

The Certified Threat Modeling Professional (CTMP) is a vendor-neutral course and certification program. In fact, the course curriculum will also focus on Security requirements in agile environments, Agile Threat modeling, Threat Modeling as Code, and Secure Design Principles to help you ensure security in the design phase.

The course provides hands-on training through browser-based labs, 24/7 instructor support, and the best learning resources to upskill in Threat Modeling.

Also read, Best Threat Modeling Tools List in 2023

Share article:

Interested in Upskilling in DevSecOps?

Practical DevSecOps offers excellent security courses with hands-on training through browser-based labs, 24/7 instructor support, and the best learning resources.

Begin Today to Transform Your Career!

Meet The Author

Misbah Thevarmannil

Misbah Thevarmannil

Misbah Thevarmannil is a content engineer who thrives at the intersection of creativity and technical writing expertise. She scripts articles on DevSecOps and Cybersecurity that are technically sound, clear, and concise to readers. With a knack for translating complex DevSecOps concepts into engaging narratives, she empowers developers and security professionals alike.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

You May Also Like: