Malware
From Computing and Software Wiki
Line 1: | Line 1: | ||
- | '''Malicious software (malware)''' encompasses a broad range of software typically designed to ''covertly operate'' and ''deceive users'' to hide its actual purpose. It can be used as a catch-all phrase for software that has been programmed for malicious purposes intentionally; software such as viruses, [http://www.cas.mcmaster.ca/wiki/index.php/Computer_worms worms], spyware, and [http://www.cas.mcmaster.ca/wiki/index.php/Botnets botnets]. Its purpose | + | '''Malicious software (malware)''' encompasses a broad range of software typically designed to ''covertly operate'' and ''deceive users'' to hide its actual intended purpose. It can be used as a catch-all phrase for software that has been programmed for malicious purposes intentionally; software such as viruses, [http://www.cas.mcmaster.ca/wiki/index.php/Computer_worms worms], spyware, and [http://www.cas.mcmaster.ca/wiki/index.php/Botnets botnets]. Its purpose can vary, but typically it is used to gather information, generate profit, cause harm or data loss, or it could have no real purpose at all. |
[[Image:malware.jpg|frame|Partial source code from a malware example.]] | [[Image:malware.jpg|frame|Partial source code from a malware example.]] | ||
- | == | + | ==History== |
Before computers were accessible to the general public, malware was not an overwhelming threat. Starting sometime in the 1970's computers became somewhat more common, and as a direct result, so did malicious software. At this time, viruses started to appear on networks such as [http://www.cas.mcmaster.ca/wiki/index.php/ARPANET ARPANET], gaining popularity into the 1980's with the explosion of person computers. Early malware was typically less of a threat, created by programmers who were trying to prank other users, rather than the typical malware created for todays society. | Before computers were accessible to the general public, malware was not an overwhelming threat. Starting sometime in the 1970's computers became somewhat more common, and as a direct result, so did malicious software. At this time, viruses started to appear on networks such as [http://www.cas.mcmaster.ca/wiki/index.php/ARPANET ARPANET], gaining popularity into the 1980's with the explosion of person computers. Early malware was typically less of a threat, created by programmers who were trying to prank other users, rather than the typical malware created for todays society. | ||
- | == | + | ==Purpose== |
+ | There are numerous reasons why malware is written. | ||
+ | |||
=====Obtaining sensitive information===== | =====Obtaining sensitive information===== | ||
- | + | Malware can be used to gather sensitive information. With the recent explosion with mobile computing, malware authors are targeting mobile computers, such as smart phones, because of the amount of sensitive information contained within them. | |
+ | |||
=====Obtaining financial returns===== | =====Obtaining financial returns===== | ||
Blurb about generating profit | Blurb about generating profit | ||
=====Cause harm or data loss===== | =====Cause harm or data loss===== | ||
+ | Blurb about typical viruses | ||
=====No real purpose===== | =====No real purpose===== | ||
Blurb about some malware purpose is just to see how well it works, having no purpose at all | Blurb about some malware purpose is just to see how well it works, having no purpose at all | ||
* Viruses | * Viruses | ||
- | == | + | ==Types== |
+ | =====Viruses, Worms===== | ||
+ | =====Trojan Horses===== | ||
+ | =====Adware, Spyware===== | ||
+ | |||
+ | ==Prevention== | ||
==References== | ==References== |
Revision as of 19:11, 11 April 2009
Malicious software (malware) encompasses a broad range of software typically designed to covertly operate and deceive users to hide its actual intended purpose. It can be used as a catch-all phrase for software that has been programmed for malicious purposes intentionally; software such as viruses, worms, spyware, and botnets. Its purpose can vary, but typically it is used to gather information, generate profit, cause harm or data loss, or it could have no real purpose at all.
Contents |
History
Before computers were accessible to the general public, malware was not an overwhelming threat. Starting sometime in the 1970's computers became somewhat more common, and as a direct result, so did malicious software. At this time, viruses started to appear on networks such as ARPANET, gaining popularity into the 1980's with the explosion of person computers. Early malware was typically less of a threat, created by programmers who were trying to prank other users, rather than the typical malware created for todays society.
Purpose
There are numerous reasons why malware is written.
Obtaining sensitive information
Malware can be used to gather sensitive information. With the recent explosion with mobile computing, malware authors are targeting mobile computers, such as smart phones, because of the amount of sensitive information contained within them.
Obtaining financial returns
Blurb about generating profit
Cause harm or data loss
Blurb about typical viruses
No real purpose
Blurb about some malware purpose is just to see how well it works, having no purpose at all
- Viruses