MALICIOUS
60
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1218.011 Signed Binary Proxy Execution: Rundll32
The sample is a malicious Microsoft Excel file containing VBA macros. The Workbook_Deactivate event triggers a function that concatenates strings from cell notes and uses GetObject to instantiate a WScript.Shell object. This object then executes a command constructed from the concatenated strings, likely downloading and running a second-stage payload. The GetObject call to "new:WScript.Shell" and subsequent execution via rundll32.exe are indicative of a downloader or dropper.
Heuristics 2
-
GetObject call high OLE_VBA_GETOBJGetObject 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.bas3b93916a922e04d602dd6502d71b66d6eba6e634d3483b2994b53245fd2af732 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1141 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.