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

Static analysis result for SHA-256 1bced0cae8b439a7…

MALICIOUS

Office (OLE) / .XLSX

1.18 MB
MD5: 984f8757eec9a2782364e50020cb681f SHA-1: 8c5f28d05f6eac1c7d66f017f6981c4883fdce51 SHA-256: 1bced0cae8b439a73e3f7ced8eec335fe08f6a67e366a9d6c5904623ae00b05b
100 Risk Score

Malware Insights

MITRE ATT&CK
T1204 Malicious File T1559.001 Component Object Model Hijacking

The sample is an encrypted OOXML file, a common technique for obfuscating malicious content. The presence of Equation Editor OLE objects and the 'OOXML_ENCRYPTED_EXPLOIT_CARRIER_SHAPE' heuristic strongly suggest this file is designed to exploit vulnerabilities within the Equation Editor component, likely to deliver a secondary payload. No scripts or document body text were extracted, limiting further analysis of the specific attack vector.

Heuristics 3

  • Equation Editor OLE object high CVE related OLE_EQUATION_EDITOR
    Default-encrypted OOXML embedded OLE object xl/embeddings/oleObject1.bin contains the Equation Editor CLSID, the legacy component exploited by CVE-2017-11882, CVE-2018-0802, and CVE-2018-0798.
  • Default-encrypted OOXML exploit carrier layout high OOXML_ENCRYPTED_EXPLOIT_CARRIER_SHAPE
    Default-password encrypted OOXML package contains embedded OLE object parts and additional activation/decoy parts. This layout is common in malicious Excel exploit delivery and requires inspecting the decrypted package.
  • Office OOXML encrypted with default VelvetSweatshop password medium OFFICE_DEFAULT_PASSWORD_ENCRYPTED_OOXML
    OLE EncryptedPackage decrypts with Excel's built-in VelvetSweatshop password. Office opens this transparently, and malware uses it to hide OOXML exploit parts from scanners that only inspect the outer OLE container.