Data Theorem's CVSS scoring system leverages the Results API and generates a score for each issue, based on the type of issue, its severity, exploit-ability, etc. Below are the details on how the scoring works:
- Severity
- Security P1
- High
- Medium
- Low
- Exploitability
- Hard
- Moderate
- Easy
- Issue Type
- Data At-Rest Exposure
- Data In-Transit Exposure
- Data Loss to Attackers
- Data Exposure to Third Party Apps
- Unauthorized Data Collection
Script
To generate the CVSS score for all the issues displayed in your account within the Data Theorem portal, use theĀ Data Theorem's Python client:
python results_api_cli.py --api-key <results_api_key> |
---|
The script will write all the issues to a CSV file, with a CVSS score generated for each issue.