- Jan 9, 2013
- 1,457
Removal instructions for VBS Worms
Based on 20 new worm samples from malwaretips.com
Manual Removal Instructions for VBS Worms:
If your computer does not have an up-to-date antivirus, or does not have an antivirus solution at all, follow the instructions below to delete the malicious program:
Make sure you create a System Restore point before proceeding: We'll be using System Explorer in our manual removal process.
1. Use System Explorer or taskkill (TASKKILL /F /IM WSCRIPT.EXE) to terminate the malicious process (wscript.vbs).
2. Delete the vbs files [random_name] using the File Directory Explore in the Autoruns tab.
The following are other possible locations of the vbs worms:
4. Repair the rest of the registry by deleting the keys created by the vbs worm.
5. Delete the following files in all your external drives and unhide all folders using these commands. The example is for drive F:, replace it with the appropriate drive letter in your case.
6. Perform a scan using an updated antivirus or with Malwarebytes Antimalware to remove entries our manual removal may have missed.
Visit WinXPert's BubbleWS Page
Related articles
VBS Killer
How to Remove VBS Worm Using System Explorer
Based on 20 new worm samples from malwaretips.com
- FUD VBS TROYAN AGENT.vbs
- VBS TROYAN AGENT (2).vbs
- VBS TROYAN AGENT (3).vbs
- VBS TROYAN AGENT.vbs
- VBSAgent.NDH .vbs
- VBSAgent.NDH 2.vbs
- VBSAgent.NDH 3.vbs
- VBSAgent.NDH 4.vbs
- VBSAgent.NDH.vbs
- VBSDecode-LG [Trj] 4.vbs
- VBSDecode-LG [Trj] .vbs
- VBSDecode-LG [Trj] 2.vbs
- VBSDecode-LG [Trj] 3.vbs
- VBSDecode-LG [Trj] 5.vbs
- VBSKryptik.BA .vbs
- VBSKryptik.BQ (2).vbs
- VBSKryptik.BQ .vbs
- VBSKryptik.CC .vbs
- VBSTrojanDropper.Agent.NBO .vbs
- Worm VBS Dinihou.vbs
Manual Removal Instructions for VBS Worms:
If your computer does not have an up-to-date antivirus, or does not have an antivirus solution at all, follow the instructions below to delete the malicious program:
Make sure you create a System Restore point before proceeding: We'll be using System Explorer in our manual removal process.
1. Use System Explorer or taskkill (TASKKILL /F /IM WSCRIPT.EXE) to terminate the malicious process (wscript.vbs).
2. Delete the vbs files [random_name] using the File Directory Explore in the Autoruns tab.
The following are other possible locations of the vbs worms:
- %UserProfile%\Start Menu\Programs\Startup
- %AppData%
- %Temp%
- %windir%
- %windir%\system
- %windir%\system32
- root directory of drives
4. Repair the rest of the registry by deleting the keys created by the vbs worm.
- At regedit, navigate to HKLM\Software
- Find for the following data by pressing Ctrl+F and input false - at the Find what: check Data only
- Click the Find Next button
- Delete the registry key on all entries where false - is found
- Press F3 to search for the next occurrence and repeat till you're done.
5. Delete the following files in all your external drives and unhide all folders using these commands. The example is for drive F:, replace it with the appropriate drive letter in your case.
Code:
F:
cd \
del *.vbs /f /a
del *.lnk /f
attrib -s -h /s /d
6. Perform a scan using an updated antivirus or with Malwarebytes Antimalware to remove entries our manual removal may have missed.
Visit WinXPert's BubbleWS Page
Related articles
VBS Killer
How to Remove VBS Worm Using System Explorer