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

Static analysis result for SHA-256 a06dc5abf6ea9576…

MALICIOUS

Office (OLE) / .XLS

207.0 KB Created: 2020-09-24 19:33:19 Authoring application: Microsoft Excel
MD5: 01f81cc85951ca551cea1bfb8f6a37d8 SHA-1: 9946c6e6845f5d6b6ee9506b5da1b1e288e457aa SHA-256: a06dc5abf6ea957682a667874b6617ecfbceec33fa62d4b64bd83b84e449d342
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an Excel 4.0 macro sheet that is encrypted, preventing further static analysis of its contents. The presence of encrypted macros and the 'AUTOOPEN' heuristic strongly indicate that the file is intended to execute malicious code automatically when opened. The lack of readable document body text or scripts means the specific payload or lure cannot be determined.

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.