发现

kill掉进程后,再执行top命令,发现病毒又自己重新启动了。

查看系统定时任务: crontab -e

发现 @monthly /root/.cfg/./dealer > /dev/null 2>&1 & disown
cd /root/.cfg/
ll

发现: dealer player tool.tar
把这三个文件下载到你本地杀毒软件马上会报毒

查看系统运行的服务:

cd /lib/systemd/system
日期由旧到新
ll -rt

发现: myservice.service
vi myservice.service

发现 /usr/bin/player

清除

crontab -e
删除 @monthly /root/.cfg/./dealer > /dev/null 2>&1 & disown

systemctl stop myservice.service
systemctl disable myservice.service
rm -f /lib/systemd/system/myservice.service
rm -f /usr/bin/player
rm -f /usr/bin/dealer

rm -f /usr/bin/tool.tar
清除完成


除非注明, askADC博客 的文章均为原创,转载请注明作者和出处。
本文链接地址: http://blog.askadc.com/linux%e6%9c%8d%e5%8a%a1%e5%99%a8%e8%a2%ab%e5%85%a5%e4%be%b5-root-cfg-rcu_tasked-%e5%8d%a0%e7%94%a8%e5%be%88%e9%ab%98cpu/

发表评论

邮箱地址不会被公开。 必填项已用*标注