|
Details: This virus is executed when its dropper program is run. The following text appear in the decompressed versions of the dropper programs:
Café Troc Virus, if you like you can create self an example of this nice program we hope that you have fun :(
before you begin to work with this nice programm, we would like to introduce our self
GhostDog, leader and Coder lives in England --> United Kingdom <--, 30 Years old student of informatic and hate all Lamerz and Rippers Mesut, Polymorphic Coder lives in Tuerkey --> Izmir <--, 28 Years old student of Nuclear Medicine and i am love all people who like kebap
more interesting informations, you can get next two month...!
The first time that the dropper program is run, it creates a copy of itself in the Windows directory. The filename of this dropped file is chosen at random.
The virus then adds the following registry entry:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\ CurrentVersion\Run\XXXX = C:\WINDOWS\XXXX.EXE
Where XXXX is the randomly chosen filename of the dropped file. This enables the virus to run at every boot up.
At every boot-up, the virus infects a few EXE files in the Windows and its subdirectories. The virus also infects other files by appending itself to the end of the file and changing some header values so that entry point now points to the virus code.
The virus adds about 70 Kilobytes to the target file. This virus is not encrypted but employs a polymorphic technique by scrambling the codes and linking jumps to the next block of code. The virus also modifies the instructions in such a way that the functionality remains the same but the code is changed.
Since EXPLORER.EXE is loaded upon boot-up, it cannot be infected by the virus so the virus does the following to infect it:
- Upon the first-reboot after running the dropper file, the virus creates an infected copy of EXPLORER.EXE as the file EXPLORER.AB in the Windows directory.
- Then it creates WININIT.INI with the following value:
<rename>c:\WINDOWS\EXPLORER.EXE = c:\WINDOWS\EXPLORER.AB
- On the next reboot, the virus infects EXPLORER.EXE since EXPLORER.AB is the one loaded upon boot-up as specified in the WININIT.INI. After infecting EXPLORER.EXE, the virus deletes WININIT.INI and EXPLORER.AB.
- On the third reboot, the infected EXPLORER.EXE is loaded upon boot-up so it cannot be cleaned or deleted.
The virus uses call gate techniques to gain ring zero privilege, and utilizes the ETG (Executable Trash Generator) engine to modify its own code and to hide from heuristic scanners.
It uses Structures Exception Handler (SEH) to catch errors while modifying its own code to prevent detection.
For additional information about this threat, see: Overview Solution
Search a new malware
Tell us how we did. Take our quick survey.
|