w

User Guide

CRTFSS Formula

The formula developed for this project to calculate the severity of a red team finding based on TTP Frequency, Exploitability, and Complexity is the following:

Severity = Roundup(TTP Frecuency + ExploitabilityComplexity)

Where:

TTP Frequency: Refers to how often threat actors use a specific TTP during a time frame.

Exploitability: Refers to the technical requirement level an attacker needs and how easy it is to exploit it successfully.

Complexity: Refers to the difficulty or ease with which the red team finding can be remediated.

In this formula, the severity of the red team finding is calculated by adding the TTP Frequency and Exploitability and dividing the result by the Complexity. The higher the severity score, the more critical the red team finding is.

How CRTFSS scores are calculated

The CRTFSS score is the sum of the TTP frequency and exploitability values divided by the remediation complexity value. TTP Frequency and Exploitability are rated on a scale of 0-5, and Complexity is calculated to be anywhere from 1-5.

The TTP frequency score can be set from 1 to 5. However, if the Red Team Finding doesn't have a direct MITRE ATT&CK® ID translation, it can be set to 3 or higher if the organization considers it more critical.

TTP Frequency

1
2
3
4
5
Least presentMost present

Exploitability

1
2
3
4
5
Private PoC (Proof of Concept)
Requires Paid/Restricted Tools
Public PoC (Requires modifications)
Public PoC (Works without modifications)
Implemented in various open-source tools and frameworks

Remediation Complexity*

5
4
3
2
1
There is an official fix, and it is easy to implement. Generating a detection is possible with native tools
There is an official fix, but it is not easy to implement. Generating a detection is
There is a temporary fix, and it is not easy to implement. A custom detection is needed
There is a workaround that could cause instability, a custom detection is a challenge.
No possibility to remediate. Very difficult to generate a detection due to lack of data sources

* Values used for the remediation complexity calculation

11.0021.6332.2542.9553.50

How CRTFSS scores are categorized

CRTFSS scores range from 0.1-10.0, where a higher value represents a higher severity of the finding.

CRTFSS ScoreCRTFSS SeverityCRITICAL8.5 to 10.0HIGH6.1 to 8.4MEDIUM3.6 to 6.0LOW0.1 to 3.5