This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Computer Viruses"

From OWASP
Jump to: navigation, search
(Examples)
Line 10: Line 10:
  
 
== Examples ==
 
== Examples ==
Chernobyl or Spacefiller in april 26 the virus is activated and deletes the content of ROM memory (BIOS)
+
Some famous and dangers computer virus:<br>
 +
<b>Chernobyl</b> or <b>Spacefiller</b> in april 26 the virus is activated and deletes the content of ROM memory (BIOS).
  
Melissa it's a computer virus that comes by e-mail attaching a Microsoft Word document, when this message is opened, the virus is activated and infect the file Normal.dot, then every document created by this text editor is infected and automatically send a infected e-mail for the first 50 contact from the catalog of the Outlook Express.
+
<b>Melissa</b> it's a computer virus that comes by e-mail attaching a Microsoft Word document, when this message is opened, the virus is activated and infect the file Normal.dot, then every document created by this text editor is infected and automatically send a infected e-mail for the first 50 contact from the catalog of the Outlook Express.
 +
 
 +
<b>Codered</b> virus attacks the Microsoft IIS 4.0 and 5.0 modifying the main page with the message "Welcome to http:// www.worm.com !  Hacked By Chinese!" and also program the infected computer to make a denial-of-service attack to the White House website (www.whitehouse.gov).
  
 
==Related [[Attacks]]==
 
==Related [[Attacks]]==
Line 26: Line 29:
 
*[http://www.infowester.com/virus.php Infowester]
 
*[http://www.infowester.com/virus.php Infowester]
 
*[http://www.microsoft.com/brasil/athome/security/viruses/intro_viruses_what.mspx Microsoft]
 
*[http://www.microsoft.com/brasil/athome/security/viruses/intro_viruses_what.mspx Microsoft]
 +
*[http://www.rsoutlook.com/articles/virusspecialist.htm Rsoutlook]

Revision as of 00:45, 15 July 2008

Description

A Computer Virus is a small program designed to cause some kind of damage in the infected computer, eitheir deleting data, either capturing information, either by altering the normal operation of the machine.

Like the human virus has different levels of gravity, such as the Ebola virus and the influenza virus, the computer virus range from slightly disturbing to totally destructive. A real virus does not spread without human action, we need to send someone a file or send email to it from spreading. The virus can be disguised as attachments of image. audio and video.

The first computer virus was written in 1982 by a young student secundarista the U.S with 15 years old, called Rich Skrenta. This computer virus was identified as Elk Cloner and affecting the Apple II system and not caused major problems. This virus shows a small poem on the screen, it was able to make copy of itself when a floppy was inserted into the computer. When the media was used in another system, the process is spreading.

Risk Factors

TBD

Examples

Some famous and dangers computer virus:
Chernobyl or Spacefiller in april 26 the virus is activated and deletes the content of ROM memory (BIOS).

Melissa it's a computer virus that comes by e-mail attaching a Microsoft Word document, when this message is opened, the virus is activated and infect the file Normal.dot, then every document created by this text editor is infected and automatically send a infected e-mail for the first 50 contact from the catalog of the Outlook Express.

Codered virus attacks the Microsoft IIS 4.0 and 5.0 modifying the main page with the message "Welcome to http:// www.worm.com ! Hacked By Chinese!" and also program the infected computer to make a denial-of-service attack to the White House website (www.whitehouse.gov).

Related Attacks

TBD

Related Vulnerabilities

TBD

References