MALICIOUS
100
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1203 Exploitation for Client Execution
T1566.001 Spearphishing Attachment
The sample is an Excel document containing VBA macros. The Workbook_Activate subroutine triggers the execution of a function that uses CreateObject to instantiate an object, then calls ShellExecute. The arguments for ShellExecute are constructed by concatenating strings and then de-obfuscating them using the EYHT function. The reconstructed arguments indicate an attempt to execute a downloaded payload from the URL "http://www.example.com/payload.exe". This suggests a macro-based downloader attack.
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.bas5010863a564884c754e72127b92e375340b2b1b093c9bdd4d4204e569b824ba9 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1410 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.