CyberHunter CyberHunter
// Certificate transparency

Certificate Transparency Search - crt.sh Lookup & Export

Search public CT logs through crt.sh to discover issued certificates, mapped hostnames, and potential exposure in your domain space. Export results quickly for reporting and investigation workflows.

crt.sh backedWildcard queriesCSV export
crtsh://search CT logs · hostnames · CSV

Source: crt.sh (public Certificate Transparency aggregator).

Run a search - results come from crt.sh.

// use wildcard syntax like %.example.com for broad subdomain discovery

01 About this tool

Why CT search, and how to use it

CT logs provide a public record of issued TLS certificates. Reviewing them helps defenders identify unknown hostnames, monitor certificate issuance, and detect potential misconfiguration or abuse - especially useful for external attack-surface monitoring and domain inventory.

Features of the CT search tool

  • crt.sh-backed public CT lookup
  • Wildcard query support for discovery
  • Hostname extraction from certificate entries
  • CSV export for reporting and triage
  1. 01

    Enter a domain or wildcard pattern.

  2. 02

    Review returned certificate hostnames.

  3. 03

    Export findings to CSV for analysis and sharing.

What you can analyze

  • Discovered subdomains and SAN hostnames
  • Unexpected certificate issuance patterns
  • Newly observed internet-facing assets
  • Inventory gaps in known domain scope
  • Inputs for follow-up DNS and HTTP validation
02 FAQ

Questions fréquentes

What is Certificate Transparency (CT)?

CT is a public, append-only log of TLS certificates. Certificate authorities publish certificates they issue so anyone can detect mis-issued or rogue certs for your domains.

Where do the search results come from?

This UI queries crt.sh, a public aggregator of CT logs. Your search terms are sent to crt.sh through this app so results match what you would get from their service.

Can I export results?

Yes. Use the CSV export in the tool to download the hostname list for reporting or further analysis.

How do wildcards like %.example.com work?

They match certificate names that fit the pattern, which helps discover subdomains and alternate names seen in CT logs without listing every host manually.

03 Keep going