Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 1.47 KB

THREAT_MODEL.md

File metadata and controls

74 lines (51 loc) · 1.47 KB
Metadata
Confluence Pages
GitHub Repos
Incident Response Playbooks
Jira Backlogs
LucidCharts
NewRelic Dashboards
Team Lead

APPLICATION_NAME

Table of Contents

Overview

High-level description of the application's function/purpose.

Architecture Diagrams

Embed or link high-level arch diagrams here.

Mermaid diagrams can be embedded in Markdown as text/code, like:

graph TD;
    A --> B;
    A --> C;
    B --> D;
    C --> D;
Loading

Data Flow Diagrams

Level-0 DFD

High-level data-flow diagram representation of the system

Elements

What are the elements or components of the Level-0 DFD?

Threat Model

Element Attack Scenario Mitigation Notes
Item1.1 Item2.1 Item3.1 Item4.1
Item1.2 Item2.2 Item3.2 Item4.2

Level-1 DFD

As needed, drill down to represent lower-level elements or components in the data-flow diagram here

Elements

Threat Model

Summary