MALICIOUS
108
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.003 Windows Command Shell
T1204.002 Malicious File
T1140 Deobfuscate or Obfuscate
The sample is an Excel file containing VBA macros that leverage a fake invoice lure. The macro code attempts to create a Shell.Application object and uses it to paste content into the user's profile directory, renaming a .txt file to .js. This JavaScript payload is then opened, likely to download and execute a second-stage payload. The use of ShellExecute API and CreateObject are strong indicators of malicious intent.
Heuristics 4
-
Reference to ShellExecute API high SC_STR_SHELLEXECReference to ShellExecute API
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
-
Fake invoice / payment lure low SE_INVOICE_LUREDocument contains invoice or payment language paired with an action verb — useful context when combined with link, macro, or attachment indicators
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas68bb1a72bcca72c48ac96bb10bfbb700bbca9c0941addfd987c8b02881a76688 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1203 bytes |
ole10native_00.bind01d450ecc5203a32d0952ec6b25128054a124e698c89381412b7dbaba26b3f7 |
ole-package | OLE Ole10Native stream: MBD0B35A8EF/Ole10Native | 1183 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.