查看: 5183|回复: 22
收起左侧

[病毒样本] 有hips的来测下,这到底是什么东东?

[复制链接]
luckyjoy
发表于 2008-2-25 20:43:23 | 显示全部楼层 |阅读模式
金山的分析师说是木马,我觉得很勉强,希望卡饭的高手试验下,谢谢!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?快速注册

x
hahacomcn
发表于 2008-2-25 20:49:10 | 显示全部楼层
红伞没报,上报看看。
1688388728
发表于 2008-2-25 20:51:26 | 显示全部楼层
c:\windows\system32\wscript.exe
检测到一个应用程序尝试创建一个 DNS 请求
询问名称: _ldap._tcp.dc._msdcs.sgsingmeyad03.pacrim.ey.net.
DNS 服务器: 61.128.114.133, 61.128.114.166

[ 本帖最后由 1688388728 于 2008-2-25 20:52 编辑 ]
曲中求
发表于 2008-2-25 20:52:26 | 显示全部楼层
AhnLab-V3 2008.2.22.0 2008.02.22 VBS/Runner.8192
AntiVir 7.6.0.67 2008.02.25 -
Authentium 4.93.8 2008.02.24 -
Avast 4.7.1098.0 2008.02.24 -
AVG 7.5.0.516 2008.02.25 -
BitDefender 7.2 2008.02.25 -
CAT-QuickHeal 9.50 2008.02.22 Backdoor.Agent.abj
ClamAV 0.92.1 2008.02.25 -
DrWeb 4.44.0.09170 2008.02.25 -
eSafe 7.0.15.0 2008.02.21 -
eTrust-Vet 31.3.5562 2008.02.25 -
Ewido 4.0 2008.02.25 -
FileAdvisor 1 2008.02.25 -
Fortinet 3.14.0.0 2008.02.25 -
F-Prot 4.4.2.54 2008.02.24 W32/Trojan2.NPD
F-Secure 6.70.13260.0 2008.02.25 -
Ikarus T3.1.1.20 2008.02.25 Trojan.Win32.Agent.sk
Kaspersky 7.0.0.125 2008.02.25 -
McAfee 5236 2008.02.22 -
Microsoft 1.3204 2008.02.25 -
NOD32v2 2899 2008.02.25 -
Norman 5.80.02 2008.02.25 -
Panda 9.0.0.4 2008.02.25 Suspicious file
Prevx1 V2 2008.02.25 W32.Malware.gen
Rising 20.33.02.00 2008.02.25 Backdoor.Win32.CAK.a
Sophos 4.26.0 2008.02.25 Sus/ExeScript-A
Sunbelt 3.0.893.0 2008.02.23 -
Symantec 10 2008.02.25 -
TheHacker 6.2.9.228 2008.02.23 -
VBA32 3.12.6.1 2008.02.21 -
VirusBuster 4.3.26:9 2008.02.24 -
Webwasher-Gateway 6.6.2 2008.02.25 -
sharkkong
头像被屏蔽
发表于 2008-2-25 20:52:40 | 显示全部楼层
沙盘下运行后调用wscript.exe,并且让他联网,呵呵,卡巴无视。高手来看看呢。
wangjay1980
发表于 2008-2-25 21:03:04 | 显示全部楼层

回复 5楼 sharkkong 的帖子

联网卡巴怎么会无视呢

Hello,

ADExpire.exe_

No malicious code was found in this file.

Please quote all when answering.

--
Best regards, Kirill Erakhtin
Virus analyst, Kaspersky Lab.
e-mail: newvirus@kaspersky.com
http://www.kaspersky.com/

http://www.kaspersky.com/virusscanner - free online virus scanner.
http://www.kaspersky.com/helpdesk.html - technical support.



> Attachment: ADExpire.rar

[ 本帖最后由 wangjay1980 于 2008-2-26 11:21 编辑 ]
挪威的冬天
发表于 2008-2-25 22:40:29 | 显示全部楼层
为啥觉得很勉强呢

