https://github.com/khulnasoft-lab/cisa_enrichment
https://github.com/khulnasoft-lab/cisa_enrichment
enrichment-analysis
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft-lab/cisa_enrichment
- Owner: khulnasoft-lab
- License: mit
- Created: 2024-05-01T10:31:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:10:59.000Z (7 months ago)
- Last Synced: 2024-10-30T04:58:27.133Z (7 months ago)
- Topics: enrichment-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 478 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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 DataA Github Action runs every 6 hours and updates the following files:
- [cisa_enriched.csv](cisa_enriched.csv)
- [cisa_enriched.json](cisa_enriched.json)