Every hostname a domain
has ever shown
Type an apex domain. Get back the subdomains observed in certificate transparency logs, historical sources and active probing — each with the date it was first seen.
Certificate transparency
Public CT logs record every certificate a CA issues. Each one names the hosts it covers.
Historical and probing sources
The index folds in several public historical datasets and its own probing to catch names CT alone would miss.
One queryable index
Apex, subdomain and first-seen date are stored and deduplicated. Certificate metadata is not retained.
Built for the part after the list
A raw dump of forty thousand hostnames is not a finding. These pages are shaped around filtering, grouping and getting the subset you actually care about back out.
The same index, straight from your terminal
Everything on this site is the public search API. Plain text by default, JSON with format=json, first-seen dates with dates=1.
curl -s "https://<api-host>/v1/search?apex=devbit.in&format=json&dates=1"[ { "first_seen": "2026-04-27T00:00:00Z", "sub": "devbit.in" }, { "first_seen": "2026-04-27T00:00:00Z", "sub": "www.devbit.in" }, { "first_seen": "2026-07-11T00:00:00Z", "sub": "test.devbit.in" }]Start with one domain
No account, no key. Free search allows 100 requests per IP per day.