Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Possible new version of Flashback trojan

Dear all,


today I experienced some problems just like the people in these two threads:


https://discussions.apple.com/thread/3355170?tstart=0

https://discussions.apple.com/thread/3350734?answerId=16280207022#16280207022


Among others, my finder sidebar suddenly said SD5, SD6, SD7 instead of "Devices", "Shared" etc., and Skype crashed when trying to start it.

Examining Skype's crash report revealed the following line:


0x154c000 - 0x1574ff3 +.AiseesoftFLVConverter.so ??? (???) <23EEF509-128B-B224-D44D-313574EE83D3> /Users/Shared/.AiseesoftFLVConverter.so


which happened to share resemblance with the file <user>/.MacOSX/environment.plist, the content of which contained :


<dict>

<key>DYLD_INSERT_LIBRARIES</key>

<string>/Users/Shared/.AiseesoftFLVConverter.so</string>

</dict>


While I've renamed the two files, and my system has returned to normal behaviour, I'm not entirely sure I've deleted every part of the trojan. As for the files that are mentioned in the links above, I've moved and renamed the environment.plist file, but I wasn't able to find any of the other files mentioned:


  1. .MacOSX/environment.plist
  2. Library/LaunchAgents/com.apple.SystemUI.plist
  3. Library/Preferences/perflib
  4. Library/Preferences/Preferences.dylib
  5. Library/Logs/swlog

I'll be happy to provide any further information/trojan files if someone thinks there's something they can do with it.

One problem remains, as can be seen in the following screen shot. My <user>/Library/Preferences/ directory seems to have been altered or tampered with in some way, is there any chance there is still an active and malicious part of the trojan on my computer?

User uploaded file


All help is appreciated! Thanks in advance

MacBook Pro, Mac OS X (10.6.8)

Posted on Feb 20, 2012 4:47 PM

Reply
23 replies

Feb 21, 2012 12:51 PM in response to shellmayr

Well I can't say much. by looking at the code.


Since DYLD_INSERT_LIBRARIES is defined in .MacOSX/environment.plist then obviously there is another piece of code that uses DYLD_INSERT_LIBRARIES. I have to assume that must be in ~/Library/LaunchAgents since the affects if I recall are account specific. The file in ~/Library/LaunchAgents must use the DYLD_INSERT_LIBRARIES environment variable to call the AiseesoftFLVConverter.so_OLD code. And without seeing the launchagent I assume most of the damage is done by AiseesoftFLVConverter.so_OLD. This organization, if I recall, is not much different than the original strain.


As for AiseesoftFLVConverter.so_OLD itself. I can't say much. It's C++ code using STL with all of the non-library symbols stripped. A couple of the (I assume key) strings are encrypted. The code manufactures a small chunk of javascript (that's in the clear). I see references in the code generating url's and GET which may mean it is trying to download something (if that is the case Little Snitch could block it). I also see a reference to the string "/Users/Shared/" so maybe there's something down in there as well. Similarly for "/Applications/Safari.app/Contents/Resources/".


So this code could be trying to "spay" stuff into various other chunks of code. Insidious.


That's all I can deduce so far.

Feb 21, 2012 7:45 PM in response to shellmayr

I picked this up in the last day or two and after investigating older solutions and specifically this one, removed the environment.plist and the .so file in question. I found it in the same place (/users/shared...) but it had a differnt name than the one the op had.

It was called "WebSiteCompanion.so" and was a hidden file , I could only see it using tinker tool

It also appeared in the environment plist so i removed both and rebooted and everything seems back to normal. I don't really know anything about these types of things, but i kept the trojan file in case it's a newer or relatively unknown version (not sure with the names) so if anyone would like me to upload it to take a look it, let me know.

Possible new version of Flashback trojan

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.