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

Static analysis result for SHA-256 4e05abfa54a15f5c…

MALICIOUS

Office (OLE) / .DOC

222.5 KB Created: 2020-03-26 20:28:35 Authoring application: Microsoft Excel
MD5: 164f246671590d9a99d64be46b225c6a SHA-1: d4de7c74d8f0ca95326da888bbc9c0116cc59017 SHA-256: 4e05abfa54a15f5c11d86c2d294ad6d33b3375b285ab8fb4e62d18ab3933c1b5
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The file is an encrypted Excel 4.0 macro sheet, which is a strong indicator of malicious activity. The presence of macro sheet BOF markers suggests that the macros are designed to execute automatically. Without further deobfuscation or script content, the exact payload and delivery mechanism remain unclear, but the intent is to execute code.

Heuristics 2

  • 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.
  • 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.