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

Static analysis result for SHA-256 4e40253b382b20e2…

MALICIOUS

Office (OLE) / .XLS

33.5 KB
MD5: e62899f7e76014d76bc850a5ff0a63fa SHA-1: e7d8cc051629ddc19e8f6b87befcfbbcd06e1c49 SHA-256: 4e40253b382b20e273edf82362f1c89e916f7ab8d3c518818a76cb6127d4e7c2
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 an encrypted macro sheet and an auto-open macro suggests that the file is designed to execute malicious code upon opening. No specific family could be identified due to the lack of further indicators.

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.