Malicious Office (OLE) / .DOC — malware analysis report

Static analysis result for SHA-256 5e84efe4d51ed6e3…

MALICIOUS

Office (OLE) / .DOC

1.07 MB Created: 2020-10-05 15:45:00 Authoring application: Microsoft Office Word
MD5: c4dc25fdbdc0b722de6cb190e08757ce SHA-1: d52e95b887badf0081d66965913555a0b59f00e9 SHA-256: 5e84efe4d51ed6e3de4aca32ec599edaf9fd1a2ff1a45dae5d471a53fd121e3e
262 Risk Score

Malware Insights

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

The sample is a malicious OLE document containing heavily obfuscated VBA macros. The presence of Auto_Close and auto-exec loaders, along with references to WScript and the use of Shell execution, strongly indicates an intent to download and execute a secondary payload. The ClamAV detection further confirms its malicious nature. No specific family could be identified due to the obfuscation.

Heuristics 7

  • 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.Malware.Generic-9775351-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Malware.Generic-9775351-0
  • Reference to Windows Script Host high SC_STR_WSCRIPT
    Reference to Windows Script Host
  • Auto_Close macro high OLE_VBA_AUTOCLOSE
    Auto_Close macro
  • 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
92a755e866f8c6ab3df0b81470df1af42ca53205894c416d2edec4a9457edcb1
vba-macro oletools.olevba.extract_macros (decoded VBA source) 78200 bytes