Malware Insights
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 command. This command is then passed to a function that uses CreateObject and CallByName, indicative of malicious macro execution. The script appears to download and execute a second-stage payload, as suggested by the 'ping google.com;' string which is likely a placeholder or part of a command to fetch external content. The specific payload or its destination could not be fully reconstructed due to obfuscation.
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.