Skip to content
Signals
Monitoring NVD, CISA KEV, EPSS and the Dragons Community ransomware tracker in near-real timeMonitoring NVD, CISA KEV, EPSS and the Dragons Community ransomware tracker in near-real time

Vendor Risk

GET/api/v1/vendor-risk

Vendor Risk Scores

Description

Retrieve vendor risk assessments based on CVE exposure, patch cadence and threat actor targeting. Scores are mock samples.

Example response

{ "data": [ { "vendor": "Example Corp", "riskScore": 62, "level": "medium", "cveCount": 14, "patchedPercent": 78 } ], "meta": { "total": 1 } }