MKIDomain Recon

Subdomains

Enumerate the subdomains of a target through multiple sources, then check which of them are alive via DNS. Each source carries a provider label and cost badge so it is clear how the data was sourced.

STEP 1 — Enumerate

Pick the sources to run in parallel, then submit a target domain. Each source returns its own subdomain list; the results are merged with provenance preserved so you can see which tool found each name.

Sources

STEP 2 — Liveness check

Resolve A / AAAA / CNAME / MX / NS for each subdomain via DoH (Cloudflare 1.1.1.1). The matrix shows three states per record type: green check = got at least one record, dash = upstream responded with none, red × = no response (timeout / 5xx). Click a green check to expand and see the actual records inline. NS is shown but treated as a delegation signal only, not a liveness one. A row is marked alive when any of A / AAAA / CNAME / MX returns a record.