MALICIOUS
340
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1218.011 Signed Binary Proxy Execution: Rundll32
T1140 Deobfuscate/Decode Files or Information
The sample contains VBA macros, including an Auto_Open subroutine, which is a common technique for initial execution. Heuristics indicate the use of CreateObject and a reference to certutil, suggesting the download and decoding of a payload. The obfuscated VBA code, including reassembled tokens like 'WScript.Shell', points to the execution of arbitrary commands, likely to download and execute a second-stage payload.
Heuristics 8
-
LOLBin reference in VBA critical OLE_VBA_LOLBINLOLBin reference in VBA
-
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.
-
Reference to certutil (download/decode) high SC_STR_CERTUTILReference to certutil (download/decode)
-
AutoOpen macro high OLE_VBA_AUTOOPENAutoOpen macro
-
Auto_Open macro high OLE_VBA_AUTOAuto_Open macro
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXECCompiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
-
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.bas9341472611735e41842168a3deb7f85c41f091e3096f8399c9850b1e3478870d |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 8341 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.