MALICIOUS
180
Risk Score
Malware Insights
MITRE ATT&CK
T1059.005 Visual Basic
T1105 Ingress Tool Transfer
T1204.002 Malicious File
The sample is an XLSM file containing VBA macros. The script utilizes the URLDownloadToFileA function to download a file from a hardcoded URL, which is then executed. The script also attempts to execute 'calc' and 'notepad' via the Shell function, likely as a test or to obfuscate the true payload. The document body contains obfuscated text, which is typical for lures.
Heuristics 4
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
URLDownloadToFile in VBA critical OLE_VBA_DOWNLOADURLDownloadToFile in VBA
-
CreateObject call high OLE_VBA_CREATEOBJCreateObject call
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.basebaa97748f7d40bc44f150e799c5e975ff2917ebe958ccd48f2aa155dcdcebd4 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 1993 bytes |
vbaProject_00.bin279ec93c98754c859d0313e1aa8d2d59a8d411818dbb4dfc504d296350c9f2d5 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 17408 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.