C:/WINDOWS/system32/x 病毒分析和解决建议

本文详细分析了一台计算机遭受内网病毒攻击的情况,病毒通过下载疑似图片文件触发NOD32病毒警告。确认病毒为Conficker蠕虫,该病毒利用RPC漏洞进行传播并执行恶意操作。防范措施包括更新补丁、开启防火墙,以防止类似病毒的入侵。

系统出现问题,症状有:
偶尔很卡,CPU并没有很高的进程;
死机,屏幕锁定,键盘失灵,仅鼠标能移动,但是不能任何操作;
只能强行重新启动;
NOD32会报以下病毒警告:

C:/WINDOWS/system32/x

C:/Documents and Settings/NetworkService/Local Settings/Temporary Internet Files/Content.IE5/CPZ6J20Y/xxxxxx[1].jpg
 xxxxx 代表文件名
蠕虫病毒

分析:

选择清除后,下次又会再来。
GHOST恢复系统后,还会出现。

网上发现很多这样的情况,但是都没有具体的办法。

清理C:/Documents and Settings/NetworkService/Local Settings/Temporary Internet Files/Content.IE5/ 文件时发现index.dat 文件不能删除,这是个索引文件。

 

有记录证明在下载内网的一个疑似图片的文件。

PING这个机器


说明这个机器存在,也测试了http://192.168.0.179:2932/pfrv 的确能下载,且下载后NOD32报读,那么到这基本可以确定就是因为去下载了这个文件,所以NOD32才警告。

但是我并没有去下载这个机器的文件。2个可能

1.我的机器有什么软件激活了这个过程,让它去取内网的病毒;但是她如何知道这个机器的IP和端口的呢?

2.内网机器能够远程执行我机器上的命令,想到这里,我们就想到了conficker

conficker介绍:
Conficker,也被称作Downup,Downadup或Kido,他是一个2008年10月发现的以微软的windows操作系统为攻击目标的计算机蠕虫病毒。这个蠕虫利用的是一个已知的被用于windows2000,windowsxp,windowsvista,windowsserver2003和windowsserver 2008操作系统的服务器服务漏洞。Linux和macintosh操作系统不会受到这个病毒的影响。“conficker”这个名字是一个德语的双关语,意思是“操作计算机设置的程序”发音就像是英语中“configure”。“configuration”通常被简称为“config”。conficker的命名来源于configuration的前五个字母,同时添加了以ficker为结尾,ficker是一个粗俗的词,是德语fichen的名词形式,在德语中的意思就是英语中的“fuck”。

conficker原理:
conficker蠕虫传播主要通过运行windows系统的服务器服务的缓冲区漏洞。它使用特定的RPC请求在目标电脑上执行代码。

当在一台电脑中成功执行,它会禁用一些系统服务,比如windows系统更新,windows安全中心,windowsdefender和windows错误报告。然后他会连接一个服务器,在那里他会接到进一步传播的命令,收集个人信息,和下载安装附加的恶意程序到受害人的计算机中。它还会把自己添加到必然会有的windows活动进程中,像是svchost.exe,explorer.exe和services.exe。

防范和解决建议:

在两千零八年十月十五日微软释放了一个补丁(MS08-067)用于修复这个漏洞。清除工具可以从微软,赛门铁克,卡巴斯基获得,同时麦咖啡可以清楚他通过特殊扫描。病毒可以通过USB自动播放传播,通过注册表关闭USB的自动播放功能是推荐的选择。微软释放了windowsXPsp2和sp3、windows2000sp4、vista的补丁,没有释放windowsXPsp1和更早版本系统的补丁,这些系统的服务包支持已经过期。

详细介绍:http://www.hudong.com/wiki/conficker

那么这个问题很可能是这样:
内网机器中了病毒,并扫描任意机器,寻找漏洞机器;寻找到后执行下载病毒代码;
如果你的机器补丁没有打、防火墙没有做好屏蔽策略,就极可能被感染。

所以,需要马上更新最新补丁,开启防火墙。

 

转载于:https://www.cnblogs.com/cm186man/archive/2010/08/10/1796848.html

