Tools / Microsoft Threat Modeling Tool (TMT) Interview questions
What is the Microsoft Threat Modeling Tool (TMT)?
The Microsoft Threat Modeling Tool (TMT) is a free desktop application that helps development and security teams find design-level security weaknesses before a single line of code is written.
You build a data flow diagram (DFD) of your system using stencils for external entities, processes, data stores, and data flows, then TMT automatically walks that diagram and generates a candidate list of threats using the STRIDE classification.
It's part of Microsoft's Security Development Lifecycle (SDL), where threat modeling is one of the required design-phase practices, and the output is a reviewable report your team triages and mitigates over the project's life.
More Related questions...