Security_Interview_Questions

Threat Modeling

How does threat modeling work?

Identify

Categorized

Analyze

What is STRIDE?

What is DREAD?

A risk-rating scheme that scores each threat (historically 1-10) across five factors and averages them to prioritize:

Microsoft originally paired DREAD with STRIDE but later deprecated it because the scores are subjective and hard to keep consistent.

Threat Modeling exercise examples

  1. Instant messaging system
  2. Password storage system
  3. Ecommerce store
  4. Given an application where a client wants to look up a service from service discovery provider.