Difference between revisions of "Malware"
From Forensics Wiki
m (Added template) |
m (expanded) |
||
| Line 1: | Line 1: | ||
| − | + | '''Malware''' is a short version of '''Malicious Software'''. | |
| − | Malware | + | Malware includes computer viruses, worms, trojan horses, spyware, etc. |
| − | == | + | == Virus == |
| + | A computer program that can automatically copy itself and infect a computer. | ||
| + | == Worm == | ||
| + | A self-replicating computer program that can automatically infect computers on a network. | ||
| + | |||
| + | == Trojan horse == | ||
| + | A computer program which appears to perform a certain action, but actually performs many different forms of codes. | ||
| + | |||
| + | == Spyware == | ||
| + | A computer program that can automatically intercept or take partial control over the user's interaction. | ||
| + | |||
| + | == See Also == | ||
* [http://en.wikipedia.org/wiki/Malware Wikipedia entry on malware] | * [http://en.wikipedia.org/wiki/Malware Wikipedia entry on malware] | ||
| + | |||
| + | [[Category:Malware]] | ||
Revision as of 10:40, 17 July 2008
Malware is a short version of Malicious Software.
Malware includes computer viruses, worms, trojan horses, spyware, etc.
Contents |
Virus
A computer program that can automatically copy itself and infect a computer.
Worm
A self-replicating computer program that can automatically infect computers on a network.
Trojan horse
A computer program which appears to perform a certain action, but actually performs many different forms of codes.
Spyware
A computer program that can automatically intercept or take partial control over the user's interaction.