Samker's Computer Forum - SCforum.info

World TOP Headlines: => Latest Security News & Alerts => Topic started by: Pez on 05. March 2013., 08:38:36

Title: Red October Botnet Hides Calls to Control Server
Post by: Pez on 05. March 2013., 08:38:36
Red October Botnet Hides Calls to Control Server

(http://blogs.mcafee.com/wp-content/uploads/2013/03/MrRich.jpg)

While working on the release of the latest version of the McAfee Network Security Platform, which offers advanced malware and botnet protection (http://www.mcafee.com/us/products/network-security-platform.aspx#vt=vtab-Demo), we tested a sample of the malware Red October. With the help of our in-house advanced botnet analysis framework, we analyzed the network traffic generated by this sample and tracked its communications with the botnet control server.

Today, most malware uses cryptography in its communications to evade detection from network-monitoring appliance such as intrusion detection and prevention systems. The cryptography makes it very challenging to find the messages’ structure. The is the case with Red October, which collects infected machine information such as volume drive serial number, Internet Explorer product key, available MAC IDs, etc. and encrypts those messages with an SHA1-like algorithm and sends them to its control server. We find it useful to know the exact structure of the encrypted network communication because it also reveals what kind of data the malware steals and how it is encrypted.

Red October uses various layers of packers and obfuscation techniques to execute its final code. One of interesting bit of the code tells us how it triggers a function that sends user data to the control server after encryption.

The code uses the SetTimer API to execute the TimeProc function after 15 minutes.

(http://blogs.mcafee.com/wp-content/uploads/2013/03/1.SetTimer.png)

We find the code for its cryptic stuff here:

(http://blogs.mcafee.com/wp-content/uploads/2013/03/red_october_traffic.png)

And finally it sends to the control server:

(http://blogs.mcafee.com/wp-content/uploads/2013/03/red_october-traffic2.jpg)

In response, the control server sends encrypted commands to the infected machine. This command data is parsed accordingly:

(http://blogs.mcafee.com/wp-content/uploads/2013/03/parsing-CC-commands.jpg)

McAfee customers are well protected with our UDS-BOT signature, which is now integrated with the Network Security Platform (http://www.mcafee.com/us/products/network-security-platform.aspx#vt=vtab-Demo).


Orginal article: Saturday, March 2, 2013 at 10:15pm by Vikas Taneja