How forgotten domains get discovered
The domains that lapse are almost never the main one. They are the campaign domain from 2021 that still has an MX record, the one an agency bought, the one a former employee expensed. This post is about finding them before a renewal date does.
Key takeaways
- Three sources: certificate transparency, your own DNS, and card charges.
- Certificate logs are public and find any domain that has ever had a public certificate.
- Your own zones find domains you are pointing at things without owning the record of.
- Card charges find the registrar relationships nobody documented.
- A discovered domain is a question, never an automatic addition.
Three sources
- Networking
- Security & identity
- Analytics
- People
Certificate transparency
Every publicly trusted certificate issued since about 2018 is logged in a public, append-only, searchable set of logs. That means any hostname the business has ever put a certificate on is discoverable, by anybody, including you.
Searching those logs for your organisation name and for known domains turns up subdomains and sibling domains routinely. It is particularly good at finding the agency-registered ones, because an agency that set up a site also set up a certificate, and the certificate is public whether or not the domain is on your list.
It is worth being clear-eyed about the other side of that: the same search works for anybody, which is a reason to know what is in there rather than a reason not to look.
Your own DNS
The second source is inside your own infrastructure. A hosted zone for a domain you do not have in the register is a domain you are actively serving and not tracking. So is a CNAME in a zone you do control pointing at a hostname on a domain you do not.
This one finds a specific and dangerous category: domains that other things depend on. A redirect that has been in place for four years, a mail routing record, an SPF include. Those lapse quietly and take something with them.
Card charges
If the subscription audit bot from Day 80 is running, it already knows about every recurring charge, and registrar charges are among the easiest to recognise. A charge to a registrar for an amount that looks like a domain renewal, with no corresponding domain in the register, is a strong candidate.
It is also the only source that finds domains with no public presence at all — one bought defensively, one held for a project that never launched — which the other two sources cannot see by construction.
What happens to a candidate
- App integration
- Machine learning
- Networking
- Security & identity
- Management
- Analytics
- People
- Outside AWS
Why ask rather than add
Because discovery produces false positives with certainty. A certificate log search on your organisation name will find domains belonging to businesses with similar names, a customer’s subdomain that you host, and a domain a partner set up that genuinely is not yours to renew.
Adding those automatically produces a register with things in it that nobody can act on, and a register that people learn to ignore. So a candidate is a question with the evidence attached — “found in a certificate issued for shop.example.net, registered at Registrar X, expires March, MX points at your mail provider” — which is usually enough for somebody to answer in five seconds.
Next: the status codes, which frequently matter more than the date.
All posts