-
How can we get a list of sub-domains for the main domain being queried? sub-domain - abc.domain.com [A record for this not listed in the main domain query] |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @sukesh-ak The only query which can give you all the zone information is a zone transfer. You can do that with DnsClient (or any other DNS tool) but you'll need access (permissions) for that query on your DNS server. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. |
Beta Was this translation helpful? Give feedback.
Hi @sukesh-ak
that's not how DNS works, if that were possible, hackers would have it even easier.
The only query which can give you all the zone information is a zone transfer. You can do that with DnsClient (or any other DNS tool) but you'll need access (permissions) for that query on your DNS server.