Skip to main content

Certificate Transparency Log Lookup

Third-party service

Look up every TLS certificate ever issued for a domain in the public Certificate Transparency logs (crt.sh) — discover subdomains, issuers, validity windows and wildcard certs.

Input

Enter a registered domain. Certificates and subdomains are discovered from the public Certificate Transparency logs (crt.sh).

Output

Summary
MetricValue
No data yet
Certificates
IssuerCommon nameValid fromValid toFlags
No data yet
Unique names (subdomains)
 
Was this helpful?

Guides

What this tool does

Enter a domain and this tool queries the public Certificate Transparency (CT) logs via crt.sh to list every TLS certificate ever issued for it. Because CT logs record all publicly-trusted certificates, they're a goldmine for discovering subdomains, auditing your certificate issuance, and spotting certificates you didn't expect.

How to use it

  1. Enter a registered domain, e.g. example.com.
  2. Optionally toggle Include subdomains (wildcard search), Unexpired only, or Wildcard only.
  3. Click Generate. Results come from crt.sh server-side and are deduped and sorted newest-first.

What you get back

  • A summary — how many certificates and unique names were found.
  • A certificate table — issuer, common name, validity window, and Expired/Wildcard flags.
  • A list of unique names (subdomains and hostnames) seen across all certificates — useful for reconnaissance and asset inventory.

What is Certificate Transparency?

Certificate Transparency is an open framework (RFC 6962) requiring Certificate Authorities to publish every certificate they issue to append-only public logs. Browsers increasingly require CT proof before trusting a certificate. This transparency lets domain owners detect mis-issued or rogue certificates for their domains.

Notes

Results depend on crt.sh, which can be slow or rate-limited for busy domains. Large result sets are capped for readability. The domain you enter is used only to run the lookup and isn't stored.

certificatessltlsct logcrt.shsubdomainsecurity

Use it from code

From 3 credits per call

REST API

curl -X POST https://api.iotools.cloud/v1/tool/certificate-transparency-log-lookup \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "domain": "github.com",
    "includeSubdomains": "true"
  }'

Swap in your own key from your account. The tool's fields are the body — no wrapper.

Ask an AI agent

Use the IOTools `certificate-transparency-log-lookup` tool (Certificate Transparency Log Lookup) on this input:

YOUR_INPUT_HERE

Paste this at any agent connected to the IOTools MCP server, then add your input.

Love the tools? Lose the ads.

One payment clears every ad from your account, for good. No subscription, no tracking.