SSL/TLS certificates
securitytrails_sslList SSL/TLS certificates for a domain to uncover hidden subdomains via subject alternative names, including expired certificates for historical hostname discovery.
Instructions
List SSL/TLS certificates issued for a hostname. Subject alternative names in the results frequently reveal hostnames that subdomain enumeration alone misses. Pass status: "all" to include expired certificates, which are often the more interesting ones historically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page number; each page costs one API query | |
| domain | Yes | domain or subdomain | |
| status | No | certificate validity filter; use "all" when hunting historical hostnames | valid |
| response_format | No | "markdown" for a compact human-readable summary, "json" for the full raw API payload | markdown |
| include_subdomains | No | also return certificates issued for subdomains of this host |