How Viruses Works
How Viruses Works
How Viruses Works
Viruses
A computer virus is a small computer program that is embedded in a larger, legitimate
program. The virus is designed so that when a user executes the legitimate program, the virus
executes first, and when it's finished doing whatever it was put together to do, the original
program runs, without the user ever being aware that a virus was put into play.
A virus's primary task is to make a copy of itself by infecting another program, but viruses
often perform other tasks, from displaying obnoxious messages to damaging or destroying
information on the computer' s storage media.
These types of programs were named 'viruse s'in 1983 when USC doctoral candidate Fred
Cohen noticed that, like biological viruses, they needed a host to live on, and infected other
hosts by making copies of themselves (the technical term is “ selfreplicating” ). Like biological
viruses, they modify the host program that they reside in. He used the term “ computer virus” to
describe a computer program that 'can ffecta other computer programs by modifying them in
such a way as to include a (possibly evolved) copy of itself.”
A virus can be either a file infecter or a system (bootrecord) infecter.
2 Email Explained
File infecters
File infecters attach themselves to programs that users would use during their daily work.
Some file infecters select one or more programs to infect each item the original infected
program is run (these are called 'directaction')
while other file infecters (called 'r
esident')
install themselves into random access memory when the original infected program is run, and
then waits to infect other programs when they are executed.
System infecters
System infecters don'tattack ordinary programs; rather, they target specific files and portions
of computer disks that are used when a computer is turned on or rebooted. Some system
infecters attach themselves to the Master Boot Record (MBR) of a hard disk while others only
infect the DOS boot sector of hard disks and floppy disks.
Some viruses do both infect both ordinary files and system files. These are called “ multi
partite” .
Virus attributes
Each of these viruses has one or more attributes.
A stealth virus is one that hides the modifications it has made. For example, one common
modification is to change the size of a file, since a file infecter adds code to an existing
program. This hiding of the change of file size is usually done by monitoring system calls to
functions that would report such changes, and substituting false information. For example,
suppose a virus changed the size of MANAGER.EXE from 26,578 bytes to 28,200 bytes. If
that virus was also a stealth virus, it would intercept commands like “DI R” so that a file listing
would still report a length of 26,578 bytes for MANAGER.EXE.
A polymorphic virus is one that creates different versions of itself. The purpose of this
functionality is to create many versions in the hopes that at least some of the versions will
evade identification by antivirus scanners that are keyed to look for specific versions of
viruses.
Another analogy to biological viruses is worth noting: just as genetic diversity in a
population decreases the chance of a single disease wiping out a population, the diversity of
software systems on a network similarly limits the destructive potential of viruses. The
popularity of Windows on the desktop has caused an increase in the possibility of a single
virus causing significant harm to the computer using population. If there was a wide diversity
in operating systems used on the desktop, it would be nearly impossible for a single virus to
cause widespread damage.
Armoring is a technique used in writing viruses so that antivirus programmers can'ttake
the virus apart in order to determine how it works and what it' s intended functionality is.
Chapter N: How Viruses, Worms, and Trojans Work 3
A companion virus is one that creates a new program with the same name as an existing
program. When a user attempts to run the original program, the new, virusladen program is
run instead. When the virusladen program has finished executing, it will typically then run the
original program so as to not alert the user that anything untoward has occurred. On IBM
compatible PCs, programs with .COM extensions are run before identical named programs
with .EXE extensions. Thus, a virus could create a program named WORD.COM (or name
itself WORD.COM), and it would then be run before WORD.EXE would.
A cavity virus is one that fills empty spaces in the host program's program code with itself
so as to avoid detection.
An encrypted virus is written so that it can'tbe changed or removed from the computer it
has infected.
A tunneling virus is one that calls system functions (interrupt handlers) in the operating
system directly, thus bypassing antivirus programs that may be loaded and are set up to
provide the same functionality.
A dropper is a program that had been modified to install another program the one
containing the virus on to the target computer. The dropper contains code that is designed so
that it won't eb detected by virus scanners that normally detect virus signatures. In other words,
the dropper isn't 'infected'with the virus. Droppers are rather uncommon, and are sometimes
known as trojans (see the section on Trojans later in this chapter) whose payload is the action
of installing a virus. Droppers which install a virus only in memory (without infecting files on
the disk) are sometimes called "injectors."
Worms
A worm is similar to a virus in that it makes copies of itself, but it does not need to attach itself
to a host (another computer program) in order to survive. Instead, when executed, it can
simply replicate itself from machine to machine via a network. Like viruses, however, a worm
can perform secondary actions ranging from merely nuisance level to highly destructive.
I've explained how a virus became named what about worms? How were they named?
When a computer is running more than one program, it is critical that each program stay out of
the way of the other. This is done by allocating a certain area of the computer' s memory to
each program, and no other program was allowed to intrude in that area. Humans being
fallible, some programmers inevitably created programs that didn'tbehave properly,a nd
intruded on other program'sareas. When a programmer attempted to debug such a program,
they would trace the affected memory locations on a piece of paper; the resulting diagrams
looked like holes in a piece of wood infected by worms irregular traces that wandered
randomly throughout the wood.
As a result, these programs that infiltrated other programs' memory pacess became known
as worms. In an early network of computers, one of these programs infiltrated not only the
memory space of other programs on the same computer, but also other computers on the
network. As a result, programs that can replicate themselves from one computer to another
without the need of a host to harbor them are called worms.
There are two types of worms. Computer worms are programs that are entirely contained
on one computer. When a computer worm replicates, the entire program is copied to another
computer. Network worms, on the other hand, are programs that are made up of many parts,
4 Email Explained
and each of these parts can run on a different computer. Each of these parts (technically called
segments) performs a single, discrete function, and communicates with the other segments via
the network in order to provide the completely functionality of the worm.
A worm can replicate extremely quickly because of the multiplier effect of a network.
Suppose a worm only infects two other machines (in real life, a worm on one machine would
typically infect hundreds or thousands of machines.) The first infected machine infects two
other machines, each of which can again infect two more machines. After only 16 rounds of
infections, over 65,000 machines would be infected.
The recent spread of worms has caused considerable alarm in the computer community, as
sophisticated techniques have caused worms to spread around the world and achieve
significant penetration in under a day. The socalled “ Warhol worm”, a theoretical construct at
this writing, has been projected to be able to cause nearly 100% infection of it'
s target systems
in 8 to 15 minutes (the 15 minute time frame giving rise to it's anme, as Andy Warhol once
posited that in the future, '
everyone will become famous for 15 minutes.')
A worm that can spread with this type of speed will bypass any type of human interaction,
since it'llbe done before humans will be able to react.
Trojans
Trojan Horses (known as a 't rojan'for short) differs from viruses and worms in that they don't
replicate themselves, relying on a separate mechanism for distribution. Instead, their primary
feature is that they masquerade as a legitimate program or offer something desirable (such as a
link for something free or interesting), but harbor a malevolent purpose.
Trojans, as you might suspect, are named after the famed “Tr ojan Horse” of ancient Greek
history. In Homer' s Iliad, the Greeks presented their opponents in the Trojan War, the citizenry
of Troy, a large wooden horse as a gesture of peace. The Trojans accepted the gift and brought
it inside their city gates. At night, Greek soldiers who had hidden inside the horse emerged,
opened the city gates from within, and let their fellow soldiers into the city in order to take it
over. The ruse was successful and the Greeks captured Troy.
There are two types of trojans.
The first is a program or function that is contained in another program. The second is a
program that completely replaces a legitimate program. In both cases, the program or function
performs an operation that the programmer intended but that is not documented, and that the
user would probably not approve of if they knew about it.
Because trojans don'treplicate by themselves, they must be installed on a computer by an
outside action, either manually, by a user (such as clicking on a link in an email) or by a
separate program, such as an installer or a virus whose purpose is to install and/or execute
other malware (a 'dro pper').
Once a trojan is resident, it typically lies dormant until it is called or executed by an
external event or internal timer. An external event might be a user running the program, or
being called by a second program. For example, a trojan hidden in a spell checker could be
activated either by a user explicitly running the spell checker, or by a separate text editing
program calling that external spell checking program upon loading a new document.
Chapter N: How Viruses, Worms, and Trojans Work 5
An internal timer might look for any type of event, such as the system clock passing a
specified date or time, or an external action occurring a certain number of times. For example,
the AIDS Information trojan activated once the user had rebooted their machine 90 times.
Trojans are generally known for harboring different types of rotten deeds than viruses and
worms. Sure, they can display nasty messages, delete files on your system, or send your
passwords and documents to another party. But they can also open up your computer and give
someone elsewhere on the Internet full access to your computer and your network, giving them
access to your programs and data, allowing them to use your machine for nefarious purposes
such as sending spam or executing DOS attacks on other computers or even allow them to
take control of your machine from you.
Hiding Strategies
A piece of malware that can be easily found is much less effective than one that can stay
hidden. As a result, well written malware uses a variety of techniques to avoid detection.
Common means of detection include looking for changes in file attributes, and looking for
virus signatures.
The first virus detection technique to come into play was to compare the attributes of
existing files to a database that contains the actual, wellknown attributes. Viruses would alter
the size and date attributes of a file during the process of infecting it. Those modifications were
easily spotted as the files attacked were commonly used files whose attributes were widely
known. (I still remember listening to warnings at PC User Group meetings in the mid 80's
about “ If your COMMAND.COM file isn'tdated <something>, it' s been infected!” )
This technique for detecting malware has been around for a long time, so even older
viruses that simply infected a file would often alter the information contained in the File
Allocation Table about the file, such as the date last updated and the file size, setting those
values back to the original, correct ones.
Another technique of evasion was to infect the boot sector of a computer instead of the
data or program files on the hard disk. When the computer was turned on, the boot sector virus
was loaded into memory, which would then load the original boot sector code as well, and
transfer control to it. Thus, the operating system wasn'taware of the presence of the virus since
the virus was part of the environment for as long as the operating system had been running.
Another common means of detection is to look for a 'viru s signature' a pattern of code
indicative of a virus in a file or in memory. Once a virus has been found, it' s examined for a
pattern of code that' s unique to itself. Then, files on a computer can be scanned by antivirus
software, using the signature as a key. If found, an appropriate action can be taken; appropriate
being chosen by the user. Some users may want the antivirus software to take care of the
virusladen file automatically, while other users may want to be warned but have the final
control themselves. Additionally, some files can'tbe deleted or repaired automatically without
harming the computer, and antivirus software will take those circumstances into effect and
simply warn the user of the situation.
Evading the virus signature detection was more difficult than simply changing file
attributes, but not impossible for reasonably skilled programmers. Modern malware (called
“p olymorphic”) oft en modifies itself ' on the fly'so that it doesn't containan easilyidentifiable
6 Email Explained
pattern that could be classified as a signature. This modification is done in one or both of two
methods encryption and selfmodifying code.
Polymorphic viruses usually contain two pieces the part that does the infection (the virus
itself) and the engine that provides the algorithms that encrypt and modify the code in the
infecter. Each time the engine generates the infecter, the algorithm inside the engine
customizes the endresult so that there isn'ta single standard signature in the virus file. The
infecter also has to include the engine as part of it'
s payload, and so the engine needs to modify
its own code as well, without affecting the core generation algorithms. Tricky stuff, but not
impossible, and certainly fun for someone who enjoys a good technical challenge.
The first popular viruses showed up in the mid 1980s. These were attached to programs
that were distributed via bulletin boards that people accessed via their personal computers.
A virus writer would take a copy of a popular program or game, infect it with their virus,
and upload it to bulletin boards that were accessed by computer enthusiasts. Someone would
download the program or game and run it on their computer, unaware it had been infected.
Some people would take copies of the infected program and give it to friends and associates,
and even provide copies for giveaway or sale at user groups. The phenomena of shareware,
where a computer programmer would write a program for free, distribute it throughout a
network of bulletin boards, and ask people for voluntary payment if they found it useful, made
sharing programs a popular pastime among computer hobbyists worldwide.
Indeed, for a number of years in the late 1980s, one of the chief responsibilities of a user
group program librarian was to make sure that the files in the group'slibrary were free of
viruses.
The Brain
The “ Brain”, a virus written by two Pakistani brothers in the software business in 1986, was
created in order to track piracy. Unfortunately for them, the virus spread beyond the Pakistan
borders and the world was introduced to the dark side of computer programming. The first
antivirus program was written in 1988 actually a virus itself to find and remove the Brain
virus, and to configure disks to prevent them from being infected a second time.
Then, once the virus was discovered, the user would replace the files on their computer with
supposedly clean ones from backup, but to no avail.
Frodo, the first fullstealth file infecter, showed up in October of 1989, and was designed
to lay in wait, and then to damage the hard drive if the program it infected was run on or after
September 22 of any year.
"In case of breach of license, PC Cyborg Corporation reserves the right to use
program mechanisms to ensure termination of the use of these programs. These
program mechanisms will adversely affect other program applications on
microcomputers. You are hereby advised of the most serious consequences of your
failure to abide by the terms of this license agreement."
and
"Warning: Do not use these programs unless you are prepared to pay for them".
The program contained a program that was essentially a rudimentary electronic brochure
discussing AIDS and providing some simple AIDS risk assessment processes. The
accompanying installation program, however, did much more than just install the program on
the hard disk of the user. First, it replaced the existing AUTOEXEC.BAT file with its own
version and renamed the original. Next, it installed an additional hidden program. The new
AUTOEXEC.BAT first called the hidden program and then the original AUTOEXEC.BAT.
The hidden program kept track of the number of times the computer was restarted,a nd
after 90 reboots, encrypted all of the data on the hard disk, presented the user with an invoice,a
nd demanded payment in order to get the key to unencrypted the data.
You would think that no one would be so dumb as to implement such as scam and attach
real contact information to the demand, but it turned out otherwise. This was 1989, when
people were still feeling out the computer industry's bo undaries, after all. The perpetrators
were four individuals in Panama who had formed a company called PC Cyborg, and the
evidence uncovered indicated that an additional 200,000 copies were planned to be shipped toe
American addresses if the European trial was successful.
This was a trojan because the installation program had a second, secret purpose
specifically designed by the creators, but was unacceptable, and was not described to the users.
LANenabled Worms
In the late 1980s, the popularly of the local area network gave birth to a new generation of
malware worms that propagated from machine to machine automatically. Up to this point,
malware was only transmitted via communication between two computers an intermittent
Chapter N: How Viruses, Worms, and Trojans Work 9
link, or via “ sneakernet” one person giving a virusinfected floppy to another person. LANs
provided an alwayson connection between groups of machines, and thus once one machine on
a network was infected, all others on the network could be easily infected. Indeed, many a
network administrator tore their hair out once their server was infected.
The opening of the 1990 decade also saw a number of antivirus programs show up in
response, as virusbattling suddenly became a significant priority in business. In response,
virus writers became more adept, creating increasingly complex virus sporting polymorphisms,
armoring, and multipartite characteristics. Norton AntiVirus was released by Symantec in
1991.
Internetenabled malware
While not in the public eye, there was another network available to computer programmers in
the late 1980s, and it, too, was the vehicle for a worm. The predecessor to the Internet, the
ARPANET, was attacked by a worm written by 23 year old programmer Robert Morris. The
program disabled thousands of computers on the network by filling their storage space with
multiple copies of itself. Morris wrote the worm as an experiment but without sufficient rigor,
the experiment went out of control.
The popular growth of the Internet in the early 1990s laid the foundations for yet another
generation of malware that which is transmitted via email. With the explosion of email usage
in the late 1990s (do you know anyone without an email account anymore?), email quickly
became the easiest way to transmit heinous programs and infect large numbers of machines.
Stoned virus
“ Stoned”, ma king its debut in 1987, got its name from a message it would display on the user's
computer: “Y our PC is now Stoned!” Subsequent variants displayed different messages or no
message at all.
Propagated via floppy disks, Stoned would occupy the boot sector. If the computer was
started via the floppy disk, the virus was read into memory, took control of the system, and
infected the hard disk when the booting process was finished. The partition and master boot
record were moved to another part of the hard disk, and was referred to by the virus.
Ordinarily, data was not lost from the hard disk, because DOS (this was 1987, remember)
didn'tuse the boot sector that the virus uses. However, if that sector was used by thirdparty
software to store data, during formatting, or for password access, or by drivers to access large
partitions, problems would result.
In its original form, Stoned was 440 bytes long, would not infect floppy disks in B> drive,
and moved Interrupt 12' s return, denying use of memory between 638K and 640K to DOS,
where the virus resides (remember, 640K ought to be enough for anybody!), using 1795 bytes
of that space. As a result, CHKDSK would show 653312 total bytes memory instead of
655360 on most PCs.
It monitored Interrupt 13, and any attempt by DOS to read or write using Interrupt 13
triggered the virus to infect a disk that was in the floppy disk drive. It would also move the
floppy disk' s original Boot record code to the area used by the Directory, and if the disk had
files listed in the nowoverwritten sector, access to those files was now prevented since the
directory information was gone.
10 Email Explained
Clever users used utility programs to recover the files themselves, since they weren't
deleted themselves, as long as other files weren'twritten in the same space.
A teenager in Wellington, New Zealand wrote the virus in 1987 as a joke program to
spread to other PCs via copying to floppy disks. When the floppy booted the PC, Your PC is
now Stoned! would appear briefly on the monitor, and the speaker would emit a beep if the
clock time was zero, or on every 8th boot.
Laroux virus
In June of 1996, Microsoft Excel became the first target of viruses designed to infect data files.
Laroux, a macro virus, infected XLS workbooks (version 5.0 or later), and is still found in the
wild, over eight years later.
Laroux consists of two macros: auto_open and check_files. The first macro ran when a
document was opened (duh!) and forced the execution of the check_files macro. A file was
created in the XLSTART directory (variously named PERSONAL.XLS or PLDT.XLS) that
also contained the viral macros; these files were opened automatically upon subsequent
executions of Excel so that any other spreadsheet file opened would also get infected.
CAP virus
The CAP virus upped the ante in Microsoft macro exploits in February of 1997. Hailing from
Venezuela, this Word macro virus was specifically designed to fool users through a variety of
techniques in order to stay hidden while propagating, and worked really well in that endeavor.
It consisted of a number of encrypted macros with names of common functions like
AutoOpen, FileOpen, FileClose and so on. It deleted existing macros in the document and then
removed the Tools/Macro and Tools/Customize menus in Word in order to stay hidden by not
allowing users to access functions that would expose it. It also saved all files in DOC format,
regardless of what format the user chose. This tricked many users, since they would try to save
documents in RTF format (which can'tcontain macros and thus can'tspread macro viruses),
but the files, despite having an RTF extension, were still DOC files and still contained the
virus.
CIH
CIH, known by various monikers, including PE_CIH, W95.CIH, and Win32/CIH, was
distributed via uploads of infected files to Usenet in June of 1998, and was the first widely
destructive virus.
Depending on the variant, CIH was designed to execute its destructive actions on either
April 26th or the 26th of any month. The actions included overwriting the first megabyte of hard
disk space (which contains system data such the File Allocation Table, the Root directory, and
the Master Boot Record, among others) and overwriting the BIOS code, preventing boot up of
the computer, if the computer used a flash RAM BIOS chip..
CIH was the first known virus to copy pieces of its code to unused areas inside Windows
9x EXE files in order to hide it'sexistence by not increasing the actual size of the infected file.
Chapter N: How Viruses, Worms, and Trojans Work 11
StealthBoot virus
The StealthBoot originated in Tucson, Arizona in November of 1998, and was actually written
in order to generate revenue, although not in a nefarious method. The author made it available
on floppy disk and published it in a book.
As the name indicates, the virus attacked the boot record much like Stoned. It differed in
that it also attacked the B floppy disk drive, and that it moved the original boot sector
information and part of itself to the end of the disk, and marked those sectors as 'bad',so that
the operating system wouldn't try to wr ite other files on top.
This virus used the technique of directing operating system reads (such as the DIR
command) away from the disk sectors it resides in, in order to hide from antivirus programs
from looking at those sectors and finding the virus code.
Happy99.exe worm
January 1999 marked the release of HAPPY99.EXE, a Windows 95/98 executable file that was
spread over the Internet. Technically a computer worm, this one created a nuisance effect,
displaying a fireworks show which was sleight of hand to distract the user from the real
purpose, changing the Windows system file, winsock32.dll, that controls access to the Internet.
Once modified, the new winsock32.dll caused a copy of the worm to be sent along with email
or posts to Usenet.
Ethan virus
The Ethan Word 97 macro virus, found in January of 1999, infected the normal.dot template
and executed when a document was closed. One function it performed was to turn off Word' s
Virus Protection option, so that users wouldn'tbe warned of its existence.
Melissa
Things got interesting a short later when Melissa showed up. Another Word 97 macro, Melissa
(I still keep hearing the Allman Brothers in the background) was embedded in a document that
was attached to an email message with an alluring subject line like “Important me ssage from
<your name>” and a body that said “ Here is the document you asked for don'tshow anyone
else!”
Now, who could resist this? In those innocent times (April of 1999, to be specific), not
many people. When the user opened the document, the macro virus automatically executed
and performed a number of actions, some of which were rather novel at the time.
First, the security settings inside Word were changed so that all macros would run when
subsequent documents were opened, without the user knowing it was happening. Normal.dot,
the default Word template upon which new documents were based, was infected with the
virus, and the computer' s registry was modified so that the virus would only run once per
session.
Next, the macro looked up the first 50 email addresses in every available Microsoft MAPI
address book on the machine, and automatically sent a copy of the message (and the infected
document, of course) to each of those addresses. This feature was particularly clever, in that
future recipients would receive a copy of this message from someone who had their email
12 Email Explained
address in their address book, and could thus be ostensibly trusted. Melissa spread like wildfire
because of this technique.
This was particularly clever because Outlook puts their mailing lists first in the address
book architecture. Thus, an email to the first 50 entires could actually end up going to
hundreds or thousands of people, depending on how many addresses lists an individual user
had, and how many people were on those lists.
Melissa also used a clever mechanics that took advantage of the poorly designed Word
object model. Melissa was written in a language called Visual Basic for Applications (known
as VBA). A pseudoprogramming language, VBA can automate many tasks that Microsoft
Office users would commonly perform, such as creating or copying documents and sending
email messages.
“ Hmmm....”, you say to yourself. “ Automatically? This sounds like it could be abused.”
And yes, it could. Like regular Office macros, VBA programs can be written to be run when a
document or spreadsheet (even a presentation) is opened, without the user knowing about it.
Furthermore, unlike regular macros, Melissa wasn'tvisible if you opened the document
and investigated the macros contained in it because the macro was contained in the
document.open method of the Word object. Not many users had the technical knowledge to
understand how to use the Visual Basic editor and manually look at the VBA code by hand.
Melissa overwhelmed many email systems, to the extent that a number of large companies
shut their email infrastructure down completely while the virus could be removed, their
computers patched, and their users trained not to open attachments. Not that this training really
worked, as the next few virus attacks will show. For details, check out
www.cert.org/advisories/CA199904.html.
PrettyPark worm
The PrettyPark worm (June, 1999) was notable in that it operated on three different levels: as a
worm, as a passwordstealing Trojan horse, and as a backdoor to the victim' s PC. It spread by
email when an unsuspecting user received a message with a file attachment called
PrettyPark.exe. Once the victim ran the attached file, as they were encouraged to in a manner
similar to Melissa, the worm infects the system by copying itself to the \Windows\System\
directory as a file named files32.vxd. Finally, it modified the Registry, so that it ran whenever
Windows ran an EXE program file. It was particularly difficult to get rid of because of these
multiple levels of infection.
ILOVEYOU
As I mentioned, people didn'tlearn. The ILOVEYOU virus overwhelmed the Internet in May
of 2000. A piece of Visual Basic script (known as VBScript), it was attached to an email
message like Melissa, but also employed other means of transmission as well. Usenet postings,
IRC communications and Windows file sharing were all also used.
The ILOVEYOU virus was a piece of VBScript (Visual Basic script) that infected
machines through a variety of means. It was attached to an email message and USENET news
postings, transmitted through Internet Relay Chat (IRC) and even via Windows file sharing.
Like Melissa, it emailed itself to every email address in every email address book
available to the user. The subject line was “ILO VEYOU” and the body of the message said,
“K indly check the attached LOVELETTER coming from me.” Wh en the suer opened the
attachment, the VBA code executed and started all over again. And, like Melissa, many people
did so without thinking because the message they received was from someone who they knew,
since their name was in the sender' s address book.
Unlike Melissa, however, ILOVEYOU carried a rather destructive payload. Files with
certain extensions anywhere on the network accessible by the user were replaced by a copy of
the virus file. The registry was modified each time the virus was executed,which could cause
problems if the virus was executed a large number of times in a short period of time. And
confidential data, including user names and passwords on the local machine, were emailed
back tot he program'sauthor, a teenage student in the Philippines.
This virus, like Melissa, relied on two things. First, it used the insecure default settings of
a variety of Microsoft products, including Outlook, Internet Explorer, and the Windows
Scripting Host to take advantage of security holes. Second, it used social engineering
techniques, like sending mail from addresses known by the recipient, to trick users into
performing an illadvised action that the security holes allowed.
14 Email Explained
DDOS Attacks
The new millennium also featured the debut of the first widespread Distributed Denial of
Service (“ DDOS”) attack. Dozens of high profile web sites are shut down for hours as a series
of DDOS attacks were orchestrated through UC Santa Barbara computers that were hijacked
by miscreants who planted malware on them.
Anna Kournikova
In February of 2001, knockout tennis player Anna Kournikova was made even more famous as
digital pictures of her were offered as bait in another email attachment virus. Like Melissa and
ILOVEYOU, executing the attachment forwarded the message and virus attachment to every
address in the recipient's address book. The key difference between this and previous viruses
was that experts believe it was created by a toolkit instead of being coded from scratch. The
availability of such a toolkit meant that now amateur crackers could create and deploy viruses
with a minimum of knowledge.
Code Red
Four months later, the Code Red worm attacked and infected tens of thousands of Windows
NT and 2000 servers. The traffic that Code Red generated made a noticeable impact on the
Internet, and was intended to attack the White House website. Fortunately, a group of
defenders was able to analyze the code and develop a defense.
Code Red attacks Internet Information Server 4.0 or greater, the Web server software used
on Windows NT 4.0 and Windows 2000, using a security hole that has been patched long ago.
The worm scans the Internet for servers that are at risk, and when it finds one, copies itself to
that server. The new copy then continues the search for other unpatched servers. Code Red
also performs three other tasks replicating itself for the first 20 days of each month, defacing
servers'home pages, and attacking www.whitehouse.gov.
It'
s been a couple of years, but I still see Code Red attack attempts on our servers. It's
amazing that there are still unpatched servers out there. Doesn'tanyone read the news
anymore?
Nimda
Late in the week after the 9/11 terrorist attacks on the World Trade Center and the Pentagon,
the Nimda virus flooded the Internet and attacked millions of computers worldwide. The virus
used yet more sophisticated methods, including multiple approaches, to infect and replicate,
and was tremendously successful despite the increased wariness of users and administrators
due to previous highprofile infections.
The first approach took advantage of a flaw in IIS that allowed an attacker to navigate to
any desired folder on the drive that contained the Web site, and then access files in it.
The next approach used a mass mailer program that executes every 10 days. Like many
other routines, it searches for email addresses on the system and replicates itself through email
sent to those addresses.
Chapter N: How Viruses, Worms, and Trojans Work 15
Klez
A month later, Klez struck. It, like other mass mailing worms, copied itself to all email
addresses in the recipient's Microsoft Outlook address book. This worm differed from previous
worms of the same style in that it contained a great deal of code that attempted to disable
popular antivirus programs so as to avoid detection while it was infecting and spreading.
It also carried a damaging payload on the 13th of oddnumbered months, it causes files
on local and network shares to become zero bytes in size, potentially destroying data on those
shares.
SQL Slammer
January 2003 saw the SQL Slammer worm take the record as the fastest spreading piece of
malware. Infecting machines running Microsoft' s SQL Server software, it took advantage of a
huge number of machines that hadn't eben patched with an update that had been available
months earlier including over 40% of the machines inside Microsoft Corporation, giving
additional credence to naysayers who defended user's lack of updating habits, as even
Microsoft couldn'tkeep their own computers patched properly. Because the SQL Server
software was used in many key business applications, businesses were particularly hard hit,
shutting down automated teller machines and delaying airline flights.
W32.SoBig
The SoBig mass mailer worm took over the 'fa stest spreading'title from SQL Slammer just 7
months later, infecting millions of machines in August of 2003. It also was worthy of note
because it used a new technique where the From address is spoofed.
The subject line varied, but was one of the following: Re: Details, Re: Approved, Re:
Thank you!, Re: Wicked screensaver, and Your details. The body contained a message
directing the recipient to the attachment, saying “P lease see the attached file for details” . The
attachment was a .PIF file with one of several names, including your_details.pif, details.pif,
wicked_scr.scr, application.pif or movie0045.pif.
Not only did SoBig send itself to every email address it could find on the infected
machine, but it also forged the “ From” address in the email, using a different email address it
found on the infected machine. In other words, suppose Al has Barb, Carl and Donna in his
address book. If Al got infected with SoBig, the worm would send emails to Barb, Carl, and
Donna. However, Barb, Carl and Donna wouldn't getemails with a “F rom” addres s of Al.
Rather, Barb might get an email “ from” Carl, and Carl would get an email 'from” Donna, and
so on. As a result, Barb would contact Carl, complaining to him that he sent an infected email
to her. Carl, on the other hand, would be mystified, because (assuming he didn'tknow Barb,
16 Email Explained
and didn'tknow that he and Barb had Al as a mutual acquaintance) he would have no way of
telling how his address was used in an email to someone he didn'tknow.
This scenario repeated itself around the world millions of times as people accused
innocent people of propagating viruses. Ugly. And th reason this is important is that this same
mechanism is now being used by spammers to send spam so that spam arrives at a recipient' s
in box with a From address that is simply a random address taken from an infected user' s
machine.
Additionally, a substantial amount of spurious email traffic was generated as a result of
virus notifications being sent to invalid or inappropriate email addresses. For example, Carl' s
email server might get a virus warning from Barb' s email server upon detection of the SoBig
virus in the email being sent to Barb. However, since Carl'scomputer isn'tinfected, that email
warning is incorrect. Yet, it was still sent. Multiplying this scenario millions of times caused a
significant amount of extraneous and unnecessary traffic.
MS Blaster/LOVSAN 8/29
The hits just kept on coming in the late summer and fall of 2003. The next one to hit was MS
Blaster (also known as LOVSAN.) A worm that exploited the DCOM Remote Procedure Call
vulnerability on Windows 2000 and Windows XP machines. The big new feature of MS
Blaster was that it was programmed to perform a Denial Of Service attack on the Windows
Update Web server in order to prevent infected users from downloaded a patch to protect
against the vulnerability.
Fortunately, the worm had a significant flaw, in that it targeted an alias of Windows
Update, and upon discovery, Microsoft simply disabled the alias by removed the DNS record
for windowsupdate.com, and attacks on the alias went nowhere. They were lucky, this time.
The worm' s code also had a text message inside, which was never displayed to the user: I
just want to say LOVE YOU SAN!! billy gates why do you make this possible ? Stop making
money and fix your software!!
W32.Swen
People had barely recovered from MS Blaster when Swen struck on September 18. Swen was
notable for two reasons. First, it used multiple means of prorogation, each means carrying a
different 'style'of interaction with an intended victim. Second, one of the means was an
extremely convincing forgery of a what claimed to be Microsoft security bulletin (except
Microsoft never sends out patches via email.)
A mass mailing worm that uses it' s own SMTP engine to spread itself, Swen also used file
sharing networks such as KaZaA and IRC for the propagation vehicle as well as through
mapped drives on networks, and via email attachments. Like Klez, attempts to disable anti
virus and firewall programs running on the target computer.
If the worm is sent through email, the message is formatted to appear as if it's acritical
security message from Microsoft,a nd either urges the recipient to run the attached file, or to
Swen exploited a vulnerability in Microsoft Outlook and Outlook Express whereby
messages that are opened or previewed can execute malicious code. It distinguished itself
through a new display of social engineering during execution. If the worm was installed on the
Chapter N: How Viruses, Worms, and Trojans Work 17
computer already, it displayed a notice that “ This update does not need to be installed on this
system.”
If the worm was not present, or if the filename of the executable began with the letter i, p,
q, or u, the worm presents the user with a dialog that asks “ This will install Microsoft Security
Update. Do you wish to continue?” However, the installation will proceed regardless of the
choice selected. If the user chooses “ Yes”, a progress dialog will be displayed. If the user
chooses “N o”, the w orm is installed without any messages being displayed to the user.
The worm then performs a variety of system configuration changes, and, in another fit of
unique behavior, occasionally presents the user with a fake MAPI32 Except error that requests
name, email, username and password information from the user.
An alternate form of Swen is an email message that purports to be a mail delivery failure
notice, with the 'attached message'actually being an executable containing the worm.
As of this writing in late September of 2003, a week after initial attacks, one of my mails
servers was still getting hit with nearly a hundred copies of the fraudulent email message every
day.
How real is this worry? Microsoft issues warnings about 'crit ical'security holes on a
regular basis there are clearly many more that exist in their software but just haven'tbeen
discovered yet. Jim Allchin, group VP for MSFT platforms, said in eWeek that some
Microsoft code is so flawed that disclosing it would present a national security risk. And
Microsoft has a track record of ignoring private warnings about existing vulnerabilities for
months (many examples can be found at www.woodywatch.com) often addressing the issue
only after being threatened with public disclosure of the problem.
The Wall Street Journal carried an article entitled "'
Day Zero'Fear Could Boost Windows
Rivals" on page one of section B on Thursday, September 18, 2003. In it, Mark Dickelman,
CIO of an electronic payments company in Chicago, is looking at distributing the risk they're
currently exposed to by moving some of their computers to a nonWindows platform. That
way, those machines are not subject to the same wide range of risks that Windows machines
are, and thus a successful attack on one platform won'tcompletely cripple the company.
As mentioned earlier, Symantec is quoted in the article as saying that more than 4,000
separate instances of Windowsoriented malware have been found in the wild, compared to 11
for Unix/Linux and none for the Macintosh.
result, legitimate access will be impaired or unavailable. Finally, business functions that rely
on computers to be available will be disrupted.
The malware attacks of 2003 already had a variety of crippling effects in isolated
locations. SQL Slammer flooded the Internet with traffic, disabled the Internet in Korea, shut
down airline reservation systems, locked down many ATM machines, and the safety
monitoring system for a nuclear reactor. A few months later, MSBlaster forced the largest
railroad in the Eastern US, CTX, to close for several hours. Air Canada' s checkin system was
shut down, as was Maryland' s DMV.
The socalled “ Warhol Worm” , named because it can take over the majority of machines
on the Internet in under 15 minutes, has already proven to be technically feasible. Indeed, SQL
Slammer infected over 170,000 machines in about 10 minutes. With that kind of infection rate,
human response will be ineffective.
Put these two together, and a properly constructed attack could, with a bit of luck, shut
down the Internet and most personal computer operations for days or weeks.
For updates to this whitepaper as well as other HOWTO whitepapers on a variety of subjects, please visit
www.hentzenwerke.com.