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

Static analysis result for SHA-256 f6de93682b2ffaa4…

MALICIOUS

Office (OLE) / .DOC

198.5 KB Created: 2020-04-07 19:48:33 Authoring application: Microsoft Excel
MD5: b8de9aaa32dd89c53d63c89b0b3e5f8c SHA-1: d4199412d94314d9fa2b608c052aff7b7ae4a6f6 SHA-256: f6de93682b2ffaa40cd7ac4ba7ca20c06153ad0d9d098ef034b635c483e22402
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 it attempts to execute automatically upon opening. The document body is unreadable, but the macro sheet structure strongly implies malicious intent, likely to download and execute a secondary payload.

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.