Section C: MALICIOUS and DESTRUCTIVE Programs: Virus
Section C: MALICIOUS and DESTRUCTIVE Programs: Virus
Virus
a program (usually destructive) that attaches to a legitimate program to penetrate the
operating system and destroy application programs, data files and the operating system
itself.
An insidious aspect of a virus is its ability to spread throughout the host system and on
the other systems before penetrating its destructive acts.
It grows geometrically, which makes tracing its origin extremely difficult.
Virus usually attach themselves to the following type of files: 1) an EXE program file, 2)
an OVL (overlay) program file, 3) the boot sector of a disk and 4) a device driver
program.
Mechanism for spreading viruses includes e-mail attachments, downloading of public
domain programs from the internet, and using illegal bootleg software.
Worm
A software program that virtually burrows into the computers memory and
replicates itself into areas of idle memory.
Systematically occupies idle memory until the memory is exhausted and the
system fails.
It differs from viruses in that the replicated worm modules remain in contact with
the original worm that controls their growth, whereas the replicated virus modules
grow independently.
Logic bomb
ARR