VOOZH about

URL: https://apify.com/orbiscribe/epss-vulnerability-prioritization-monitor

โ‡ฑ EPSS Vulnerability Prioritization Monitor ยท Apify


๐Ÿ‘ EPSS Vulnerability Prioritization Monitor avatar

EPSS Vulnerability Prioritization Monitor

Pricing

$3.00 / 1,000 epss vulnerability matches

Go to Apify Store

EPSS Vulnerability Prioritization Monitor

Score CVE watchlists with FIRST EPSS exploit probability, detect rising risk, and optionally enrich matches with NVD details.

Pricing

$3.00 / 1,000 epss vulnerability matches

Rating

0.0

(0)

Developer

๐Ÿ‘ Orbiscribe Labs

Orbiscribe Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Turn a CVE list into a remediation queue using FIRST EPSS exploit probability.

This Actor is for security teams, MSPs, vulnerability-management consultants, and platform teams that already have too many CVEs and need a simple feed of what is more likely to be exploited. It accepts CVE IDs from scanners, SBOMs, advisories, or tickets, pulls current EPSS probability and percentile scores, optionally enriches records with NVD details, and marks scores that are new, rising, falling, or unchanged across scheduled runs.

What It Does

  • Scores supplied CVE IDs with the public FIRST EPSS API
  • Also emits CVEs above configurable EPSS and percentile thresholds
  • Flags new_score, score_increase, score_decrease, and unchanged
  • Adds NVD enrichment: CVSS, severity, description, CWE, CPE, and references
  • Produces dataset rows, a buyer brief, threshold-only export, and Slack-ready alert records
  • Works as a scheduled Apify monitor with webhooks to Slack, email, Sheets, or ticketing workflows

Inputs

{
"cveIds":["CVE-2024-3094","CVE-2023-34362","CVE-2021-44228"],
"minEpss":0.7,
"minPercentile":0.97,
"maxResults":100,
"includeBelowThresholdWatchlist":true,
"enrichWithNvd":false,
"compareToPreviousRun":true,
"dryRun":false
}

Leave dryRun enabled to preview deterministic demo output without API calls or custom event charges.

Outputs

Each dataset row includes:

  • CVE ID
  • EPSS probability and percentile
  • priority bucket
  • score change type and deltas
  • optional NVD severity, CVSS score, description, CWE, CPE, and references
  • source API URL and compliance notes

Example:

{
"recordType":"epss_vulnerability_priority_match",
"cveId":"CVE-2024-3094",
"changeType":"new_score",
"priority":"critical",
"epss":0.84805,
"percentile":0.99352,
"thresholdMatched":true,
"nvdSeverity":"CRITICAL",
"cvssScore":10,
"sourceUrl":"https://www.first.org/epss/data_stats#CVE-2024-3094"
}

Why Use This Instead Of A Generic CVE Scraper

Most CVE feeds tell you severity. That is not the same as exploit likelihood. EPSS adds a daily probability estimate that helps teams decide which vulnerabilities deserve attention first. This Actor is built around that workflow: score, threshold, compare to the last run, and emit structured events.

Pricing

Recommended Apify pricing is pay per event:

  • epss-vulnerability-match: $0.003 per emitted vulnerability record
  • Dry runs are free
  • Free-plan users get the first 25 live records without this Actor's custom event charge

Compliance Notes

This Actor uses public FIRST EPSS and, when enabled, NVD APIs. NVD enrichment is off by default so broad threshold runs finish quickly. Without an NVD key, only the first 10 emitted records are enriched to respect public rate limits. EPSS is a prioritization signal, not a final remediation decision. Verify results against your asset inventory, vendor advisories, exposure, compensating controls, and internal policy.

You might also like

EPSS CVE Risk Enricher

automation-lab/epss-cve-risk-enricher

Enrich CVE lists with FIRST.org EPSS scores, percentiles, risk buckets, and optional history for vulnerability prioritization.

๐Ÿ‘ User avatar

Stas Persiianenko

2

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.

NVD CVE Vulnerability Search

ryanclinton/nvd-cve-vulnerability-search

NVD CVE Vulnerability Search queries the NIST National Vulnerability Database (NVD) REST API v2.0 to retrieve detailed information about Common Vulnerabilities and Exposures (CVEs). The NVD is the U.S.

13

NVD CVE Scraper - Vulnerability Database API

pink_comic/nvd-cve-vulnerability-database

Search the NIST NVD CVE vulnerability database by keyword, CVSS severity, vendor, or date. Use as an NVD scraper / CVE API for DevSecOps, patch management, threat intel, compliance monitoring, and security vulnerability research. No API key needed; pay per result.

NIST NVD CVE Vulnerability Database Scraper

compute-edge/nist-nvd-scraper

Search and extract CVE vulnerability data from the NIST National Vulnerability Database (NVD) API 2.0. Filter by keyword, CVSS severity, publication date, and modification date. Returns flattened CVE records with CVSS scores, CWE IDs, references, and affected products.

4

5.0

CVE Scraper

rl1987/cve-scraper

CVE.org vulnerability info scraper