编译报错暂停: * 正在执行任务: c:\Espressif\tools\tools\ninja\1.12.1\ninja.EXE [41/1890] Building C object esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj CreateProcess failed. Command attempted: "C:\Espressif\tools\tools\xtensa-esp-elf\esp-14.2.0_20241119\xtensa-esp-elf\bin\xtensa-esp32s3-elf-gcc.exe -DESP_LWIP_COMPONENT_BUILD -DESP_PLATFORM -DIDF_VER=\"HEAD-HASH-NOTFOUND\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -IC:/Lxxxxxxxxxxxxxxxxxxxxxx/ESP32_S3/Esp32_s3_Ai_Tag_AEC/build/config -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/include/apps -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/include/apps/sntp -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/lwip/src/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/port/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/port/freertos/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/port/esp32xx/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/port/esp32xx/include/arch -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/port/esp32xx/include/sys -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/newlib/platform_include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/config/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/config/include/freertos -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/config/xtensa/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/FreeRTOS-Kernel/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/freertos/esp_additions/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/include/soc -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/include/soc/esp32s3 -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/dma/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/ldo/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/debug_probe/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/port/esp32s3/. -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_hw_support/port/esp32s3/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/heap/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/heap/tlsf -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/log/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/soc/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/soc/esp32s3 -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/soc/esp32s3/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/soc/esp32s3/register -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/hal/platform_port/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/hal/esp32s3/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/hal/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_rom/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_rom/esp32s3/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_rom/esp32s3/include/esp32s3 -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_rom/esp32s3 -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_common/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_system/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_system/port/soc -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_system/port/include/private -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/xtensa/esp32s3/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/xtensa/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/xtensa/deprecated_include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/esp_timer/include -IC:/Espressif/frameworks/esp-idf-v5.4.2/components/vfs/include -mlongcalls -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -fdiagnostics-color=always -Wno-missing-field-initializers -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -mdisable-hardware-atomics -Os -freorder-blocks -fmacro-prefix-map=C:/Lxxxxxxxxxxxxxxxxxxxxxx/ESP32_S3/Esp32_s3_Ai_Tag_AEC=. -fmacro-prefix-map=C:/Espressif/frameworks/esp-idf-v5.4.2=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration -Wno-address -MD -MT esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -MF esp-idf\lwip\CMakeFiles\__idf_lwip.dir\lwip\src\core\tcp_in.c.obj.d -o esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj -c C:/Espressif/frameworks/esp-idf-v5.4.2/components/lwip/lwip/src/core/tcp_in.c" ninja: fatal: CreateProcess: Access is denied.
最新发布
08-23
如何修复“Windows/System32/Config/System中文件丢失或损坏”故障 如何修复“Windows/System32/Config/System中文件丢失或损坏”故障 此类错误通常说明计算机因为注册表的原因不能启动,下列操作应该能够修正以上错误。然而,需要特别注意的是,你需要将5个注册表区域全部进行替换。只简单的替换一个或者两个将会潜在的导致其他的错误 注意 如果你使用的是WindowsXP的OEM版本,那么你不应该使用方法2。否则,你的操作系统将不再可用。OEM安装版本创建了事先不存在的用户名密码。因此,对于你个人来讲,下面的操作指导不会解决问题。对于OEM版本XP的最简单方法是使用制造商提供的恢复盘重新安装XP系统 简单方法 1/重启机器 2/按住F8键,直到出现菜单 3/菜单出现后,使用方向键选择“最近一次正确的配置”选项 4/按回车键 5/此时,计算机应该重新安装最近一次的正常启动所使用的配置文件 6/重启计算机 7/如果仍然存在问题,那么采用下面的复杂方法 复杂方法 第一步 1/将Windows XP的安装光盘放入光驱,重启计算机 2/在“欢迎使用安装程序”界面,按R键,进入恢复控制台 3/在恢复控制台中会显示当前Windows的安装列表 4/你需要根据你所安装的Windows XP系统的路径选择相应的数字。如果你仅仅安装了一个单系统,那么应该选择1 5/此时,需要你输入管理员Administrator用户的密码。如果你以前没有设过此密码,那么直接按回车键即可 6/如果密码正确,那么将恢复控制台提示符,进入恢复控制台命令交互界面 7/在恢复控制台提示符后键入下述命令,每一行命令用回车键结束 md tmp copy c:/windows/system32/config/system c:/windows/tmp/system.bak copy c:/windows/system32/config/software c:/windows/tmp/software.bak copy c:/windows/system32/config/sam c:/windows/tmp/sam.bak copy c:/windows/system32/config/security c:/windows/tmp/security.bak copy c:/windows/system32/config/default c:/windows/tmp/default.bak delete c:/windows/system32/config/system delete c:/windows/system32/config/software delete c:/windows/system32/config/sam delete c:/windows/system32/config/security delete c:/windows/system32/config/default copy c:/windows/repair/system c:/windows/system32/config/system copy c:/windows/repair/software c:/windows/system32/config/software copy c:/windows/repair/sam c:/windows/system32/config/sam copy c:/windows/repair/security c:/windows/system32/config/security copy c:/windows/repair/default c:/windows/system32/config/default 8/在上述命令执行完毕后,键入Exit,退出恢复控制台 9/重启计算机 第二步 10/计算机重新启动后使用Administrator身份登录。如果你使用的是Windows XP Home版,那么你只能在“安全模式”中使用Administrator身份登录。 11/下一个操作是使用系统备份工具将注册表文件拷贝至备份路径。然而,在进行备份之前,你需要在文件管理器的“文件夹选项”中设置“显示所有文件文件夹”及“隐藏受保护的操作系统文件”。(操作步骤12-19为设置设置“显示所有文件文件夹”及“隐藏受保护的操作系统文件”的方法,如果熟悉此操作,可直接跳至操作步骤20) 12/打开文件管理器 13/选择菜单中“工具” 14/选择“文件夹选项” 15/选择“查看”选项卡 16/在高级设置中找到“显示所有文件文件夹”及“隐藏受保护的操作系统文件” 17/选择“显示所有文件文件夹” 18/去除对“隐藏受保护的操作系统文件”的选择 19/出现提示框,显示编辑或删除操作系统文件将破坏系统,选择“是”。选择“确定”,关闭“文件夹选项”对话框 20/在文件管理器中进入Windows XP的安装目录。 21/打开“System Volume Information”目录,如果此目录不可存取,可根据错误信息查看微软知识库文章309531 22/在“System Volume Information”目录中可以看到一个或多个类似“_restore{87BD3667-3246-476B-923F-F86E30B3E7F8}”的目录 23/如果目录以图标方式或者是缩略图方式显示,请选择“查看”菜单项中的详细资料选项 24/选择一个以RP开头的,并且不是在当前时间创建的文件(这些文件为还原点,Restore Points) 25/进入这些目录中的某一个,并找到其中的Snapshot目录。比如C:/System Volume Information/_restore{D86480E3-73EF-47BC-A0EB-A81BE6EE3ED8}/RP1/Snapshot 26/在Snapshot目录中拷贝如下文件到“C:/Windows/tmp”目录 _REGISTRY_USER_.DEFAULT _REGISTRY_MACHINE_SECURITY _REGISTRY_MACHINE_SOFTWARE _REGISTRY_MACHINE_SYSTEM _REGISTRY_MACHINE_SAM 27/将“C:/Windows/tmp”目录中的这些文件按照如下方式进行重命名 重命名 _REGISTRY_USER_.DEFAULT 为 DEFAULT 重命名_REGISTRY_MACHINE_SECURITY为SECURITY 重命名_REGISTRY_MACHINE_SOFTWARE为SOFTWARE 重命名_REGISTRY_MACHINE_SYSTEMSYSTEM 重命名_REGISTRY_MACHINE_SAM为SAM 第三步 28/现在你必须删除现有的注册表文件,并且将新的注册表文件拷贝至“C:/Windows/System32/Config”目录。你可以通过使用恢复控制台或者Windows 98启动盘(如果系统所在分区的文件格式为FAT32)进行此项操作。在命令提示符后输入如下命令: del c:/windows/system32/config/sam del c:/windows/system32/config/security del c:/windows/system32/config/software del c:/windows/system32/config/default del c:/windows/system32/config/system 29/接着输入如下命令: copy c:/windows/tmp/software c:/windows/system32/config/software copy c:/windows/tmp/system c:/windows/system32/config/system copy c:/windows/tmp/sam c:/windows/system32/config/sam copy c:/windows/tmp/security c:/windows/system32/config/security copy c:/windows/tmp/default c:/windows/system32/config/default 30/最后退出恢复控制台,并重启计算机 第四步 31/计算机重新启动,并进入系统后,选择“开始” 32/选择“全部程序”中的“附件” 33/选择“系统还原” 34/将系统还原至某一个以前的还原点。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值