Jump to content

New RTF macro Malware from the Dridex gang


steven36

Recommended Posts

In the aftermath of Locky many companies started blocking EXE files directly attached or in ZIP files on their mail gateways. Some moved further and started removing active content in DOC, XLS,  and other MS Office files.  Today an old file type got used again and the virus scanner hit rate was really bad again.

 

Details

The Malware gets delivered by mails with a RTF file attached (which is often used in the medical area), which e.g. looks like this:

SDV45mN.png

 

The company exists if you check before opening the attachment. Normally bad RTF files did contain EXE files within them, but not this time. This time it contains highly obfuscated macro code, which MS Word executes. which looks like this:

Sub Document_Open()
Dim HGFDSXDSFVV
HCFDSFDSFB = "hel"
VDSFCDSJ = "qweee"

GoTo PQOycAsH
Dim XJwoBhgN As String
Open "JQJLAG.ANU" For Binary As 66

GoTo pKlIahvf
Dim wVyQZrAv As String
Open "CTTBNH.FEB" For Binary As 18
Put #18, , wVyQZrAv
Close #18
pKlIahvf:

Put #66, , XJwoBhgN
...

which then did use WScript.exe  to download a file from

http://wrkstn09.PEORIASENIORBAND.COM/dana/home.php

other researchers report followingURLs:

http://connect.businesshelpa-z.com/dana/home.php
http://wrkstn09.satbootcampaz.com/dana/home.php

 

The file is called fu**yourself.a*s which is in reality a EXE file, which contains the Malware itself. Uploading this (we’re one of the first it seems ) to Virustotal showed that only 2 virus scanner detected the Malware:

 

SkpF9qe.png

 

Some hours later and after others saw the file also in the wild and as we reported the file to virus vendors it looks a little bit better, but not good – for the dropper 8/56:

 

hS0bZy7.png

 

and for the malware itself 10/56:

nhq4IXQ.png

 

normally don’t write about single viruses, but this one is a show case for some opinions I’ve for some time now.

  1. Forget about normal virus detections – sure keep it on Windows system but don’t count on it.
  2. You really need to implemented procedures as described in this early blog post.
  3. It gets more and more important to implement a sand-boxing technology, where all your files which get to you’re company from the internet gets executed / opened. And this means every file .. not only executables. There are also sand boxing technologies that run on premise or in an European data center.
  4. Bigger companies can mitigate that problem easier, the problem child are home users and small companies.

I don’t have a good solutions for home users so far … maybe someone knows something that I could recommend the Windows home users I know.

 

The Source

 

Link to comment
Share on other sites


  • Replies 1
  • Views 698
  • Created
  • Last Reply

Just another good reason why all attachments are deleted from our emails and internal hyperlinks removed.  Home users need to learn not to open attachments or click on hyperlinks.  It isn't that the malware writers are so smart, most of them beg, borrow, or steal their code, but that users are so dumb.  Some of my friends have started charging $250 an hour to remove malware from a system, just to teach the idiots an expensive lesson.  One lady paid $1500 to have it removed from her $300 Acer Notebook.  I almost had a heart attack laughing.

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...