The console runs locally in development and, when deployed, at your installation’s web address (see the Deployment guide). The Dashboard is the first page you see after signing in.
Key concepts
Widgets as live queries
Each dashboard widget is computed from the current workspace data. Nothing on the page is hard-coded — widget values are recalculated from the latest scan results.Data flow
Dashboard data follows a fixed pipeline:- Discovery jobs run against your targets and groups.
- New findings are added to your inventory automatically (hosts, ports, services, technologies, TLS certificates, and geographic information).
- The aggregated metrics that the dashboard widgets show are computed from that inventory.
Why does the dashboard look stale?
Why does the dashboard look stale?
If widget values have not changed for a long time, the pipeline is probably not producing new data: discovery jobs may be paused, failing, or not scheduled. Check the Jobs Registry first — the dashboard can only display what has been added to the inventory. If jobs are healthy but the numbers are still flat, your coverage is simply stable.
Console navigation
The dashboard sits at the top of the console sidebar, which organizes the platform into groups:
From the dashboard you can reach any of these modules in one click, which makes it a natural hub for daily operations.
Workspace scope
The dashboard shows data for the workspace you are currently switched into. Use the workspace switcher to review another tenant’s attack surface — targets, assets, and statistics are isolated per workspace.Stat cards
Four stat cards at the top of the page summarize the size of your inventory:
The cards give you a fast health check: if the Assets count is flat while you expect growth, discovery may be stalled; if Services outgrows Assets, many hosts expose multiple ports.
Vulnerability overview
The vulnerability card summarizes your current finding posture:- Score — Aggregate risk score (for example, 7.6)
- Issues — Number of open issues associated with findings (12)
- Total — Total vulnerability count (95), broken down by severity:
- Critical (15)
- High (7)
- Medium (4)
- Low (4)
- Info (22)
Severity counts are based on the latest scan results added to the workspace. Findings detected by your scanning tools appear here once the analysis completes.
TLS Statistics
The TLS section groups certificates by expiry status, with one button per bucket: Click a bucket to drill into the affected assets. Operationally, this widget drives certificate renewal planning: the already expired and expire in a month buckets are your renewal backlog, while new certificates discovered signals fresh TLS coverage added by recent discovery runs.Certificates in already expired are serving (or about to serve) invalid TLS to visitors. Treat this bucket as an incident queue — renew or replace these certificates before they impact availability and trust.
Asset trend chart
The trend chart plots how your attack surface evolves over time. Use the series toggles to show or hide individual lines:- Assets
- Technologies
- Ports
- Services
- Targets
Recent hosts
A list of the most recently discovered hosts. It answers “what changed since my last review” and is a good starting point for investigating unexpected new entries on your attack surface. Pair it with the Asset trend chart: new hosts are the leading indicator, sustained growth in the chart is the trailing confirmation.Top ports
The most common open ports, ranked by asset count:
Standard HTTP/HTTPS ports dominating the list is expected. Unexpected ports in the top ranks (database, management, or remote-access services) are a strong signal to check exposure policy.
Technologies
Technologies detected most frequently across your assets, with counts:
Use this list to understand your dependency profile — for example, which CDN, WAF, or security headers are (or are not) in place — and to spot technologies whose presence you did not expect.
Issues timeline
A chart showing issues over time. It reveals whether new findings are accelerating or slowing, letting you judge whether recent remediation efforts are effective. A downward trend after a remediation sprint is the clearest evidence the sprint worked.Top assets with most vulnerabilities
This widget ranks assets by the number of attached vulnerabilities. It is the highest-signal prioritization view on the dashboard: a small set of assets usually carries a disproportionate share of risk. Prioritize remediation by working down this list from the top — fixing the riskiest assets first reduces the largest share of your exposure per unit of effort.Locations
The locations table shows asset distribution by country, derived from automatic lookup of where your assets are located:
Geographic distribution is an operational signal: assets in unexpected jurisdictions can indicate misconfigured routing, shadow infrastructure, or compliance concerns (for example, data residency requirements). Review the list against your expected footprint.
Reading the dashboard
Each widget answers a specific operational question. Use this mapping to decide what to look at first: Everything available in the console is also available through the API — see the API Reference tab.Best practices
- Review the TLS Statistics widget weekly and treat already expired as an incident queue, not a cleanup item.
- Watch the Asset trend chart for scope creep — steady asset growth without a corresponding target change suggests discovery is pulling in surface you did not intend.
- Use Top assets with most vulnerabilities as your default prioritization order for remediation sprints.
- Check the Locations table against your expected footprint; unexpected countries often reveal misconfiguration or shadow infrastructure.
- Start each day with the stat cards and the Issues timeline: they tell you whether inventory, posture, and finding velocity are healthy or drifting.
- When counts look stale, verify that discovery jobs are completing and results are being added — see Jobs for job health.
- Cross-check the Recent hosts list weekly — new hosts appearing regularly is a signal to revisit your target and group definitions.
- Combine Top ports and Technologies when investigating a suspected breach: anomalous ports and unexpected technologies often surface at the same time.
Related
Vulnerabilities
Triage and manage the findings that feed the vulnerability overview card
Assets
Explore the inventory behind the stat cards and trend charts
Search
Find specific assets, targets, and vulnerabilities across the workspace
Reports
Export dashboard-level insight into structured reports
