Difference between revisions of "Computer virus"

From Conservapedia
Jump to navigation Jump to search
(→‎Anti-virus tactics: improve, 3rd person)
(→‎Methods of transmission: HTTP --> HTTPS, replaced: http://www.microsoft.com → https://www.microsoft.com)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A '''computer virus''' is a piece of unauthorized software added to a computer which automatically spreads itself to other computers. Some viruses do malicious things, such as erasing files or copying sensitive information (like passwords and credit card numbers).  
+
A '''computer virus''' is a piece of malicious [[computer]] [[software]] ([[malware]]) which attempts to copy itself into existing executable files on a computer. By doing this, the virus hijacks the file's execution. Computer viruses generally attempt to destroy software and operating systems, but usually not before spreading themselves to other devices.
  
==Process of transmission==
+
==Methods of transmission==
There are three main ways a virus is transmitted.
+
#Automatic replication: When an infected program is run, the virus also runs, searching the host computer for other programs to infect.  
 
+
#By email: viruses (and other kinds of malware) are often transmitted as email attachments. In some cases, scripts within a message can also be used to infect a device, if the E-mail client program is not configured to ignore scripts.  
#Automatic replication. When an infected program is run, the virus also runs, searching the host computer for other programs to infect.  
+
#Misleading software: A "[[Trojan Horse (malware)|Trojan Horse]]" is a program which seems useful, but contains a virus or other malware.  The main program may or may not perform as advertised, but the distributor knows it is infected. A Trojan Horse carried virus typically does not replicate itself but is spread when the user copies the program. In some cases, legitimate software may also be infected after release.  Even though the software by itself is legitimate and safe, infected copies can be distributed to attack unsuspecting users.<ref name="MS What is virus">https://www.microsoft.com/en-us/safety/pc-security/virus-whatis.aspx</ref>
#By email. When email software is configured to run scripts or programs attached to messages, the virus asks the email software to send it to recipients in the user's address book.
+
#Instant messaging: A direct computer-to-computer link required for instant messaging can be misused to deliver a virus.<ref name="MS What is virus"/>
#Misleading advertising. A "[[Trojan Horse (malware)|Trojan Horse]]" is a program which seems useful, but contains a virus (or other malware).  The main program may or not perform as advertised, but the distributor knows it is infected. A Trojan Horse carried virus typically does not replicate itself but is spread when the user copies the program.
 
 
 
A virus which infects networks is called a "worm".
 
  
 
==Anti-virus tactics==
 
==Anti-virus tactics==
 
 
Configuring email software so that it never runs attached programs or embedded scripts is an easy way to stop email-transmitted viruses. This should be the default setting, especially for corporate systems.  
 
Configuring email software so that it never runs attached programs or embedded scripts is an easy way to stop email-transmitted viruses. This should be the default setting, especially for corporate systems.  
  
[[Anti-virus software|Virus scanning software]] is available from Norton, Symantec and other companies. This software detects known viruses and removes them from infected programs, messages, and systems.  
+
[[Anti-virus software|Virus scanning software]] is available from Norton, [[Symantec]] and other companies. This software detects known viruses and removes them from infected programs, messages, and systems.  
  
 
Computer users should also be aware that free games and other such scripts available on the Internet can be risky to use. Reputable software companies go to great lengths to ensure virus-free software, so it is wise to stick with these whenever possible. Using a designated computer (or virtual system) is a safer way to experiment with such higher-risk internet services.
 
Computer users should also be aware that free games and other such scripts available on the Internet can be risky to use. Reputable software companies go to great lengths to ensure virus-free software, so it is wise to stick with these whenever possible. Using a designated computer (or virtual system) is a safer way to experiment with such higher-risk internet services.
  
 
==Terminology==
 
==Terminology==
 +
A virus is technically a type of software which acts very much like a [[Virus|biological virus]]; the term refers to a specific kind of malware which infects preexisting files.  However, since virus attacks became well known before most other types malware attacks, many people use the term "virus" for any kind of malicious software.  Although this is technically incorrect, it is common for someone to call anything unwanted, such as [[adware]], a virus.
  
Discussion of the virus problem is sometimes hampered by the terminology used by purists, who distinguish between such varieties as "[[Computer worm|worm]]", "[[Trojan Horse]]", etc. But the generic term for unwanted software that infects your computer is "virus".
+
==References==
 +
{{reflist}}
  
==See also==
+
==External links==
 
*[http://www.howstuffworks.com/virus.htm "How Computer Viruses Work"]
 
*[http://www.howstuffworks.com/virus.htm "How Computer Viruses Work"]
  
[[Category:Software]][[Category:Computers]]
+
[[Category:Malware]]

Latest revision as of 06:41, April 2, 2019

A computer virus is a piece of malicious computer software (malware) which attempts to copy itself into existing executable files on a computer. By doing this, the virus hijacks the file's execution. Computer viruses generally attempt to destroy software and operating systems, but usually not before spreading themselves to other devices.

Methods of transmission

  1. Automatic replication: When an infected program is run, the virus also runs, searching the host computer for other programs to infect.
  2. By email: viruses (and other kinds of malware) are often transmitted as email attachments. In some cases, scripts within a message can also be used to infect a device, if the E-mail client program is not configured to ignore scripts.
  3. Misleading software: A "Trojan Horse" is a program which seems useful, but contains a virus or other malware. The main program may or may not perform as advertised, but the distributor knows it is infected. A Trojan Horse carried virus typically does not replicate itself but is spread when the user copies the program. In some cases, legitimate software may also be infected after release. Even though the software by itself is legitimate and safe, infected copies can be distributed to attack unsuspecting users.[1]
  4. Instant messaging: A direct computer-to-computer link required for instant messaging can be misused to deliver a virus.[1]

Anti-virus tactics

Configuring email software so that it never runs attached programs or embedded scripts is an easy way to stop email-transmitted viruses. This should be the default setting, especially for corporate systems.

Virus scanning software is available from Norton, Symantec and other companies. This software detects known viruses and removes them from infected programs, messages, and systems.

Computer users should also be aware that free games and other such scripts available on the Internet can be risky to use. Reputable software companies go to great lengths to ensure virus-free software, so it is wise to stick with these whenever possible. Using a designated computer (or virtual system) is a safer way to experiment with such higher-risk internet services.

Terminology

A virus is technically a type of software which acts very much like a biological virus; the term refers to a specific kind of malware which infects preexisting files. However, since virus attacks became well known before most other types malware attacks, many people use the term "virus" for any kind of malicious software. Although this is technically incorrect, it is common for someone to call anything unwanted, such as adware, a virus.

References

External links