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

Static analysis result for SHA-256 14a3327458b734e3…

MALICIOUS

Office (OLE) / .DOC

1.01 MB Created: 2020-10-05 15:45:00 Authoring application: Microsoft Office Word
MD5: 430ba26a6f2b30c43384b5693a9fe5dc SHA-1: 84b83e0615e24bbf249d48d4d276f557bc3131dd SHA-256: 14a3327458b734e398d5678f72482e4c429c2db0e9349e74fdf06618a952ea6d
262 Risk Score

Malware Insights

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

The sample is a malicious Office document containing obfuscated VBA macros, including an Auto_Close macro, which is a common loader for malicious payloads. The presence of 'OLE_VBA_OBFUSCATED_AUTOEXEC_LOADER' and 'OLE_VBA_PCODE_AUTOEXEC_EXEC' heuristics indicates a deliberate attempt to hide malicious execution logic. The Auto_Close subroutine is designed to execute automatically when the document is closed, likely to download and execute a secondary payload.

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
31dbf11c68f4630ae88daad88721483cc240c540a489617485e4533eac52fb30
vba-macro oletools.olevba.extract_macros (decoded VBA source) 78221 bytes