Please enable JavaScript to view this site.

Support Site User Guide

Category:        Malware

Type:                Trojan

Aliases:        Trojan-Downloader:OSX/Flashback.C

Affected Operating Systems:  OSX

 

Summary

Trojan-Downloader:OSX/Flashback.C poses as a Flash Player installer and connects to a remote host to obtain further installation files and configurations.

To complete its installation/infection, Flashback.C requires the user to key in the administrator password.

 

On installation, the installer first checks if the following file is found in the system:

/Library/Little Snitch/lsd

Little Snitch is a firewall program for Mac OS X. If the program is found, the installer will skip the rest of its routine and proceed to delete itself.

 

If the trojan is cleared to proceed, it connects to a remote host, identified as http://[...]93.114.43.31/counter/%encoded_strings%, with the decoded string following this format:

%Hardware_UUID% | %machine_architecture% | %kernel_version% | %encoded_md5%

 

The %encoded_md5% is the hash of the following:

%hardware_UUID%Jiangxi.

As of this writing, the remote host is up but it does not push anything.

 

Payload

Installation files and configuration returned by the host is encrypted using RC4, where the MD5 hash of the Hardware UUID of the infected system is used as the key. The decrypted content follows this format:

%encoded_payload_filename% | %encoded_payload_content%.

The installer drop copies of the payload to the following locations:

/Applications/Safari.app/Contents/Resources/%payload_filename%

/Applications/Firefox.app/Contents/Resources/%payload_filename%

 

A DYLD_INSERT_LIBRARIES environment variable is also added to the targeted browsers as launch point. This is done by inserting a LSEnvironment entry to the corresponding Info.plist of the browsers.

 

Example:

The following line is inserted into "/Applications/Safari.app/Contents/Info.plist":

<key>LSEnvironment</key><dict><key>DYLD_INSERT_LIBRARIES</key>

<string>/Applications/Safari.app/Contents/Resources/%payload_filename%</string></dict>

 

The following line is inserted to "/Applications/Firefox.app/Contents/Info.plist":

<key>LSEnvironment</key><dict><key>DYLD_INSERT_LIBRARIES</key>

<string>/Applications/Firefox.app/Contents/Resources/%payload_filename%</string></dict>

 

The installer then restarts running instances of Safari and Firefox in order to take the payload into effect.

 

The installer also disables the built-in anti-malware feature in Mac OS X. It unloads the XProtectUpdater daemon, and then wipes out the following files:

/System/Library/LaunchDaemons/com.apple.xprotectupdater.plist

/usr/libexec/XProtectUpdater

 

Removal

If you are using Sophos please follow the below link for removal instructions.

http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-edition.aspx

 

If you are not using Sophos or this does not remove the threat you can try using F-Secure (please note that F-Secure is not a supported LGfL product so using this software is done at your own risk).

http://www.f-secure.com/weblog/archives/00002346.html

Return to main page