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

Static analysis result for SHA-256 31f8fd64b11f091d…

MALICIOUS

Office (OLE) / .DOC

228.5 KB
MD5: 331a74cec3ab6e5191d76d4bfc9701d4 SHA-1: 0e276349ba92cf9a7373db451d3c1dce08159c87 SHA-256: 31f8fd64b11f091d836d4cc66fa0f0a6af91da8f650e5a1107f017dea1a2b011
264 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1105 Ingress Tool Transfer

The sample is a malicious OLE document containing an embedded PE executable. Heuristics indicate the presence of API hashing and LoadLibrary/GetProcAddress, suggesting the embedded executable is designed to dynamically load its functionality. The analysis timed out, but the primary finding is the embedded executable, which is a common delivery mechanism for second-stage payloads.

Heuristics 8

  • Embedded PE executable critical OLE_EMBEDDED_EXE
    MZ/PE header found inside document — possible embedded executable
  • x86 GetPC stub (CALL $+5; POP EAX) high SC_GETPC_CALL
    x86 GetPC stub (CALL $+5; POP EAX)
  • PEB access via FS segment (x86) high SC_PEB_ACCESS
    PEB access via FS segment (x86)
  • PEB API-hash resolver high SC_API_HASH_RESOLVER
    PEB access followed by ROR13-style API hashing, a common position-independent shellcode import resolver
  • Reference to LoadLibrary API high SC_STR_LOADLIBRARY
    Reference to LoadLibrary API
  • Reference to GetProcAddress API high SC_STR_GETPROCADDRESS
    Reference to GetProcAddress API
  • Unsupported Office format for VBA extraction info OFFICE_FORMAT_UNSUPPORTED
    olevba could not extract VBA macros (AttributeError); format-agnostic byte-level scans still ran. Likely legacy, encrypted, or malformed OLE/OOXML — re-scanning the same bytes will yield the same outcome.
  • Analysis timed out (partial result) info ANALYSIS_TIMEOUT_PARTIAL
    Analysis exceeded the wall-clock timeout. Heuristics emitted by completed phases are preserved; phases interrupted mid-execution may have missed findings.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
embedded_office_00018200.exe
6b0da4a9075dde8dd1e20144c18e284bb11ccfe0f7662bc1b144b5c8c56faae9
embedded-pe Office MZ+PE at offset 0x18200 135169 bytes