Skip to content

lodestonesecurity/cisa-kevc-history

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

428 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cisa_kevc_history

Latest Cisa KEV Data

Every day tracking exploits from https://www.cisa.gov/known-exploited-vulnerabilities-catalog

Source JSON: https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json

Analysing the results

Use git-history to load the history into SQLite:

git-history file vulns.db known_exploited_vulnerabilities.json \
            --id cveID \
            --ignore-duplicate-ids \
            --full-versions \
            --convert 'json.loads(content)["vulnerabilities"]'

You can use tools like datasette to browse the data.

Contributors