MALICIOUS
160
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1059.001 PowerShell
T1204.002 Malicious File
The sample is an Office document containing VBA macros. Heuristics indicate the VBA code references PowerShell and cmd.exe, suggesting it's designed to execute arbitrary commands. The presence of a Base64 decoding function within the VBA code further supports the hypothesis that it decodes and executes a malicious payload. The GetObject call is also a common technique for loading and executing code.
Heuristics 4
-
PowerShell reference in VBA critical OLE_VBA_PSPowerShell reference in VBA
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
cmd.exe reference in VBA high OLE_VBA_CMDcmd.exe reference in VBA
-
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.bas964463fadc9d091df146c5885e5ae7f69d4cdf136c5e2d7cef8a475bdfcbaad5 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 34430 bytes |
vbaProject_00.bina15031496d519029d787c2bd9a9d62d75ddb5d2e899dffbe5f47893ec0b36ead |
vba-project | OOXML VBA project: xl/vbaProject.bin | 11264 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.