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

Static analysis result for SHA-256 54ff783411c3116b…

MALICIOUS

Office (OLE) / .XLS

246.0 KB Created: 2020-09-14 21:28:14 Authoring application: Microsoft Excel
MD5: 85d4d51cc781438db869a5d58e6b6f37 SHA-1: 549ce09d6b85379bf2539b7c112975d16a08cf40 SHA-256: 54ff783411c3116b9ef2812afaf65294d1046252262698dd68f88f1a47c4f2fc
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic

The sample is an Excel 4.0 macro sheet identified as encrypted. The presence of an 'AUTOOPEN' heuristic suggests that macros are intended to run automatically when the document is opened. The encrypted nature and the specific heuristic firings indicate a malicious intent, likely to execute arbitrary code or download further payloads, though the exact mechanism is obscured by encryption.

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.