F-Secure: Be Sure
Main
F-Secure Logo - Be Sure
Select local site


Privacy Policy
Legal Notices
Contact Us

F-Secure Virus Descriptions : Gpcode

[Summary] | [Disinfection] | [Detailed Description] | [Detection]



NAME:Gpcode
ALIAS:Virus.Win32.Gpcode, PGPcoder, Trojan.Pgpcoder, Gpcode
SIZE:56832

Summary

Gpcode is a trojan that encrypts files with certain extensions on local and remote drives and then asks a user to contact its author to buy a decryption solution. So basically the trojan makes user's files hostages and asks for a ransom to "free" them. This is a type of criminal activity that has not been seen for a long time.

VARIANT:Virus.Win32.Gpcode.b

Disinfection

F-Secure Anti-Virus can detect and decrypt files encrypted by Gpcode trojan as well as it can detect and remove the trojan's file. If you are hit by this trojan and your files are encrypted, please scan ALL files on your hard disk and they will be decrypted.

Back to the Top


Detailed Description

The trojan's file is a PE executable about 56 kilobytes long, packed with UPX file compressor.

After the trojan's file is run by a user it creates a startup key for its file in Windows Registry:

 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
 "services"="<file_name>"

where <file_name> is the name of the trojan's file.

Then the trojan starts to scan local and remote drives for files with the following extensions:

 .xls
 .doc
 .txt
 .rtf
 .zip
 .rar
 .dbf
 .htm
 .html
 .jpg
 .db
 .db1
 .db2
 .asc
 .pgp

When a file with any of these extension is found, the trojan reads it to memory, encrypts file's data with a simple algorithm, saves encrypted data into a new file (the name of this file is 'coder' + original file's name: for example for FILE.PGP the trojan will create the CODERFILE.PGP file), deletes the original file and then renames the newly created file with the name of the original file.

After that the trojan creates a text file named ATTENTION!!!.TXT in the same folder where the encrypted file is located. This .txt file contains the following text:

 Some files are coded.
 To buy decoder mail: n781567@yahoo.com
 with subject: PGPcoder 000000000032

All encrypted files have the following 21 byte text string in their beginning:

 PGPcoder 000000000032

The encryption algorithm is quite simple - the trojan uses ADD operation on the original file's data with a single byte encryption key. The original value of the encryption key is 58 (0x3a) and it is modified using 2 fixed byte values which are 37 (0x25) and 92 (0x5c) after encryption of each next byte of the original file's data.

While the trojan scans local and remote drives, it keeps a track of all found folders and files in the AUTOSAVE.SIN file that is created in a temporary folder.

After all files are encrypted the trojan terminates its process, deletes its executable file, AUTOSAVE.SIN file and its startup key from the Registry.

Back to the Top


Detection

F-Secure Anti-Virus detects Gpcode.b trojan with the following update:

[FSAV_Database_Version]

Version=2005-05-23_01

Back to the Top


Technical Details: Alexey Podrezov, May 27th-28th, 2005;

Description Updated: Alexey Podrezov, May 30th, 2005;

F-Secure Corporation