This repo hosts some utilities for CISA KEV.
Previously, those utils are stored separately at kev-dashboard and kev-catalog.
Both repos are in archives mode.
This is a simple util that generate a dashboard for CISA's KEV.
This tool is written in python, and it can display the dashboard in two (2) modes: text mode or ASCII chart mode. This tools is created after I got inspired by 2 things:
- Kenna EPSS distribution per cve/vendor (very cool) and
- the command line utility (termgraph) that draws basic graphs in the terminal.
So I decided to take up the challenge to create a similar tool for both the idea.
This util show catalog of Known Exploited Vulnerabilities (KEV) from CISA.
This tool is written in Python to shows the top-N vendors and the top-N vulnerable products found in the CISA's KEV. It also can search a specific CVE or keyword in the KEV json file.
It includes the function:
- To save the JSON file from CISA website.
- Perform local search based on JSON file.
- CISA KEV Catalog
- Termgraph - Great utility to draw basic charts (Bar chart, Historgram, heatmap, etc) in the terminal.