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

Static analysis result for SHA-256 69cfd22f314629b9…

MALICIOUS

Office (OLE) / .DOC

224.5 KB Created: 2020-03-23 15:35:57 Authoring application: Microsoft Excel
MD5: 459ddee19ecbbd6ce626565db136c67c SHA-1: c799d98a56129bdb583493658ea3836682aa707b SHA-256: 69cfd22f314629b9535454768b03d8c7fade9964c7ffdf37bf14fd68e560e660
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an Excel 4.0 macro sheet that is encrypted, preventing further static analysis of its contents. Heuristics indicate the presence of an 'AUTOOPEN' macro, suggesting it attempts to run automatically when the document is opened. The encryption and presence of an auto-executing macro strongly suggest malicious intent, likely to download and execute a secondary payload.

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.