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

Static analysis result for SHA-256 f38d4f35eaac9868…

MALICIOUS

Office (OLE) / .DOC

87.0 KB Created: 2015-06-05 18:19:34 Authoring application: Microsoft Excel
MD5: 14d1d278be421ea6a013359119dea1f0 SHA-1: a53220900749fb3b985148e8c9523588e5a8f61a SHA-256: f38d4f35eaac9868f3dc5d1dbb5a7a2c9e0e183dbb0b4a4e2af05622bfd1a1b8
240 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File T1059.001 PowerShell T1059.003 Windows Command Shell

The file contains Excel 4.0 macros, indicated by the OLE_XLM_AUTOOPEN and OLE_XLM_AUTOOPEN_DEFINEDNAME heuristics. The SC_STR_SHELLEXEC and SC_STR_URLDOWNLOAD heuristics suggest that these macros are used to execute arbitrary commands and download additional content. The presence of dangerous formula APIs in the Auto_Open macro further supports the malicious intent. The macros likely download and execute a second-stage payload, but no specific URLs or hashes were extracted.

Heuristics 5

  • Reference to URLDownloadToFile API critical SC_STR_URLDOWNLOAD
    Reference to URLDownloadToFile API
  • Excel 4.0 Auto_Open defined name critical OLE_XLM_AUTOOPEN_DEFINEDNAME
    oletools recovered an Auto_Open / Auto_Close entry from an Excel 4.0 macro sheet. The raw BIFF name can be tokenized or partially opaque to byte-string checks, but the recovered macro listing confirms the workbook has an XLM auto-execution entry.
  • XLM Auto_Open with dangerous formula APIs critical OLE_XLM_DANGEROUS_FN
    Excel 4.0 macro sheet contains an Auto_Open / Auto_Close entry and dangerous XLM formula APIs that can invoke programs, write files, or transfer control without VBA.
  • Reference to ShellExecute API high SC_STR_SHELLEXEC
    Reference to ShellExecute API
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_macros.txt
108625a75741de8fcedc0542c4757ef7b2a245aa7721c882f9b4dd93f428d0f8
xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 54174 bytes