MALICIOUS
228
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1059 Command and Scripting Interpreter
T1140 Deobfuscate or Obfuscate Malicious Code
T1204.002 Malicious File
The sample contains VBA macros that utilize WScript.Shell and CreateObject to download and execute a second-stage payload. The script decodes a Base64 string from the document's 'Final Offer' sheet, writes it to disk as 'nvidiax.exe' in the temporary directory, and then executes it. The presence of WScript.Shell and Shell() calls strongly indicates an attempt to run arbitrary code.
Heuristics 6
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Environ() call (env variable access) low OLE_VBA_ENVIRONEnviron() call (env variable access)
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas54ba713ab254cfd6176a4b8846c3b0962e2e7a2f34b5c1107ba20bf283bf1595 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 7094 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.