Skip to main content

TMT: Turn Threat Models into Security Tests

25-minute Talk

Threat modeling is only valuable when it changes what you ship. TMT (Threat Modeling Testing) is a brand new concept that turns threats into testable hypotheses with security evidence.

Virtual Pass session

Timetable

10:45 a.m. – 11:30 a.m. Wednesday 18th

Room

Room F3 - Track 3: Talks

Continuous Integration/Continuous Delivery (CI/CD) Security Testing

Audience

Testers, QA, developers, and security practitioners who are aware about software threats.

Key-Learnings

  • TMT workflow: threat - hypothesis - test - evidence - fix
  • How to translate STRIDE categories into concrete, verifiable security tests.
  • Where to integrate TMT in Software Development Life Cycle.

Threat Modeling Testing is a new concept with a main goal, convert STRIDE threats into executable checks you can run in your CI/CD, so known threats don’t become real incidents.

Threat modeling often ends as diagrams, documents or "plans": risks are identified, but nothing verifies that mitigations actually work. With today’s delivery speed (and AI-assisted generation), “we discussed it” is not enough, controls must be continuously checked.

This talk introduces TMT (Threat Modeling Testing): a brand new practical way to turn threats into testable hypotheses with expected evidence. Using a real style case (sensitive data exposure caused by a misconfigured Elastic search index), I will show why a known and identified threat still shipped, and how a small set of derived tests would have caught it earlier.

Using STRIDE framework as a generator for test ideas, this session wants to show how each category becomes an executable check (e.g., spoofing, information disclosure, elevation of privilege), written in a clear Given/When/Then style. Finally, a collaborative cheatsheet about TMT will be shared with the audience (https://github.com/testingsoul/TMT-CheatSheets).

Attendees will leave with a reusable template to move from “threats identified” to “threats continuously verified” even if your product doesn’t have a dedicated security team or a previous Threat Model.

Related Sessions

Virtual Pass session
Wed, Nov 18 • 11:45 a.m. – 12:30 p.m.
Room F3 - Track 3: Talks

25-minute Talk

Collaboration & Communication Continuous Integration/Continuous Delivery (CI/CD) Quality Coaching

Virtual Pass session
Thu, Nov 19 • 3:45 p.m. – 4:30 p.m.
Room F1 - Track 1: Talks

25-minute Talk

Security Testing

Virtual Pass session
Tue, Nov 17 • 10:45 a.m. – 11:30 a.m.
Room E1 - Track 4: Talks

25-minute Talk

Continuous Integration/Continuous Delivery (CI/CD) Quality Coaching Testability

Virtual Pass session
Tue, Nov 17 • 2:30 p.m. – 3:15 p.m.
Room F1 - Track 1: Talks

25-minute Talk

Continuous Integration/Continuous Delivery (CI/CD) Other Performance Testing