VOOZH about

URL: https://apify.com/thirdwatch/subdomain-finder

โ‡ฑ Subdomain Finder - Discover Every Subdomain Of A Domain ยท Apify


๐Ÿ‘ Subdomain Finder - Discover Every Subdomain Of A Domain avatar

Subdomain Finder - Discover Every Subdomain Of A Domain

Pricing

from $0.70 / 1,000 results

Go to Apify Store

Subdomain Finder - Discover Every Subdomain Of A Domain

Discover every subdomain for any apex domain. Merges 4 sources: certificate transparency (crt.sh), HackerTarget, RapidDNS, plus DNS bruteforcing of common names. Verifies each is live via DNS + HTTP probe.

Pricing

from $0.70 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

3

Monthly active users

17 days ago

Last modified

Share

Subdomain Finder

Find every subdomain of any domain. The actor merges four independent discovery sources, deduplicates the results, and verifies each candidate with DNS resolution and a live HTTP/HTTPS probe. Each result tells you which sources found it, whether it resolves, what IPs it points to, and the HTTP status + page title behind it.

What you can do with it

  • Attack-surface monitoring for your own apex domains.
  • Pre-engagement recon for security audits and bug bounty work.
  • Competitive intelligence โ€” see which services and vendors a domain exposes.
  • Asset inventory automation across acquired or merged companies.

How discovery works

Four sources run in parallel; one failing (quota, transient HTTP error) does not kill the run:

  1. Certificate transparency logs โ€” the gold standard; catches anything that has ever been issued a TLS cert.
  2. Public hostsearch API โ€” passive DNS data, free tier.
  3. Passive DNS aggregator โ€” long-tail historical resolutions.
  4. DNS bruteforcing โ€” built-in wordlists (small ~100 names, medium ~1000) tried against the apex domain. Catches infrastructure subdomains (k8s, vault, gitlab, metrics, etc.) that never appear in passive sources.

Each result lists exactly which sources saw it, so you can confidence-grade discoveries and spot source drift over time.

Input

{
"domains":["thirdwatch.dev"],
"sources":["crtsh","hackertarget","rapiddns","dnsbruteforce"],
"bruteforceWordlist":"small",
"verifyAlive":true,
"httpProbe":true,
"timeoutMinutes":5
}
FieldTypeDefaultDescription
domainsstring[]โ€”Apex domains, no scheme/subdomain.
sourcesstring[]all 4Subset of crtsh, hackertarget, rapiddns, dnsbruteforce.
bruteforceWordlistenumsmallnone, small (~100), medium (~1000).
verifyAlivebooleantrueDNS-resolve every candidate.
httpProbebooleantrueHTTP+HTTPS GET to capture status + title.
timeoutMinutesinteger5Per-domain budget.
proxyConfigurationobjectnoneOptional Apify proxy.

Output (one item per subdomain)

{
"apex_domain":"thirdwatch.dev",
"subdomain":"mcp.thirdwatch.dev",
"dns_resolves":true,
"ip_addresses":["104.21.10.5"],
"sources":["crtsh","hackertarget"],
"http_status":301,
"https_status":200,
"http_title":null,
"https_title":"Thirdwatch MCP",
"is_alive":true,
"discovered_at":"2026-05-04T10:00:00+00:00"
}

Please only enumerate domains you own or have authorization to test.

Limitations

  • Coverage depends on what each source has indexed; freshly-issued subdomains may not appear in certificate transparency logs for hours.
  • The HackerTarget source has a free quota (~50 queries/day per IP); when exhausted, that source returns nothing for that day and the run continues with the others.
  • DNS bruteforcing uses our built-in wordlists. Highly custom internal naming (e.g. project codenames) won't be found by brute alone โ€” it will surface only through certificate transparency or passive DNS.
  • The HTTP probe times out after 5 seconds per host; very slow hosts may show as null status even when alive.

Last verified

2026-05

You might also like

Real Subdomain Finder

onescales/real-subdomain-finder

Discover every subdomain for any domain. Queries 40+ OSINT sources including cert transparency, DNS archives & web scanners. Results enriched with DNS validation, HTTP probing, and subdomain takeover detection. Simple Subdomain Lookup that works!

51

5.0

Subdomain Finder - Discover Subdomains via CT Logs

logiover/subdomain-finder

Discover every subdomain of any domain using Certificate Transparency logs (crt.sh). Fast bulk subdomain enumeration for security recon, attack-surface mapping, asset discovery and SEO. No API key โ€” export to CSV or JSON.

Subdomain Discovery API

crawland/subdomain-discovery-api

Paginated subdomain enumeration for any registered domain โ€” DNS records, registrar, WHOIS, vendor reputation, and category labels per subdomain, served from the Crawland threat-intelligence backend.

Subdomain Intelligence OSINT Scanner & Monitor

thescrapelab/subdomain-intelligence-osint

Subdomain finder and OSINT exposure monitor for authorized domains. Discover subdomains, validate DNS, classify live/auth-gated/DNS-only assets, detect technologies and providers, monitor changes, and generate reports.

Subdomain Finder

happitap/subdomain-finder

Subdomain Finder is a high-speed intelligence tool that uncovers subdomains for any target domain using Certificate Transparency (CT) logs. Unlike traditional brute-force tools, it requires no heavy traffic and provides results in seconds.

Subdomains Finder API - Realtime DNS Subdomain Scanner

dev00/subdomains-finder-api-realtime-dns-subdomain-scanner

High-performance subdomain scanner that retrieves all registered subdomains, IP addresses, and Cloudflare protection status for any given domain.

dev00

2

Domain Intelligence Scraper | $10/1K | WHOIS+DNS+SSL

apivault_labs/domain-intelligence-scraper

WHOIS + DNS + SSL + subdomain lookup for any domain. Perfect for OSINT, security audits, SEO research, lead generation.

4

crt.sh Certificate Transparency Scraper

parseforge/crtsh-certificate-transparency-scraper

Search the crt.sh certificate transparency logs for any domain you control and surface the hosts behind it. Each record carries the common name, every subject alternative name, the issuing authority, serial number, and validity window. Built for attack surface mapping and asset inventory.