Wave Z.340Endpoint /api/v1/v22/vuln-svc
The Vulnerability Assessment service is a managed offering that combines authenticated and unauthenticated scanning, CVE prioritization (CVSS + EPSS + KEV), patch SLA tracking, and customer-facing reporting. It builds on the asset attack surface engine and feeds the AI prioritization weights set in the platform charter.
| Profile | Scope | Typical SLA |
|---|---|---|
| quick-network | top-1000 TCP, banner only | ~5 min / /24 |
| compliance-baseline | CIS L1 + STIG checks | ~30 min / host |
| deep-authenticated | full patch + config + drift | ~90 min / host |
| web-active | OWASP active probing | ~60 min / app |
| container-image | layer + dep + secret scan | ~3 min / image |
| cloud-cspm | cross-account config audit | ~15 min / account |
Findings are scored by the platform AI priority weights:
SLAs: critical=7 days, high=30 days, medium=90 days, low=365 days.
POST /api/v1/v22/vuln-svc/scan
{
"tenant_id": "tnt-xxx",
"profile": "quick-network",
"target": "10.30.0.0/24",
"user": "secops"
}
Then poll the scan id or retrieve via:
GET /api/v1/v22/vuln-svc/{tenant_id}/findings?severity=critical