Vulnerability Assessment Service

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.

Capabilities

Scanner profiles

ProfileScopeTypical SLA
quick-networktop-1000 TCP, banner only~5 min / /24
compliance-baselineCIS L1 + STIG checks~30 min / host
deep-authenticatedfull patch + config + drift~90 min / host
web-activeOWASP active probing~60 min / app
container-imagelayer + dep + secret scan~3 min / image
cloud-cspmcross-account config audit~15 min / account

Prioritization

Findings are scored by the platform AI priority weights:

SLAs: critical=7 days, high=30 days, medium=90 days, low=365 days.

Operator quick start

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
Warning: Deep / authenticated profiles require approval and a maintenance window in the customer contract. Use the change-management approval flow before scheduling.

Related