STSGen
STSGen, short for Security Test Scenario Generator, is a software framework designed to generate synthetic security testing scenarios and associated telemetry for evaluation, training, and research. It enables security teams, educators, and researchers to create reproducible exercises that simulate attacks, misconfigurations, and policy violations without relying on live environments.
The framework provides scenario templates, a domain-specific language for defining events, and an execution engine that
STSGen is modular, with components including a Scenario Builder, a Data Generator, a Simulator, and a Reporter.
Originating as an open-source project to address the need for safe, repeatable security testing, STSGen is community-maintained