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

Static analysis result for SHA-256 7e8617404aaa7d47…

MALICIOUS

Office (OLE) / .DOC

68.0 KB Created: 2020-04-13 17:59:51 Authoring application: Microsoft Excel
MD5: 4fc79022d4fb12a2f5e8d163c6a8ecfa SHA-1: 9e6d97bf7fee2e1fba66cab5de2dff6e52099dde SHA-256: 7e8617404aaa7d47535acb814f560663784a393dbb321566cea12b7acdc31a0f
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The file is an Excel document identified as malicious due to the presence of an encrypted Excel 4.0 macro sheet. This type of macro is often used to download and execute further malicious payloads. The specific macro sheet was detected with a BOF marker at offset 0x477D.

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.