• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Checking for DNS Vulns

B

brucew

Guest
Read this yesterday: http://www.theregister.co.uk/2005/10/24/dns_security_survey/

It got me wondering aobut the default DNS conf in Plesk. I know from logs, that it refuses zone transfers.

I understand the concept that recursion can be a vuln, but I don't know how to check this.

Also wondering if it's set to respond only to requests for domains on the server.

Anyone know? Or better yet, can anyone show (or tell) me how to determine this?
 
Originally posted by brucew
Read this yesterday: http://www.theregister.co.uk/2005/10/24/dns_security_survey/

It got me wondering aobut the default DNS conf in Plesk. I know from logs, that it refuses zone transfers.

I understand the concept that recursion can be a vuln, but I don't know how to check this.

Also wondering if it's set to respond only to requests for domains on the server.

Anyone know? Or better yet, can anyone show (or tell) me how to determine this?
One good site with lots of tools is http://www.dnsstuff.com

For example doing a DNS Timing test on plesk.com shows:
Took off 2 points since ns1.plesk.com allows recursive lookups (if lots of people are using the server, it can slow down).
Took off 2 points since ns2.plesk.com allows recursive lookups (if lots of people are using the server, it can slow down).
There are many tools, try them, you'll like them....

Are you referring to "Forwarding" of requests when you say "respond only to requests for domains on the server"?

If so, then on all Plesk servers I have installed and managed, the answer is yes, forwarding is not on by default. To test this, from a SSH root login, you can issue the command "dig @localhost google.com" and you will see that all you get is a list of the internet's ROOT-SERVER.NET nameservers.
 
Back
Top