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

Static analysis result for SHA-256 a6e4cdb1db64e89d…

MALICIOUS

Office (OLE) / .XLS

71.0 KB Created: 2006-09-16 00:00:00 Authoring application: Microsoft Excel
MD5: f77484ea590baa7d1fa0e1e0a60b3c35 SHA-1: 86e2cfbb0a3639b9db7305ceeb33ca4cd2a5837d SHA-256: a6e4cdb1db64e89dbade8cfb6f2a847838c0979b1c5787b52a1bfb6b07740e87
60 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1204.002 Malicious File

The sample is an Excel 4.0 (XLM) macro sheet, which is a strong indicator of malicious intent. The document body contains text that impersonates a document signing service, likely to trick the user into enabling macros. The presence of multiple URLs suggests a downloader functionality, aiming to retrieve and execute a secondary payload. No scripts were extracted from this sample.

Heuristics 3

  • 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.
  • Macro/content-enable lure medium SE_ENABLE_LURE
    Document instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
  • Document signing service impersonation lure medium SE_DOCUSIGN_LURE
    Document impersonates DocuSign, Adobe Sign, or a similar signing service in a signing-request context