• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

dns vulnerability

scool

Basic Pleskian
is there any updates or pathes (plesk 8.6) for the known vulnerability that came up in dns ?

Yesterday i had my first hack on my server. Dns Vulnerability was responsible for hacking into hosted sites.
 
Install system/os updates, plesk isn't responsible for installing those security patches.
 
Run the following command from shell: (where {SERVER_IP} = server IP)
dig +short @{SERVER_IP} porttest.dns-oarc.net TXT
You should get a response like "xxx.xxx.xxx.xxx is GREAT" (or GOOD). If you get something like FAIR or POOR, you need to update BIND ("yum update bind").
 
Thanks. great advice.

Gone from poor to GREAT on my ubuntu system on installing bind9 apt-get install bind9. On that system
dig +short @{own domain name} porttest.dns-oarc.net TXT as dig did not recognise IP address.
 
Run the following command from shell: (where {SERVER_IP} = server IP)

You should get a response like "xxx.xxx.xxx.xxx is GREAT" (or GOOD). If you get something like FAIR or POOR, you need to update BIND ("yum update bind").

I received a poor rating but I tried to update bind and get this ..

[root@xxx-xxx-xx-xxx# yum update bind
fedora 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 3.8 MB 00:06
updates 100% |=========================| 2.3 kB 00:00
Setting up Update Process
Could not find update match for bind
No Packages marked for Update

[Ideas , thnaks ..
 
Back
Top