An open API service indexing awesome lists of open source software.

https://github.com/jgamblin/kev_epss

KEV EPSS Data
https://github.com/jgamblin/kev_epss

cisa cisa-kev cvss cvssv3 epss nvd

Last synced: 5 months ago
JSON representation

KEV EPSS Data

Awesome Lists containing this project

README

          

# CISA Known Exploited Vulnerabilities Enrichment

This project comprises a simple jupyter notebook that downloads the [CISA Known Exploited Vulnerabilities](https://www.cisa.gov/known-exploited-vulnerabilities-catalog) and enrichs it with the current [EPSS](https://www.first.org/epss/) and the [CVSS V3 Base Score](https://www.first.org/cvss/).

All the current CISA Known Exploited CVEs with their scores are available in this [CSV file](epss_kev_nvd.csv).

## Current Scatter Plot

![Current Scatter Plot](epss_kev_nvd.png)

## Github Action

This reposiotry is updated automatically every 12 hours with a [Github Action](https://github.com/features/actions).