Understanding the image hijacking technology of virus

Source: Internet
Author: User

Definition of Image hijacking

The so-called image hijacking (IFEO) is the image File Execution Options, located in the registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

Because this item is used primarily for debugging programs, it does not mean much to the average user. By default, only administrators and local system have permission to read and write changes.

Popular point, is like I want to run QQ.exe, the results of the operation is FlashGet.exe, that is, in this case, the QQ program was flashget to hijack, that is, you want to run the program was replaced by another program.

Image hijacking virus

Although image hijacking is the function of the system itself, it is not necessary for our general users, but there are some viruses through image hijacking to make a fuss, on the surface appears to be running a program, in fact, the virus has been running in the background.

Most viruses and Trojans are run by loading system startup items, and some are registered as system services to start, they mainly by modifying the registry to achieve this goal, mainly in the following areas:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows\AppInit_DLLs
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce

For more startup items, refer to all the ways that the startup program may be loaded at startup &&& how the system loads.

But with the usual Trojan, the virus is different, there are some viruses are not through these to load themselves, not with the system to start running, but wait until you run a specific program running, which also captures the psychology of some users, the general user, as long as the discovery of their own machine in the virus, The first thing to look at is the system add-in, few people think of image hijacking, this is also the place where the virus is smart.

Image hijacking virus mainly by modifying the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options Word hijacked normal procedures, such as a virus vires.exe to hijack the QQ program, it will be in the location of the registry to create a new Qq.exe item, and then the key of a new string below this item debugger content is: C:\WINDOWS\SYSTEM32\VIRES . EXE (This is the directory of virus hiding). Of course, if you change the string value to any other value, the system prompts you not to find the file.

The basic principle of image hostage

When a WINDOWS NT system tries to execute a request from an executable that is invoked from the command line, it checks to see if the running program is an executable file and, if so, checks the format, and then checks for the presence of the file. If it does not exist, it prompts the system not to find the file or "The specified path is incorrect, and so on." Delete these keys, the program can be run!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.