Post-quantum readiness · external perimeter

Which of your servers can still be read in 2030?

Lattiscan performs a real TLS 1.3 handshake against every internet-facing endpoint of your domain, checks whether it negotiates quantum-safe key exchange (ML-KEM hybrid), and gives you a board-level score, a fix list, and a CycloneDX inventory you can file as NIS2 evidence.

Read-only, equivalent to a browser visit. No agent, no credentials, results in about 90 seconds.
$ lattiscan scan acme.no
discovering hosts (DNS · certificate transparency · MX) … 7 found
 
www.acme.no:443 web X25519MLKEM768 100
api.acme.no:443 api X25519MLKEM768 100
mail.acme.no:25 mail classical x25519 40
vpn.acme.no:443 vpn no TLS 1.3 15
login.acme.no:443 auth ML-KEM (not preferred) 75
owa.acme.no:443 mail classical secp256r1 40
shop.acme.no:443 other X25519MLKEM768 100
 
acme.no score 52.3/100 grade C · mail + VPN carry 3× weight
report.html · cbom.json written
Why now

The deadline isn't the quantum computer. It's the recording.

Encrypted traffic can be captured today and decrypted the day a cryptographically relevant quantum computer exists. Anything with a confidentiality life longer than a few years — contracts, payroll, patient data, VPN sessions — is already exposed on links that still use classical key exchange. Regulators have set the calendar:

2026

First steps. The EU coordinated PQC roadmap expects every member state, and the organisations under it, to have a cryptographic inventory and a migration plan started by end of year.

2030

High-risk migrated. Critical infrastructure — finance, telecom, energy, health, public sector and their suppliers — must be on quantum-resistant cryptography.

2035

Everyone else. The transition should be complete for as many systems as feasible. NIS2 and Norway's Digitalsikkerhetsloven already require state-of-the-art, documented risk management today.

How it works

Three steps, no installation

01 — Discover

Every endpoint that faces the internet

We enumerate your hostnames from DNS, Certificate Transparency logs and MX records: web, API, webmail, VPN gateways, identity portals, mail servers over STARTTLS.

02 — Handshake

A real ML-KEM offer, not a guess

Our scanner builds its own TLS 1.3 ClientHello offering X25519MLKEM768 and the other standard hybrids, then reads which group the server actually selects. It tells "supported" from "preferred" and flags TLS 1.2-only endpoints.

03 — Score & evidence

A grade, a fix list, a CBOM

Mail, VPN and login endpoints weigh three times a marketing site. You get an A–F grade, prioritised remediation with vendor-specific steps, and a CycloneDX 1.6 cryptographic bill of materials for your auditor.

Sample report

What your IT partner and your auditor both understand

C
52.3 / 100
acme.no · 7 endpoints · example data
EndpointRoleKey exchangeAction
vpn.acme.noVPNno TLS 1.3Upgrade gateway firmware; TLS 1.3 is the prerequisite for any PQ key exchange.
mail.acme.noMailx25519Postfix 3.9 on OpenSSL 3.5 enables ML-KEM hybrid by default.
login.acme.noIdentityML-KEM, not preferredReorder group preference so the hybrid wins whenever a client offers it.
www.acme.noWebX25519MLKEM768Done — served through a PQ-enabled CDN.
Built for

Two customers, one report

IT partners and MSPs

Run the scan across every client tenant, hand each of them a white-labelled grade, and turn "post-quantum" from a scary word into a billable migration project you lead. Regression alerts tell you when a client's change broke the score.

Regulated SMBs and their suppliers

You are being asked about PQC in security questionnaires, cyber-insurance renewals and NIS2 supplier reviews. Answer with a dated, reproducible inventory instead of a paragraph — and re-scan monthly so the evidence stays current.

Pricing

Cheaper than one hour of a consultant

Report
€149 one-time
  • 1 domain, up to 25 endpoints
  • PDF/HTML report + CBOM
  • Delivered within 24 h
Order a report
Starter
€29 /month
  • 1 domain
  • Monthly re-scan
  • E-mail alert on regression
Start monitoring
Business
€99 /month
  • 5 domains
  • Weekly re-scan, history
  • CBOM export, webhook alerts
  • Audit-ready evidence pack
Start monitoring
MSP
€249 /month
  • 25 domains, multi-tenant
  • White-label reports
  • API access
  • Onboarding call
Talk to us

Prices excl. VAT. Annual billing: two months free. Public-sector and non-profit discount on request.

Questions

Straight answers

Is this a penetration test?

No. Lattiscan only performs the opening of a TLS handshake, exactly like a browser. Nothing is exploited, nothing is logged in, and the load is a few kilobytes per endpoint.

My certificates are RSA. Do I fail?

No. No public CA issues post-quantum (ML-DSA) certificates yet, so certificates are reported as information, not scored. Recorded traffic is protected by key exchange, and that is what we grade.

How does this differ from the free single-URL checkers?

They check one hostname once. Lattiscan finds all your endpoints including mail and VPN, weighs them by risk, tracks the score over time, alerts on regressions, and exports the inventory auditors ask for.

What about internal systems, SSH and IPsec?

The current product covers the external perimeter. SSH (mlkem768x25519-sha256) and VPN tunnel checks are next on the roadmap; internal library scanning follows with an on-premise agent.

Where does the data live?

Scan results are stored on servers in the EU/EEA. We never store your traffic — there is none to store.

Can I fix things myself?

Usually yes, for free: putting an endpoint behind a PQ-enabled CDN or upgrading to OpenSSL 3.5, nginx 1.27, Caddy 2.9 or Windows Server 2025 enables the hybrid by default. The report tells you which.