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

Static analysis result for SHA-256 0830e971f93e31c4…

MALICIOUS

Office (OLE) / .XLS

59.0 KB Created: 2020-04-27 23:19:44 Authoring application: Microsoft Excel
MD5: 932a876435542cfb63ea6001b505f025 SHA-1: b7fbb57740eac449ceec06977d7eb1a118eda6d7 SHA-256: 0830e971f93e31c4dbf1653595da02daaefe08a1d5f17da17144ce7702120a44
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an Excel 4.0 macro sheet that is encrypted, which is a strong indicator of malicious intent. The presence of XLM macros suggests the file is designed to execute arbitrary code, likely to download and run a secondary payload. No specific family could be identified due to the encryption and lack of further script details.

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.