Review threats from a threat model
After a threat model run completes, review the system overview and threats to understand how your application could be attacked and what to do about it. The system overview is a comprehensive document describing your application’s architecture, trust boundaries, data flows, and security posture. Each threat includes a statement, severity level, STRIDE classification, affected assets, and a recommendation for addressing it.
Prerequisites
Before you begin, ensure you have:
-
A completed threat model run
-
Access to the AWS Security Agent web application
Step 1: Access the threat model run
Navigate to your completed threat model run.
-
Log in to the AWS Security Agent web application.
-
In the left sidebar, choose Threat models.
-
Select the threat model you want to examine.
-
In the runs table, select the completed run by choosing its start time link.
Step 2: Review the system overview
The system overview is a comprehensive description of how AWS Security Agent understands your system. It is a structured document that can include:
-
Purpose – What the system does and who it serves.
-
Capabilities – Key functionality the system provides.
-
Design intent – The design change or feature being threat modeled (when scope docs are provided).
-
Architecture – How the system is built, including deployment patterns and communication protocols.
-
Components – A table of system components with their purpose and key interactions.
-
Trust boundaries – Where security contexts change, including what protections exist at each crossing.
-
Data flows – Detailed descriptions of how data moves through the system, including protocols, credentials, and protections at each step.
-
Security posture – Current authentication, encryption, and access control mechanisms.
-
Sensitive assets – Data and credentials that require protection, with their classification and exposure points.
-
Key assumptions – Security-relevant assumptions the agent made about the system.
To review the system overview:
-
Select the Overview tab.
-
Review the Run summary section, which shows the run ID, creation time, status, duration, and a severity breakdown (High, Medium, Low).
-
Scroll down to the System overview section to read the agent’s full analysis.
Tip
If the system overview doesn’t accurately reflect your system, refine your inputs — add relevant repositories as sources or upload more complete scope docs — and run the threat model again.
Step 3: Review threats
Navigate to the Threats tab to view all threats identified during the run.
-
Select the Threats tab.
-
Threats display as a list with each card showing the threat statement, severity badge, and status. You can filter threats by severity, status, or search by title.
-
Select a threat from the list to view its full details in the right panel.
Threat severity
Each threat is assigned a severity level:
-
Critical – Requires immediate action; exploitation could lead to full system compromise.
-
High – Requires prompt attention; exploitation could result in significant security impact.
-
Medium – Should be addressed in a reasonable timeframe; contributes to overall security risk.
-
Low – Can be addressed as part of regular maintenance; minimal immediate risk.
-
Info – Informational; no immediate security risk but worth noting.
Threat details
Select a threat to view its details in the right panel:
-
Statement – A natural-language description of the threat: what the threat source can do, what the impact is, and what conditions enable it.
-
Severity – The risk level assigned by the agent (Critical, High, Medium, Low, or Info).
-
Source – The actor or origin of the threat (for example, "authenticated user" or "external attacker").
-
Prerequisites – Conditions that must be true for the threat to be exploitable.
-
Action – What the threat source can do (for example, "inject SQL queries into the search parameter").
-
Impact – The direct consequence of the threat action (for example, "unauthorized access to customer records").
-
STRIDE categories – The threat classification: Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, or Elevation of Privilege.
-
Recommendation – Actionable guidance for addressing the threat.
-
Affected assets – Specific assets affected by the threat (for example, "customer payment records" or "DynamoDB table").
-
Impacted goals – Security goals affected: Confidentiality, Integrity, Availability, Authorization, Authentication, or Non-repudiation.
-
Evidence – Source code file paths that support the threat, linking back to specific files in your repository.
Step 4: Create a threat manually
You can add threats that the agent did not identify — for example, threats discovered during manual review or from external sources.
-
On the Threats tab of a completed run, choose Create threat.
-
Fill in the threat details:
-
Statement – A natural-language description of the threat.
-
Severity – Select Critical, High, Medium, Low, or Info.
-
Source – The actor or origin of the threat.
-
Prerequisites – Conditions required for the threat to be exploitable.
-
Action – What the threat source can do.
-
Impact – The direct consequence of the threat action.
-
Affected assets – Specific assets affected (comma-separated).
-
Impacted security goals – Select from Confidentiality, Integrity, Availability, Authorization, Authentication, or Non-repudiation.
-
STRIDE categories – Select applicable categories.
-
Recommendation – Guidance for addressing the threat.
-
-
Choose Create.
The manually created threat appears in the threats list alongside agent-generated threats.
Step 5: Edit and triage threats
As you review threats, you can edit their details and update their status to track progress.
-
Select a threat from the list.
-
Choose the edit icon in the threat detail panel to open the edit form.
-
You can modify the following fields:
-
Status – Track the threat lifecycle:
-
Open – The threat is acknowledged and needs attention (default).
-
Resolved – You have fixed the issue.
-
Dismissed – You reviewed the threat and determined it is not applicable.
-
-
Severity – Adjust the severity level if the agent’s assessment doesn’t match your context.
-
Statement – Refine the threat description.
-
Source, Prerequisites, Action, Impact – Update the threat details based on your domain knowledge.
-
Affected assets – Add or remove affected assets (comma-separated).
-
Impacted security goals – Select the security goals affected (Confidentiality, Integrity, Availability, Authorization, Authentication, Non-repudiation).
-
-
Choose Save to apply your changes.
Step 6: Download a report
After a run completes, you can download a PDF report summarizing the system overview and all identified threats.
-
On the completed run page, choose Generate report.
-
The PDF downloads to your computer.
Step 7: Review progress and logs
If you need to investigate how the agent reached its conclusions or debug a partial failure:
-
Select the Progress tab to view the tasks the agent performed during the run. Each task shows its title and status.
-
Expand a completed task to view its detailed CloudWatch log output.
Next steps
After reviewing your threat model results:
-
Address high-severity threats first based on the agent’s recommendations
-
Update threat statuses as you implement fixes
-
Run a new threat model to verify your changes address the identified threats
-
Adjust your sources and scope docs as your application evolves (see Create a threat model)