小心灵学院
欢迎您的光临

阿里云ECS卸载安骑士(阿里云盾)

作用说明:

用了一段时间阿里云的ECS,发现这个阿里云盾(安骑士)功能真心没什么用,还需要长驻内存。上网找找了方法,直接干掉吧,记录一下分享给您。

系统卸载:

如果你使用的centos系统,直接就可以卸载:

service aegis stop
chkconfig --del aegis

脚本卸载:

有时候系统卸载不方便,则需要使用脚本来干掉它,脚本为阿里云官方提供,安全放心。

卸载脚本
bash <(wget --no-check-certificate -qO- 'http://update.aegis.aliyun.com/download/uninstall.sh')
bash <(wget --no-check-certificate -qO- 'wget http://update.aegis.aliyun.com/download/quartz_uninstall.sh')
删除残留
pkill aliyun-service
rm -fr /etc/init.d/agentwatch /usr/sbin/aliyun-service
rm -rf /usr/local/aegis*

屏弊云盾

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

执行htop观测几分钟,干净清爽。

赞(0)
未经许可不得转载:小心灵学院 » 阿里云ECS卸载安骑士(阿里云盾)
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址