check_kev_epss_exposure
Cross-references live findings with CISA KEV and EPSS to highlight confirmed exploited and high-probability vulnerabilities, aiding re-prioritization.
Instructions
Cross-reference live findings against two independent, publicly sourced exploitation signals (not Tenable's proprietary VPR):
CISA KEV: CVEs with confirmed real-world exploitation
FIRST.org EPSS: probability of exploitation in the next 30 days
Useful alongside compare_vpr_reprioritization to back a re-prioritization
argument with vendor-independent evidence. Each finding gets a signal:
confirmed_exploited > high_probability > low_signal > no_cve_data,
sorted most urgent first.
limit bounds how many distinct plugins get a CVE lookup (one extra
Tenable API call per plugin), so keep it modest for interactive use.
Filter the underlying findings by CVSS severity and/or plugin_family
first, same as search_vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| severity | No | ||
| plugin_family | No | ||
| epss_high_confidence_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||