File:Loveletter-wurm.png · Wikimedia Commons · See Wikimedia Commons
ILOVEYOU
Sign in to saveAlso known as Love Letter, I love you, I Love You
ILOVEYOU, sometimes referred to as the Love Bug or Loveletter, was a computer worm that infected over ten million Windows personal computers beginning on 4 May 2000. It started spreading as an email message with the subject line "ILOVEYOU" and the attachment "LOVE-LETTER-FOR-YOU.TXT.vbs". Windows computers often hide the VBS file extension (a type of interpreted file) by default, because it is an extension for a file type that Windows knows, leading unwitting users to think it was a normal text file. Opening the attachment activated the VBScript script. First, the worm inflicted damage on the
Key facts
- Computer virus.image
- Loveletter-wurm.png
- Computer virus.caption
- Email with an infected attachment
- Computer virus.common_name
- ILOVEYOU
- Computer virus.alias
- Love Bug, Loveletter
- Computer virus.type
- Computer worm
- Computer virus.origin
- Manila, Philippines
- Computer virus.author
- Onel de Guzman
- Computer virus.file_size
- 10.31 kilobytes
- Computer virus.language
- VBScript
via Wikipedia infobox
Described at
Loveletter - (i love you) virus source code
cexx.org →Link to a page describing this subject · 12,117 chars · not written by Vinony
Source code
This is a formatted version of the ILOVEYOU worm also known as Love Letter . It includes comments which explains the routines that are used by the worm to infect and spread itself. When executed, it infects different files in the system by writing itself to document files, MP3s/MP2s, JPEG, and other Visual Basic scripts and changing their extension to .vbs , making them executable. It relies on the fact that Windows will automatically execute any Visual Basic Script files, when opened from the file explorer or from Outlook, making it trivial for a victim to accidentally execute it. This program and its source files are only uploaded for educational purposes. Do not execute this program if you do not know what it does and what the risks are. The original source code was obtained from Cexx.org and formatted and commented by me.
Excerpt from the source-code README · 1,958 chars · not written by Vinony
~13 min read
Encyclopedic overview
13 sectionsContents
- Background
- Architecture
- Deceptive methods
- Variants
- Spread
- Europe
- United States
- Investigation
- Aftermath
- Cultural impact
- See also
- References
- External links
ILOVEYOU, sometimes referred to as the Love Bug or Loveletter, was a computer worm that infected over ten million Windows personal computers beginning on 4 May 2000. It started spreading as an email message with the subject line "ILOVEYOU" and the attachment "LOVE-LETTER-FOR-YOU.TXT.vbs". Windows computers often hide the VBS file extension (a type of interpreted file) by default, because it is an extension for a file type that Windows knows, leading unwitting users to think it was a normal text file. Opening the attachment activated the VBScript script. First, the worm inflicted damage on the local machine, overwriting files (including image files; however, it hid MP3 files instead of deleting them). Then, it copied itself to all addresses in the Windows Address Book used by Microsoft Outlook, allowing it to spread faster than previous email worms.
Onel de Guzman, a 24-year-old computer science student at AMA Computer College and resident of Manila, Philippines, created the malware. Because there were no laws in the Philippines against making malware at the time of its creation, the Philippine Congress enacted Republic Act No. 8792, otherwise known as the E-Commerce Law, in July 2000 to discourage future iterations of such activity. However, the Constitution of the Philippines prohibits ex post facto laws, and as such, de Guzman could not be prosecuted.
Excerpted from Wikipedia’s “ILOVEYOU” article, available under the CC BY-SA 4.0 licence.