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

Static analysis result for SHA-256 7f3bae61b2629a75…

MALICIOUS

Office (OLE) / .XLS

60.5 KB Created: 2020-04-24 06:37:02 Authoring application: Microsoft Excel
MD5: f25216fc614bf3dbd318b50965d9e42b SHA-1: 318ae642ba95be412eff27d2bd12de8506d210b3 SHA-256: 7f3bae61b2629a75ca76d3b13113ef7d6df61b896a9a93db5dd3c21936f425dd
60 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 OLE_XLM_AUTOOPEN heuristic suggests that macros are present and likely intended to execute automatically upon opening. Due to the encryption and lack of readable document body, the exact payload and delivery mechanism cannot be determined, but the presence of these heuristics strongly suggests a malicious intent 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.