Under construction

We're building something here. Check back soon.

Quickstart

Get your first evidence pack in under 5 minutes. API key setup, authentication, and making your first request.

1. Get your API key

Log in to the VULONE dashboard, navigate to Settings → API Keys, and generate a new key. Store it securely.

2. Make your first request

curl -s https://api.vulone.com/v1/intel \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"query":"CVE-2024-1234"}'

3. Understand the response

Every API response returns an evidence pack containing:

  • cve — The CVE identifier queried
  • kev_score — 0–1 probability of KEV inclusion
  • exploit_maturity — Current exploitation status
  • ransomware_usage — Whether ransomware groups use this CVE
  • sources — Number of independent sources confirming the signal

Full endpoint reference available under API Reference → Endpoints.