Home / malwarePDF  

Backdoor.WinCE.Brador.A


First posted on 21 November 2011.
Source: BitDefender

Aliases :

Backdoor.WinCE.Brador.A is also known as Brador.

Explanation :

Although this is the first backdoor attacking the WinCE platform, it contains advanced features
such as listing folder contents, uploading and downloading of files, remote execution of files,
etc.

When run, the worm copies itself to the WinCE startup folder as svchost.exe; this way it will gain
on every system boot; then the backdoor attempts to initialize the Windows Socket interface
(the minimum version it accepts is 1.1) and, if successfull, it creates a socket and binds it to
port 2989 ("BAD" in ASCII).

Then it attempts to connect to port 25 (SMTP) of the server 194.67.23.111 (which is a known
Russian mail server) and send informations to the author, using the address brokensword@ukr.net.

For the mail sending routine, this backdoor uses its own implementation of a trivial SMTP client,
with no error-checking.

> Backdoor functions:

The worm accepts connections incoming on port 2989. The communication is rather simple: the attacker
sends a one-character command, the backdoor attempts tp find this character in a string and uses
the index to jump to a function (from a function table).

> Commands:

"d" : Enumerate files, and send to the author their names and sizes
"g" : Send a file to the attacker, in 1024-byte chunks
"r" : Execute a process (or command) on the infected host
"p" : Download a file from the attacker, in 1024-byte chunks
"m" : Displays a message box
"f" : Closes the communication port

Last update 21 November 2011

 

TOP