Gates Trojan(盖茨)木马 阿里云报警服务器有木马,有异常ps进程。按着这个线索找资料手动清理改木马.
查 1 2 3 4 5 6 ls -lh /usr/bin/bsd-portls -lh /usr/bin/dpkgdls -lh /etc/rc.d/init.d/ls -lh /etc/rc[1-5].d/DbSecuritySptls -lh /etc/rc[1-5].d/S97VsystemsshMdtls -lh /etc/rc[1-5].d/S99selinux
查看大小是否正常(篡改大小后均为1.2M)
1 2 3 4 5 6 7 ls -lh /bin/netstatls -lh /bin/psls -lh /bin/ssls -lh /usr/sbin/netstatls -lh /usr/sbin/psls -lh /usr/sbin/lsofls -lh /usr/sbin/ss
stat命令查看文件修改记录
1 2 3 stat /bin/netstatstat /bin/psstat /bin/ss
杀 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 rm /usr/bin/.sshd/root/chattr -i rm -r /usr/bin/bsd-port rm /usr/bin/bsd-port/gettyrm /usr/bin/bsd-port/getty.lockrm /usr/bin/bsd-port/knerlrm /usr/bin/bsd-port/knerl.conf/root/chattr -i /bin/pythno & rm /bin/pythno /root/chattr -i /bin/ps & rm /bin/ps rm /bin/netstatrm /usr/bin/pythnorm /usr/bin/netstatrm /usr/bin/psrm -r /usr/bin/dpkgdrm /usr/sbin/netstatrm /usr/sbin/ssrm /tmp/osrm /etc/init.d/DbSecuritySptrm /etc/rc[1-5].d/S97DbSecuritySptrm -f /etc/init.d/selinuxrm /etc/rc[1-5].d/S99selinuxrm -f /etc/init.d/VsystemsshMdtrm -f /etc/rc[1-5].d/S97VsystemsshMdt
修 从干净的机器上拷贝ps,netstat,ss,lsof到root下
1 2 3 4 5 6 7 8 9 10 11 /root/chattr -i -a /bin/ps && rm /bin/ps -f cp /root/ps /bin /root/chattr -i -a /bin/netstat && rm /bin/netstat -f cp /root/netstat /bin /root/chattr -i -a /bin/lsof && rm /usr/sbin/lsof -f cp /root/lsof /usr/sbin /root/chattr -i -a /usr/sbin/ss && rm /usr/sbin/ss -f cp /root/ss /usr/sbin
1 2 3 4 5 6 7 8 9 10 11 /root/chattr -i -a /bin/ps && rm /bin/ps -f yum reinstall procps -y /root/chattr -i -a /bin/netstat && rm /bin/netstat -f yum reinstall net-tools -y /root/chattr -i -a /bin/lsof && rm /usr/sbin/lsof -f yum reinstall lsof -y /root/chattr -i -a /usr/sbin/ss && rm /usr/sbin/ss -f yum -y reinstall iproute
检查DNS cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4
杀毒工具扫描 1、安装杀毒工具clamav 1 yum -y install clamav clamav-milter
2、启动服务
3、更新病毒库
4、扫描方法 可以使用clamscan -h查看相应的帮助信息
1 2 3 4 5 clamscan -r /etc --max-dir-recursion=5 -l /root/etcclamav.log clamscan -r /bin --max-dir-recursion=5 -l /root/binclamav.log clamscan -r /usr --max-dir-recursion=5 -l /root/usrclamav.log clamscan -r --remove /usr/bin/bsd-port clamscan -r --remove /usr/bin/