Offline Backups

Rolling offline backups of VulnCheck Canary Intelligence data for 3, 10, 30, and 90 day windows.

VulnCheck Canary Intelligence data is also available as rolling offline backups, so you can pull a bulk window of recent detections without paging through the live index.

Offline Backups Available

Offline BackupDescription
vulncheck-canaries-3dCanary Intelligence detections for the past 3 days
vulncheck-canaries-10dCanary Intelligence detections for the past 10 days
vulncheck-canaries-30dCanary Intelligence detections for the past 30 days
vulncheck-canaries-90dCanary Intelligence detections for the past 90 days

To request a specific offline backup, simply call /v3/backup/:index as follows (vulncheck-canaries-3d shown below):

curl --request GET \
    --url https://api.vulncheck.com/v3/backup/vulncheck-canaries-3d \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer insert_token_here'