VOOZH about

URL: https://apify.com/signalfoundry/cisa-kev-ransomware-threat-intel/api/python

โ‡ฑ CISA KEV & Exploit Probability Tracker API in Python ยท Apify


Pricing

$29.00/month + usage

Go to Apify Store

Prioritise real threats fast. Tracks CISA KEV catalogue live + EPSS v3 scores. Spots "Silent Flips" CVEs now used by ransomware (LockBit, BlackCat). 90%+ exploit probability, ransomware filter, SOC 2/HIPAA reports, Slack/Teams alerts, JSON/CSV export.

Pricing

$29.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Frank Kamu

Frank Kamu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 days ago

Last modified

Share

You might also like

CISA KEV Scraper - CVE Threat Intelligence Feed

compute-edge/cisa-kev-scraper

Extract CISA Known Exploited Vulnerabilities (KEV) catalog data. Filter by vendor, product, date range, and ransomware flag. Includes computed remediation due-date fields.

CISA KEV Known Exploited Vulnerabilities Scraper

parseforge/cisa-kev-scraper

Scrape the CISA Known Exploited Vulnerabilities (KEV) catalog. Filter by CVE ID, vendor, product, or date added. Returns required actions, due dates, ransomware campaign use, and CWE references for every actively-exploited CVE tracked by CISA.

CISA KEV Monitor โ€” Known Exploited Vulnerabilities Feed

mukedlii/cisa-kev-monitor

Monitor the CISA Known Exploited Vulnerabilities (KEV) catalog for new actively exploited CVEs. Filter by vendor, product, or ransomware flag. Get instant Telegram alerts when critical vulnerabilities are added.

๐Ÿ‘ User avatar

Genoff Mรกrk

2

Ransomware & Dark Web Data Breach Monitor

lofomachines/ransomware-dark-web-data-breach-monitor

Monitor ransomware attacks and data breaches from the dark web. Track ransomware groups like LockBit, BlackCat, Play, and more. Get real-time alerts on victim organizations, leaked data, and cyber threats. Essential for threat intelligence, cybersecurity research, and brand protection.

91

5.0

CISA ICS Advisory Monitor

technicaldost/cisa-ics-advisory-monitor

Track industrial control system advisories from CISA for security and compliance teams.

๐Ÿ‘ User avatar

Technical Dost Solutions

2

CISA Known Exploited Vulnerabilities Search

ryanclinton/cisa-kev-search

Search and filter the official CISA Known Exploited Vulnerabilities (KEV) catalog -- the authoritative U.S. government list of vulnerabilities actively exploited in the wild.

EPSS Exploit Prediction Scoring System Scraper

parseforge/epss-exploit-prediction-scraper

Scrape EPSS (Exploit Prediction Scoring System) scores from FIRST.org. Returns the 30-day probability and percentile rank of CVE exploitation. Filter by CVE ID(s), date, history window, or minimum score.

You can access the Cisa-Kev-Enricher. programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, youโ€™ll need an Apify account and your API token, found in Integrations settings in Apify Console.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={}
9
10# Run the Actor and wait for it to finish
11run = client.actor("signalfoundry/cisa-kev-ransomware-threat-intel").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

CISA KEV & Exploit Probability Tracker API in Python

The Apify API client for Python is the official library that allows you to use Cisa-Kev-Enricher. API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Cisa-Kev-Enricher. API in JavaScript

Cisa-Kev-Enricher. API through CLI

Cisa-Kev-Enricher. OpenAPI definition

Cisa-Kev-Enricher. API