MALICIOUS
200
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1204.002 Malicious File
T1055.012 Process Hollowing
T1055.001 Process Injection
The sample is a malicious OLE document with a large slack space anomaly, indicating potential obfuscation or embedded content. High-severity heuristics indicate the presence of PEB access and API hash resolution, commonly used by malware to dynamically resolve API functions like LoadLibrary and GetProcAddress. These techniques suggest the document is designed to load and execute arbitrary code, likely a second-stage payload. The document body contains heavily garbled text, providing no clear user-facing lure.
Heuristics 5
-
PEB access via FS segment (x86) high SC_PEB_ACCESSPEB access via FS segment (x86)
-
PEB API-hash resolver high SC_API_HASH_RESOLVERPEB access followed by ROR13-style API hashing, a common position-independent shellcode import resolver
-
Reference to LoadLibrary API high SC_STR_LOADLIBRARYReference to LoadLibrary API
-
Reference to GetProcAddress API high SC_STR_GETPROCADDRESSReference to GetProcAddress API
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 233,472 bytes but its declared streams total only 94,801 bytes — 138,671 bytes (59%) 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).
Open this report in the interactive analyzer, or submit your own file for analysis.