List sub-domains for a root domain.
-
Is there an easy way to find out all the sub domains registered for a given root domain. Our site (ea.com) has literally hundreds registered sub domains. I need to track down the ones that are public.
It would be nice to get a list of public sub domains, along with some link metrics on each. Maybe this could be a new linkscape feature.
Thanks,
David Fricks
-
If its your domain then perhaps you can get access to the DNS file from your provider. This will list all the sub-domains OR login to the control panel.
If you have access to a Linux command line you can run the dig command:
dig @your-domains-primary-name-server ea.com axfr
Hope this helps.