discover_subdomains
Find subdomains via Certificate Transparency logs to reveal shadow IT, forgotten services, and unauthorized certificates. Delivers a sampled list with coverage details, not a full inventory.
Instructions
Find subdomains of a domain using Certificate Transparency logs. Reveals shadow IT, forgotten services, and unauthorized certificate issuance. Returns a CT SAMPLE, not an asset inventory: the count is a lower bound, a host with no publicly-logged certificate never appears, and the result carries a per-source coverage record stating what was actually consulted. countBasis says whether totalSubdomains is the tool’s normal reach (sample) or a floor from a run whose recall was cut (then minSubdomainsObserved is present); concreteSubdomains excludes wildcard patterns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain to check (e.g., example.com) | |
| format | No | Output verbosity. Auto-detected if omitted. | |
| force_refresh | No | Bypass cache and run a fresh check. Useful after DNS changes. |