Backdoor.Win64.ANCHOR.A
Trojan.Win64.Agentb.dm (KASPERSKY), W64/Agent.GK!tr (FORTINET)
Windows

恶意软件类型:
Backdoor
有(yǒu)破坏性?:
没有(yǒu)
加密?:
没有(yǒu)
In the Wild:
是的
概要
它以其他(tā)恶意软件释放的文(wén)件或用(yòng)户访问恶意网站时不知不觉下载的文(wén)件的形式到达系统。它开始执行然后再删除。
技(jì )术详细信息
新(xīn)病毒详细信息
It arrives on a system as a file dropped by other malware or as a file downloaded unknowingly by users when visiting malicious sites.
安(ān)装(zhuāng)
它植入和执行下列文(wén)件:
- {Malware Path}\{Malware Name}.exe:$FILE → contains {Malware Path}\{Malware Name}.exe
- {Malware Path}\{Malware Name}.exe:$GUID → contains /anchor_dns/{Workstation Name}_{Windows Version}.<{32-character long client ID}>/[0-1]/{Content}\xb[0-9]
- {Malware Path}\{Malware Name}.exe:$TASK → contains "{string1} autoupdate#{5 Random Numbers}.xml"
- {string1} can be any of the folders found on %Application Data%
- "{string1} autoupdate#{5 Random Numbers}".xml → a task scheduler that executes the malware sample with parameter -u every fifteenth minute
(注意: %Application Data% 是当前用(yòng)户的 Application Data 文(wén)件夹,通常位于 C:\Windows\Profiles\{user name}\Application Data (Windows 98 和 ME)、C:\WINNT\Profiles\{user name}\Application Data (Windows NT)、C:\Documents and Settings\{user name}\Local Settings\Application Data (Windows 2000(32-bit)、XP 和 Server 2003(32-bit)) 和 C:\Users\{user name}\AppData\Roaming (Windows Vista、7、8、8.1、2008(64-bit)、2012(64-bit) 和 10(64-bit))。)
其他(tā)详细信息
它连接到下列网站,发送和接收信息:
- {Obfuscated Message Type + UUID}{Content}.{BLOCKED}ivo.com
- where Message Type can be any of the following:
- Type 0 (Sending of Data)
- Type 1 (Preparation for receival of Data)
- Type 2 (Receiving of Data)
- where Message Type can be any of the following:
解决方案
Step 1
对于Windows ME和XP用(yòng)户,在扫描前,请确认已禁用(yòng)系统还原功能(néng),才可(kě)全面扫描计算机。
Step 2
请注意,在执行此恶意软件/间谍软件/灰色软件期间,并非所有(yǒu)文(wén)件、文(wén)件夹、注册表项和条目都安(ān)装(zhuāng)在您的计算机上。这可(kě)能(néng)是由于安(ān)装(zhuāng)不完整或其他(tā)操作(zuò)系统条件造成的。如果找不到相同的文(wén)件/文(wén)件夹/注册表信息,请继续下一步。
Step 3
重启进入安(ān)全模式
Step 4
搜索和删除该文(wén)件
- %User Temp%\{Malware Name}.exe
- {Malware Path}\{Malware Name}\{Malware Name}:$FILE
- {Malware Path}\{Malware Name}\{Malware Name}:$GUID
- {Malware Path}\{Malware Name}\{Malware Name}:$TASK
- "{string1} autoupdate#{5 Random Numbers}".xml
Step 5
重启进入正常模式,使用(yòng)亚信安(ān)全产(chǎn)品扫描计算机,检测Backdoor.Win64.ANCHOR.A文(wén)件 如果检测到的文(wén)件已被亚信安(ān)全产(chǎn)品清除、删除或隔离,则无需采取进一步措施。可(kě)以选择直接删除隔离的文(wén)件。请参阅知识库页(yè)面了解详细信息。
Step 6
- 打开命令提示符。
- 对于 Windows 2000、Windows XP 和 Windows Server 2003 用(yòng)户,单击开始>运行。在“打开”输入框中(zhōng),键入 CMD,然后按 Enter。
- 对于 Windows Vista 和 Windows 7 用(yòng)户,单击开始,在搜索输入文(wén)本框中(zhōng)键入 CMD,然后按 Enter。
- 在 CMD 控制台中(zhōng),键入下列内容:
ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [+I | -I] [驱动器:][路径][文(wén)件名(míng)] [/S [/D] [/L]]
其中(zhōng):
+ 设置属性。
- 清除属性
R 只读文(wén)件属性
A 归档文(wén)件属性
S 系统文(wén)件属性
H 隐藏文(wén)件属性
I 无内容的索引文(wén)件属性
[驱动器:][路径][文(wén)件名(míng)]
指定 attrib 要处理(lǐ)的一个或多(duō)个文(wén)件
/S 处理(lǐ)当前文(wén)件夹和所有(yǒu)子文(wén)件夹中(zhōng)的匹配文(wén)件。
/D 处理(lǐ)文(wén)件夹
/L 处理(lǐ)符号链接的属性与符号链接的目标
示例:
取消隐藏驱动器 D 中(zhōng)的所有(yǒu)文(wén)件和文(wén)件夹 (包括子文(wén)件夹):
ATTRIB –H D:\* /S /D
- 对于其他(tā)驱动器或目录中(zhōng)的文(wén)件夹和文(wén)件,请重复步骤 3。