邮件通知

安全警告

事件调查

风险预估

  1. 沦为肉鸡
  2. 挖矿等病毒:占用CPU、内存

攻击方式

通过无密码或者弱密码的Redis服务的6379端口,利用SSRF漏洞进行攻击

SSRF漏洞:https://blog.csdn.net/qq_43431158/article/details/103169502

处理方案

清除病毒 

查看运行状态 

top

杀死进程 

kill  -9 pid

大多数的挖矿程序都是会有自动启动的脚本,如果不能杀死进程。

参考:https://blog.csdn.net/MR_LEEBING/article/details/102536870

搜索病毒文件

find / -name  networkservice

 删除病毒文件

可能存在权限问题

权限问题参考:https://notes.daiyuhe.com/clear-linux-mining-virus/

解决风险

Redis服务添加密码或者更换密码

Redis设置密码https://www.cnblogs.com/tenny-peng/p/11543440.html

修改服务器密码

重启服务器

其他方案

重装系统

参考文章

https://blog.csdn.net/boom_man/article/details/87856724

https://blog.csdn.net/zxc_user/article/details/86668560

https://www.cnblogs.com/cxygg/p/9967602.html

https://blog.csdn.net/MR_LEEBING/article/details/102536870

https://blog.csdn.net/pri_sta_pub/article/details/85340922

https://notes.daiyuhe.com/clear-linux-mining-virus/

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