MALICIOUS
100
Risk Score
Malware Insights
MITRE ATT&CK
T1027 Obfuscated Files or Information
The sample is an OLE document with significant slack space, a common indicator of packed or obfuscated malware. The SC_XOR_ENCODED heuristic firing further supports the presence of obfuscation, likely to hide malicious code or data. The document body itself is heavily corrupted and unreadable, preventing a more specific analysis of its lure or purpose. Without readable content or scripts, the exact attack pattern and family remain uncertain, but the obfuscation strongly suggests an attempt to conceal a malicious payload.
Heuristics 2
-
XOR-encoded strings (key 0xFF) critical SC_XOR_ENCODEDFound 3 Windows library/API name(s) XOR-encoded with single-byte key 0xFF: 'iphlpapi.dll', 'LoadLibraryA', 'GetProcAddress'
-
OLE document has large unaccounted-for region high OLE_SLACK_ANOMALYOLE file is 96,103 bytes but its declared streams total only 20,632 bytes — 75,471 bytes (79%) 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.