Backdoor.MSIL.Bot.A
| Spreading: | very low | |
| Damage: | low | |
| Size: | ~100 KB | |
| Discovered: | 2010 Jun 14 |
SYMPTOMS:
Unusual internet activity
Presence of the file: %APPDATA%\Update\svchost.exe
Presence of HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\svchost and HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\svchost both pointing to %APPDATA%\Update\svchost.exe.
TECHNICAL DESCRIPTION:
This backdoor is written in Visual Basic .NET, and it is ~100 KB in size. What makes it relatively special regarding other malware is the fact that it is written in VB .NET; the generated code is not native to a certain CPU or architecture, it is an intermediate language (IL) code that can be ran by any machine that has .NET Framework installed (this also means that any user without .NET framework can't fall a victim to this trojan). The code is in fact interpreted by a virtual machine (much like the JAVA bytecode is interpreted by a JVM - JAVA Virtual Machine).
Once executed, the trojan will create a copy of itself as %APPDATA%\Update\svchost.exe
(%APPDATA% directory usually points to x:\documents and settings\[user-name]\Application Data, where x: is the system drive). The following registry keys will be added or modified, to insure the backdoors' execution after each reboot:
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\svchost and HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\svchost
Will both point to %APPDATA%\Update\svchost.exe.
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\UserInit will be modified by appending the trojans path to it (%APPDATA%\Update\svchost.exe).
UAC (User Account Control) will be disabled, by setting the following registry key to 0:
HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\EnableLUA
Among the "standard" backdoor capabilities (which allows it to receive commands from a remote attacker), it has several other capabilities:
o Anti-debugging
Once executed, it will make sure that it is nor running under a virtual machine/sandboxie; the following validations will be made:
- check if the following processes are running: "MSASCui" and "msmpeng"
- check if it is not running under Virtual PC, by checking if there is any process named "vpcmapvmsrvc";
- check if it is not running under a SandBoxie, by checking if it's own form title is "#"
- check if it is not running under VMWare, by checking if a window with "VMDragDetectWndClass" class-name exists;
- check against ThreatExpert, by comparing it's own module name with "sample";
- check if the user-name equals any of: "UserName", "User", "honey", "sandbox", "currentuser";
- check if the computer name equals any of: "ComputerName", COMPUTERNAME", "DELL-D3E62F7E26", "DELL-D3E62F7E26", "MICHAEL-F156CF7"
If any of the conditions described above occurs, the trojan will simply quit.
o Anti-Antivirus
The malware will check for the presence of the following security products, and will try the kill their processes:
Security product - Processes killed
AntiGen - antigen
A-Squared - a2servic
Avast - ashWebSv
AVG - avgemc
BullGuard - BullGuard
ClamAV - clamauto
Comodo - cpf
Nod32 - nod32.exe, nod32krn.exe, ekrn.exe
Ewido - ewido
F-Prot - FPAVServer
Kaspersky - kavsvc
Mcafee - mcagentmcuimgr
Norton - ccapp
OfficeScan - tmlisten
OutPost - acs.exe
PCCillin - pccntmon
ServerProtect - earthagent
Spy Sweeper - spysweeper
Zone-Alarm - VSMON
o Avoiding detection
Upon execution, the following measures will be taken by the trojan in order to avoid triggering users attention:
- modify it's own windows' opacity, setting it to 0 (making it completely transparent - invisible)
- will not display it's icon in the title bar of the main window
- will not show itself in the taskbar
Although the trojan takes the measures described above, simply hitting "Alt+Tab" will display the trojans icon, with the possibility to switch to his invisible window; After switching to the trojans (invisible) window, one can simply hit "Alt+F4" to close it.
o Self-protection
Several threads will be created, that will constantly check for the following:
- Task-manager; every 2 seconds, it will check if any process named "taskmgr" is executing; if it does, it will kill it
- Regedit; every 2 seconds, it will check if the registry editor has been executed (if a process "regedit" exists); if it finds it, it will kill it.
- CCleaner; every 2 seconds it will check if CCleaner has been executed; if so, it will terminate its execution.
- Registry keys; will contantly write (every 0.8 seconds) the registry key pointing to the malware file
Also, another copy of the malware will be created inside "c:\Documents and Settings\[user-name]\Start Menu\Programs\Startup\" as "taskmgr.exe";
o DoS
The backdoor can initiate HTTP or UDP flood attacks to any remote address designated by an attacker.
o Backdoor component
This is the main functionality of this piece of malware. After execution, the malware will first attempt to contact a remote host, on port 3074. The remote attacker can send one of the following commands (each command has the following layout:
COMMAND|ARGUMENTS):
• CONNECT - will cause the computers victim to connect to a host designated by the attacker
• FF - will steal information about FF profiles; to acomplish this, the malware will basically load and use several libraries belonging to Mozilla Firefox itself.
• KEY - will retrieve product key and the product name of the victims' OS; the malware is able to get detailed information regarding the version of Windows it is running on.
• UNINSTALL - will uninstall the trojan
• UDP - initiate a UDP flood; if a UDP flood is already running, the host will reply "UDP_WORKING|"; if a fresh UDP flood has began, the host will reply UDP_ENABLED|".
• HTTP - initiate a HTTP flood; if a HTTP flood is already running, the host will reply "HTTP_WORKING|", else will notify the attcker that a new flood was started: "HTTP_ENABLED|"
• BEEP - will generate a sound on the victims computer
• STOPALL - stops UDP and HTTP flood.
• UPDATE - will download a new version of the backdoor; the backdoor will be contained within the message, base64-encoded
• DESKTOP - will start a new thread, that will constantly send a screen-shot (much like a "Print-screen"); the screen-shot will be sent to the attacker base64-encoded
• STOPSENDESKTOP - stops the thread responsabile for sending screen-shots of the users desktop
• MESSAGE - post a message in the invisible chat window
• CHAT - will make the chat window visible
• CLOSECHAT - closes the chat "session"
• GETPROCESSES - gets a list of all active processes within the system
The trojan also has the capability of initiating a server, in order to accept incoming connections; the server may run on port 8080 (default), and a maximum number of connections is handled by the backdoor. Also, the trojan is able to retrieve the computers public IP address, by visiting http://checkip.dyndns.org/.
Removal instructions:
Please let BitDefender disinfect your files.
ANALYZED BY:
Lutas Andrei Vlad, virus researcherBitdefender e-Guides Series
The Bitdefender e-Guides series is a learning initiative aiming to provide the Bitdefender reader and user community with valuable information about e-threats and the security issues of the IT&C realm, while also offering practical advice and feasible solutions to their on-line defense needs. The Bitdefender security analysts share their knowledge in malware prevention, identification and annihilation, with an emphasis on on-line privacy and different technologies, countermeasures and cybercrime prevention methods.
Covering topics that range from kids and family's on-line protection, safe social networking and preventing data safety breaches to securing enterprise environments, the e-Guides series is intended for a broad audience of small organizations and individual users concerned about the safety and integrity of their networks and systems. The e-Guides also address issues pertaining to the daily activity of IT&C Systems Security Managers, System and Network Administrators, Security Technology Developers, Analysts, and Researchers.
Safe Blogging Guide
Tips and tricks on how to keep your blog and your identity safe

Blogging is one of the most popular forms of written expression on the web, with more than 150 million indexed blogs worldwide. While regular readers are looking for pieces of information and articles, cyber-crooks take a different interest in them. Finding private information and getting cheap storage space for their malware campaigns are only two of the multitude of users they may subject your blog to.
This material covers the basic guidelines for safe blogging and is especially focused on individual blogs that are either self-hosted or provided as a service by major blog providers.
Securing Wireless Networks Guide
Tips and tricks on how to shield your home network from intruders

This document is intended for computer users who have deployed or plan to deploy a home wireless network. At a time when wireless communication has become a significant part of our lives, cyber-criminals try to exploit every security breach in the wireless configuration in order to intercept traffic or use the internet connection for illegal purposes.
The following guide will teach you the best practices when using unsecured wireless networks, as well as how to properly configure your home router or access point to prevent others from abusing your network.
Protecting Children On-line Guide
How to secure and defend the digital experience of your kids

This document is intended for family, parents and teachers and its purpose is to help secure the digital activities of kids and teens. In an age when the mass production and accessibility of computers have turned these devices into regular family or household commodities, children get familiar with PCs and Internet from a very fresh age. Despite its obvious communication-related benefits, the WWW can also be a hazardous place for kids, with e-threats directly targeting their age group and their home or school computers.
This e-Guide covers the main risks and dangers for kids on-line, such as cyber-bulling, exposure to inappropriate content, on-line addiction and other harmful online actions, while also focusing on topics such as malware, phishing, ID theft and spam, to which teenagers, just as any other Internet users, are exposed nowadays. A Safety Tips section helps parents and teachers better understand and deal with these issues in relation to the kids.
Silver Surfers On-line Safety Guide
How to protect valuable ideas and assets from cyber-hacking

This document is intended for families and senior citizens and its purpose is to help them browse the web safely and enjoy their on-line activities.
At a first glance, it would appear that senior citizens are exposed to cybercrime just as much as any other inexperienced Internet user, irrespective of their age. However, as this e-Guide shows through several case studies, there are several risks and dangers targeting directly silver surfers, such as pension delivery and fallacious tax paying methods or income-related scams. Examples, tips and advice complement the case studies and provide readers with useful guidelines in their daily on-line routine.
Preventing Data Breaches Guide
How to protect valuable ideas and assets from cyber-hacking

The e-guide was designed to cover the various potential sore points of business data safety, from the matter of the network's physical integrity to the complicated mechanisms of business targeted cybercrime (e.g. banker Trojans, phishing). This material is also intended to match, though not in as much detail as a full-fledged technical description, the features of the various consumer and business oriented Bitdefender solutions to the situations in which they might come in handy to IT administrators.
Consulting this document would be useful in the process of deciding what's best for small to medium-sized networks security and a solid basis for further comparative research on this subject.
White Papers
- Facebook Whitepaper
- Bitdefender Antivirus Technology
- B-HAVE ,The Road to Success
- The medium or the message? Dealing with image spam, December 2006, Virus Bulletin
- Fighting Image Spam
- Bitdefender NeuNet Antispam Technology
- Proactive security I body armor against business attacks
- Whitepaper-Emerging Threats to Business Security
- Securing the Uncertain Bitdefender's B-HAVE Proactive Technology for Defense against Versatile_Threats
- Securing E-Mail-The First Strategic Defense Line
- Virus Naming. The "Who's Who?" Dilemma
- Facebook – Another breach in the wall
- Bitdefender Active Virus Control: Proactive Protection Against New and Emerging Threats
Bitdefender E-Threats Landscape Reports
The purpose of this report is to provide a comprehensive investigation of the threats’ landscape. Bitdefender’s security experts thoroughly analyze and examine the menaces of the each semester, focusing on software vulnerabilities and exploits, different types of malware, as well as countermeasures, cyber crime prevention and law enforcement. The E-Threats Landscape Report concentrates mainly on the latest trends, but it also contains facts and data and concerning the previously investigated periods, as well as several predictions related to the upcoming semesters. This document is primarily intended for IT&C System’s Security Managers, System and Network Administrators, Security Technology Developers, Analysts, and Researchers, but it also addresses issues pertaining to a broader audience, like small organizations or individual users concerned about the safety and integrity of their networks and systems.
H2 2011 E-Threat Landscape Report - Overview
Twenty years ago, a revolutionary means of electronic communication was born. It would become so popular with all ages and professions that it is still the most used data communication mechanism even today: introducing the SMS – the short message service.
Today, mobile phones are more than bulky gadgets that can move voice and messages from one point to another: they are must-have gear in a World 2.0 – so powerful and so complex, running their own operating systems and, consequently, facing their share of cyber-trouble. While the first six months of 2011 were marked by software vulnerabilities and high-profile data breaches, the second half cast the spotlight on not only a new family of malware, but also uncovered a user espionage scandal that apparently involved an array of mobile phone carriers and the controversial software vendor CarrierIQ.
The malware landscape was dominated by Trojan.Autorun.Inf and Win32.Worm.Downadup, two malicious contenders that have roots in the Windows XP era, but managed to keep their places even though operating system upgrades or applying patches would have solved security issues exploited by these pieces of malware. The top contenders for H2 2011 are Trojan.AutorunInf, Win32.Worm.Downadup, and Exploit.CplLnk.
Data breaches attributed to the Anonymous gang and its satellite hacking groups continued throughout the second half of 2011. Among the most important targets were Mitsubishi Heavy Industries, Adidas, RIM, Tiroler Gebietskrankenkasse, Nexon and even the United Nations. Corporate trust also came under close scrutiny, as the DigiNotar incident in H1 2011 exposed unwary users to a massive phishing attack that used stolen digital certificates generated for high-profile institutions and government agencies such as Google, Tor, CIA and Israel’s Secret Service, the Mossad.
Social networks have also played a key role in disseminating malware and spreading fake news about the deaths of high-profile personalities such as Muammar Gaddafi or Steve Jobs. Of particular importance were the malicious campaigns built around the alleged movie of Gaddafi’s execution and the commemorative giveaway in honor of the late Steve Jobs.
Download now the full H2 2011 E-Threat Landscape Report (pdf)
Download now the executive summary H2 2011 E-Threat Landscape Report - Executive Summary (pdf)
Archive
2011
Download now H1 2011 E-Threats Landscape Report - Executive Summary (pdf)
2010
Download now H2 2010 E-Threats Landscape Report - Executive Summary (pdf)
Download now H2 2010 E-Threats Landscape Report (pdf)
Download now H1 2010 E-Threats Landscape Report - Executive Summary (pdf)
Download now H1 2010 E-Threats Landscape Report (pdf)
2009
Download now H1 2009 Malware and Spam Review Executive Summary (pdf)
Download now H1 2009 E-Threats Landscape Report (pdf)
Download now H2 2009 Malware and Spam Review (pdf)
Download now H2 2009 E-Threats Landscape Report - Executive Summary (pdf)
2008
Download now H1 2008 E-Threats Landscape Report (pdf)
Download now H2 2008 E-Threats Landscape Report (pdf)
Who to ask? Below you have a list of all of our media representatives who are ready to answer any question you might have.
Global PR Manager
