LLXX
March 31st, 2007, 06:01
A friend sent me this for analysis. NOD32 calls it a Win32/VB.ASW which is supposedly a "Yuri RAT" trojan.
I can't really tell anything other than the fact that it's written in VB due to the "MSVBVM60.DLL" in the header, and it's packed with something I haven't seen before -- it has the following entry point:
Section table is absolutely normal, and there are no obscure tricks like TLS (though the unpacker does look obfuscated).
MALWARE - download at your own risk!
I can't really tell anything other than the fact that it's written in VB due to the "MSVBVM60.DLL" in the header, and it's packed with something I haven't seen before -- it has the following entry point:
Code:
00405000: FC cld
00405001: 55 push ebp
00405002: 50 push eax
00405003: E800000000 call .000405008
00405008: 5D pop ebp
00405009: 60 pushad
0040500A: E803000000 call .000405012
MALWARE - download at your own risk!