VOOZH about

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

โ‡ฑ Subdomain Finder & Recon Tool ยท Apify


Pricing

$1.00 / 1,000 domain scans

Go to Apify Store

Subdomain Finder & Recon Tool

Discover subdomains for any target via passive OSINT sources. Ideal for security bug bounties and attack surface mapping.

Pricing

$1.00 / 1,000 domain scans

Rating

0.0

(0)

Developer

๐Ÿ‘ Andok

Andok

Maintained by Community

Actor stats

0

Bookmarked

26

Total users

1

Monthly active users

3 months ago

Last modified

Share

Subdomain Finder (CT Logs + DNS)

Map the full attack surface of any domain by discovering subdomains through certificate transparency logs and optional DNS brute-force. Security audits and penetration tests start with knowing what is exposed โ€” yet manual subdomain enumeration is slow and incomplete. Scan multiple domains in bulk with configurable concurrency and get structured results ready for downstream security tools.

Features

  • Certificate transparency โ€” queries crt.sh to find subdomains from publicly issued TLS certificates
  • DNS brute-force โ€” optional wordlist-based subdomain discovery for common names like api, staging, admin
  • Bulk scanning โ€” process multiple root domains in a single run
  • Configurable concurrency โ€” control parallel lookups from 1 to 25 simultaneous queries
  • Source tracking โ€” reports how many subdomains came from each discovery method
  • Custom wordlists โ€” extend or replace the default brute-force wordlist with your own terms
  • Charge limit support โ€” respects the Apify max charge per run to control costs

Input

FieldTypeRequiredDefaultDescription
domainsarrayNo["example.com"]Root domains to scan for subdomains
domainstringNoโ€”Single domain to scan (backwards compatible, use domains for bulk)
useCertificateTransparencybooleanNotrueQuery certificate transparency logs (crt.sh) for subdomain discovery
useDnsBruteforcebooleanNofalseCheck a wordlist of common subdomain names via DNS resolution
bruteforceWordsarrayNo["www", "mail", "api", ...]Custom wordlist for DNS brute-force. Only used when brute-force is enabled
timeoutSecondsintegerNo15Timeout in seconds for each DNS or HTTP request
concurrencyintegerNo5Number of parallel domain lookups (1-25)

Input Example

{
"domains":["example.com","example.org"],
"useCertificateTransparency":true,
"useDnsBruteforce":true,
"concurrency":10
}

Output

Each root domain produces one dataset item with all discovered subdomains and source counts.

Key fields:

  • domain (string) โ€” the root domain that was scanned
  • subdomainCount (integer) โ€” total number of unique subdomains found
  • subdomains (array) โ€” sorted list of all discovered subdomains
  • sources (object) โ€” count of subdomains found per method (crtsh, dnsBruteforce)
  • checkedAt (string) โ€” ISO 8601 timestamp of the scan
  • error (string | null) โ€” any issues encountered during the scan

Output Example

{
"domain":"example.com",
"subdomainCount":12,
"subdomains":[
"api.example.com",
"blog.example.com",
"cdn.example.com",
"dev.example.com",
"mail.example.com",
"staging.example.com",
"status.example.com",
"support.example.com",
"vpn.example.com",
"wiki.example.com",
"www.example.com",
"zabbix.example.com"
],
"sources":{
"crtsh":10,
"dnsBruteforce":4
},
"checkedAt":"2025-03-09T14:30:00.000Z",
"error":null
}

Pricing

EventCost
Domain ScanPay-per-event pricing applies

Set ACTOR_MAX_TOTAL_CHARGE_USD to control maximum spending per run.

Use Cases

  • Penetration testing reconnaissance โ€” discover all exposed subdomains before beginning a security assessment
  • Attack surface management โ€” schedule weekly scans to detect new or unauthorized subdomains as they appear
  • Brand protection โ€” find subdomains that may have been forgotten, misconfigured, or hijacked
  • Certificate audit preparation โ€” enumerate subdomains to feed into SSL certificate monitoring
  • Infrastructure inventory โ€” build a complete map of subdomains across multiple client domains for MSPs and agencies

Related Actors

ActorWhat it adds
DNS Propagation CheckerVerify DNS records for discovered subdomains across global resolvers
SSL Certificate MonitorCheck SSL certificate health for every subdomain found
Security Headers AnalyzerAudit HTTP security headers on discovered subdomains

Notes

  • Certificate transparency results depend on crt.sh availability. If crt.sh is temporarily down, the actor logs the error and continues with DNS brute-force if enabled.
  • DNS brute-force only checks the provided wordlist โ€” it does not perform exhaustive enumeration. Extend bruteforceWords for deeper coverage.

You might also like

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 Radar โ€” Passive OSINT Enumeration

saregaa/subdomain-scraper

Discover subdomains silently. No brute-force โ€” pure OSINT from 5 passive sources with DNS resolve, HTTP probing & takeover detection.

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.

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

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

Automated reconnaissance actor for bug bounty hunters

wonderful_beluga/automated-reconnaissance-actor-for-bug-bounty-hunters

This Apify actor automates bug bounty recon by scraping the Wayback Machine and GitHub for legacy attack surfaces. It extracts historical URLs, public code, and deprecated files, parsing them to uncover hidden subdomains and forgotten API endpoints. The findings are saved into structured JSON files.

๐Ÿ‘ User avatar

Zaher el siddik

2

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.