Tuesday, November 15, 2011

CA-2001-22 W32/Sircam Malicious Code



Original release date: July 25, 2001

Last revised: August 23, 2001
Source: CERT/CC
A complete revision history can be found at the end of this file.

Systems Affected


  • Microsoft Windows (all versions)





  • Overview

    "W32/Sircam" is malicious code that spreads through email and potentially through unprotected network shares. Once the malicious code has been executed on a system, it may reveal or delete sensitive information.
    As of 10:00EDT(GMT-4) Jul 25, 2001 the CERT/CC has received reports of W32/Sircam from over 300 individual sites.

    I. Description

    W32/Sircam can infect a machine in one of two ways:

    Propagation Via Email

    The virus can appear in an email message written in either English or Spanish with a seemingly random subject line. All known versions of W32/Sircam use the following format in the body of the message:
    EnglishSpanish
    Hi! How are you?
           [middle line]
           See you later. Thanks
    
    Hola como estas ?
           [middle line]
           Nos vemos pronto, gracias.
    
    Where [middle line] is one of the following:
    English
    I send you this file in order to have your advice
    I hope you like the file that I sendo you
    I hope you can help me with this file that I send
    This is the file with the information you ask for
    
    Spanish
    Te mando este archivo para que me des tu punto de vista
    Espero te guste este archivo que te mando
    Espero me puedas ayudar con el archivo que te mando
    Este es el archivo con la informacion que me pediste
    
    Users who receive copies of the malicious code through electronic mail might recognize the sender. We encourage users to avoid opening attachments received through electronic mail, regardless of the sender's name, without prior knowledge of the origin of the file or a valid digital signature.
    The email message will contain an attachment whose name matches the subject line and has a double file extension (e.g.subject.ZIP.BAT or subject.DOC.EXE). The CERT/CC has confirmed reports that the first extension may be .DOC.XLS, or .ZIP. Anti-virus vendors have referred to additional extensions, including .GIF.JPG.JPEG.MPEG.MOV.MPG.PDF.PNG, and .PS. The second extension will be .EXE.COM.BAT.PIF, or .LNK. The attached file contains both the malicious code and the contents of a file copied from an infected system.
    When the attachment is opened, the copied file is extracted to both the %TEMP% folder (usually C:\WINDOWS\TEMP) and the Recycledfolder on the affected system. The original file is then opened using the appropriate default viewer while the infection process continues in the background.


    W32/Sircam includes its own SMTP client capabilities, which it uses to propagate via email. It determines its recipient list by recursively searching for email addresses contained in all *.wab (Windows Address Book) files in the %SYSTEM% folder. Additionally, it searches the folders referred to by
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cache
    for files containing email addresses. All addresses found are stored in SC??.DLL or S??.DLL files hidden in the %SYSTEM% folder.
    W32/Sircam first attempts to send messages using the default email settings for the current user. If the default settings are not present, it appears to use one of the following SMTP relays:
    • prodigy.net.mx
    • NetBIOS name for 'MAIL'
    • mail.<defaultdomain> (e.g., mail.example.org)
    • dobleclick.com.mx
    • enlace.net
    • goeke.net

    Propagation Via Network Shares

    In addition to email-based propagation, analysis by anti-virus vendors suggests that W32/Sircam can spread through unprotected network shares. Unlike the email propagation method, which requires a user to open an attachment to infect the machine, propagation of W32/Sircam via network shares requires no human intervention.
    If W32/Sircam detects Windows networking shares with write access, it
    1. copies itself to \\[share]\Recycled\SirC32.EXE
    2. appends "@ win\Recycled\SirC32.exe" to AUTOEXEC.BAT
    If the share contains a Windows folder, it also
    1. copies \\[share]\Windows\rundll32.exe to \\[share]\Windows\run32.exe
    2. copies itself to \\[share]\Windows\rundll32.exe
    3. when virus is executed from rundll32.exe, it calls run32.exe

    Infection process

    1. When installed on a victim machine, W32/Sircam installs a copy of itself in two hidden files:
      • %SYSTEM%\SCam32.exe
      • Recycled\SirC32.exe
      Installing in Recycled may hide it from anti-virus software since some do not check this folder by default.
      Based on external analyses, there is also a probability that W32/Sircam will copy itself to the %SYSTEM% folder as ScMx32.exe. In that case, another copy is created in the folder referred to byHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Startup (the current user's personal startup folder). The copy created in that location is named Microsoft Internet Office.exe. When the affected user next logs in, this copy of W32/Sircam will be started automatically.
    2. The registry entry HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices\Driver32 is set to%SYSTEM%\SCam32.exe so that W32/Sircam will run automatically at system startup.
    3. The registry entry HKEY_CLASSES_ROOT\exefile\shell\open\command is set to "C:\Recycled\SirC32.exe" "%1" %*", causing W32/Sircam to execute whenever another executable is run.
    4. A new registry entry, HKEY_LOCAL_MACHINE\Software\SirCam, is created to store data required by W32/Sircam during execution.
    5. W32/Sircam searches for filenames with .DOC.XLS.ZIP extensions in the folders referred to by

      HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal
      HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Desktop
      While the personal folder may vary with configuration, it is often set to \My Documents or\Windows\Profiles\%username%\Personal. A list of these files is stored in %SYSTEM%\scd.dll.





    6. W32/Sircam attaches its own binary to selected files it finds and stores the combined file in the Recycled folder.




    II. Impact

    W32/Sircam can have a direct impact on both the computer which was infected as well as those with which it communicates over email.
    • Breaches of confidentiality: The malicious code will at a minimum search through select folders and mail potentially sensitive files. This form of attack is extremely serious since it is one from which it is impossible to recover. Once a file has been publicly distributed, any potentially sensitive information in it cannot be retracted.
    • Limit Availibility (Denial of Service)
      • Fill entire hard drive: Based on external analyses, on any given day, there is a probability that it will create a file named C:\Recycled\sircam.sys which consumes all free space on the C: drive. A full disk will prevent users from saving files to that drive, and in certain configurations impede system-level tasks (e.g., swapping, printing).
      • Propagation via mass emailing: W32/Sircam will attempt to propagate by sending itself through email to addresses obtained as described above. This propagation can lead to congestion in mail servers that may prevent them from functioning as expected.NOTE: Since W32/Sircam uses native SMTP routines connecting to pre-defined mail servers, propagation is independent of the mail client software used.
    • Loss of Integrity: Published reports indicate that on October 16 there is a reasonable probability that W32/Sircam will attempt to recursively delete all files from the drive on which Windows is installed (typically C:).

    III. Solution

    Run and Maintain an Anti-Virus Product

    It is important for users to update their anti-virus software. Most anti-virus software vendors have released updated information, tools, or virus databases to help detect and partially recover from this malicious code. A list of vendor-specific anti-virus information can be found in Appendix A.
    Many anti-virus packages support automatic updates of virus definitions. We recommend using these automatic updates when available.

    Exercise Caution When Opening Attachments

    Exercise caution when receiving email with attachments. Users should never open attachments from an untrusted origin, or ones that appear suspicious in any way. Finally, cryptographic checksums should also be used to validate the integrity of the file.
    The effects of this class of malicious code are activated only when the file in question is executed. Social engineering is typically employed to trick a recipient into executing the malicious file. The best advice with regard to malicious files is to avoid executing them in the first place. The following tech tip offers suggestions as to how to avoid them:
    Protecting yourself from Email-borne Viruses and Other Malicious Code During Y2K and Beyond

    Filter the Email or use a Firewall

    Sites can use email filtering techniques to delete messages containing subject lines known to contain the malicious code, or they can filter all attachments.
    Likewise, a firewall or border router can be used to stop the W32/Sircam outbound SMTP connections to mail servers outside of the local network. This filtering strategy will prevent further propagation of the worm from a particular host when the local mail configuration is not used.

    Appendix A. - Vendor Information

    Aladdin Knowledge Systems

    http://www.esafe.com/home/csrt/valerts2.asp?virus_no=10068

    Central Command, Inc.

    http://support.centralcommand.com/cgi-bin/command.cfg/php/enduser/std_adp.php?p_refno=010718-000010

    Command Software Systems

    http://www.commandsoftware.com/virus/sircam.html

    Computer Associates

    http://www.cai.com/virusinfo/encyclopedia/descriptions/s/sircam137216.htm

    Data Fellows Corp

    http://www.datafellows.com/v-descs/sircam.shtml

    McAfee

    http://vil.mcafee.com/dispVirus.asp?virus_k=99141&

    Norman Data Defense Systems

    http://www.norman.com/virus_info/w32_sircam.shtml

    Panda Software

    http://www.pandasoftware.es/vernoticia.asp?noticia=987

    Proland Software

    http://www.pspl.com/virus_info/worms/sircam.htm

    Sophos

    http://www.sophos.com/virusinfo/analyses/w32sircama.html

    Symantec

    http://www.symantec.com/avcenter/venc/data/w32.sircam.worm@mm.html

    Trend Micro

    http://www.antivirus.com/vinfo/virusencyclo/default5.asp?VName=TROJ_SIRCAM.A

    Computer security risks to home users

    A. What is at risk?
    Information security is concerned with three main areas:

    >Confidentiality -  information should be available only to those who rightfully have access to it

    >Integrity --  information should be modified only by those who are authorized to do so

    >Availability --  information should be accessible to those who need it when they need it

    These concepts apply to home Internet users just as much as they would to any corporate or government network. You probably wouldn't let a stranger look through your important documents. In the same way, you may want to keep the tasks you perform on your computer confidential, whether it's tracking your investments or sending email messages to family and friends. Also, you should have some assurance that the information you enter into your computer remains intact and is available when you need it.

    Some security risks arise from the possibility of intentional misuse of your computer by intruders via the Internet. Others are risks that you would face even if you weren't connected to the Internet (e.g. hard disk failures, theft, power outages). The bad news is that you probably cannot plan for every possible risk. The good news is that you can take some simple steps to reduce the chance that you'll be affected by the most common threats -- and some of those steps help with both the intentional and accidental risks you're likely to face.

    Before we get to what you can do to protect your computer or home network, let’s take a closer look at some of these risks.


    B.     Intentional misuse of your computer

    The most common methods used by intruders to gain control of home computers are briefly described below. More detailed information is available by reviewing the URLs listed in the References section below.




    > Trojan horse programs
    >Back door and remote administration programs
    >Denial of service
    >Being an intermediary for another attack
    >Unprotected Windows shares
    >Mobile code (Java, JavaScript, and ActiveX)
    >Cross-site scripting
    >Email spoofing
    >Email-borne viruses
    >Hidden file extensions
    >Chat clients
    >Packet sniffing






    C.     Accidents and other risks




    In addition to the risks associated with connecting your computer to the Internet, there are a number of risks that apply even if the computer has no network connections at all. Most of these risks are well-known, so we won’t go into much detail in this document, but it is important to note that the common practices associated with reducing these risks may also help reduce susceptibility to the network-based risks discussed above.




    1.  Disk failure
    Recall that availability is one of the three key elements of information security. Although all stored data can become unavailable -- if the media it’s stored on is physically damaged, destroyed, or lost -- data stored on hard disks is at higher risk due to the mechanical nature of the device. Hard disk crashes are a common cause of data loss on personal computers. Regular system backups are the only effective remedy.




    2.  Power failure and surges
    Power problems (surges, blackouts, and brown-outs) can cause physical damage to a computer, inducing a hard disk crash or otherwise harming the electronic components of the computer. Common mitigation methods include using surge suppressors and uninterruptible power supplies (UPS).




    3.  Physical Theft
    Physical theft of a computer, of course, results in the loss of confidentiality and availability, and (assuming the computer is ever recovered) makes the integrity of the data stored on the disk suspect. Regular system backups (with the backups stored somewhere away from the computer) allow for recovery of the data, but backups alone cannot address confidentiality. Cryptographic tools are available that can encrypt data stored on a computer’s hard disk. The CERT/CC encourages the use of these tools if the computer contains sensitive data or is at high risk of theft (e.g. laptops or other portable computers).

    Monday, November 14, 2011

    Steam hack confirmed by Valve game company

    Steam, the online gaming network run by game company Valve, confirmed Thursday that its forums had been hacked and warned users to keep a close eye on their credit card statements.

    The service’s forums had been defaced earlier in the week, resulting in some gamers receiving e-mails from a hacking Web site, Kotaku report


    Gallery




     In recent years, lawmakers and advocacy groups have made increased efforts to protects users’ privacy online. Here are some cases that helped stoke the debate about tracking and privacy on the Web.

    On Thursday, Valve co-founder Gabe Newell left a message on the company’s forums confirming the intrusion, saying that all forum passwords will be reset and adding that the attack “goes beyond the Steam forums.” While there is evidence of a deeper intrusion, the company is not yet requiring all Steam users to reset their account passwords, which are separate from forum accounts.

    “We do not have evidence that encrypted credit card numbers or personally identifying information were taken by the intruders, or that the protection on credit card numbers or passwords was cracked,” Newell wrote. “We are still investigating.”

    He added that there have been no reports that Steam accounts were compromised, but advised users to change their passwords as a precaution.

    “I am truly sorry this happened, and I apologize for the inconvenience,” he said.

    The intrusion comes at a bad time for Steam, which is not only premiering a major title — Bethesda’s “Elder Scrolls V: Skyrim” — Friday, but is also facing long-term challenges from Electronic Arts’ Origin service, cloud gaming service OnLive and an as-yet-unreleased online service from retailer GameStop.

    Security, understandably, is the most pressing issue facing these services as they ask gamers to trust their saved data, credit cards and other personal information to off-site servers. Companies are also jumpy following the Sony data hack that pulled the PlayStation Network and Sony Online Entertainment services off line for a month and resulted in a lot of bad press for the electronics giant.

    7 Things You Need To Know About Recent Web Hack Attacks

    By Jeremiah Grossman
    Citigroup, Sony, PBS, Sega, Nintendo, Gawker, AT&T, the Central Intelligence Agency, the United States Senate, NASA, Nasdaq, the NYSE, Zynga, BBC Music, the Royal Navy, and thousands of others have one thing in common – they have all fallen victim to hack attacks in the last year.
    Jeremiah Grossman
    Millions of credit-card numbers, customers’ personal information and records, not to mention gigabytes worth of intellectual property, have been compromised. And the onslaught shows no signs of stopping. The net result has been stark – hundreds of millions of dollars in corporate losses, sharp stock price declines, lawsuits, fines and costly downtime. Most alarmingly, it no longer matters whether a company is in financial services, retail, education, gaming, social networking, government, telecom, media or travel – no industry is immune to these breaches.

    Sunday, November 13, 2011

    8 Steps To Keep Your PCs Safe From Online Criminals

    By Mike Cote
    Mike Cote
    is vice president at Dell Secureworks.
    Mike Cote

    With the diversity of security attacks globally, it is becoming increasingly difficult and complex for small and medium-sized businesses to assemble the right in-house resources to protect themselves against the cyber threats they face, whether it’s a data breach through the network, data leakage by employees, or lost laptops or mobile devices. We have also seen an uptick in the number of court cases, where SMBs have had six-figure amounts stolen out of their bank account by cyber thieves. The liability for these breaches is being shifted to the CIOs and IT managers, as SMBs are being accused of not taking the appropriate precautions to protect their data. The need for comprehensive information security is more pressing now than ever before.

    Saturday, November 12, 2011

    Homes & Small Businesses Network security tips

    1. A basic firewall or a unified threat management system. 
    2. For Windows users, basic Antivirus software. An anti-spyware program would also be a good idea. There are many other types of antivirus or anti-spyware programs out there to be considered. 
    3. When using a wireless connection, use a robust password. Also try to use the strongest security supported by your wireless devices, such as WPA2 with AES encryption. 
    4. If using Wireless: Change the default SSID network name, also disable SSID Broadcast; as this function is unnecessary for home use. (However, many security experts consider this to be relatively useless).[5] 
    5. Enable MAC Address filtering to keep track of all home network MAC devices connecting to your router. 
    6. Assign STATIC IP addresses to network devices. 
    7. Disable ICMP ping on router. 
    8. Review router or firewall logs to help identify abnormal network connections or traffic to the Internet. 
    9. Use passwords for all accounts. 
    10. For Windows users, Have multiple accounts per family member and use non-administrative accounts for day-to-day activities. 
    11. Disable the guest account[citation needed] 
    12. Raise awareness about information security to children

    Friday, November 11, 2011

    Want to Enable GodMode in Windows 7? Here's how !!!

    I thought this was a joke when I read it, but evidently not. If you want a quick way to get to all the settings on Windows 7 at a SINGLE PLACE.
    Then. 
    GodMode is a great trick that allows you to access all Windows 7 configuration options from one location.
    Windows 7 users are all abuzz about the OS and its GodMode. If you haven't heard of it, GodMode is a feature that was revealed by CNet's Microsoft Correspondent, Ina Fried. GodMode is a folder that brings together a long list of customization settings allowing you to change all your settings from one place. Neat huh? It's very easy to enable and damn useful if you tweak things around a lot.


    I've broken it down into five-step process to avoid confusion:


    Step 1: Right click.


    Step 2: Click create folder.


    Step 3: Rename Name your  folder this to :-
    GODMOD.{ED7BA470-8E54-465E-825C-99712043E01C}


    Step 4: Blink as the folder changes form to look like the control panel.