信息        2008-02-25  22:40:16        您此次查毒共查出1个病毒以及危险代码                       
信息        2008-02-25  22:40:16        您此次查毒共查了内存模块0个,磁盘引导扇区0个,文件2个                       
信息        2008-02-25  22:40:16        金山毒霸主程序查毒过程结束,查毒方式:命令行查毒                       
病毒        2008-02-25  22:40:16        C:\Users\挪威的冬天\Desktop\ADExpire.rar\ADExpire.exe        Win32.TrojDownloader.gen.8704        跳过,未处理
冷冷
发表于 2008-2-25 22:45:22 | 显示全部楼层

Dim dtmValue, intTimeInterval, intMaxPwdAge, Silent, Silent1, Silent2
Const ADS_UF_DONT_EXPIRE_PASSWD = &h10000
Const ADS_SCOPE_SUBTREE = 2

On Error Resume Next
Set objArgs = Wscript.Arguments
Silent = 100
Silent1 = 14
If objArgs.Count > 0 Then
   If objArgs(0) > 0 Then
      Silent = objArgs(0)*1000
   End If
End If
If objArgs.Count > 1 Then
   If objArgs(1) > 0 Then
      Silent1 = objArgs(1)*1
   End If
End If
If objArgs.Count > 2 Then
   If objArgs(2) = "E" Or objArgs(2) = "e" Then
      Silent2 = "E"
   End If
End If

WScript.sleep Silent
Set WshNetwork = WScript.CreateObject("WScript.Network")
duname = WshNetwork.UserName

Set objConnection = CreateObject("ADODB.Connection")
Set objCommand =   CreateObject("ADODB.Command")
objConnection.Provider = "ADsDSOObject"
objConnection.Open "Active Directory Provider"
Set objCommand.ActiveConnection = objConnection
objCommand.Properties("Page Size") = 10
objCommand.Properties("Searchscope") = ADS_SCOPE_SUBTREE
objCommand.CommandText = _
   "SELECT AdsPath FROM 'LDAP://sgsingmeyad03.pacrim.ey.net/ou=CN,dc=pacrim,dc=ey,dc=net' WHERE sAMAccountName='" & duname & "'"
Set objRecordSet = objCommand.Execute
objRecordSet.MoveFirst

Set objUser = GetObject(objRecordSet.Fields("AdsPath").Value)
dtmValue = objUser.PasswordLastChanged
intTimeInterval = int(now - dtmValue)
intMaxPwdAge = 90

If dtmValue = 0 Then
   If Silent2 = "E"  Then
      MsgBox "Error, can't contact AD.", vbOKOnly+vbExclamation, "AD Password Expire Checking"
   End If
  WScript.Quit
Else

intCurrentValue = objUser.Get("userAccountControl")
If intCurrentValue And ADS_UF_DONT_EXPIRE_PASSWD Then
'  MsgBox "The password does not expire.", vbOKOnly, "Info"
  WScript.Quit
Else

If intTimeInterval > intMaxPwdAge Then
  MsgBox "Your Domain password has been expired. Please contact ITSS department.", vbOKOnly+vbExclamation, "AD Password Expired"
Else

If (intMaxPwdAge - intTimeInterval) =< Silent1 Then
  MsgBox "Your Domain password will expire in " & int((dtmValue + intMaxPwdAge) - now + 1) & " day(s). Please reset your password by pressing alt+ctrl+del and clicking on " & CHR(34) & "Change Password Button" & CHR(34)& ".", vbOKOnly+vbExclamation, "AD Password Expired"

End If
End If
End If
End If


运行一个VBS  内容如上
xiaoxmj
发表于 2008-2-25 22:53:48 | 显示全部楼层
第一次看到金山报gen,嘿嘿
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-9-17 08:00 , Processed in 1.811643 second(s), 19 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表