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

Static analysis result for SHA-256 c56babeec925f9bd…

MALICIOUS

Office (OLE) / .DOC

275.0 KB Created: 2020-04-08 21:22:36 Authoring application: Microsoft Excel
MD5: 951de6125054ce6bcee9cd9ecf553ede SHA-1: 3f130a5baa3b7c51aefe3acc5d5068907f12a4d5 SHA-256: c56babeec925f9bd511e59edb7f2d66b45c9d297d1f03a612bcd56482aa95917
100 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an encrypted Excel 4.0 macro sheet, indicated by multiple high-severity heuristic firings. The presence of an 'AutoOpen' macro suggests automatic execution upon opening. While no specific malicious payload or URL was extracted, the nature of the heuristics strongly points to a malicious macro-based execution.

Heuristics 3

  • Encrypted Excel 4.0 macro sheet high OLE_XLM_ENCRYPTED_MACROSHEET
    Workbook contains an Excel 4.0 macro sheet and BIFF FILEPASS encryption. Password-protected XLM macro sheets, especially the default Excel password path, are a common malware evasion pattern because static formula extraction may fail until the workbook is decrypted.
  • OLE metadata lists many Excel 4.0 macro sheets high OLE_XLM_DOCPROPS_MACROSHEET_INVENTORY
    Workbook contains a BIFF Excel 4.0 macro-sheet marker and its clear OLE DocumentSummaryInformation stream lists many MacroN sheet titles. This is a useful static signal when FILEPASS encryption prevents formula extraction from the workbook stream.
  • 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.