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

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

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]*