Cyber health for every entrepreneur

Four practical modules in one calm dashboard. Scan your domain, see what is leaking online, map yourself to seven compliance frameworks, and watch live threats - without hiring a security team.

Open the app See what's inside

Four tools that actually answer the question

No long checklists. Each module gives you a verdict, the evidence behind it, and the next step.

Domain scanner

Twenty-two passive checks across TLS, DNS, headers, cookies, email auth, subdomain exposure and WAF. One score, one report, one set of fixes.

Digital footprint

Drop in an email, username or handle. We sweep breach data, public profiles and disposable-email lists to show you what attackers can already see.

Compliance mapping

Your scan results, mapped to GDPR, ISO 27001, SOC 2, PCI-DSS, HIPAA, NIS2 and DORA. Clear gaps, plain-English remediation, exportable evidence.

Threat intelligence

Lookups against URLhaus, PhishTank, Firehol, abuse.ch, Google Safe Browsing and disposable-email lists. Real feeds. Real-time. No black box.

Three steps to a calmer Monday

Set it up once. We watch your perimeter and surface what changed.

1

Sign in with email or Google

No card required. The free tier covers your first domain and a digital-footprint sweep.

2

Add your domain

We run the full passive sweep in under a minute. No agents to install. No DNS changes.

3

Read the verdict

One score. A plain-English list of what to fix first. Compliance gaps already mapped.

Start free. Pay only when you scale.

All plans include every module. Tier limits are per-month volume only.

Monthly
Annual (save 20%)
Free
0/mo
Get a verdict on one domain and one inbox.
  • 3 domain scans / month
  • 3 footprint sweeps / month
  • Compliance summary
  • Community support
Start free
Starter
EUR9/mo
For solo founders and side projects.
  • 20 domain scans / month
  • 20 footprint sweeps / month
  • Threat intel lookups
  • Email support
Choose plan
Business
EUR99/mo
For organisations with deeper needs.
  • Unlimited domain scans
  • Unlimited footprint sweeps
  • All 7 compliance frameworks
  • Up to 10 team seats
  • Dedicated support
Choose plan

Every module has a public API

The same scanners, footprint sweeps, compliance mappers and threat lookups your dashboard uses are available over HTTPS with an API key.

  • RESTful JSON, idempotent reads
  • OpenAPI spec and live docs
  • API key auth, per-tenant quota
  • Webhooks for scan completion
Read the API docs
# Scan a domain curl -X POST https://domain.caspori.com/v1/scans \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "target": "example.com" }' # Response { "id": "scan_8f3k2j", "status": "running", "checks": 22, "eta_seconds": 45 }