社区应用 最新帖子 精华区 社区服务 会员列表 统计排行
  • 28阅读
  • 3回复

[分享]小白新手清除billgates(蠕虫病毒)

楼层直达
z3960 
级别: FLY版主
发帖
801519
飞翔币
214912
威望
215767
飞扬币
2713160
信誉值
8

[font=-apple-system, BlinkMacSystemFont, &quot]身为运维小白新手的我在公司深信服防火墙发现[font=-apple-system, BlinkMacSystemFont, &quot]内网的服务器(redhat )中了[font=-apple-system, BlinkMacSystemFont, &quot]billgates病毒疯狂大量发包(平均每[font=-apple-system, BlinkMacSystemFont, &quot]5分钟发包).[font=-apple-system, BlinkMacSystemFont, &quot][font=-apple-system, BlinkMacSystemFont, &quot]iptables防火墙设置限制外发包量处理[font=-apple-system, BlinkMacSystemFont, &quot]iptables -A OUTPUT -o eth0 -m limit --limit1024/sec -j ACCEPTiptables -P OUTPUT DROP[font=-apple-system, BlinkMacSystemFont, &quot]察看启动日志发现非[font=-apple-system, BlinkMacSystemFont, &quot]root用户在[font=-apple-system, BlinkMacSystemFont, &quot]etcinit.d自启动目录下创建[font=-apple-system, BlinkMacSystemFont, &quot]2个文件[font=-apple-system, BlinkMacSystemFont, &quot]dbsecurityspt [font=-apple-system, BlinkMacSystemFont, &quot] selinux:非正常程序[font=-apple-system, BlinkMacSystemFont, &quot] [font=-apple-system, BlinkMacSystemFont, &quot]察看可疑程序批处理的目录及路径:[font=-apple-system, BlinkMacSystemFont, &quot] [font=-apple-system, BlinkMacSystemFont, &quot]通过[font=-apple-system, BlinkMacSystemFont, &quot]ps -ef 找到进程[font=-apple-system, BlinkMacSystemFont, &quot]pid,然后利用[font=-apple-system, BlinkMacSystemFont, &quot] lsof -p 查看进程打开的所有文件信息,并尝试杀掉进程,并删除这些打开的文件,必须要删除[font=-apple-system, BlinkMacSystemFont, &quot].sshd主程序和[font=-apple-system, BlinkMacSystemFont, &quot]getty克隆副程序文件删除后,否则相关联文件还会重新生成。[font=-apple-system, BlinkMacSystemFont, &quot] [font=-apple-system, BlinkMacSystemFont, &quot][font=-apple-system, BlinkMacSystemFont, &quot]然后分别清除以下生成的木马病毒文件清除受感染病毒文件:[font=-apple-system, BlinkMacSystemFont, &quot] [font=-apple-system, BlinkMacSystemFont, &quot][font=&amp][size=; font-size: 12pt,12pt]·[font=-apple-system, BlinkMacSystemFont, &quot]rm -rfi/tmp/moni.lod /tmp/gates.lod · rm -rfi /etc/init.d/selinux/etc/init.d/DbSecuritySpt·rm -rfi /etc/rc1.d/S97DbSecuritySpt/etc/rc1.d/S99selinux· rm -rfi /etc/rc2.d/S97DbSecuritySpt/etc/rc2.d/S99selinux· rm -rfi /etc/rc3.d/S97DbSecuritySpt/etc/rc3.d/S99selinux· rm -rfi /etc/rc4.d/S97DbSecuritySpt/etc/rc4.d/S99selinux· rm -rfi /etc/rc5.d/S97DbSecuritySpt/etc/rc5.d/S99selinux· rm -rfi /usr/bin/bsd-port/ /tmp/pythompy重启服务器后,用深信服防火墙及zabbix 察看该服务器 流量等状态正常。[size=; font-size: 10.5pt,10.5pt]billgates僵尸网络木马是一个感染性及隐蔽性极强的病毒,它会创建进程来进行[font=-apple-system, BlinkMacSystemFont, &quot][size=; font-size: 10.5pt,10.5pt]C&C[size=; font-size: 10.5pt,10.5pt]通信、病毒监控等操作,、[size=; font-size: 10.5pt,10.5pt]同时还会释放很多病毒克隆文件、替换某些系统文件为病毒克隆文件。和[font=-apple-system, BlinkMacSystemFont, &quot][size=; font-size: 10.5pt,10.5pt]rootkill[size=; font-size: 10.5pt,10.5pt]很相似主要利用服务器某个程序的后门植入服务器然当作肉鸡。[font=-apple-system, BlinkMacSystemFont, &quot]我是运维新手,以上手动清除描述有错漏不当之处,有请各位大佬见谅。
本帖最近评分记录: 1 条评分 飞扬币 +50
爱我中华 飞扬币 +50 昨天 16:30 社区因为有您的参与更精彩!
关键词: 系统 服务器 木马
我不喜欢说话却每天说最多的话,我不喜欢笑却总笑个不停,身边的每个人都说我的生活好快乐,于是我也就认为自己真的快乐。可是为什么我会在一大群朋友中突然地就沉默,为什么在人群中看到个相似的背影就难过,看见秋天树木疯狂地掉叶子我就忘记了说话,看见天色渐晚路上暖黄色的灯火就忘记了自己原来的方向。
huwg 
级别: 管理员
发帖
377288
飞翔币
1150882665
威望
6426839
飞扬币
5879183
信誉值
50

只看该作者 3 发表于: 2小时前
了解一下
huwg 
级别: 管理员
发帖
377288
飞翔币
1150882665
威望
6426839
飞扬币
5879183
信誉值
50

只看该作者 2 发表于: 2小时前
谢谢分享
级别: 茶馆馆主
发帖
628210
飞翔币
219921
威望
3986
飞扬币
3193387
信誉值
0

只看该作者 1 发表于: 昨天 16:30
安全第一