Antivirus software
Antivirus (or anti-virus) software is used to prevent, detect, and remove malware, including computer viruses, worms, and trojan horses. Such programs may also prevent and remove adware, spyware, and other forms of malware.
A variety of strategies are typically employed. Signature-based detection involves searching for known malicious patterns in executable code. However, it is possible for a user to be infected with new malware for which no signature exists yet. To counter such so-called zero-day threats, heuristics can be used. One type of heuristic approach, generic signatures, can identify new viruses or variants of existing viruses by looking for known malicious code (or slight variations of such code) in files. Some antivirus software can also predict what a file will do if opened/run by emulating it in a sandbox and analyzing what it does to see if it performs any malicious actions. If it does, this could mean the file is malicious.
However, no matter how useful antivirus software is, it can sometimes have drawbacks. Antivirus software can degrade computer performance if it is not designed efficiently. Inexperienced users may have trouble understanding the prompts and decisions that antivirus software presents them with. An incorrect decision may lead to a security breach. If the antivirus software employs heuristic detection (of any kind), success depends on achieving the right balance between false positives and false negatives. False positives can be as destructive as false negatives. Finally, antivirus software generally runs at the highly trusted kernel level of the operating system, creating a potential avenue of attack.[1]
In addition to the drawbacks mentioned above, the effectiveness of antivirus software has also been researched and debated. One study found that the detection success of major antivirus software dropped over a one-year period.[2]
History
There are competing claims for the innovator of the first antivirus product. Possibly the first publicly documented removal of a computer virus in the wild was performed by Bernt Fix in 1987.[3][4]
Before Internet connectivity was widespread, viruses were typically spread by infected floppy disks. Antivirus software came into use, but was updated relatively infrequently. During this time, virus checkers essentially had to check executable files and the boot sectors of floppy and hard disks. However, as internet usage became common, initially through the use of modems, viruses spread throughout the Internet.[5]
Powerful macros used in word processor applications, such as Microsoft Word, presented a further risk. Virus writers started using the macros to write viruses embedded within documents. This meant that computers could now also be at risk from infection by documents with hidden attached macros as programs.[6]
Later email programs, in particular Microsoft Outlook Express and Outlook, were vulnerable to viruses embedded in the email body itself. Now, a user's computer could be infected by just opening or previewing a message. This meant that virus checkers had to check many more types of files. As always-on broadband connections became the norm and more and more viruses were released, it became essential to update virus checkers more and more frequently. Even then, a new zero-day virus could become widespread before antivirus companies released an update to protect against it.[7]
Identification methods
There are several methods which antivirus software can use to identify malware.
Signature based detection is the most common method. To identify viruses and other malware, antivirus software compares the contents of a file to a dictionary of virus signatures. Because viruses can embed themselves in existing files, the entire file is searched, not just as a whole, but also in pieces.[8]
Heuristic-based detection, like malicious activity detection, can be used to identify unknown viruses.
File emulation is another heuristic approach. File emulation involves executing a program in a virtual environment and logging what actions the program performs. Depending on the actions logged, the antivirus software can determine if the program is malicious or not and then carry out the appropriate disinfection actions.[9]
Signature based detection
Traditionally, antivirus software heavily relied upon signatures to identify malware. This can be very effective, but cannot defend against malware unless samples have already been obtained and signatures created. Because of this, signature-based approaches are not effective against new, unknown viruses.
Because new viruses are being created each day, the signature-based detection approach requires frequent updates of the virus signature dictionary. To assist the antivirus software companies, the software may allow the user to upload new viruses or variants to the company, allowing the virus to be analyzed and the signature added to the dictionary.[8]
Although the signature-based approach can effectively contain virus outbreaks, virus authors have tried to stay a step ahead of such software by writing "oligomorphic", "polymorphic" and, more recently, "metamorphic" viruses, which encrypt parts of themselves or otherwise modify themselves as a method of disguise, so as to not match virus signatures in the dictionary.[10]
Heuristics
Some more sophisticated antivirus software uses heuristic analysis to identify new malware or variants of known malware.
Many viruses start as a single infection and through either mutation or refinements by other attackers, can grow into dozens of slightly different strains, called variants. Generic detection refers to the detection and removal of multiple threats using a single virus definition.[11]
For example, the Vundo trojan has several family members, depending on the antivirus vendor's classification. Symantec classifies members of the Vundo family into two distinct members, Trojan.Vundo and Trojan.Vundo.B.[12][13]
While it may be advantageous to identify a specific virus, it can be quicker to detect a virus family through a generic signature or through an inexact match to an existing signature. Virus researchers find common areas that all viruses in a family share uniquely and can thus create a single generic signature. These signatures often contain non-contiguous code, using wildcard characters where differences lie. These wildcards allow the scanner to detect viruses even if they are padded with extra, meaningless code. [14] Padded code is used to confuse the scanner so it can't recognize the threat.
A detection that uses this method is said to be "heuristic detection."
Rootkit detection
Anti-virus software now scans for rootkits; a rootkit is a type of malware that is designed to gain administrative-level control over a computer system without being detected. Rootkits can change how the operating system functions and in some cases, rootkits can tamper with the anti-virus program and render it ineffective. Rootkits are also very difficult to remove, in some cases requiring a complete re-installation of the operating system.[15][16]
Issues of concern
Unexpected renewal costs
Some commercial antivirus software end-user license agreements include a clause that the subscription will be automatically renewed, and the purchaser's credit card automatically billed, at the renewal time without explicit approval. For example, McAfee requires users to unsubscribe at least 60 days before the expiration of the present subscription[17] while BitDefender sends notifications to unsubscribe 30 days before the renewal.[18] Norton Antivirus also renews subscriptions automatically by default.[19]
Rogue security applications
Some antivirus programs are actually malware masquerading as antivirus software, such as WinFixer and MS Antivirus.[20] A recent surge in such software has deceived more than a million Microsoft Windows internet users and prompted the FTC to initiate court proceedings.[citation needed]
Problems caused by false positives
A false positive is identifying a file as a virus when it is not a virus. If an antivirus program is configured to immediately delete or quarantine infected files (or does this by default), false positives in essential files can render the operating system or some applications unusable.[21] In one case, a faulty virus signature issued by Symantec mistakenly removed essential operating system files, leaving thousands of PCs unable to boot.[22] In another case, the executable file required by Pegasus Mail was falsely detected by Norton AntiVirus as being a Trojan and it was automatically removed, preventing Pegasus Mail from running.[23] Most recently, McAfee_VirusScan detected svchost.exe as a virus on machines running XP SP3 and removed it, causing severe issues [24] [25]
System related issues
Running multiple antivirus programs concurrently can degrade performance and create conflicts.[26]
It is sometimes necessary to temporarily disable virus protection when installing major updates such as Windows Service Packs or updating graphics card drivers.[27] Active antivirus protection may partially or completely prevent the installation of a major update.
Effectiveness
Studies in December 2007 have shown that the effectiveness of antivirus software has decreased in recent years, particularly against unknown or zero day attacks. The German computer magazine c't found that detection rates for these threats had dropped from 40-50% in 2006 to 20-30% in 2007. At that time, the only exception was the NOD32 antivirus, which managed a detection rate of 68 percent.[2]
The problem is magnified by the changing intent of virus authors. Some years ago it was obvious when a virus infection was present. The viruses of the day, written by amateurs, exhibited destructive behavior or pop-ups. Modern viruses are often written by professionals, financed by criminal organizations.[28]
Traditional antivirus software solutions run virus scanners on schedule, on demand and some run scans in real time. If a virus or malware is located the suspect file is usually placed into a quarantine to terminate its chances of disrupting the system. Traditional antivirus solutions scan and compare against a publicised and regularly updated dictionary of malware otherwise known as a blacklist. Some antivirus solutions have additional options that employ an heuristic engine which further examines the file to see if it is behaving in a similar manner to previous examples of malware. A new technology utilized by a few antivirus solutions is whitelisting, this technology first checks if the file is trusted and only questioning those that are not.[29]
Independent testing on all the major virus scanners consistently shows that none provide 100% virus detection. The best ones provided as high as 99.6% detection, while the lowest provide only 81.8% in tests conducted in February 2010. All virus scanners produce false positive results as well, identifying benign files as malware.[30]
New viruses
Most popular anti-virus programs are not very effective against new viruses, even those that use non-signature-based methods that should detect new viruses. The reason for this is that the virus designers test their new viruses on the major anti-virus applications to make sure that they are not detected before releasing them into the wild.[31]
Some new viruses, particularly ransomware, use polymorphic code to avoid detection by virus scanners. Jerome Segura, a security analyst with ParetoLogic, explained:[32]
It's something that they miss a lot of the time because this type of [ransomware virus] comes from sites that use a polymorphism, which means they basically randomize the file they send you and it gets by well-known antivirus products very easily. I've seen people firsthand getting infected, having all the pop-ups and yet they have antivirus software running and it's not detecting anything. It actually can be pretty hard to get rid of, as well, and you're never really sure if it's really gone. When we see something like that usually we advise to reinstall the operating system or reinstall backups.[32]
Rootkits
The detection of rootkits are a major challenge for anti-virus programs. Rootkits are extremely difficult to detect and if undetected, rootkits have full administrative access to the computer and are invisible to users e.g. a rootkit will not be shown in the list of running processes in the task manager. Rootkits can modify the inner workings of the operating system[33] and tamper with the anti-virus program.[34] If a rootkit hides itself in firmware e.g. the motherboard BIOS, it may never be discovered[35] and could persist even if the operating system is cleanly installed on a reformatted or new hard drive.[36][37]
Other methods
Installed antivirus software running on an individual computer is only one method of guarding against viruses. Other methods are also used, including cloud-based antivirus, firewalls and on-line scanners.
Cloud antivirus
In current antivirus software a new document or program is scanned with only one virus detector at a time. CloudAV would be able to send programs or documents to a network cloud where it will use multiple antivirus and behavioural detection simultaneously. It is more thorough and also has the ability to check the new document or programs access history.[38]
CloudAV is a cloud computing antivirus developed as a product of scientists of the University of Michigan. Each time a computer or device receives a new document or program, that item is automatically detected and sent to the antivirus cloud for analysis. The CloudAV system uses 12 different detectors that act together to tell the PC whether the item is safe to open.[38][39][40]
Network firewall
Network firewalls prevent unknown programs and Internet processes from accessing the system protected. However, they are not antivirus systems as such and thus make no attempt to identify or remove anything. They may protect against infection from outside the protected computer or LAN, and limit the activity of any malicious software which is present by blocking incoming or outgoing requests on certain TCP/IP ports. A firewall is designed to deal with broader system threats that come from network connections into the system and is not an alternative to a virus protection system.
Online scanning
Some antivirus vendors maintain websites with free online scanning capability of the entire computer, critical areas only, local disks, folders or files.
See also
- EICAR, the European Institute for Computer Antivirus Research
- Linux malware
- List of antivirus software
- List of computer viruses
- List of trojan horses
- Quarantine technology
- Sandbox (computer security)
- Timeline of notable computer viruses and worms
- Virus hoax
References
- ^ "Norton AntiVirus ignores malicious WMI instructions". Munir Kotadia. CBS Interactive. 21 October 2004. Retrieved 2009-04-05.
- ^ a b Goodin, Dan (2007-12-21). "Anti-virus protection gets worse". Channel Register.
- ^ Kaspersky Lab Virus list
- ^ Wells, Joe (1996-08-30). "Virus timeline". IBM. Retrieved 2008-06-06.
- ^ Panda Security (2004). "(II) Evolution of computer viruses". Retrieved 2009-06-20.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Szor, Peter (2005). The Art of Computer Virus Research and Defense. Addison-Wesley. pp. 66–67. ISBN 0-32-130454-3.
- ^ Slipstick Systems (2009). "Protecting Microsoft Outlook against Viruses". Retrieved 2009-06-18.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ a b Landesman, Mary (2009). "What is a Virus Signature?". Retrieved 2009-06-18.
- ^ Szor, Peter (2005). The Art of Computer Virus Research and Defense. Addison-Wesley. pp. 474–481. ISBN 0-32-130454-3.
- ^ Szor, Peter (2005). The Art of Computer Virus Research and Defense. Addison-Wesley. pp. 252–288. ISBN 0-32-130454-3.
- ^ "Generic detection". Kaspersky. Retrieved 2009-02-24.
- ^ Symantec Corporation (2009). "Trojan.Vundo". Retrieved 2009-04-14.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Symantec Corporation (2007). "Trojan.Vundo.B". Retrieved 2009-04-14.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ "Antivirus Research and Detection Techniques". ExtremeTech. Retrieved 2009-02-24.
- ^ http://www.zsecurity.com/articles-rootkits.php
- ^ http://www.f-secure.com/en_EMEA/security/virus-removal/virus-information/encyclopedia/encyclopedia_rootkit.html
- ^ Kelly, Michael (2006). "Buying Dangerously". Retrieved 2009-11-29.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Bitdefender (2009). "Automatic Renewal". Retrieved 2009-11-29.
- ^ Symantec (undated). "Ongoping Protection". Retrieved 2009-11-29.
{{cite web}}
: Check date values in:|year=
(help)CS1 maint: year (link) - ^ SpywareWarrior (2007). "Rogue/Suspect Anti-Spyware Products & Web Sites". Retrieved 2009-11-29.
- ^ Heise Media (2008). "AVG gives false alarm for Windows system library". Retrieved 2009-11-29.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ "Flawed Symantec update cripples Chinese PCs". Aaron Tan. CBS Interactive Inc. May 24, 2007. Retrieved 2009-04-05.
- ^ http://community.pmail.com/forums/thread/659.aspx
- ^ "McAfee DAT 5958 Update Issues". 21 April 2010. Retrieved 22 April 2010.
- ^ "Botched McAfee update shutting down corporate XP machines worldwide". 21 April 2010. Retrieved 22 April 2010.
- ^ Microsoft (2007). "Plus! 98: How to Remove McAfee VirusScan". Retrieved 2009-11-29.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Microsoft (2009). "Steps to take before you install Windows XP Service Pack 3". Retrieved 2009-11-29.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Illett, Dan (2007). "Hacking poses threats to business". Retrieved 2009-11-15.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Vamosi, Robert (2008). "Will you be ditching your antivirus app anytime soon?". Retrieved 2009-11-29.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ AV Comparatives (2010). "Anti-Virus Comparative No. 25" (PDF). Retrieved 18 April 2010.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ Kotadia, Munir (2006). "Why popular antivirus apps 'do not work'". Retrieved 14 April 2010.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ a b The Canadian Press (2010). "Internet scam uses adult game to extort cash". Retrieved 17 April 2010.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ http://www.grc.com/sn/sn-009.txt
- ^ http://www.zsecurity.com/articles-rootkits.php
- ^ http://www.blackhat.com/presentations/bh-europe-06/bh-eu-06-Heasman.pdf
- ^ http://www.theregister.co.uk/2009/03/24/persistent_bios_rootkits/
- ^ http://www.theregister.co.uk/2006/01/27/rootkits_bios/
- ^ a b Erickson, Jon (2008). "Antivirus Software Heads for the Clouds". Retrieved 2009-05-31.
{{cite web}}
: Unknown parameter|month=
ignored (help) - ^ University of Michigan (undated). "CloudAV: N-Version Antivirus in the Network Cloud". Retrieved 2009-05-31.
{{cite web}}
: Check date values in:|year=
(help)CS1 maint: year (link) - ^ Kalkuhl, Magnus (2009). "Clear skies ahead: cloud computing and in-the-cloud security". Retrieved 2009-05-31.
{{cite web}}
: Unknown parameter|month=
ignored (help)