MALICIOUS
100
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
The sample is an Excel document containing VBA macros. The macros reference ShellExecute and CreateObject, indicating an attempt to execute external code. Specifically, the script attempts to construct a command string using concatenated parts and then executes it. The reconstructed command appears to be 'P' + 'rogramFiles' + '\Windows\System32\cmd.exe' which is then used to execute a payload.
Heuristics 3
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas019f43ab4f7be9d800549fd4708d0f78bd5b028b17e8d1b4ef0809cebd90e8b1 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1532 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.