https://github.com/jgamblin/cisa_enrichment
CISA Known Exploited Vulnerabilities Catalog Enrichment
https://github.com/jgamblin/cisa_enrichment
cisa cisa-directives cve cwe
Last synced: 10 months ago
JSON representation
CISA Known Exploited Vulnerabilities Catalog Enrichment
- Host: GitHub
- URL: https://github.com/jgamblin/cisa_enrichment
- Owner: jgamblin
- License: mit
- Created: 2022-01-07T14:54:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T18:27:05.000Z (about 2 years ago)
- Last Synced: 2024-05-30T01:17:33.706Z (about 2 years ago)
- Topics: cisa, cisa-directives, cve, cwe
- Language: Jupyter Notebook
- Homepage:
- Size: 1.55 GB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CISA Known Exploited Vulnerabilities Catalog Enrichment
The [CISA](https://www.cisa.gov/) recently started to publish the [Known Exploited Vulnerabilities Catalog Enrichment](https://www.cisa.gov/known-exploited-vulnerabilities-catalog) to help federal agencies keep up with exploited vulnerabilities.
The data they provide is minimal, so I have built this jupyter notebook to enrich the data using the [CIRCL](https://circl.lu/) public [CVE API](https://www.circl.lu/services/cve-search/#cve-search-common-vulnerabilities-and-exposure-web-interface-and-api) to add the following data points:
- CWE
- CVE Published Date
- CVE Modified Date
- Reference URLs
- CPE 2.3 Data
A Github Action runs every 6 hours and updates the following files:
- [cisa_enriched.csv](cisa_enriched.csv)
- [cisa_enriched.json](cisa_enriched.json)