Workflow page
KEV and CVE Watchlist API
A buyer review page for security teams that need a lightweight API to poll CVE, KEV, severity, vendor, and product-watchlist changes from public vulnerability sources.
GET /v1/cyber/kev-watchlist?vendor=nginx&since=2026-07-01&severity=critical
{
"data": [
{
"cveId": "CVE-2026-0001",
"knownExploited": true,
"severity": "critical",
"vendor": "SampleVendor",
"matchedProduct": "SampleServer",
"modifiedAt": "2026-07-02"
}
],
"meta": { "sampleOnly": true, "workflow": "kev-cve-watchlist-api" }
}
Likely Buyers
This page is a product preview for comparing likely buyers, source coverage, and first API shapes.
- Security engineers building internal alert workers.
- MSPs that monitor public CVE/KEV changes for customer stacks.
- Developer-tool teams that need a simple public-data vulnerability feed.
Initial Data Scope
The first buyer-ready workflow should keep the source coverage narrow.
- KEV-first polling with vendor/product filters.
- CVE modified-date windows and source references.
- No proprietary threat scoring or exploit claims beyond source data.