Tools / Microsoft Threat Modeling Tool (TMT) Interview questions
What is a trust boundary in TMT?
A trust boundary is a dashed line or box you draw on a diagram to mark the point where data moves between two zones with different levels of trust, for example between a public internet client and your internal network, or between two teams' services.
It doesn't represent a physical component the way a process or data store does; it's purely an annotation the engine uses at generation time. When a data flow's path crosses a trust boundary, TMT flags that flow as boundary-crossing and applies additional threat rules to it, since data moving across a trust change is inherently riskier than data staying within one already-trusted zone.
Placing boundaries accurately is one of the most consequential modeling decisions in TMT: draw them in the wrong place and you either miss real threats or drown the report in noise.
More Related questions...