Because of the way DNS servers are treated, they often get over looked with 'securing'. However, as my a local DNS server has just found out, I was able to dump their whole DNS change, 75,260 IP records, to my computer.... PTR A MX all records the DNS server holds.
I assume that they allowed just a subnet and I was included. (It was safe to do so - legally that is). That was not the major security issue though, because of the situation of the DNS server, i also got the ip's of their private subnets, including the security centre, office's, projectors, helpdesk machines and more.
It was a simple nix command host with the -l option
CODE
host -l <domain> >> <filename>
And it dumps the output to the file, or stdout, or however you choose to process the information.
I wrote this to remind people that DNS servers also contain important information, and shouldnt be overlooked, as my buddy has found out...