• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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