MALICIOUS
142
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
T1204.002 Malicious File
The sample is an Excel file containing VBA macros. The Workbook_Activate subroutine decodes strings from cells C4 and C5, concatenates them, and passes the result to the iermRd function. This function then uses GetObject and CallByName with values from cells C7 and C8 to execute a downloaded VBScript from the URL http://64.188.19.241/dataf.vbs. The ShellExecute API reference further indicates the execution of external commands. The primary intent appears to be downloading and executing a second-stage payload.
Heuristics 5
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
CallByName call high OLE_VBA_CALLBYNAMECallByName call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://64.188.19.241/dataf.vbs
- http://ns.adobe.com/xap/1.0/
- http://www.w3.org/1999/02/22-rdf-syntax-ns#
- http://ns.adobe.com/iX/1.0/
- http://ns.adobe.com/xap/1.0/mm/
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas6276116bf3a7b55f21b893f27e69a24233b7a06a5d377ff37c671ea308bf25ed |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1575 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.