MALICIOUS
120
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059 Command and Scripting Interpreter
T1203 Exploitation for Client Execution
The sample is an Excel file containing obfuscated VBA macros. The macros reassemble a dangerous API name and use GetObject to execute a downloaded second-stage payload. The reconstructed URL is http://fundhubusab.com/fund/busa/Protected Client.vbs, which is then executed as notepad.vbs.
Heuristics 3
-
Dangerous API name reassembled from split string literals critical OLE_VBA_SPLIT_KEYWORD_OBFUSCATIONVBA concatenates short string literals that reassemble a dangerous API/ProgID/LOLBin name (e.g. Scripting.FileSystemObject, WScript.Shell, powershell, URLDownloadToFile) which appears in no single literal. Splitting an API name across string concatenation is done only to evade keyword scanning.
-
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.bas765378be297c4b3623a3f3d95bcae67c367fc70fa4e2c3c16be5760a47facbf2 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1246 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.