Emotet — Office (OLE) / .XLS malware analysis

Static analysis result for SHA-256 11a1fa95bb836b0e…

MALICIOUS

Office (OLE) / .XLS

133.5 KB Created: 2015-06-05 18:17:20 Authoring application: Microsoft Excel
MD5: d7cf40482ed486b4f5dd5fa7ecfa1e06 SHA-1: ba827abb8055dce93fd3f6ef564a76fa3fe1d7c1 SHA-256: 11a1fa95bb836b0e6e9cbd0323705cc3be1b6297c2ae9c65add9df5f4b05e613
340 Risk Score

Malware Insights

Emotet · confidence 95%

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File T1566.001 Spearphishing Attachment

The sample contains an obfuscated auto-executing VBA macro that leverages CreateObject and Shell execution to download and run a second-stage payload. The macro attempts to download from multiple URLs, including 'http://afieeti.com/b/MzJFjFbwVhVZ/', and saves the payload to 'c:\programdata\' and 'c:\windows\syswow64\rundll3.dll'. This behavior is characteristic of Emotet downloaders.

Heuristics 8

  • Obfuscated auto-exec VBA loader critical OLE_VBA_OBFUSCATED_AUTOEXEC_LOADER
    Auto-exec VBA reconstructs strings with a heavy custom decoder (numeric char-array, repeated hex-string decode, or junk-token Replace removal) and feeds them to a COM-instantiation or execution sink. This obfuscated-loader shape keeps CreateObject/Shell/URL indicators out of the macro source.
  • ClamAV: Doc.Downloader.EmotetExcel02226-9938630-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Downloader.EmotetExcel02226-9938630-0
  • Reference to PowerShell high SC_STR_POWERSHELL
    Reference to PowerShell
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Workbook_Open macro high OLE_VBA_WBOPEN
    Workbook_Open macro
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • VBA macros detected medium OLE_VBA_MACROS
    Document contains VBA macro code

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
2371f091b169c7918c945b8974b3f60437212f84d1a9d429701826689481f8d8
vba-macro oletools.olevba.extract_macros (decoded VBA source) 6376 bytes