MALICIOUS
140
Risk Score
Malware Insights
MITRE ATT&CK
T1059.001 PowerShell
T1059.005 Visual Basic
T1566.001 Spearphishing Attachment
The sample contains VBA macros that utilize the Shell() function and obfuscated string concatenation to construct and execute a PowerShell command. This command is designed to download and execute a second-stage payload from the URL '3.64.251.139/v3/new_77108081231.exe'. The use of obfuscation and the execution of a downloaded payload are strong indicators of malicious intent, likely for further system compromise.
Heuristics 3
-
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.
-
VBA project inside OOXML medium OOXML_VBADocument contains a VBA project — VBA macros present
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basa9daa837c6f0414f016d4dd8c0f8813762742929efaa866b55832f7064266039 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2345 bytes |
vbaProject_00.bin09210385a8b97621d0b462450d3fd872ef0b984e134bef9fd4735839f6916b13 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 6144 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.