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

Static analysis result for SHA-256 5f3f3e2b357aec0b…

MALICIOUS

Office (OLE) / .DOC

66.5 KB Created: 2020-04-14 07:15:43 Authoring application: Microsoft Excel
MD5: 0e60f517b35d640031e703107b768676 SHA-1: b1be6cfb1295f9938b11c14fdac7c2d689fc2b8c SHA-256: 5f3f3e2b357aec0bbc03bcbc179bdfb222723a69eabe307710b322591408d86f
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The file is an Excel 4.0 macro sheet that is encrypted, indicating a deliberate attempt to obfuscate malicious content. The presence of an 'AUTOOPEN' macro suggests that the malicious code is intended to execute automatically upon opening the document. The encrypted nature and the use of XLM macros point towards a downloader or initial execution stage.

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.