CISA KEV Known Exploited Vulnerabilities Scraper avatar

CISA KEV Known Exploited Vulnerabilities Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
CISA KEV Known Exploited Vulnerabilities Scraper

CISA KEV Known Exploited Vulnerabilities Scraper

$1/1K ๐Ÿ”ฅ CISA KEV Feed! Grab every Known Exploited Vulnerability with CVE, dates & ransomware flags. No key. JSON, CSV, Excel or API in seconds. Prioritize patching and feed your SOC threat intel โšก

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

ninhothedev

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

CISA Known Exploited Vulnerabilities (KEV) Scraper

Scrape the official CISA Catalog of Known Exploited Vulnerabilities (KEV) into clean, structured JSON โ€” one record per CVE, with the federal remediation due date, ransomware-campaign flag, vendor, product, CWEs and reference URLs. No API key required.

Why this actor is different

CISA KEV is not "another CVE feed". It is the U.S. government's authoritative list of vulnerabilities that are confirmed exploited in the wild right now โ€” and every entry carries a legally-mandated must-patch-by date under Binding Operational Directive (BOD) 22-01. That combination โ€” actually exploited plus remediate-by deadline โ€” is the unique signal you cannot get from a generic CVE database. If a CVE is on KEV, attackers are already using it and there is an official clock ticking.

This is distinct from our other security data actors. Use whichever matches your question:

KEV vs CVSS vs EPSS in two sentences: CVSS tells you how severe a vulnerability could be and EPSS estimates the probability it will be exploited, but both are forecasts. CISA KEV is ground truth โ€” it lists only CVEs that are already being exploited in the wild, and it adds a remediation deadline, so it is the single best list for "patch these first".

Use cases

  • Patch prioritisation โ€” feed KEV into your vuln scanner / ticketing so exploited CVEs jump the queue.
  • SOC triage โ€” enrich alerts: is this CVE on KEV, and is it ransomware-linked?
  • Compliance with BOD 22-01 โ€” U.S. federal agencies (and many contractors) must remediate KEV entries by the due date; export the catalog and track your overdue items.
  • Risk scoring โ€” combine KEV (confirmed exploited) with EPSS (probability) and CVSS (severity) for a defensible risk model.

Input

FieldTypeDefaultDescription
modeselectvulnerabilitiesFull KEV catalog with the filters below applied.
vendorFilterstringโ€”Keep only entries whose vendor contains this text (e.g. Microsoft).
ransomwareOnlybooleanfalseKeep only CVEs used in known ransomware campaigns.
cveFilterstringโ€”Keep only entries whose CVE ID contains this substring (e.g. CVE-2024).
addedSinceDaysintegerโ€”Keep only entries added in the last N days.
maxItemsinteger2000Max records after filtering (cap 5000).

Example input

{
"mode": "vulnerabilities",
"vendorFilter": "Microsoft",
"ransomwareOnly": true,
"maxItems": 500
}

Output

One item per vulnerability:

{
"cve_id": "CVE-2024-1234",
"vendor": "Microsoft",
"product": "Windows",
"vulnerability_name": "Windows Kernel Elevation of Privilege Vulnerability",
"description": "โ€ฆ",
"required_action": "Apply mitigations per vendor instructions โ€ฆ",
"date_added": "2024-01-10",
"due_date": "2024-01-31",
"days_to_remediate": 21,
"is_overdue": true,
"known_ransomware": true,
"ransomware_raw": "Known",
"cwes": ["CWE-269"],
"cwe_count": 1,
"notes_urls": ["https://โ€ฆ", "https://nvd.nist.gov/vuln/detail/CVE-2024-1234"],
"catalog_version": "2026.08.10",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1234",
"source": "cisa-kev",
"scraped_at": "2026-08-11T00:00:00Z"
}

Pricing

Roughly ~$0.50 per 1,000 records on the Apify platform (a single run of the full catalog is one cheap request). Data itself is free and public.

Source

Official CISA feed: https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json

Disclaimer

Public U.S. government data (CISA KEV). Provided as-is for security and research use.