crt.sh

Query crt.sh Certificate Transparency logs for TLS certificate and subdomain data.

779|139|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/taracodlabs/aiden --skill crt-sh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crt.sh
Source: https://github.com/taracodlabs/aiden/tree/main/skills/crt-sh
Command: npx skills add https://github.com/taracodlabs/aiden --skill crt-sh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Certificate Transparency logs provide public visibility into TLS certificates; this skill helps security researchers and domain owners discover subdomains and certificate activity for a domain by querying crt.sh.

Core Features & Use Cases

  • List all certificates for a domain
  • Extract unique subdomains and domain names seen in certificates
  • Find certificates by organization (CA issuance)
  • Identify recently issued certificates (last 30 days)

Quick Start

Query crt.sh for a domain to retrieve all certificate records and extract unique subdomains.

Frequently Asked Questions about crt.sh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find subdomains using Certificate Transparency logs?

To find subdomains using Certificate Transparency logs, you query public CT log aggregators like crt.sh to retrieve historical TLS certificate records and extract unique subdomain names. This skill automates querying crt.sh and returns structured JSON-ready results.

Can I discover TLS certificates issued for an organization without an API key?

Yes, you can discover TLS certificates issued for an organization without an API key by querying crt.sh public endpoints. This skill uses crt.sh to find certificates by CA issuance organization and requires no authentication or external dependencies.

What is the best way to enumerate a domain's subdomains for security reconnaissance?

The best way to enumerate subdomains for security reconnaissance is querying Certificate Transparency logs to compile certificate records. This skill queries crt.sh to extract unique subdomains and domain names seen in certificates, yielding structured data for OSINT.

Does this approach work for identifying recently issued SSL certificates?

Yes, this approach works for identifying recently issued SSL certificates. This skill can query crt.sh to filter and identify TLS certificate activity issued within the last 30 days for a specified domain.

What are the limitations of using CT logs for domain-asset discovery?

A limitation of using CT logs for domain-asset discovery is that results only include subdomains with issued TLS certificates, missing non-SSL assets. This skill relies on public crt.sh endpoints, so data availability depends entirely on existing Certificate Transparency log records.