MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1204.002 Malicious File
The sample contains a reference to the CreateProcess API, indicating an attempt to execute external code. Additionally, XOR-encoded strings were detected, suggesting obfuscation to hide malicious content. The large amount of slack space in the OLE structure is also suspicious. Without a document body or scripts, the exact nature of the payload is unclear, but the presence of CreateProcess points to a downloader or dropper.
Heuristics 3
-
XOR-encoded strings (key 0x88) critical SC_XOR_ENCODEDFound 8 Windows library/API name(s) XOR-encoded with single-byte key 0x88: 'wininet.dll', 'LoadLibraryA', 'GetProcAddress', 'CreateProcessA', 'CreateFileA ', 'InternetOpenA', 'HttpOpenRequestA', 'HttpSendRequestA'
-
Reference to CreateProcess API high SC_STR_CREATEPROCESSReference to CreateProcess API
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 63,015 bytes but its declared streams total only 21,151 bytes — 41,864 bytes (66%) 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.