MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1204.002 Malicious File
T1140 Deobfuscate or Obfuscate
The sample is a malicious Excel file exhibiting high-severity heuristics for heap spraying and references to LoadLibrary and GetProcAddress APIs, indicating potential shellcode execution. The large slack space in the OLE structure also suggests obfuscation or padding for malicious content. While no specific document body or script content was available for analysis, these indicators strongly suggest an attempt to exploit vulnerabilities or download and execute a secondary payload.
Heuristics 5
-
Heap-spray pattern detected high SC_HEAP_SPRAYRepeated 0x41 (A) bytes found
-
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 157,719 bytes but its declared streams total only 24,565 bytes — 133,154 bytes (84%) 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 0x41 bytes
Open this report in the interactive analyzer, or submit your own file for analysis.