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 macros utilize the URLDownloadToFileA function to download a file from an embedded URL. The script reconstructs the download path as 'C:\Users\Public\198.vbs'. It also uses Shell() and CreateObject() which are common for executing downloaded payloads. The document body text is nonsensical and likely obfuscation.
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.basaba2a2a5f2d8a917c531c7095cc16aea128426b94f1b94dee69828c65d535655 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2101 bytes |
vbaProject_00.bin187bb028675451f6690c5ba7a980e69b38816161b7188789138e747c5421d5bf |
vba-project | OOXML VBA project: xl/vbaProject.bin | 17408 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.