Open Source Security
Welcome at » What is a computer virus?

What is a computer virus?

During my lab admin days as an undergrad, people used to come into the computer lab with virus infected 5 1/4″ diskettes and (inadvertently) try to infect the lab machines. (It doesn’t feel like it was THAT long ago!) Next, viruses were commonly spread attached to email. More recently, viruses have been propagated through music sharing. All of these infection vectors have one thing in common – a proper virus requires a host to carry the malicious code. Colloquially many people have become used to calling all malware viruses, but this is not correct terminology and I do believe that it is important to be pedantic on this point.

So here is a definition of virus in my own words: A virus is a piece of code which attaches to a host file and when executed performs an action that the user does not desire (including replicating itself to other hosts).

Wikipedia says: “A computer virus is a computer program that can copy itself and infect a computer without the permission or knowledge of the owner. The term ‘virus’ is also commonly but erroneously used to refer to other types of malware, adware and spyware programs that do not have the reproductive ability. A true virus can only spread from one computer to another (in some form of executable code) when its host is taken to the target computer; for instance because a user sent it over a network or the Internet, or carried it on a removable medium such as a floppy disk, CD, DVD, or USB drive. Viruses can increase their chances of spreading to other computers by infecting files on a network file system or a file system that is accessed by another computer.”

Anti-virus software was created to detect signatures for existing known viruses. Before any file was opened, anti-virus software scanned it for these known signatures. So viruses morphed, they changed their signatures by compressing the executable code (compression viruses), by rewriting their codebase each time they were attached to a new host (polymorphic viruses), even encrypting their code (encrypted polymorphic viruses). Anti-virus software has morphed too, and that will be a topic for another post.

Wikipedia has a more in depth discussion of the definition of computer virus and a list know viruses (few hundred in the wild to tens of thousands known) and a separate list of know Linux viruses (22).

Share and Enjoy:
  • Digg
  • del.icio.us
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati

3 Responses

  1. Fitiwalt




    http://www.ehow.com/how_4878817_stop-conficker-computer-virus.html

    Go here to stop the virus

  2. John




    I got Cyberdefender after trying some other free programs, but they slowed my system down and a friend of mine told me about Cyberdefender. I really like the Cyberdefender interface, scan times, and that it found what I knew was on the system, including several programs/viruses/trojans that some of the others (PC Tools, SuperAntiVirus and Norton) missed.

    I used it as a free scanner which removes spyware and trojans, but you have to upgrade for virus removal. Evenually one came along, it caught it, and I bought the upgrade. Ran Cyberdefender after the upgrade, and virus was gone (it got into my rootkit and also got the vundo virus which it took care of.

    I also like that the upgrade I got came with the 24/7 computer help, which was very helpful when my wife had printer problems while I was on a trip. She called them (the 24/7 is not just for malware support, but for any kind of computer issue). They helped her out and had a positive experience with the Cyberdefender help line.

    So, this is my experience with Cyberdefender – really good software. Granted, different people have different experiences, but this seems to be a good company (website says they are a NASDAQ company) with a valid product.

  3. Emily Ratliff




    Hi John,
    Thanks for the info on Cyberdefender. I did a quick search and it doesn’t appear that Cyberdefender is available for Linux. If you are running Windows, I agree that you really should install some form of anti-virus. I agree also with your point that anti-virus programs often slow down your system. That is another good reason to opt not to use them unless you are running an operating system that is at risk.
    Emily

Leave a Reply