Subdomain Scanner

Simulate domain asset enumeration to identify potential dev, staging, or api subdomains belonging to a target host.

This interactive client-side tool is part of the NervLink Cybersecurity Suite. All analysis is verified entirely inside the local browser sandbox for maximum safety and data privacy compliance.

How It Works

  1. Enter a root domain name (e.g. example.com) in the input field.
  2. The scanner enumerates over 80 common subdomain prefixes (www, api, dev, staging, admin, mail, cdn, etc.) using DNS A record lookups.
  3. Each candidate subdomain is resolved via secure Cloudflare DNS-over-HTTPS API. Subdomains that resolve to valid IP addresses are reported as discovered assets.
  4. Results are displayed in a sortable table with resolved IPs and TTL values, with options to copy or export as CSV.

Primary Use Cases

Common Security Pitfalls

Frequently Asked Questions

How does the subdomain finder discover subdomains?
The tool checks common subdomain prefixes (like www, api, mail, dev, staging) by performing DNS A record lookups. If a subdomain resolves to an IP address, it is reported as an active, discovered asset.
Is subdomain scanning legal?
DNS lookups are public queries and generally legal. However, actively probing or scanning discovered subdomains for vulnerabilities without authorization may violate laws. Always obtain proper authorization before conducting security assessments.
Can this tool find all subdomains of a domain?
This tool checks the most common subdomain prefixes. For exhaustive enumeration, security professionals also use certificate transparency logs, brute-force wordlists, and passive DNS databases.
Does the scan send any data to a server?
The subdomain resolution queries are performed via secure DNS-over-HTTPS API calls. No domain data is stored or logged on our servers.

References & Standards