Introduction to Indices
Overview
VulnCheck Exploit and Vulnerability Intelligence is an autonomous system that tracks hundreds of OSINT sources in addition to generating unique VulnCheck vulnerability and exploit intelligence. VulnCheck provides API indices that enable organizations to access these sources which include exploit sources, exploitation source, vendor advisories, CERTS, OSS package managers, OT advisories, vulnerability enrichment services, government advisories, EOL software and more. These sources are married with best-in-class exploit intelligence from VulnCheck to deliver aggregate services including vulncheck-nvd2
and exploits
.
Part of the goal of Version 3 of our API was to streamline data faster and more efficiently. To do this, we've introduced an endpoint that allows you to specify indices as a parameter, making it easier to explore and integrate new sources of data. Here is a list of all the indices available now in the VulnCheck API.
How to Access VulnCheck Indices
VulnCheck indices can be accessed using either the backup
endpoint, which provides a complete copy of the index for download, or the index
endpoint, which provides a paginated list of documents and can be used to query individual records.
A list of the 'index' and 'backup' API endpoints that you have access to, can be found in the VulnCheck API Sandbox located in the VulnCheck dashboard.
API Example Request
curl --request GET \
--url https://api.vulncheck.com/v3/backup/initial-access \
--header 'Accept: application/json' \
--header 'Authorization: Bearer insert_token_here'
How To Use The VulnCheck API
See the API Overview to learn how to use the VulnCheck API.