On 2 Feb 2004 13:59:51 -0800,
(aniram) wrote:
>Just curious, or I may be watching too many Sci-fi movies.
>Is it possible that computer virus mutates by itself and exposing to
>the public? Computer viruses may originally be instructed by human,
>but is it possible that they became out of control and starts attcking
>computer without human instruction? .... just like flu and other
>viruses that attack human's health.
The basic concept of a virus is that it is a program that duplicates
itself and spreads. Most don't actually do any damage, but you really
don't want any because they use up system resources.
As another poster has stated polymorphic viruses have been around for
awhile. These mutate their own code so that it looks different and
generally makes itself harder to detect by AntiVirus (kind of like the
common cold).
As far as SciFi visions of intelligent viruses taking over the net and
becoming conscious are concerned. Not with today's technology, because
everything about a virus has to be hard coded. It might be able to
make intelligent decisions about how best to attack a system or what
actions to take, but it all has to be predetermined by the programmer.
And this goes for most forms of modern day AI.