MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1059.003 Windows Command Shell
T1218.011 Signed Binary Proxy Execution: Rundll32
T1071.001 Web Protocols: Web Protocols
T1105 Ingress Tool Transfer
The sample exhibits high-confidence heuristic firings indicating it uses PEB access and API hash resolution to dynamically load libraries, specifically referencing LoadLibrary and GetProcAddress. This suggests a downloader or loader functionality. The presence of a NOP-equivalent sled and a GetPC stub further supports the interpretation of shellcode designed to execute arbitrary code. No document body or script content was available for further analysis, limiting the ability to determine the exact nature of the payload or its delivery mechanism.
Heuristics 6
-
x86 GetPC stub (CALL $+5; POP EAX) high SC_GETPC_CALLx86 GetPC stub (CALL $+5; POP EAX)
-
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
-
NOP-equivalent sled detected medium SC_NOP_EQUIV_SLEDLong run of 0x43 bytes
Open this report in the interactive analyzer, or submit your own file for analysis.