[Disinfection] How to delete an infected service?

Last update on April 29, 2009 09:19 AM by netsa77
Published by netsa77

[Disinfection] How to delete an infected service?






During disinfection, you may have to remove a service belonging to an infected malware. Some methods of removal.


Deleting through HijackThis


The delete an NT service option can delete the services the line 023 of a HijackThis report (after having been turned off before).

To do:
  • Go to: Start
  • Module run and type: services.msc then press OK
  • In the window that follows, look for the service (s) to stop.
  • Example to remove the service: Boonty Games

o Make a right-click above <stop <then properties startup type, set off and valid.
  • You can also stop a command line:

o Start-stop service from the command line
  • Then run HijackThis
  • Line HijackThis corresponding to this service:

o O23 - Service: Boonty Games - Boonty -
C:\Program Files\Common Files\Boonty Shared\Service\Boonty.exe
  • Select the section open misc tools section
  • Option delete an NT service
  • Enter the exact name of the service to delete! In our case: BOONTY Shared
  • Once deleted, it will be impossible to restore service. If you are not sure of the legitimacy of a service, just deactivate it!

Remove using the command line


You can also delete a service directly from the command line to be:
  • Go to: Start
  • Module Run, type: cmd and press OK:
  • In the DOS window that follows, enter each of the following commands followed by the name of the service to delete in strict syntax and confirm with [Enter] after each line.





Example command line to enter to stop and remove two infected servines, namely ezntsvc and scagent:

sc stop ezntsvc [Enter]
sc config ezntsvc start= disabled > confirm with OK
sc delete ezntsvc [Entrée]
sc stop scagent [Enter]
sc config scagent start= disabled > puis valider par OK
sc delete scagent [Enter]
exit [Enter]



Important Notes:
  • 1) To remove a service having a name composed of several words, such as the line HijackThis follows:

o O23 - Service: Service Hello(Hello Service) - Apple Inc. - C: \ Program Files\Hello\mDNSResponder.exe
o We must enter the full name enclosed by parentheses, ie, enter the following:
  • sc stop "Hello Service"
  • sc delete "Hello Service"
  • 2) The name of the service be to remove should be in parentheses, ie in our example "Hello Service", as indicated earlier in the HijackThis.
  • 3) These two methods of removal apply to services called "basics", but will not work for rootkits services, which are much more complex to remove.
Best answers for « How to delete an infected service? » in :
Deleting 023 service NT on your computer Show Deleting 023 service NT on your computer Issue Method of Desinfection Issue Some Trojans use a component of their service, in addition to other programs launched at startup for their resettlement. The button option Delete NT service...
Permanently delete your mails on thunderbird Show Permanently delete your mails on thunderbird When you are deleting mails even when emptying the bin, they are not deleted. So thunderbird keeps these mails in a file. Here we will learn how to permanently delete these mails or...
Delete SP1 uninstall files on Windows Vista ShowDelete SP1 uninstall files on Vista Uninstall service pack by using the Programs and Features item in Control Panel Uninstall Service Pack using the Command This tip will allow you to save more than 700 Mb on the system partition by...
How to remove the virus CONFICKER / DOWNADUP / KIDO? ShowHow to remove the virus CONFICKER / DOWNADUP / KIDO What is the Conficker? How to avoid being infected by Conficker? Disinfect a computer affected by Conficker Preliminary Remove infection What is the Conficker? Conficker (also...
Unable to delete file: Argument list too long ShowUnable to delete file: Argument list too long Solutions Xargs Command find loop for (bash) Program Perl When trying to delete a file , you receive the following error message : bash: /bin/rm: Argument list too long This is...
Download Windows XP SP3 Service Pack ShowThe service pack 3 of Windows XP (XP SP3) is a major update for Windows XP which has more than 1000 corrective softwares with numerous corrections for security problems as well as some supplementary features. The new features of the Service Pack...
Server integrity check ShowIntegrity check When a server has been compromised, the hacker usually covers his/her tracks by deleting all records of his/her activity from the logs. Additionally, he/she installs some tools to enable him/her to create a backdoor, in order to...
Proxy and reverse proxy servers ShowProxy servers A proxy server is a machine which acts as an intermediary between the computers of a local area network (sometimes using protocols other than TCP/IP) and the Internet Most of the time the proxy server is used for the web, and when it...
Networking - 3-Tier Client/Server Architecture ShowIntroduction to 2-Tier Architecture 2-tier architecture is used to describe client/server systems where the client requests resources and the server responds directly to the request, using its own resources. This means that the server does not...