Realistic threat models for common architectures. Each example lists the components in scope and the kinds of STRIDE threats a model surfaces. Open the full interactive sample or generate a model for any of these systems in one click.
Multi-tenant e-commerce SaaS. React SPA + Node.js GraphQL API on AWS ECS Fargate behind ALB and CloudFront/WAF. PostgreSQL (RDS) for tenant data, DynamoDB for cart sessions, S3 for product images and merchant uploads, Redis (ElastiCache) for rate-limit counters. Auth via Cognito with social login. Stripe for payments via webhook receiver. Background workers consume SQS for order fulfilment, sending emails via SES. Admin panel is a separate Next.js app on the same domain under /admin.
components in scope
React SPA storefrontNode.js GraphQL APIPostgreSQL (RDS)DynamoDB cart sessionsS3 merchant uploadsCognito with social loginStripe webhook receiverSQS fulfilment workersNext.js admin panel
threats a model surfaces
▸Cross-tenant data leakage via GraphQL resolver authorization gaps
▸Insecure direct object references on merchant upload URLs
▸Admin panel session fixation on shared domain cookies
Internal employee-facing RAG chatbot. Next.js frontend on Vercel, FastAPI backend on Kubernetes (GKE). Ingestion pipeline pulls from Confluence, Google Drive, and an internal Postgres knowledge base nightly via Cloud Run jobs, embedding with OpenAI ada-002 into a Pinecone vector DB. Auth via Okta SAML. Chat queries hit OpenAI GPT-4 with retrieved chunks. Conversation history stored in Postgres. No PII redaction at ingestion time.
Industrial IoT telemetry platform. Field devices (ESP32) push MQTT over TLS to AWS IoT Core. Rules engine forwards to Kinesis, then Lambda enriches and writes to Timestream. Operator web dashboard (Vue + Django REST API) reads aggregated data. Device provisioning via just-in-time registration with X.509 certs. Firmware OTA updates served from S3 signed URLs. Alerts pushed to PagerDuty webhook.
components in scope
ESP32 field devicesAWS IoT Core (MQTT/TLS)Kinesis data streamLambda enrichmentTimestream databaseVue + Django operator dashboardJIT X.509 device provisioningS3 signed-URL OTA firmware
threats a model surfaces
▸Rogue device registration abusing JIT provisioning CA trust
▸Unsigned or rollback firmware served via leaked S3 signed URLs
▸MQTT topic wildcard subscription exposing other tenants' telemetry
▸Telemetry spoofing corrupting operator dashboards and alerts
▸Device certificate extraction from physical hardware
S: SpoofingT: TamperingR: RepudiationI: Info DisclosureD: Denial of ServiceE: Elevation of Privilege
Model your own architecture
These examples were generated from a plain-English system description. Describe yours and get a full STRIDE threat model, attack tree, and mitigation roadmap in under a minute.