Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
/ EPSSNVD Public archive

Exploit Prediction Scoring System (EPSS) Data Enrichment

License

Notifications You must be signed in to change notification settings

jgamblin/EPSSNVD

Repository files navigation

Exploit Prediction Scoring System (EPSS) Catalog Enrichment

The Exploit Prediction Scoring System (EPSS) is an open, data-driven effort for estimating the likelihood (probability) that a software vulnerabilities will be exploited in the wild. Our goal is to assist network defenders to better prioritize vulnerability remediation efforts.

The data they provide is minimal, so I have built this jupyter notebook to enrich the data using the data feeds from the NVD to create a CSV and JSON file that containes the following data points:

  • CVE
  • EPSS
  • CVSS_V3
  • BaseSeverity
  • CWE
  • Scope
  • AttackVector
  • AttackComplexity
  • PrivilegesRequired
  • UserInteraction
  • Description
  • Published

A Github Action runs every day and updates the following files:

About

Exploit Prediction Scoring System (EPSS) Data Enrichment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published