Tools / Microsoft Threat Modeling Tool (TMT) Interview questions
How do you customize a TMT template to add a new threat type?
Open the template in TMT's template editor, and either extend an existing stencil's properties or define a new one if the concept doesn't map cleanly onto an existing element type.
Then author a new threat-generation rule: specify the target element type it should apply to, the trigger condition (a property value, such as a checkbox indicating the element handles authentication), the STRIDE category it belongs to, and templated title/description text with placeholders for the element's name. Save the result as its own template file, and any model built against that template - new or existing - will pick up the new rule the next time threats are generated.
More Related questions...