• 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.

I've found a "sudo nobody find ./..." running on ps -aux - is this plesk or hacking

pcsousa

New Pleskian
Hello.

Runining ps -aux and top I've found a process running something like:
"sudo nobody find ./ ... /tmp ... etc"

I can not post here the full command and I can not remember very well because server reach a very high load and must be remote rebooted. Now is not there.

My question is: does plesk execute some kind of this commands somewhere (or any application used by plesk) or should I consider some compromised virtual host.

At this moment I've search /srv/www/vhosts/ directory for executable files and checked all wwwrun owned files (uploaded files) and found nothing relevant (at first sight), but all know how difficult is to detect what is good and bad. Also listed /tmp (/var/tmp is also /tmp and booth noexec, but we all know noexec is not solution for all) and found nothing relevant too, but plesk make lots of garbadge on this directory, so it is difficult to check what is system or external.

Any other ideas?

Thank you.
Regards.
 
Plesk doesnt run any kind of event through sudo like that. Id check your /etc/sudoers for references to the user "nobody" and your crontab's for any entries associated with sudo (/etc/crontab, /var/spool/cron, /etc/cron.daily, /etc/cron.hourly, /etc/cron.weekly).
 
Doubt it

I doubt that is any form of hacking the linux shell command ps -aux is the depricated form of ps -aux. This command lists off the active process threads on the system. I would guess it is a script parsing for some bit of information. It can be executed my any cron script or user with shell access. It is not dangerous at all.
 
Back
Top