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

Static analysis result for SHA-256 3ce07442b7bce8e7…

MALICIOUS

Office (OLE) / .PPS

3.44 MB Created: 1601-01-01 00:00:00 Authoring application: Microsoft PowerPoint
MD5: cf7110e758518cd6052178debe4acf25 SHA-1: b6935b3360a186d341bdc578939b1941d0156b86 SHA-256: 3ce07442b7bce8e7b92d1812a61b72c93413f3cf8f6ea27a8e6606cc74f9b8fb
122 Risk Score

Malware Insights

MITRE ATT&CK
T1566.001 Spearphishing Attachment

The sample is a PowerPoint slideshow (PPS) file that contains a large amount of slack space and an embedded Portable Executable (PE) file. The embedded PE executable, named 'embedded_office_00003067.exe', is the primary indicator of malicious intent. The presence of this executable suggests the slideshow is a lure to deliver malware. No document body text or scripts were extracted, limiting further analysis of the delivery pretext.

Heuristics 4

  • Embedded PE executable critical OLE_EMBEDDED_EXE
    MZ/PE header found inside document — possible embedded executable
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 3,607,655 bytes but its declared streams total only 208,609 bytes — 3,399,046 bytes (94%) 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).
  • NOP-equivalent sled detected medium SC_NOP_EQUIV_SLED
    Long run of 0x43 bytes
  • Suspicious extracted artifact info EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
embedded_office_00003067.exe
e37050ba87524e3ec558a36808990ea5a011ecd61cdb344b5946592d532d251a
embedded-pe Office MZ+PE at offset 0x3067 3595264 bytes
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact entropy is 7.89, consistent with packed or encrypted content.