Tools / Microsoft Threat Modeling Tool (TMT) Interview questions
How do you troubleshoot missing threats after adding a new element in TMT?
A handful of causes account for most cases where a newly added element doesn't produce the threats you expected:
- The element was placed on the canvas but never actually connected via a data flow - unconnected shapes don't trigger flow-related rules at all.
- A generic stencil was used instead of the more specific typed one your template expects, so the rules bound to the specific type never match.
- Threats simply weren't regenerated - TMT computes threats when you click Generate, not automatically on every edit, so a stale Analysis list is common after incremental changes.
- The active template genuinely has no rule covering that element type or property combination, which is worth confirming before assuming it's a bug.
More Related questions...