https://github.com/myseq/cisa_kev_utils
Utils for CISA KEV
https://github.com/myseq/cisa_kev_utils
Last synced: about 2 months ago
JSON representation
Utils for CISA KEV
- Host: GitHub
- URL: https://github.com/myseq/cisa_kev_utils
- Owner: myseq
- Created: 2024-11-23T15:00:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-27T17:02:41.000Z (3 months ago)
- Last Synced: 2026-03-28T01:36:29.900Z (3 months ago)
- Language: Python
- Size: 3.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.md
Awesome Lists containing this project
README
# CISA KEV & Utils
This repo hosts a daily GH action to scrape CISA's KEV catalogs.
## New Exploited Vulnerabilities
Below are the new KEV ():
| Date | Vendor | Product | CVE |
|------|--------|---------|-----|
| 2026-03-30 | Citrix | NetScaler | CVE-2026-3055 |
## Utils
Some utilities for CISA KEV.
| | File | Description |
| - | ---- | ----------- |
| 1 | cisa_kev.json | Latest JSON |
| 2 | cisa_kev-old.json | Last-1 JSON |
| 3 | [changes.md](/changes.md) | Diffs between `cisa_kev.json` and `cisa_kev-old.json` |
| 4 | utils/kev-dashboard.py | See below |
| 5 | utils/kev-catalog.py | See below |
| 6 | json_diff.py | Util: to diff the two(2) JSON files and updates `changes.md` |
## Archived Repos
This repos has consolidated from the following repos previously.
- KEV-Dashboard
- This is a simple util that generates a dashboard for CISA's KEV.
- KEV-Catalog
- This util shows some catalogs, such as top-N vendors and top-N vulnerabile products, found in the CISA's KEV.
- CISA-Known-Exploited-Vulns
- This repo will run daily GH action to scrape CISA's KEV catalog and store in `docs/`.
## Blog Posts
-
-
-
## Links
- [KEV-data](https://github.com/cisagov/kev-data) - Home to the KEV data files.
- [Termgraph](https://github.com/mkaz/termgraph) - Great utility to draw basic charts (Bar chart, Historgram, heatmap, etc) in the terminal.
- [kev-dashboard](https://github.com/myseq/kev-dashboard) *[archived]*
- [kev-catalog](https://github.com/myseq/kev-catalog) *[archived]*
- [cisa-known-exploited-vulns](https://github.com/myseq/cisa-known-exploited-vulns) *[archived]*