While there are a handful of tools that let you drop a list of domain names and return any DNS record pertaining to those domain names, I have not been able to find a tool that returns the DNS servers assigned to each domain.
Could someone recommend a tool that would accomplish this? Windows (preferably) or Linux (command line) would work.
Thanks!
PS: not sure if this Q fits here or prowebmaster... I apologize in advance if I chose the wrong stacksite.
Using the
dig
tool:You could use
nslookup set type=ns "domain"
to query the name servers for a particular domain.