Th3_uN1Qu3
September 9th, 2009, 17:05
Hey everybody, here i have a little something for you to play with. I receive messages with this kind of crap more and more often, so a lot of people have been infected by it apparently. It sends the following messages to everyone in the infected user's messenger list:
The displayed URLs are randomized from time to time. They are fake, the real URL they all point at is (WARNING DON'T CLICK RUN THIS IS THE ACTUAL VIRUS):
Heh, nice trick with that .com there. By researching online i know the following things about this virus:
The only AV that can remove it on its own is currently Avira. It has a very low detection rate (only 6 AVs on VirusTotal find it). It creates:
It also spreads via USB drives using autorun.inf. I did a bit of snooping around on my own and i found out it is written in C, and quite a bit of the code is obfuscated. I loaded it in OllyDbg (DeFixed edition by Team FOFF), and it threw a few exceptions. Once i passed them to the virus i was able to see the IM sending code but not much else. Then DeFixed throws another exception at FFE38160, passing this one to the virus results in the debugger hanging.
I'm curious about its actual purpose. Is it a keylogger, a trojan, or what else? Hope someone can help me shed some light on this one. Download from attachment or the link above.
Password: malware
Quote:
OMG Michael Jackson = gay > http://hahaha.machiaeljacksondied.com LOL WTF !!! -> http://lulz.machiaeljacksondied.com |
The displayed URLs are randomized from time to time. They are fake, the real URL they all point at is (WARNING DON'T CLICK RUN THIS IS THE ACTUAL VIRUS):
Code:
http://www.freewebtown.com/jackowacko666/IMG07092009.jpg--www.MichaelJackson.com
Heh, nice trick with that .com there. By researching online i know the following things about this virus:
The only AV that can remove it on its own is currently Avira. It has a very low detection rate (only 6 AVs on VirusTotal find it). It creates:
Code:
C:\Documents and Settings\<user>\Local Settings\Temp\174094.exe
C:\Documents and Settings\<user>\Local Settings\Temp\MichaelJackson_SUCKS.PIF (or other files with “MichaelJackson” in their name and .pif extension)
C:\Documents and Settings\<user>\Local Settings\Temp\svchost32.exe
C:\Documents and Settings\<user>\Local Settings\Temp\vshost32.exe
C:\vshost.exe
C:\autorun.inf
It also spreads via USB drives using autorun.inf. I did a bit of snooping around on my own and i found out it is written in C, and quite a bit of the code is obfuscated. I loaded it in OllyDbg (DeFixed edition by Team FOFF), and it threw a few exceptions. Once i passed them to the virus i was able to see the IM sending code but not much else. Then DeFixed throws another exception at FFE38160, passing this one to the virus results in the debugger hanging.
I'm curious about its actual purpose. Is it a keylogger, a trojan, or what else? Hope someone can help me shed some light on this one. Download from attachment or the link above.
Password: malware