NIST NVD 2.0
VulnCheck provides NIST NVD 2.0 as a Community service, taking the load off the NIST NVD.
NIST NVD 2.0
VulnCheck makes it easy to migrate from using the NIST NVD 2.0 data feeds from NIST, to sourcing the NIST NVD 2.0 data from VulnCheck, either in the form of API calls or offline backups.
To start, if you already consume or previously consumed the NIST NVD, you're likely aware of the challenges, such as frequent API timeouts and aggressive deprecation strategy. To move over to a more reliable platform, simply register for a VulnCheck Community account on https://vulncheck.com/community and get started with the NIST NVD sourced from VulnCheck.
curl --request GET \
--url https://api.vulncheck.com/v3/backup/nist-nvd2 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer insert_token_here'
Versions of NVD Available to Community NVD++ Users
VulnCheck Community includes two (2) versions of NVD++. These include:
Index | Source | Description |
---|---|---|
nist-nvd2 | NIST | NVD 2.0 |
nist-nvd | NIST | NVD 1.0 generated from NVD 2.0; unlike NIST, supported indefinitely |
Versions of NVD Available to Licensed Subscribers
VulnCheck Exploit & Vulnerability Intelligence includes four (4) versions of NVD. These include:
Index | Source | Description |
---|---|---|
vulncheck-nvd2 | VulnCheck | NVD 2.0 with VulnCheck extensions (more fields and earlier data) |
vulncheck-nvd | VulnCheck | NVD 1.0 with VulnCheck extensions (more fields and earlier data) |
nist-nvd2 | NIST | NVD 2.0 with an SLA |
nist-nvd | NIST | NVD 1.0 with an SLA generated from NVD 2.0; unlike NIST, supported indefinitely |