Some viruses rewrite themselves completely each time they infect. These viruses are said to be metamorphic. As you might expect, the programming … [Read more...]
Archives for 2013
NTFS ADS Viruses
The NT File System (NTFS) contains within it a system called Alternate Data Streams (ADS). This subsystem allows additional data to be linked to a … [Read more...]
Polymorphic Viruses
To confound virus scanning programs, virus writers created polymorphic viruses. These viruses are more difficult to detect by scanning because each … [Read more...]
How Viruses Infect
Viruses are sometimes also categorized by how they infect. These categorizations often overlap the categories above and may even be included in the … [Read more...]
Source Code
While rare, it is possible to infect actual programming source code found on your computer. Source code comes in many forms because of the many … [Read more...]
Visual Basic Files
The exploit popular earlier were Visual Basic Script (VBS) worms. What is VBS? Let's see what Microsoft says: Microsoft® Visual Basic® … [Read more...]
Screensavers
Early computers used cathode ray tubes (CRTs) for display. These were basically analog TV sets designed to work with a computer video system. The CRT … [Read more...]
Vulnerabilities
Operating systems and programs are complicated pieces of software with up to millions of lines of source code going into their development. While it … [Read more...]
Batch Files
While not often found, it is possible to write a batch file that contains a virus. In most cases the batch file is used to drop a memory or disk virus … [Read more...]
Macros
As indicated throughout this tutorial, in order for a virus to do anything, first a program of some type must execute. A virus, no matter what type, … [Read more...]