EXE infector

Classification

Category :

Malware

Type :

-

Aliases :

EXE infector, EXE infector, EXE virus

Summary

EXE Infector (generic description).

This type of virus infects EXE files. An EXE file is a binary executable file. EXE files can be 16-bit and 32-bit. 16-bit executable files contain for 16-bit operating systems such as DOS and Windows 3.xx. The 32-bit executable files are used in modern operating systems such as Windows. Both 16-bit and 32-bit executable files have headers. A header is a data area that preceedes an executable code and contains vital information about a file (for example all headers contain entry point addresses - the place where execution of a file starts).

Removal

Based on the settings of your F-Secure security product, it will either move the file to the quarantine where it cannot spread or cause harm, or remove it.

A False Positive is when a file is incorrectly detected as harmful, usually because its code or behavior resembles known harmful programs. A False Positive will usually be fixed in a subsequent database update without any action needed on your part. If you wish, you may also:

  • Check for the latest database updates

    First check if your F-Secure security program is using the latest updates, then try scanning the file again.

  • Submit a sample

    After checking, if you still believe the file is incorrectly detected, you can submit a sample of it for re-analysis.

    Note: If the file was moved to quarantine, you need to collect the file from quarantine before you can submit it.

  • Exclude a file from further scanning

    If you are certain that the file is safe and want to continue using it, you can exclude it from further scanning by the F-Secure security product.

    Note: You need administrative rights to change the settings.

Technical Details

An EXE infector can be prepending (writes itself before the original file), appending (writes itself to the end of the original file), overwriting (overwrites the original file with its own code), inserting (inserts itself into gaps inside the original file), companion (renames the original file and writes itself with the original file's name) and cavity infector (writes itself between file sections of 32-bit file). An EXE infector can be memory resident and non-memory resident. Memory resident viruses stay active in memory, trap one or more system functions (usually interrupt 21h or Windows file system hooks) and infect files while they are accessed. Non-memory resident viruses search for EXE files on a hard disk and infect them.

An EXE infector can be non-encrypted, encrypted or polymorphic. An encrypted or polymorphic virus consists of one or more decryptors and a main code. A decryptor decrypts main virus code before it could be started. Encrypted viruses usually use fixed or variable key decryptors while polymorphic viruses have decryptors that are randomly generated from processor instructions and contain a lot of commands that are not used in decryption process.