Emotet — Office (OLE) / .DOC malware analysis

Static analysis result for SHA-256 63edc4ccc3345880…

MALICIOUS

Office (OLE) / .DOC

99.4 KB Created: 2020-09-30 15:24:00 Authoring application: Microsoft Office Word
MD5: 37fdcb36cf688b5458c4ea2b3c4ba85c SHA-1: cff4fd64adce33772b5f98564755bfdc43169cc5 SHA-256: 63edc4ccc3345880ec3dd6e74360b45a0fa1e9b3147c21d245557ee0721fc347
202 Risk Score

Malware Insights

Emotet · confidence 95%

MITRE ATT&CK
T1059.005 Visual Basic T1566.001 Spearphishing Attachment

The sample is a malicious Office document containing VBA macros, specifically a Document_Open macro that uses CreateObject to execute code. ClamAV identifies it as Emotet, a known downloader family. The VBA script appears to construct a URL from concatenated strings, likely for downloading a second-stage payload.

Heuristics 6

  • ClamAV: Doc.Downloader.Emotet-9769771-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Downloader.Emotet-9769771-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
ffe9fe53b7a193e1156757f1f7cb58168987f3cecaa6641f417dbe36901c8723
vba-macro oletools.olevba.extract_macros (decoded VBA source) 10131 bytes