answersLogoWhite

0


Best Answer

reformat the hard drive and reload the operating system. then restore from a backup date previous to the date of infection. all data stored between the backup date and the reformat date will be lost.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get rid of an polymorphic virus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which virus can change its own code?

polymorphic


What is the name of the polymorphic virus outbreak?

There have been several polymorphic virus outbreaks. In 1991, the Tequila virus was the cause.


What is the name of the polymorphic virus in 1991?

The polymorphic virus in 1991 was called the Tequila virus. It was one of the first viruses to utilize polymorphic code to change its appearance with each infection, making it harder to detect and remove.


What is name of the polymorphic virus outbreak in 1991?

the answer Tequila is the name of the outbreak in 1991


As a virus replicates it changes its characteristics?

polymorphic


What is a Polymorphic virus?

A polymorphic virus is a type of malware that can change its code to avoid detection by antivirus software. It does this by encrypting or obfuscating its code in a way that it appears different each time it infects a new system. This makes it difficult for traditional signature-based detection methods to identify and remove the virus.


Does Polymorphic Change itself from a virus to a worm?

A polymorphic virus not only replicates itself by creating multiple files of itself, but it also changes it's digital signature every time it replicates.


Which of the following classifications of viruses can change its own code to avoid detection?

A polymorphic virus is able to change its code to evade detection by antivirus software, making it difficult to analyze and detect.


What is polymorphic virus?

A polymorphic virus is a type of malicious software that constantly changes its appearance in order to avoid detection by antivirus programs. It achieves this by encrypting its code with different algorithms each time it infects a new file or system. This makes it difficult for traditional signature-based antivirus software to identify and remove the virus.


What is the of the polymorphic virus outbreak in 1991?

the answer Tequila is the name of the outbreak in 1991


Viruses that periodically change their code to avoid detection are called?

polymorphic virus


How old do you have to be to enter Ghost Hunters Academy?

Polymorphic code was the first technique that posed a serious threat to virus scanners. Just like regular encrypted viruses, a polymorphic virus infects files with an encrypted copy of itself, which is decoded by a decryption module. In the case of polymorphic viruses, however, this decryption module is also modified on each infection. A well-written polymorphic virus therefore has no parts which remain identical between infections, making it very difficult to detect directly using signatures. Antivirus software can detect it by decrypting the viruses using an emulator, or by statistical pattern analysis of the encrypted virus body. To enable polymorphic code, the virus has to have a polymorphic engine (also called mutating engine or mutation engine) somewhere in its encrypted body. See Polymorphic code for technical detail on how such engines operate.[21] Some viruses employ polymorphic code in a way that constrains the mutation rate of the virus significantly. For example, a virus can be programmed to mutate only slightly over time, or it can be programmed to refrain from mutating when it infects a file on a computer that already contains copies of the virus. The advantage of using such slow polymorphic code is that it makes it more difficult for antivirus professionals to obtain representative samples of the virus, because bait files that are infected in one run will typically contain identical or similar samples of the virus. This will make it more likely that the detection by the virus scanner will be unreliable, and that some instances of the virus may be able to avoid detection.