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

Static analysis result for SHA-256 35e175d0ca7f8697…

MALICIOUS

Office (OLE) / .XLS

184.5 KB Created: 2020-11-09 01:16:41 Authoring application: Microsoft Excel
MD5: b0920645dc5747efb5630e18ece4aa13 SHA-1: 7a66cf283b334da774bf08d0f1575582c0d42b28 SHA-256: 35e175d0ca7f8697c1fd22d6b87c573d8735fcd1c5aab6a855ddb1202b39731d
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. This suggests the file is designed to deliver a malicious payload via macro execution. No specific family could be identified, and no IOCs were extracted from the document body.

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.