A CAA record stops an unrelated certificate authority issuing for your domain. It is free and set once — and still rare: in our measurement it appeared on 17.9% of .org domains, 9.4% of .com and just 1.6% of .ru, which is two domains out of a hundred and twenty-five.
A separate DNSSEC measurement produced the same gap. Two independent measurements point at one thing: Russian domains are weak at the DNS layer specifically, not at the server.
Free online tool — DNS lookup tool: instant results, no signup.
A CAA record in DNS lists the certificate authorities allowed to issue certificates for a domain. An authority is obliged to check it before issuing: if it is not listed, it must refuse.
The point is to stop an unrelated authority issuing a certificate for your domain — by mistake, on a forged request, or after an administrator’s mailbox is compromised. Without CAA nothing blocks such a request except the authority’s own internal procedures.
The record is free and set once. It nevertheless remains rare, and the numbers below show how rare.
On 27 August 2026 we queried CAA records for domains users had brought to our tools, 150 per zone. The query was dig CAA against a public resolver, on the registrable name:
| Zone | Checked | With CAA | Share |
|---|---|---|---|
| .org | 134 | 24 | 17.9% |
| .net | 108 | 18 | 16.7% |
| .com | 138 | 13 | 9.4% |
| .ru | 125 | 2 | 1.6% |
In .ru the record appeared on two domains out of a hundred and twenty-five — six times rarer than in .com and eleven times rarer than in .org.
Sampling caveat: these are domains somebody chose to check, not a random slice of the zone. Comparing zones is sound — they were collected identically — but the .ru level cannot stand in for "the Russian web". One lookup per zone failed and is excluded from the counts.
Separately we measured DNSSEC signing — a different protection, but one that also lives in DNS and also depends on the registrar. The result points the same way:
| Zone | DNSSEC | CAA |
|---|---|---|
| .org | 19.3% | 17.9% |
| .net | 10.1% | 16.7% |
| .com | 8.8% | 9.4% |
| .ru | 0.8% | 1.6% |
Two independent measurements, different records, different mechanisms — and the same gap. That is no longer a coincidence but a property: Russian domains are weak specifically at the DNS layer, not at the server. On TLS, as a reminder, .ru runs level with .com.
The explanation consistent with both: DS and CAA are both set through the registrar’s control panel. Where no field exists for them, the owner simply cannot finish the job however much they know about it. TLS configuration does not depend on the registrar, and there the gap is absent.
Among domains that do carry the record, the most frequently authorised are: in .org — Let’s Encrypt (33 mentions), Google Trust Services (20), DigiCert (19); in .com — Let’s Encrypt (14), DigiCert (12), Google Trust Services (10); in .net — Let’s Encrypt (22), Google Trust Services (13).
We give no breakdown for .ru: only two domains carry the record, and any share computed on that base would be meaningless.
A domain usually authorises several authorities at once, which is why mentions outnumber domains.
DNS (Domain Name System) translates domain names into IP addresses. DNS records are instructions that define where to route traffic, email, and how to verify domainownership.
Query all record types — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single request.
Direct queries to authoritative servers. Results in milliseconds, no caching.
SPF, DKIM, and DMARC analysis to evaluate email protection against spoofing and phishing.
Save check results. Compare DNS records before and after registrar changes.
DNS check after deploy
SPF/DKIM/DMARC audit
DNS config audit
DNS zone control
v=spf1 TXT record.DNS check history, API keys and DNS change monitoring.
Sign up freeNo, not required but recommended. Without CAA any CA can issue a cert for your domain (given successful domain validation).
In DNS zone: example.com. IN CAA 0 issue "letsencrypt.org". Wildcard: 0 issuewild "letsencrypt.org".
Clear cache on CA accounts + add CAA for the new CA. Propagation is usually 1-24 hours.
Enterno DNS → type CAA. Or dig CAA example.com.
Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.