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

Static analysis result for SHA-256 3de7a05760d9765e…

MALICIOUS

Office (OLE) / .DOC

207.1 KB
MD5: e32406d2958d8475e3781a3123aaf674 SHA-1: 7006c4f2650edf0f67273b95740d3bd0ce598f46 SHA-256: 3de7a05760d9765e4b39dd762fcc385ddcfbf6b34050dffc6ebf8f914fd3aa8e
180 Risk Score

Malware Insights

MITRE ATT&CK
T1204 Malicious Link T1059.003 Windows Command Shell

The sample is a malicious OLE document that exploits CVE-2006-6456 via a malformed table SPRM. It also exhibits suspicious cmd.exe invocation, suggesting it attempts to execute a command. The PEB access heuristic further indicates potential evasion or malicious code execution. Due to the lack of document body or script content, the exact payload and delivery mechanism remain unclear, but the exploit and command execution point to a downloader or initial access stage.

Heuristics 4

  • CVE-2006-6456 — Microsoft Word malformed table SPRM critical CVE exact CVE_2006_6456
    WordDocument contains a malformed table border-color SPRM in the CVE-2006-6456 shape: a valid table-SPRM cluster is followed by an invalid high-byte 0xFF SPRM where Word expects a normal sprmTBrc*Cv record. Vulnerable Word 2000/2002/2003 parsers corrupt memory while handling this malformed data structure.
  • PEB access via FS segment (x86) high SC_PEB_ACCESS
    PEB access via FS segment (x86)
  • Suspicious cmd.exe invocation with execution flag high SC_STR_CMD
    Suspicious cmd.exe invocation with execution flag
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 212,028 bytes but its declared streams total only 94,801 bytes — 117,227 bytes (55%) live in unallocated sector slack. This is the canonical hiding place for pre-macro-era Office exploit payloads (XOR-encoded shellcode reached via a parser pointer-corruption bug in the document structure).