Emotet — Office (OLE) / .DOC malware analysis

Static analysis result for SHA-256 17c57399fbd1e55e…

MALICIOUS

Office (OLE) / .DOC

176.8 KB Created: 2020-10-21 04:38:00 Authoring application: Microsoft Office Word
MD5: 83cabc5eea2b9c2d2237b6def84039e8 SHA-1: faa4ac688db6ff01007a13ed922c46ad1a245a30 SHA-256: 17c57399fbd1e55e5a4cd574a0fbc5d09f56580f9c2fa90f5f59b31ff8b9b275
202 Risk Score

Malware Insights

Emotet · confidence 95%

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment T1140 Deobfuscate/Decode Files or Information

The sample is a malicious Microsoft Word document containing a VBA macro. The macro is triggered by the Document_Open event and uses CreateObject to execute obfuscated code. ClamAV detection explicitly identifies this as Emotet. The obfuscated nature of the script suggests it's designed to download and execute a secondary payload.

Heuristics 6

  • ClamAV: Doc.Malware.Emotet-9781039-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Malware.Emotet-9781039-0
  • Document_Open macro high OLE_VBA_DOCOPEN
    Document_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
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://schemas.openxmlformats.org/drawingml/2006/main

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas
7f8cff52bb4ded49086d2df7b9cfebe2d016b73a3b091a757ad1794acb80249c
vba-macro oletools.olevba.extract_macros (decoded VBA source) 18885 bytes