MALICIOUS
280
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1204.002 Malicious File
The sample is an Excel file containing VBA macros. The macro uses `WScript.Shell` and `CreateObject` to execute a command. The `more` subroutine, called by `back`, constructs and runs a command using `WScript.Shell.Run`. The specific command executed is `WScript.Quit = """""""" & CreateObject ("WScript.Shell").Run(k, 0, 0)`, which is designed to download and execute a second-stage payload. The ClamAV detection name 'Xls.Dropper.Agent-7759977-0' further supports its nature as a dropper.
Heuristics 6
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
WScript.Shell usage critical OLE_VBA_WSCRIPTWScript.Shell usage
-
ClamAV: Xls.Dropper.Agent-7759977-0 critical CLAMAV_DETECTIONClamAV detected this file as malware: Xls.Dropper.Agent-7759977-0
-
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.basafee68aba5b0c8fd334b28a3c823e20205b61e3a8a8c5396e0288baab6822680 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1268 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.