MALICIOUS
300
Risk Score
Malware Insights
MITRE ATT&CK
T1203 Exploitation for Client Execution
T1059 Command and Scripting Interpreter
The sample exhibits characteristics of a malicious Office document, including a NOP sled, calls to memory allocation and protection APIs (VirtualAlloc, VirtualProtect), and LoadLibrary/GetProcAddress, suggesting the execution of shellcode. The ClamAV detection 'Win.Trojan.Packed-74' further supports its malicious nature. The presence of these indicators points towards an exploitation attempt to download and execute a secondary payload.
Heuristics 8
-
ClamAV: Win.Trojan.Packed-74 critical CLAMAV_DETECTIONClamAV detected this file as malware: Win.Trojan.Packed-74
-
NOP sled detected high SC_NOP_SLEDFound 20+ consecutive 0x90 bytes
-
x86 GetPC stub (CALL $+5; POP EAX) high SC_GETPC_CALLx86 GetPC stub (CALL $+5; POP EAX)
-
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 57,129 bytes but its declared streams total only 16,486 bytes — 40,643 bytes (71%) 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).
-
Reference to VirtualAlloc API medium SC_STR_VIRTUALALLOCReference to VirtualAlloc API
-
Reference to VirtualProtect API medium SC_STR_VIRTUALPROTECTReference to VirtualProtect API
Open this report in the interactive analyzer, or submit your own file for analysis.