
Today
we are going to have a deeper look of these different types of Computer
Virus and Worms like where they store, what they damage,and how to get
rid from them?? So Guys read on…
System Sector Viruses :- System
sectors are special areas on your disk containing programs that are
executed when you boot (start) your PC. System sectors (Master Boot
Record and DOS Boot Record) are often targets for viruses. These boot
viruses use all of the common viral techniques to infect and hide
themselves. They rely on infected floppy disk left in the drive when the
computer starts, they can also be "dropped" by some file infectors or
Trojans.
Stealth Viruses :- These
viruses evade anti-virus software by intercepting its requests to the
operating system.A virus can hide itself by intercepting the anti-virus
software’s request to read the file and passing the request to the
virus, instead of the OS. The virus can then return an uninfected
version of the file to the anti-virus software, so that it appears as if
the file is "clean".
Bootable CD-ROM Viruses :- These are a new type of virus that destroys the hard disk data content when booted with the infected CD-ROM.
Example :- Someone might give you a LINUX BOOTABLE CD-ROM.
When
you boot the computer using the CD-ROM, all your data is gone. No
Anti-virus can stop this because AV software or the OS is not even
loaded when you boot from a CD-ROM.
Self Modification Viruses :- Most modern Antivirus Programs try to find Virus-Patterns inside ordinary programs by Scanning them for Virus Signatures.
A signature is a characteristic Byte-Pattern that is part of a certain virus or family of viruses.
Self-modification
viruses employ techniques that make detection by means of signatures
difficult or impossible. These viruses modify their code on each
infection. (each infected file contains a different variant of the virus).
Polymorphic Code Viruses :- A
well-written Polymorphic Virus therefore has no parts that stay the
same on each Infection.To enable polymorphic code, the Virus has to have
a Polymorphic engine (also called mutating engine or mutation engine).
Polymorphic code is a code that mutates while keeping the original
Algorithm Intact.
Metamorphic Viruses :- Metamorphic Viruses Rewrite themselves completely each time they are to Infect new Executable.
Metamorphic code is a code that can reprogram itself by Translating its
own code into a Temporary representation, and then back to normal code
again.
For example, W32/Simile consisted of over 14000 lines of assembly code, 90% of it is part of the Metamorphic Engine.
File Extension Viruses :-File
extension Viruses change the extensions of files. .TXT is safe as it
indicates a pure text file. With extensions turned off if someone sends
you a file named BAD.TXT.VBS you will only see BAD.TXT.If you've
forgotten that extensions are actually turned off, you might think this
is a text file and open it. This is really an executable Visual Basic
Script Virus file and could do
Serious Damage . ..Countermeasure is to turn off “Hide file extensions” in Windows.

No comments:
Post a Comment