• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk and security - pain in the ***

C

ctek

Guest
we have taken over a plesk 8.0 machine from a customer. its seems to be a pain in the *** concidering security. since we have taken over the machine, we had several script kiddies, pishers etc. on the machine.

the latest attack was some script in /var/temp folder (udp flooding script) called andos.txt together with some tar file iceBNZ.tgz.

the script seems to be executed by some php or perl script. we have removed the script and look for any security whole now in plesk modules.

the OS is a debian linux stable version with no external module support kernal.

any hints or tipps

1) to improve security in plesk (perl/php/apache)
2) how the script and tar file got to the /var/temp folder ?

thankx
 
there are a few things you can do.
Hopefully your /tmp directory s a seperate filesystem

If it is you can make itso that it is noexec which makes it so you can't execute scripts out of it.

another thing that will help you tremedously is installing mod_security and mod_evasive

they are super easy to install.
and would prevent that **** from happening.

a couple other things i recommend is..
remove the plesk firewall module
and use apf firewall
also yous BFD (brute force detection)

these are a few things I recommend everyone to do on a machine fo security
 
Back
Top