MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
The XLS file contains VBA macros that utilize WScript.Shell to execute commands. Specifically, the `subb` subroutine calls `CreateObject("WScript.Shell").Run(subs(50, 2, 11988), 0, False)`, indicating an attempt to run an external process. The `subs` function appears to be deobfuscating a command string from cell data, which is then executed. This pattern is commonly used to download and execute further malicious content.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
Reference to Windows Script Host high SC_STR_WSCRIPTReference to Windows Script Host
-
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.basd4cf269117564a9b19daedf1ce2753fbbcdaa8c8342e9ee8a6f8055bc679edfd |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1387 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.