lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
From: security at astrobox.net (Michael Bemmerl)
Subject: Sears Scam Trojan Code

Hello list!

> Hi,
> usb_d.exe is a UPX packed executable of 24769 bytes (MD5:
> 32618578cedbfe8b73bbf975e23be1fc) - [info for my broken PE]

It's UPX 1.90 (beta) packed, but I get an other MD5-Sum:
c8448185f7bf5c6cc702f4df24d9aa33 *usb_d.exe        (decompressed)
b33ddfe16b2a11719aef76f3e24c7e04 *Kopie von usb_d.exe        (original)
The sums were created with fsum 2.5

> Please post full details when you analyze this file, I will be very
> interested to know how you do it properly.

The program has a menu:

POPUP "&File"
{
MENUITEM "E&xit", 105
}
POPUP "&Help"
{
MENUITEM "&About ...", 104
}

The About-dialog has four controls:
CONTROL 107, 2, STATIC, SS_ICON | WS_CHILD | WS_VISIBLE, 14, 9, 16, 16
CONTROL "__ Version 1.0", -1, STATIC, SS_LEFT | SS_NOPREFIX | WS_CHILD |
WS_VISIBLE | WS_GROUP, 49, 10, 119, 8
CONTROL "Copyright (C) 2003", -1, STATIC, SS_LEFT | WS_CHILD | WS_VISIBLE |
WS_GROUP, 49, 20, 119, 8
CONTROL "OK", 1, BUTTON, BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP
| WS_TABSTOP, 195, 6, 30, 11

String-Table:
103, "__"
106, "Hello World!"
109, "__"

After offset 0xB030 comes some socket status messages (like "Error creating
server socket", "Error creating socket"), an HTTP-request-header to domain
cjdra.com. It self puts a link to its location in
Software\Microsoft\Windows\CurrentVersion\Run.

For me it seems to be an proxy-server or something which gets its commands
from cjdra.com to perform a sort of DDos or something.

XMas-Greets from Germany,
Michael



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