{"id":23471006,"url":"https://github.com/benjitrapp/cisa-known-vuln-scraper","last_synced_at":"2025-04-14T17:22:16.029Z","repository":{"id":183264130,"uuid":"669852222","full_name":"BenjiTrapp/cisa-known-vuln-scraper","owner":"BenjiTrapp","description":"Scraper for daily renewal of the Known Exploited Vulnerabilities Catalog by CISA","archived":false,"fork":false,"pushed_at":"2025-04-05T00:31:20.000Z","size":2650743,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T22:11:22.007Z","etag":null,"topics":["cisa","cisa-kev","github-actions","known-vuln","vulnerability-management"],"latest_commit_sha":null,"homepage":"https://benjitrapp.github.io","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BenjiTrapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-23T16:30:53.000Z","updated_at":"2025-04-05T00:31:24.000Z","dependencies_parsed_at":"2025-03-11T01:32:49.389Z","dependency_job_id":null,"html_url":"https://github.com/BenjiTrapp/cisa-known-vuln-scraper","commit_stats":null,"previous_names":["benjitrapp/cisa-known-vuln-scraper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjiTrapp%2Fcisa-known-vuln-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjiTrapp%2Fcisa-known-vuln-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjiTrapp%2Fcisa-known-vuln-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BenjiTrapp%2Fcisa-known-vuln-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BenjiTrapp","download_url":"https://codeload.github.com/BenjiTrapp/cisa-known-vuln-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923901,"owners_count":21183991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cisa","cisa-kev","github-actions","known-vuln","vulnerability-management"],"created_at":"2024-12-24T16:18:25.458Z","updated_at":"2025-04-14T17:22:15.996Z","avatar_url":"https://github.com/BenjiTrapp.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Daily scraper of CISA KEV json](https://github.com/BenjiTrapp/cisa-known-vuln-scraper/actions/workflows/daily-scraper-cisa-kev.yml/badge.svg)](https://github.com/BenjiTrapp/cisa-known-vuln-scraper/actions/workflows/daily-scraper-cisa-kev.yml)\n\n\u003cp align=\"center\"\u003e\n\u003cimg height=\"200\" src=\"static/cisa.jpg\"\u003e\n\u003cbr\u003eDaily scaraping of Known Exploited Vulnerabilities @ CISA\n\u003c/p\u003e\n\nMirroring `https://www.cisa.gov/sites/default/files/feeds/known_exploited_vulnerabilities.json`daily and stores it on GitHub, since CISA restricts access and applys rate limites. This simply helps to keep everything at one place, and my automation up and running. \n\n## How it works\nThe magic is done with the help of this [GitHub Action](.github/workflows/update.yaml)\n\n## How to consume it\n\nYou can simply grep the file and search in it like this:\n\n```bash\n# Store file\ncurl https://raw.githubusercontent.com/BenjiTrapp/cisa-known-vuln-scraper/main/cisa-kev.json -o cisa-kev.json\n\n# Search by product name\njq -r '.vulnerabilities[] | select(.product == \"FTA\")' cisa-kev.json\n\n# Search by Product name\njq -r '.vulnerabilities[] | select(.vendorProject == \"Progress\")' cisa-kev.json\n\n# Search by CVE\njq -r '.vulnerabilities[] | select(.cveID == \"CVE-2023-34362\")' cisa-kev.json\n```\nFor integration within Gradle it would look like this:\n\n```groovy\n\ndependencyCheck {\n    analyzers {\n        knownExploitedURL = \"https://raw.githubusercontent.com/BenjiTrapp/cisa-known-vuln-scraper/main/cisa-kev.json\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjitrapp%2Fcisa-known-vuln-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjitrapp%2Fcisa-known-vuln-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjitrapp%2Fcisa-known-vuln-scraper/lists"}