知识vps阿里云如何完全卸载阿里云盾
冰糖呼噜AI摘要
正在生成中……
关闭防卸模式
在阿里云控制台搜索云盾
卸载阿里云盾
远程连接到阿里云云服务器或者轻量应用服务器后,执行以下代码卸载阿里云盾:
1 2
| wget http://update.aegis.aliyun.com/download/uninstall.sh && chmod +x uninstall.sh && ./uninstall.sh wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh && chmod +x quartz_uninstall.sh && ./quartz_uninstall.sh
|
删除阿里云盾文件残留
卸载阿里云盾后,执行如下代码删除阿里云盾文件残留:
1 2 3
| pkill aliyun-service rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service rm -rf /usr/local/aegis*
|
屏蔽阿里云盾IP
最后就是屏蔽阿里云盾的IP:
1 2 3 4 5 6 7 8 9 10 11
| iptables -I INPUT -s 140.205.201.0/28 -j DROP iptables -I INPUT -s 140.205.201.16/29 -j DROP iptables -I INPUT -s 140.205.201.32/28 -j DROP iptables -I INPUT -s 140.205.225.192/29 -j DROP iptables -I INPUT -s 140.205.225.200/30 -j DROP iptables -I INPUT -s 140.205.225.184/29 -j DROP iptables -I INPUT -s 140.205.225.183/32 -j DROP iptables -I INPUT -s 140.205.225.206/32 -j DROP iptables -I INPUT -s 140.205.225.205/32 -j DROP iptables -I INPUT -s 140.205.225.195/32 -j DROP iptables -I INPUT -s 140.205.225.204/32 -j DROP
|
检查阿里云盾是否卸载干净
输入top
命令, 查看是否有阿里云盾的相关进程 (AliYunDun、aliyun-service和AliYunDunUpdate),也可以通过
1
| ps -aux | grep -E 'aliyun|AliYunDun'
|
注: 重装系统后阿里云盾
会重新安装