• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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