• Tools
  • Features
  • Resources

Introduction

Getting Started

Platform Features

Scanning
AI Analysis
Code Scanning (SAST)
Reports
Dashboard & Analytics
OverviewKey metricsVulnerability trendsAsset discoveryRisk scoringTop ports & services

Developer Reference

REST API
CLI Reference
CI/CD Integration
Tool Tactics
⌘K

On this page

OverviewKey metricsVulnerability trendsAsset discoveryRisk scoringTop ports & services
Aggregate analytics

Dashboard & Analytics

See the big picture. The dashboard surfaces vulnerabilities, assets, risk scores, and trends over time — aggregating data from every scan in your account.

Overview

All dashboard analytics endpoints are exposed under /api/v1/dashboard. They're read-only and scoped to the authenticated account. Use them to build internal dashboards, executive views, or aggregate widgets.

Web UI parity
The web dashboard renders the same visualizations you get from these API endpoints. If you build a custom dashboard, you have access to the exact same data the web UI uses.

Key metrics

The overview endpoint /api/v1/dashboard/overview returns the most important aggregate counts.

Viewing via UI

  1. Navigate to the 'Dashboard' page from the sidebar.
  2. At the top, you will see summary cards showing totals (Hosts, Vulnerabilities, Services...).

Severity distribution

Charts via UI

  1. Scroll down to see the 'Vulnerabilities by Severity' chart.
  2. It is displayed as an easy-to-read Donut Chart.

Vulnerability trends

Track vulnerabilities over time to see progress and tie regressions to deployments or release windows.

Tracking via UI

  1. View the Line Chart for 'Vulnerability Trends'.
  2. You can use the Dropdown to change the time range (e.g., 7 days, 30 days, 1 year).
RangeDays
7d7
30d30 (default)
90d90
1y365

Asset discovery

See whether your attack surface is growing or shrinking over time — including new subdomains, exposed hosts, and discovered services.

Data via UI

  1. You will see an 'Asset Discovery Trend' chart showing new Assets.
  2. Below that, there is a 'Most Vulnerable Assets' table showing which Hosts are at the highest risk.

Risk scoring

Each asset gets a 0-100 risk score computed from severity, exploitability, and recency of findings. The distribution endpoint buckets assets into risk tiers:

Risk Distribution UI

  1. A Bar Chart will show the distribution of Risk Scores from Low to Severe.
  2. You can hover over each Bar to see the specific number of Assets.
How risk score is calculated
Risk score = (severity_weight × cvss_avg) + exploit_availability + recency_factor. A recent critical CVE pushes the score higher than an old low-severity CVE.

Top ports & services

See patterns across all your scans — most-open ports, most-deployed services, and frequently exposed technologies.

Top Charts UI

  1. There are Widgets for Top 10 Open Ports, Top 10 Services, and Technologies.
  2. This data helps you understand which Services you have exposed the most.
Aggregate count caveat
Counts are aggregated across all your scans. If a host appears in four recent scans, it counts once (deduplicated by hostname/IP), not four times.
Previous
Reports
Next
CLI Reference