MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1027 Obfuscated Files or Information
T1055 Process Injection
The sample exhibits multiple high-severity heuristic firings, including NOP sleds, PEB access, and XOR-encoded strings, indicating a malicious payload. The large slack space in the OLE structure is also anomalous. While the document body appears to be a legitimate agreement, the underlying heuristics strongly suggest an attempt to exploit vulnerabilities and execute obfuscated code.
Heuristics 5
-
XOR-encoded strings (key 0x97) critical SC_XOR_ENCODEDFound 8 Windows library/API name(s) XOR-encoded with single-byte key 0x97: 'kernel32.dll', 'advapi32.dll', 'shell32.dll', 'LoadLibraryA', 'LoadLibraryA', 'GetProcAddress', 'GetProcAddress', 'VirtualAlloc'
-
NOP sled detected high SC_NOP_SLEDFound 20+ consecutive 0x90 bytes
-
PEB access via FS segment (x86) high SC_PEB_ACCESSPEB access via FS segment (x86)
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 157,696 bytes but its declared streams total only 79,383 bytes — 78,313 bytes (50%) 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_SLEDLong run of 0x61 bytes
Open this report in the interactive analyzer, or submit your own file for analysis.