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

Static analysis result for SHA-256 d1fb5680d011c22d…

MALICIOUS

Office (OLE) / .XLS

268.0 KB Created: 2020-09-14 21:28:14 Authoring application: Microsoft Excel
MD5: ec8fcb4756bc4c0ab2b9484991d5f94b SHA-1: 1204eeda224c9e301a8f260ee4d9619fc61a54e2 SHA-256: d1fb5680d011c22ddadb72a81e6177708f0a21fc53a5ffe77ce760233e2c4006
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic for Applications

The sample is an Excel 4.0 macro sheet that is encrypted, as indicated by the OLE_XLM_ENCRYPTED_MACROSHEET heuristic. The presence of an auto-open macro (OLE_XLM_AUTOOPEN) suggests that the macro sheet is designed to execute automatically upon opening the file. The encrypted nature and the presence of auto-execute macros strongly suggest malicious intent, likely to download and execute a secondary payload.

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.