MALICIOUS
100
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The sample is an Excel file containing VBA macros. The Workbook_Activate subroutine is triggered upon opening, which concatenates strings from cells C4 and C5 to form a URL, then passes this to a function that uses CreateObject and CallByName to execute it. The script reconstructs the URL as 'ping google.com;http://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png'. This indicates the macro is designed to download and execute a second-stage payload.
Heuristics 3
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
CallByName call high OLE_VBA_CALLBYNAMECallByName 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.basfb4223956d937c7282dba32b46e1f1c2b3a989593590a07eb621ecd72cf957d1 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1524 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.