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

Static analysis result for SHA-256 119c9d63fca76e8a…

MALICIOUS

Office (OLE) / .DOC

2.02 MB First seen: 2022-06-21
MD5: 4ca1a6bf6600beaddc58811a87dbe254 SHA-1: 2088ac5bf12754cb18a77bb3784717238452f2ec SHA-256: 119c9d63fca76e8a1251df59e7fd6e95b0b0f013425c01c78ffaa031f723fe77
140 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution T1566.001 Spearphishing Attachment

The sample contains an Equation Editor OLE object and triggers critical heuristics related to CVE-2018-0802, indicating exploitation of a vulnerability for client execution. The presence of an OLE object within a document suggests it was likely delivered as a spearphishing attachment.

Heuristics 3

  • CVE-2018-0802 — Equation Editor SIZE record overflow critical CVE likely CVE_2018_0802
    Equation Editor MTEF contains an exploit-sized SIZE record, the vulnerable parser path described for CVE-2018-0802. This is stronger evidence than Equation Editor activation alone because it identifies the malformed SIZE record primitive.
  • Equation Editor OLE object high CVE related OLE_EQUATION_EDITOR
    Contains Equation Editor object — related to CVE-2017-11882 / CVE-2018-0802 exploitation, but CLSID presence alone is not the malformed MTEF exploit primitive.
  • MTEF SIZE record has implausibly large value high OLE_MTEF_SIZE_RECORD_ANOMALY
    Equation Editor MTEF SIZE record declares an explicit point size or delta far beyond legitimate equation text. CVE-2018-0802 abuses the SIZE parsing path; this catches that structural record shape without relying on a fixed ROP payload.