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.
Key metrics
The overview endpoint /api/v1/dashboard/overview returns the most important aggregate counts.
Viewing via UI
- Navigate to the 'Dashboard' page from the sidebar.
- At the top, you will see summary cards showing totals (Hosts, Vulnerabilities, Services...).
Severity distribution
Charts via UI
- Scroll down to see the 'Vulnerabilities by Severity' chart.
- 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
- View the Line Chart for 'Vulnerability Trends'.
- You can use the Dropdown to change the time range (e.g., 7 days, 30 days, 1 year).
| Range | Days |
|---|---|
7d | 7 |
30d | 30 (default) |
90d | 90 |
1y | 365 |
Asset discovery
See whether your attack surface is growing or shrinking over time — including new subdomains, exposed hosts, and discovered services.
Data via UI
- You will see an 'Asset Discovery Trend' chart showing new Assets.
- 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
- A Bar Chart will show the distribution of Risk Scores from Low to Severe.
- You can hover over each Bar to see the specific number of Assets.
Top ports & services
See patterns across all your scans — most-open ports, most-deployed services, and frequently exposed technologies.
Top Charts UI
- There are Widgets for Top 10 Open Ports, Top 10 Services, and Technologies.
- This data helps you understand which Services you have exposed the most.