• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

ftp_scanner installed by user test?

B

baden32

Guest
I get some trouble on my Suse server using Plesk:
A process ftp_scanner1 was installed and is running.

It has been installed under "/tmp/ egg" and was owned by user "test".

As I never configured the user test on my system (however it is listed in the /etc/passwd file), I have 2 questions:

1. where this user is comming from and how to remove it from the system (is it ok to just remove the line in /etc/passwd file)?

2. what should I do in order to completely remove the "installation" of the virus ftp_scanner?

Thank you in advance for your help.
Joel.
 
Hi

The user can be added/removed with
adduser / userdel. Execute
userdel test
If for some reason it cannot be removed it is also possible to remove the line in /etc/passwd.

But first you should kill all the processes which are running from the name of that user. use ps aux or lsof to get to know the info about the process and kill -9 to stop it.

Check the system with rkhunter, http://www.rootkit.nl/projects/rootkit_hunter.html
for example, probably there's also another exploits installed.

It's hard to say how the exploit can be removed, as it is necessary to get to know how it was installed, if it's compiled from sources (most probably), then it's necessary to remove the files manually with "rm".
 
Back
Top