Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 f5d0960e38a36e02…

MALICIOUS

Office (OLE)

72.0 KB Created: 1996-12-17 01:32:42 Authoring application: Microsoft Excel
MD5: b8a537d1b23e8c2a14b4796e3a5915c8 SHA-1: d0491f3a1e2472b10fd2d637d6baa833cb53aef3 SHA-256: f5d0960e38a36e02007ecf363381aa93938a96286e859274c4ce468d6f033f30
80 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell

The sample is an OLE document with a significant amount of slack space, indicating potential obfuscation or embedded malicious content. A heuristic firing for CreateProcess API suggests the execution of external processes. The document body presents itself as an application form for various permits, likely a lure to engage the user. Without extracted scripts or URLs, the exact execution flow is unclear, but the CreateProcess firing points towards a downloader or dropper.

Heuristics 2

  • Reference to CreateProcess API high SC_STR_CREATEPROCESS
    Reference to CreateProcess API
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 73,728 bytes but its declared streams total only 21,308 bytes — 52,420 bytes (71%) 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).