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

Static analysis result for SHA-256 27077cd7478c8419…

MALICIOUS

Office (OLE) / .XLS

153.0 KB Created: 2020-04-23 12:26:24 Authoring application: Microsoft Excel
MD5: 03cf3d0d50e14f5c65cc5582906b1bd4 SHA-1: 491009b2f813c068e76c4931e8c3ad61e3d6e5ab SHA-256: 27077cd7478c8419d621656b3217aefebe4d7731d4741acedc99c9ce53fa6dbf
100 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an encrypted Excel 4.0 macro sheet, indicated by the OLE_XLM_ENCRYPTED_MACROSHEET heuristic. The presence of an AutoOpen macro (OLE_XLM_AUTOOPEN) suggests it's designed to execute automatically upon opening. While the document body is heavily obfuscated and unreadable, the heuristics strongly point to a macro-based execution chain, likely for downloading and running 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.