<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Wiz&apos;s Computer and Website Security Blog</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/" />
    <link rel="self" type="application/atom+xml" href="http://www.wizcrafts.net/blogs/atom.xml" />
   <id>tag:www.wizcrafts.net,2009:/blogs//1</id>
    <link rel="service.post" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1" title="Wiz's Computer and Website Security Blog" />
    <updated>2009-07-02T23:34:12Z</updated>
    <subtitle><![CDATA[Our blog deals with computer troubleshooting, vulnerability alerts, computer security, spyware &amp; virus removal tools, e-mail threats, anti-spam solutions and website security issues.]]></subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 3.37</generator>
 
<entry>
    <title>New Nigerian phishing scam targets Hotmail users</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/07/new_nigerian_phishing_scam_targets_hotmail_u.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=458" title="New Nigerian phishing scam targets Hotmail users" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.458</id>
    
    <published>2009-07-02T21:13:01Z</published>
    <updated>2009-07-02T23:34:12Z</updated>
    
    <summary>Today I received an unusual phishing scam that I traced to Lagos, Nigeria. It is disguised as an urgent message from the Windows Live Team, to all Hotmail subscribers. The subject was: &quot;LAST WARNING (ACCOUNT ALERT)&quot; - in all capital letters - as is typical of Nigerian 419 scammers.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Spam Issues" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>Today I received an unusual phishing scam that I traced to Lagos, Nigeria. It is disguised as an urgent message from the Windows Live Team, to all Hotmail subscribers. The subject was: "LAST WARNING (ACCOUNT ALERT)" - in all capital letters - <em>as is typical of Nigerian 419 scammers</em>. The email claims that Hotmail is overloaded with free user accounts and must prune unused accounts to free up resources. What a bunch of hooey! Anyway, the intended victim is asked for his or her Hotmail address and password (Microsoft already knows this), date of birth (why would Microsoft need that?) and your location. The details are supposed to be filled out in the enclosed form and submitted to the scammers.</p>

<p>This is a phishing scam looking to steal active Hotmail accounts for use as spam sending zombies, using Hotmail's good reputation to avoid email sender blockades. The phished date of birth information can be crosschecked against other stolen or looked up details about you, or they can read your personal details saved in your Hotmail account profile, to perform identity theft. This information would then be sold to more advanced cyber criminals.</p>

<p>The scam email I received today was sent from the IP address 62.173.55.107 which is part of the <acronym title="CIDR = Classless Inter-Domain Routing and is a way of expressing a range of IP addresses">CIDR</acronym> 62.173.32.0/19, which covers all IPs between 62.173.32.0 and 62.173.63.255. <a href="http://whois.domaintools.com/62.173.55.107" rel="external">This CIDR is registered to ipNX Nigeria Limited</a>, in Lagos, NG. </p>

<p>I discuss methods of preventing these Nigerian scam emails from reaching your desktop email clients, or forum members, in my extended comments.<br />
</p>]]>
        <![CDATA[<p><strong>How to block Nigerian 419 scammers</strong></p>

<p>If you run a web server and have administrator (<em>root</em>) privileges, you can block all email coming from known Nigerian and other African IP addresses by applying my <a href="http://www.wizcrafts.net/nigerian-iptables-blocklist.html">Nigerian Iptables Blocklist</a> to the mail server (mail blockade), or Linux APF Firewall rules (<em>total blockade</em>). By applying the Nigerian Iptables Blocklist to your Linux/Apache Server firewall you will block all access to all websites hosted on it. This includes databases, email, ftp and http services. It will appear as though there is no server, or websites, at the URL they request or send mail to.</p>

<p>If you don't have root access to the Linux OS you can still block Nigerian 419 scammers from accessing your web pages and forums via HTTP, by applying my <a href="http://www.wizcrafts.net/nigerian-blocklist.html">.htaccess Nigerian Blocklist</a> to your public web root directory .htaccess file. This requires that your website be hosted on the common Apache Web Server, running on a Linux or Unix OS.</p>

<p>I provide other IP blocklists in both <a href="/iptables-blocklists.html">iptables</a> and <a href="/htaccess-blocklists.html">.htaccess</a> formats. If you lease a dedicated server your server administrator can install the iptables blocklist rules for you. I am available for hire to install .htaccess blocklists, or to customize a blocklist for your individual websites, as long as they are hosted on Apache web servers. Use my <a href="/webmaster.html">Webmaster</a> contact page to request a quote or to arrange for ongoing website security maintenance.</p>

<p>Most commercial web hosting companies offer an mail server for incoming (POP3) and outgoing (SMTP) email for their hosting customers. Most of these mail servers have the free option of turning on an email spam filter of one kind or another. Most spam filters recognize subjects with all capital letters and will flag those messages as "{SPAM}." You can then have your <acronym title="AN email client is a standalone desktop application for receiving POP or IMAP email and sending SMTP email">email client*</acronym> filter messages marked as SPAM to be deleted, or sent to a folder you create for questionable messages.</p>

<p>If you do not have your own web server for receiving your POP3 email, but still use a desktop email client (<em>e.g. Microsoft Outlook, Outlook Express, Windows Live Mail, etc</em>), you still have an option available to block this Nigerian crap email. I use and recommend a spam filtering email screening program called <a href="http://www.wizcrafts.net/mailwasher.html">MailWasher Pro</a>. MailWasher Pro sits on your Windows Desktop as an application between your POP3 email servers and your desktop email client. It receives email at an interval you select and screens it to identify spam and either flag it or automatically delete it. I set my Windows Live Mail client to manually download messages only when I press the Send/Receive button, which I do to download desirable messages that have been cleared by MailWasher Pro. I report any spam or scam messages that make it through my automatic deletion filters to SpamCop, through MailWasher Pro itself.</p>

<p><a href="http://www.wizcrafts.net/mailwasher.html" title="Read all about MailWasher Pro here. Download a trial copy or buy it via my links.">MailWasher Pro</a> uses a combination of learning filters, a blacklist, a friends list, known spam blocklists (like <a href="http://www.spamcop.net/">SpamCop</a>) and custom user written filters, to identify and deal with spam. I happen to write custom filters for use with the program and which can identify and either manually or automatically delete about 95% of all incoming spam and scam messages. You can learn about, or download <a href="/mwp-filters.html">Wizcrafts' Custom MailWasher Filters</a> here. There are 3 sets available, the details of which are explained on the aforementioned web page. My "Subject All Caps" filter flagged the scam message that started this article.</p>

<p><a href="http://www.wizcrafts.net/mailwasher.html">MailWasher Pro</a> is a commercial program that you pay for once and receive free program updates for life. I've been using it for about 8 years now and have only paid once. The current version, as of July 2, 2009, is 6.51. It is fully compatible with all versions of Windows, including the soon to be released Windows 7. The current price is $39.95, for a lifetime registration.</p>

<p>If you use a web browser to obtain your email you are at the mercy of your email service provider to supply their users with spam protection. Check your email options to see what level of Spam blocking is available to you and apply it. You may have to white list your friends and contacts to avoid having some of their messages accidentally deleted as Spam, but it is worth the effort.</p>

<p>If you are one of the intended targets of this phishing scam, a Hotmail user, login to your Hotmail account (in your browser), click on:  Options (upper right area), then Junk Mail > Filters and Reporting > Choose a junk e-mail filter. Select either Low, Standard, or Exclusive and Save your choice. Next, choose when to delete junk e-mail. Last, choose whether to report junk mail to Hotmail, to help finetune their spam filters. Note, that your Hotmail login can also be your Windows Live ID, should you need one.</p>

<p>Always be suspicious of any email that tries to panic you into taking an action that is against common sense. Phishing scams are designed to cause panic and make victims respond before they have a chance to think about the claims made in that email scam. This is the same tactic used by high-pressure salesmen and telephone solicitors and scamsters. Always check with the website in question to see if they really did send such an email to their users. Always type the URL manually, or use a link saved in your bookmarks, from a previous successful login. Watch for HTTPS at the beginning of any URL leading to a bank or other secure login location (like Hotmail).</p>]]>
    </content>
</entry>
<entry>
    <title>Spybot Search and Destroy Definitions Updated on July 1, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/07/spybot_search_and_destroy_definitions_update_60.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=457" title="Spybot Search and Destroy Definitions Updated on July 1, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.457</id>
    
    <published>2009-07-02T01:36:40Z</published>
    <updated>2009-07-02T02:05:30Z</updated>
    
    <summary>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. New definitions and false positive fixes are usually released every Wednesday. Updates were released on schedule on July 1, 2009. The synopsis of the malware updates and proper usage of the program follows.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Security Program Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>If you use <a href="http://www.safer-networking.org/en/home/index.html" rel="external">Spybot Search and Destroy</a> to protect your computer against spyware and malware, it is time again to run your manual updates. Malware writers are constantly modifying their programs to evade detection, so anti-malware vendors have to issue regular updates to keep up with the bad guys. New definitions and false positive fixes for Spybot Search and Destroy are usually released every Wednesday. This week's updates were released on schedule on July 1, 2009, as listed below. Some new and altered fake security programs were added to the detections, plus several new Trojans, rootkits and modified spam bots.</p>

<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>Before you update Spybot Search and Destroy make sure you have  <a href="http://www.spybot.info/en/download/index.html" rel="external">the latest official version</a>. Older versions are no longer supported and will cause you a lot of grief when you immunize and scan for problems. Only download Spybot S&amp;D from the official website, at: <a href="http://www.spybot.info/">spybot.info</a>, or from its alternate domain: <a href="http://www.safer-networking.org/">Safer-Networking.org</a>. Fake versions with similar names will rip you off for payment to remove threats, whereas the real Spybot S&amp;D is free (<em>donations gladly accepted</em>).</p>

<p>In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again. I have consistent success using Giganet or the Safer-Networking servers. When all updates have succeeded, click on "Exit." </p>

<p>Download links and more instructions about using Spybot Search and Destroy are in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">"How to use Spybot Search &amp; Destroy to fight malware"</a>.  </p>

<p>The description of the latest definition updates and false positive fixes are in my extended comments below.</p>]]>
        <![CDATA[<p><strong>Additions to malware definitions made on July 1, 2009:</strong><br />
<!--strong>Adware</strong--><!--strong>Hijackers</strong--><br />
<strong>Keyloggers</strong><br />
+ SCKeylogger </p>

<p><strong>Malware</strong> (<em>Includes rogue or <u>fake</u> anti-virus and anti-spyware programs  and fake registry cleaners and fake security alerts, plus other nasty programs</em>)<br />
+ Mirar <br />
+ Win32.FraudLoad.edt <br />
++ Win32.Perlovga.a</p>

<p><strong>PUPS</strong> (<em>Possibly UnPopular Software or Potentially Unwanted Program</em>)<br />
+ GameVance <br />
+ OriginalSolitaire <br />
<!--strong>Security</strong--><!--strong>Spyware</strong--><br />
<strong>Trojans</strong> (<em>Trojans come to you disguised as something useful, or as a missing codec required to view a spammed video, but, like the Trojan Horse of antiquity, they hold dangerous contents that cause great harm! Many of these Trojans are Botnet infections, backdoors and Rootkits.</em>)<br />
+ Win32.Agent.ext <br />
+ Win32.Agent.fbx <br />
++ Win32.AutoRun.wqh <br />
++ Win32.Buzus.aspx <br />
++ Win32.Dontovo <br />
+ Win32.FraudLoad.pd <br />
+ Win32.Seneka.rtk <br />
+ Win32.TDSS.clt <br />
+ Win32.TDSS.dt <br />
++ Win32.TDSS.reg <br />
+ Win32.TDSS.rtk <br />
+ Win32.ZBot </p>

<p><strong>Total: 1436805 fingerprints in 491598 rules for 4715 products. </strong></p>

<p><strong>False positive detections reported or fixed this week:</strong></p>

<p>Two confirmed false positives were reported and fixed since last week. They are as follows...</p>

<p>A confirmed false positive detection of "Win32.Agent.Bbzv" in the file: C:\Program Files\erunt\autoback.exe, has been fixed with the July 1 updates.</p>

<p>A confirmed false positive detection of "Win32.Agent.Bbzv" in both WordWeb Free and Pro (Wweb32.exe) versions was fixed today. </p>

<p>After you update definitions to fix false positives a restart of either TeaTimer or the Computer is required.</p>

<p>When TeaTimer blocks the file you can also allow the file to be executed (also remove the check mark for deletion). You can exclude any file from further detections during a scan by right clicking the items in the Spybot S&D scan result and select "exclude this detection from further searches"</p>

<p>False Positives are reported and discussed in the <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">Spybot S&amp;D False Positives Forum</a>.</p>

<p>As mentioned earlier, links and more instructions about using the program, or reporting suspected false positives, are found in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">How to use Spybot Search &amp; Destroy to fight malware</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>My Spam analysis for June 22 - 28, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/my_spam_analysis_for_june_22_28_2009.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=456" title="My Spam analysis for June 22 - 28, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.456</id>
    
    <published>2009-06-28T17:33:53Z</published>
    <updated>2009-06-28T18:02:53Z</updated>
    
    <summary>This is the latest entry in a weekly series about classifications of spam, according to my custom filter rules used by the anti-spam tool, MailWasher Pro, from its Statistics pie chart.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Spam Issues" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>This is the latest entry in my weekly series about classifications of spam, according to my custom filter rules used by <a href="/mailwasher.html">MailWasher Pro</a>. The categories are shown on the "Statistics" page > "Junk Mail," as a pie chart, based on <a href="/mwp-filters.html">my custom filters and blacklist</a>. The amount of email flagged as spam is shown on the "Summary" page of Statistics.</p>

<p>The volume of spam coming to my various honeypots and user accounts has increased slightly this week. This indicates to me that some of the Botnets that lost their Control and Command servers following the forced shutdown of colocation host <a href="http://www.networkworld.com/community/node/42434?source=NWWNLE_nlt_security_2009-06-05" rel="external">Pricewert</a> have found other server hosts that allow illegal activities. Thus, sleeping zombie bots are awakening and spamming again.</p>

<p>The classifications of spam in my analysis can help you adjust your email filters according to what is most common, on a weekly basis. Most of the spam this week was for various fake pharmacies, which sell illicit and counterfeit pharmaceuticals like Viagra, weight loss scams and phishing scams. </p>

<p>See my extended comments for this week's breakdown of spam by category, for June 22 - 28, 2009 and the latest additions to my custom MailWasher Pro filters</p>]]>
        <![CDATA[<h5 style="margin-bottom:0">MailWasher Pro spam category breakdown for June 22 - 28, 2009. Spam amounted to 13% of my incoming email this week. This represents a 5% increase from last week. </h5>

<div style="float:right; margin-left:1em; width:200px; text-align:center">  
  <a href="http://fta.firetrust.com/index.cgi?id=1007&page=1" rel="external nofollow"><small>Download MailWasher Pro Here</small></a><br /><img src="http://www.firetrust.com/adverts/mailwasher_027.gif" border="0" alt="MailWasher Pro by Firetrust" title="Download MailWasher Pro to screen your incoming email for spam and malware threats">
</div>

<table style="border:0; margin:0; padding: 2px;" cellspacing="5" summary="layout table for reporting spam categories and percentages">
  <tr>
    <th align="left">Pills:</th>
    <td>21.43%</td>
  </tr>
  <tr>
    <th align="left">Known Spam Domains:</th>
    <td>17.86%</td>
  </tr>
  <tr>
    <th align="left">Male Enhancement Patches, etc:</th>
    <td>14.29%</td>
  </tr>
  <tr>
    <th align="left">Phishing Scams (bank or credit card):</th>
    <td>10.71%</td>
  </tr>
  <tr>
    <th align="left">Weight Loss Scams (e.g. Acai Berry)</th>
    <td>10.71%</td>
  </tr>
  <tr>
    <th align="left">Canadian Pharmacy spam:</th>
    <td>7.14%</td>
  </tr>
  <tr>
    <th align="left">Misc. Pharmaceutical spam:</th>
    <td>3.57%</td>
  </tr>
  <tr>
    <th align="left">Counterfeit Watches:</th>
    <td>3.57%</td>
  </tr>
  <tr>
    <th align="left">Viagra or Cialis Spam:</th>
    <td>3.57%</td>
  </tr>
  <tr>
    <th align="left">Known Spam Subjects #3:</th>
    <td>3.57%</td>
  </tr>
  <tr>
   <th align="left">"Other filters": (See my <a href="http://www.wizcrafts.net/mwp-filters.html">MWP Filters</a> page)</th>
    <td>3.57%</td>
  </tr>
</table>

<p><!--<br />
  <tr><br />
    <th align="left">Known Spam (From or Body):</th><br />
    <td>5.88%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Stud scams:</th><br />
    <td>5.88%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Dating Scams:</th><br />
    <td>17.65%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Nigerian 419 Scams:</th><br />
    <td>5.88%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Counterfeit Software:</th><br />
    <td>4.17%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Known Spam User Agents:</th><br />
    <td>4.17%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">PayPal Phishing Scams:</th><br />
    <td>4.17%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Hidden ISO or ASCII Subject:</th><br />
    <td>4.17%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Lottery Scams:</th><br />
    <td>10.53%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Known X-Mailer Spam:</th><br />
    <td>5.26%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">HTML Tricks</th><br />
    <td>5.26%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Blacklisted Domains/Senders (e.g: kef+diz@+):</th><br />
    <td>2.63%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Bayesian Learning Filter:</th><br />
    <td>2.63%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Diploma Scams:</th><br />
    <td>4.55%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Casino Spam:</th><br />
    <td>4.55%</td><br />
  </tr><br />
  <tr><br />
   <th align="left">Exploit Link</th><br />
    <td>9.09%</td><br />
  </tr><br />
  <tr><br />
   <th align="left">Numeric IP Link</th><br />
    <td>9.09%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Breast Enlargement Scams:</th><br />
    <td>4.55%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Blocked Countries, RIPE, LACNIC, APNIC:</th><br />
    <td>14.29%</td><br />
  </tr><br />
  <tr><br />
    <th align="left">Zip, RAR, or GZ Hostile Attachment:</th><br />
    <td>7.14%</td><br />
  </tr><br />
--><br />
The latest weekly additions to my <a href="/mwp-filters.html">custom MailWasher Pro filters</a> include updates to the Known Spam (in Body or From) and splitting it into two separate filters, Known Spam Domains, Known Spam Subjects #3, Male Enhancement [S], Viagra.com, Fake MSN Newsletters (Canadian Pharmacy), Canadian Pharmacy, Phishing and Weight Loss spam filters. Most of the known spam domains, Known Spam Subjects and Known Spam From/Body emails lead to bogus male enhancement solutions, like the fake Canadian Pharmacy sites, now hosted on Chinese domains and servers.</p>

<p>MailWasher Pro intercepts POP3 and IMAP email before you download it to your desktop email client (e.g: Microsoft Outlook, Outlook Express, Windows Live Mail) and scans it for threats or spam content, then either manually or automatically deletes any messages matching your pre-determined criteria and custom filters. It is my primary line of defense against incoming spam, scams, phishing and exploit attacks. If you are not already using this fine anti-spam tool I invite to to read about it on my <a href="/mailwasher.html">MailWasher Pro</a> web page. You can download the latest version and try it for free for a month. Registration is only required once, for the life of the program.</p>

<p>To protect your computer from web pages rigged with exploit codes, <acronym title="Malware is an acronym for Malicious Software">malware</acronym> in email attachments, dangerous links to hostile web pages, JavaScript redirects, Phishing scams, or router DNS attack codes, I recommend <a href="/pc-cillin.html">Trend Micro Internet Security</a>. It has strong realtime monitoring modules that stop rootkits and spam Trojans from installing themselves into your operating system. Also known as PC-cillin, it is very frequently updated as new and altered malware definitions become available and it checks for web based threats and new malware definitions by searching secure online servers owned by Trend Micro. This is referred to as "in-the-cloud" security.</p>

<p>All of the spam and scams targeting my accounts were either automatically deleted by <a href="/mwp-filters.html">my custom MailWasher Pro spam filters</a>, or if they made it through, was reported to <a href="http://www.spamcop.net" rel="external">SpamCop</a>, of which I am a reporting member, and manually deleted. MailWasher Pro is able to forward messages marked as spam to SpamCop, which then sends a confirmation email to you, containing a link. You must click on the enclosed reporting link and open it in your browser, then manually submit your report. This is how SpamCop wants it done.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Weekly roundup of vulnerabilities and exploits in the wild</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/weekly_roundup_of_vulnerabilities_and_exploi.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=455" title="Weekly roundup of vulnerabilities and exploits in the wild" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.455</id>
    
    <published>2009-06-26T18:42:01Z</published>
    <updated>2009-06-26T20:16:20Z</updated>
    
    <summary>Here is a summary of this week&apos;s vulnerabilities and exploits in the wild, as reported by Secunia and other security firms. Vulnerabilities include mass website code injections, browser add-on exploits and celebrity spam with hostile links.
</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Malware Threats In The Wild" />
            <category term="Spam Issues" />
            <category term="Vulnerability Alerts" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>Here is a summary of this week's vulnerabilities and exploits in the wild, as reported by Secunia, Websense and other security firms. Actually, this has been a quieter week than most.</p>

<p>Websense has been following a website code injection event they named the "<a href="http://tinyurl.com/lddahg" rel="external">Nine Ball Mass Injection</a>," which is a follow-up to the "Beladen" and "Gumblar" mass injection attacks last month This is a situation where cyber criminals exploit vulnerable web application scripts that have not been secured by the webmasters who operate those websites. Too many webmasters use free scripts that are rarely, if ever updated to patch announced vulnerabilities. Hackers send out automatic scripts (a.k.a. robots, spiders) that try to upload hostile files to any website they come across. Once they find an unpatched point of entry they are able to alter the codes on any web pages (usually the home page) they want. In the past, hackers would deface home pages with gibberish or slogans for their causes. Now, it is criminals who sneak in dangerous hidden codes that redirect innocent visitors to hostile websites, where malware is attempted to be downloaded to the victims' computers. Most are successful, because most people do not, or cannot keep up with patches released by every vendor of the add-ons and plug-ins used by their browsers.</p>

<p>Most of the malware being downloaded by the Nine Ball and similar exploits is fake security applications that pretend to scan you computer, announce so many threats found, then demand payment to remove those threats. These are tandem malware programs, with part one being the fake alerts and part two being the fake remover. After you pay to unlock the remover, it only removes the alerts its sister placed there in the first place. You will have submitted your credit or debit card information to cyber criminals in the Former Soviet Union and can expect to have your accounts drained shortly.</p>

<p>The rest of this weeks vulnerabilities and exploits are in my extended comments.</p>]]>
        <![CDATA[<p><strong>More of this week's vulnerabilities and exploits</strong></p>

<p>Adobe has just released a new, patched version of its <a href="http://get.adobe.com/shockwave/" rel="external">Shockwave Player</a>; version 11.5.0.600. There have been exploits announced that are targeting all versions of Shockwave going back several years, when Macromedia owned the rights to it. It took a little while for Adobe to come up with the patch, but it is now available on the Adobe Shockwave page, as a free download. It is advised that you first uninstall any previous versions of Shockwave, reboot, then install the new version. If you have a not too old version of Shockwave installed you can probably remove it via Control Panel > Add/Remove Programs > Adobe Shockwave > Uninstall. Uninstall Shockwave, reboot, then download and install the latest version, directly from the Adobe.com Shockwave download page listed above. Do not download Shockwave from any other website than Adobe. </p>

<p>Criminals constantly try to fool their victims into downloading "required" or "updated" versions of Flash or Shockwave from hostile web pages. In fact, those files are Trojans that will wreak havoc on your PC. Fake Codecs, fake Flash and Shockwave and Adobe Reader updates happen all the time and lead to everything from fake security scanners/removers/applications, to Botnet executables being installed. Botnets are constantly being expanded by luring victims into self infecting their computers with fake security applications or fake browser add-on updates.</p>

<p>Speaking of fake anti-virus applications, there is a new spam run sent by a very large Botnet that is feasting on the unfortunate deaths this week of Farrah Fawcett and <a href="http://securitylabs.websense.com/content/Blogs/3428.aspx" rel="external">Michael Jackson</a> (here is a <a href="http://securitylabs.websense.com/content/Blogs/3428.aspx" rel="external">Websense video report</a> about the Michael Jackson spam links). These spam messages contain links that claim to lead to a video performance, or other special news site about the deceased, where instead of, or in additions to seeing the content you expect, you may be infected behind the scenes simply by visiting that website. That is, if you have any vulnerable third party applications running in your browser. Remember this. Criminal are always targeting unpatched versions of the following commonly installed browser helpers:</p>

<p>Adobe Acrobat<br />
Adobe Flash<br />
Adobe Reader<br />
Adobe Shockwave<br />
Sun Java<br />
Apple QuickTime</p>

<p>The most exploitable browser in history is Microsoft's Internet Explorer. The latest version, 8.0, is definitely more secure than previous versions, but only when used in a Windows Vista or newer computer. Under Vista Internet Explorer can be placed into "Protected Mode." This separates any activity in the browser from accessing or replacing operating system files. Downloads cannot happen without your knowledge using protected mode, but, you can still be fooled into allowing them yourself (Trojans). So, if you are not running Windows Vista, or Windows 7, or newer, and have Internet Explorer 8, and are operating as an administrator, you could still be exploited without your knowledge, simply by getting redirected to a hostile website. </p>

<p>Apple's Safari browser is highly exploitable, as is the new Google Chrome. Mozilla's Firefox, while being constantly targeted by hackers, is very fast when it comes to releasing patched versions. I have seen them push out two patched versions in two or three days. I use Firefox (current version) exclusively to browse the Internet. Safari and Chrome updates often come months apart. Internet "Exploder" is typically updated once a month, at best.</p>

<p>Users who operate their PCs as Administrators are always at higher risk than folks who operate as Limited, Standard, or Power Users. To better understand this please read my February 2009 blog article about <a href="http://www.wizcrafts.net/blogs/2009/02/running_a_pc_with_reduced_user_privileges_stops_92_of_malware.html">how running with reduced user privileges stops 92% of malware attacks</a> from succeeding.</p>

<p>Not relying on email spam alone, criminals have been busy hacking into Twitter accounts with keyloggers, then placing phony "Tweets" containing links that lead directly to malware distribution servers, or that do so through multiple redirects that are encoded into each stop. The most recent report has links in Twitter accounts leading to the Koobface Trojan, which usually spreads on Facebook. </p>

<p>You should always keep your computers protected from malware threats with a current version of your preferred anti-virus and anti-spyware program, or suite. If you use <a href="/pc-cillin.html">Trend Micro Internet Security</a>, or Internet Security Pro, you are already protected against web based threats, email spam with hostile links, Bots, or dangerous downloads. Additionally, <strong>I strongly recommend</strong> that you routinely visit the <a href="http://secunia.com/vulnerability_scanning/online/" rel="external">Secunia Online Software Inspector</a> and run it to see what, if any unpatched applications are found on your PCs. Read the results and follow its directions to obtain patched versions of any exploitable software it finds. This includes Windows Updates.</p>

<p>That's all for now. I'll be back next week with the latest threats and vulnerabilities that you need to be concerned with.</p>]]>
    </content>
</entry>
<entry>
    <title>Spybot Search and Destroy Definitions Updated on June 24, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/spybot_search_and_destroy_definitions_update_59.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=454" title="Spybot Search and Destroy Definitions Updated on June 24, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.454</id>
    
    <published>2009-06-26T02:57:05Z</published>
    <updated>2009-06-26T03:26:58Z</updated>
    
    <summary>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. New definitions and false positive fixes are usually released every Wednesday. Updates were released on schedule on June 24, 2009. The synopsis of the malware updates and proper usage of the program follows.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Security Program Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>If you use <a href="http://www.safer-networking.org/en/home/index.html" rel="external">Spybot Search and Destroy</a> to protect your computer against spyware and malware, it is time again to run your manual updates. Malware writers are constantly modifying their programs to evade detection, so anti-malware vendors have to issue regular updates to keep up with the bad guys. New definitions and false positive fixes for Spybot Search and Destroy are usually released every Wednesday. This week's updates were released on schedule on June 24, 2009, as listed below. Lots of new and altered fake security programs were added to the detections, plus several new Virtumonde Trojans and new or modified spam bots.</p>

<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>Before you update Spybot Search and Destroy make sure you have  <a href="http://www.spybot.info/en/download/index.html" rel="external">the latest official version</a>. Older versions are no longer supported and will cause you a lot of grief when you immunize and scan for problems. Only download Spybot S&amp;D from the official website, at: <a href="http://www.spybot.info/">spybot.info</a>, or from its alternate domain: <a href="http://www.safer-networking.org/">Safer-Networking.org</a>. Fake versions with similar names will rip you off for payment to remove threats, whereas the real Spybot S&amp;D is free (<em>donations gladly accepted</em>).</p>

<p>In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again. I have consistent success using Giganet or the Safer-Networking servers. When all updates have succeeded, click on "Exit." </p>

<p>Download links and more instructions about using Spybot Search and Destroy are in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">"How to use Spybot Search &amp; Destroy to fight malware"</a>.  </p>

<p>The description of the latest definition updates and false positive fixes are in my extended comments below.</p>]]>
        <![CDATA[<p><strong>Additions to malware definitions made on June 24, 2009:</strong><br />
<!--strong>Adware</strong--><br />
<strong>Hijackers</strong><br />
++ Win32.AdAgent.q <br />
<!--strong>Keyloggers</strong--><br />
<strong>Malware</strong> (<em>Includes rogue or <u>fake</u> anti-virus and anti-spyware programs  and fake registry cleaners and fake security alerts, plus other nasty programs</em>)<br />
+ AdDestination <br />
++ Fraud.AdwareProfessional <br />
+ Fraud.AntivirusPlus <br />
+ Fraud.AVAntiSpyware <br />
+ Fraud.MSAntispyware2009 <br />
+ Fraud.SystemGuard2009 <br />
+ Kalmarte <br />
++ Win32.Agent.Bbzv <br />
++ Win32.Agent.fkb <br />
++ Win32.Agent.uek <br />
+ Win32.FraudLoad.edt <br />
+ Worldsecurityonline.FakeAlert <br />
<!--strong>PUPS</strong> (<em>Possibly UnPopular Software or Potentially Unwanted Program</em>)--> <br />
<!--strong>Security</strong--><!--strong>Spyware</strong--><br />
<strong>Trojans</strong> (<em>Trojans come to you disguised as something useful, or as a missing codec required to view a spammed video, but, like the Trojan Horse of antiquity, they hold dangerous contents that cause great harm! Many of these Trojans are Botnet infections, backdoors and Rootkits.</em>)<br />
+ Virtumonde.sci <br />
+ Virtumonde.sdn <br />
++ Win32.Agent.atta <br />
++ Win32.Agent.cfnb <br />
+ Win32.BHO.sx <br />
++ Win32.BHO.ulc <br />
+ Win32.Delf.uv <br />
+ Win32.FraudLoad <br />
++ Win32.IRCBot.kow <br />
++ Win32.LoadAdv.ABA <br />
++ Win32.SharaQQ.30 <br />
+ Win32.TDSS.clt <br />
++ Win32.Vbinder.k <br />
+ Win32.VB.ksl <br />
++ Win32.XShadow.b <br />
+ Win32.ZBot</p>

<p><strong>Total: 1435417 fingerprints in 491152 rules for 4706 products. </strong></p>

<p><strong>False positive detections reported or fixed this week:</strong></p>

<p>Four (possible or confirmed) false positives were reported and are being/were discussed and investigated since last week. The are as follows...</p>

<p>A confirmed false positive detection of Virtumonde.sdn in files used in laptops, by the Lojack program was fixed in today's updates. Until the fix is applied you can exclude Lojack's repnet.dll and rpcnet.exe from the scan result by right clicking the items in the Spybot S&D scan result and select "exclude this detection from further searches"</p>

<p>A couple of users reported that hundreds of temporary Windows (Vista) Service Pack 2 files were being flagged as Virtumonde.sdn. The definitions released on June 24 fixed these false positives. Nonetheless, deleting those files caused no harm as they were temporary files left over after upgrading to the new service pack and are safe to delete ater rebooting from the upgrade.</p>

<p>One user has reported a possible False Positive detection of Win32.SharaQQ.30 in C:\WINDOWS\system32\SVKP.sys. Anti virus scans showed no problem with that file. Team Spybot has not responded as of the time of this posting.</p>

<p>A possible false positive of Win32.IRCBot.kow is under investigation as of tonight.</p>

<p>False Positives are reported and discussed in the <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">Spybot S&amp;D False Positives Forum</a>.</p>

<p>As mentioned earlier, links and more instructions about using the program, or reporting suspected false positives, are found in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">How to use Spybot Search &amp; Destroy to fight malware</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>My Spam analysis for June 15 - 21, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/my_spam_analysis_for_june_15_21_2009.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=453" title="My Spam analysis for June 15 - 21, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.453</id>
    
    <published>2009-06-21T20:29:05Z</published>
    <updated>2009-06-21T20:52:09Z</updated>
    
    <summary>This is the latest entry in a weekly series about classifications of spam, according to my custom filter rules used by the anti-spam tool, MailWasher Pro, from its Statistics pie chart.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Botnet News" />
            <category term="Spam Issues" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>This is the latest entry in my weekly series about classifications of spam, according to my custom filter rules used by <a href="/mailwasher.html">MailWasher Pro</a>. The categories are shown on the "Statistics" page > "Junk Mail," as a pie chart, based on <a href="/mwp-filters.html">my custom filters and blacklist</a>. The amount of email flagged as spam is shown on the "Summary" page of Statistics.</p>

<p>The volume of spam coming to my various honeypots and user accounts has decreased again this week. This is probably attributable to the <a href="http://www.networkworld.com/community/node/42434?source=NWWNLE_nlt_security_2009-06-05" rel="external">forced closure of Pricewert</a>, a spam-friendly hosting company, where Botnet command and control (C&am;C) servers and malware hosting was carried out by its customers, with no action taken by the company to halt those activities. With the C&amp;C controllers offline their Botnets cannot receive updates or new instructions and fall silent, like zombies. Spammers then find other means of delivering their crap to us.</p>

<p>The classifications of spam in my analysis can help you adjust your email filters according to what is most common, on a weekly basis. Much of the spam this week was for the fake pharmacies, which sell illicit and counterfeit pharmaceuticals, Nigerian 419 scams, and dating scams. Also, the volume of phishing scams targeting customers of various banks and credit cards remained strong again this week. </p>

<p>See my extended comments for this week's breakdown of spam by category, for June 15 - 21, 2009 and the latest additions to my custom MailWasher Pro filters</p>]]>
        <![CDATA[<h5 style="margin-bottom:0">MailWasher Pro spam category breakdown for June 15 - 21, 2009. Spam amounted to 8% of my incoming email this week. This represents a 4% decrease from last week. This is attributable to the takedown of Pricewert hosting company, where several Botnet Command and Control servers were hosted.</h5>

<div style="float:right; margin-left:1em; width:200px; text-align:center">  
  <a href="http://fta.firetrust.com/index.cgi?id=1007&page=1" rel="external nofollow"><small>Download MailWasher Pro Here</small></a><br /><img src="http://www.firetrust.com/adverts/mailwasher_027.gif" border="0" alt="MailWasher Pro by Firetrust" title="Download MailWasher Pro to screen your incoming email for spam and malware threats">
</div>

<table style="border:0; margin:0; padding: 2px;" cellspacing="5" summary="layout table for reporting spam categories and percentages">
  <tr>
    <th align="left">Known Spam Domains:</th>
    <td>29.41%</td>
  </tr>
  <tr>
    <th align="left">Dating Scams:</th>
    <td>17.65%</td>
  </tr>
  <tr>
    <th align="left">Phishing Scams (bank or credit card):</th>
    <td>11.76%</td>
  </tr>
  <tr>
    <th align="left">Misc. Pharmaceutical spam (inc. Viagra, Cialis, Levitra &amp; misc. pills, pherimones &amp; herbals):</th>
    <td>11.76%</td>
  </tr>
  <tr>
    <th align="left">Nigerian 419 Scams:</th>
    <td>5.88%</td>
  </tr>
  <tr>
    <th align="left">Male Enhancement Patches, etc:</th>
    <td>5.88%</td>
  </tr>
  <tr>
    <th align="left">Counterfeit Watches:</th>
    <td>5.88%</td>
  </tr>
  <tr>
    <th align="left">Known Spam (From or Body):</th>
    <td>5.88%</td>
  </tr>
  <tr>
    <th align="left">Stud scams:</th>
    <td>5.88%</td>
  </tr>
</table>
<!--
  <tr>
    <th align="left">Counterfeit Software:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Known Spam User Agents:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">PayPal Phishing Scams:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Hidden ISO or ASCII Subject:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Viagra or Cialis Spam:</th>
    <td>16.67%</td>
  </tr>
  <tr>
   <th align="left">"Other filters": (See my <a href="http://www.wizcrafts.net/mwp-filters.html">MWP Filters</a> page)</th>
    <td>12.50%</td>
  </tr>
  <tr>
    <th align="left">Lottery Scams:</th>
    <td>10.53%</td>
  </tr>
  <tr>
    <th align="left">Known X-Mailer Spam:</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">Weight Loss Scams</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">HTML Tricks</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">Pills:</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Blacklisted Domains/Senders (e.g: kef+diz@+):</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Bayesian Learning Filter:</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Fake Canadian Pharmacy spam:</th>
    <td>31.82%</td>
  </tr>
  <tr>
    <th align="left">Diploma Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Casino Spam:</th>
    <td>4.55%</td>
  </tr>
  <tr>
   <th align="left">Exploit Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
   <th align="left">Numeric IP Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
    <th align="left">Breast Enlargement Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Blocked Countries, RIPE, LACNIC, APNIC:</th>
    <td>14.29%</td>
  </tr>
  <tr>
    <th align="left">Zip, RAR, or GZ Hostile Attachment:</th>
    <td>7.14%</td>
  </tr>
-->
The latest additions to my <a href="/mwp-filters.html">custom MailWasher Pro filters</a> include updates to the Known Spam (in Body or From), Known Spam X-Mailers, Dating scams and Male Enhancement spam filters. Most of the known spam domains, Known X-mailers and Known Spam From/Body emails lead to bogus male enhancement solutions, like the fake Canadian Pharmacy sites, now hosted on Chinese domains and servers.

<p>MailWasher Pro intercepts POP3 and IMAP email before you download it to your desktop email client (e.g: Microsoft Outlook, Outlook Express, Windows Live Mail) and scans it for threats or spam content, then either manually or automatically deletes any messages matching your pre-determined criteria and custom filters. It is my primary line of defense against incoming spam, scams, phishing and exploit attacks. If you are not already using this fine anti-spam tool I invite to to read about it on my <a href="/mailwasher.html">MailWasher Pro</a> web page. You can download the latest version and try it for free for a month. Registration is only required once, for the life of the program.</p>

<p>To protect your computer from web pages rigged with exploit codes, <acronym title="Malware is an acronym for Malicious Software">malware</acronym> in email attachments, dangerous links to hostile web pages, JavaScript redirects, Phishing scams, or router DNS attack codes, I recommend <a href="/pc-cillin.html">Trend Micro Internet Security</a>. It has strong realtime monitoring modules that stop rootkits and spam Trojans from installing themselves into your operating system. Also known as PC-cillin, it is very frequently updated as new and altered malware definitions become available and it checks for web based threats and new malware definitions by searching secure online servers owned by Trend Micro. This is referred to as "in-the-cloud" security.</p>

<p>All of the spam and scams targeting my accounts were either automatically deleted by <a href="/mwp-filters.html">my custom MailWasher Pro spam filters</a>, or if they made it through, was reported to <a href="http://www.spamcop.net" rel="external">SpamCop</a>, of which I am a reporting member, and manually deleted. MailWasher Pro is able to forward messages marked as spam to SpamCop, which then sends a confirmation email to you, containing a link. You must click on the enclosed reporting link and open it in your browser, then manually submit your report. This is how SpamCop wants it done.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Spybot Search and Destroy Definitions Updated on June 17, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/spybot_search_and_destroy_definitions_update_58.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=452" title="Spybot Search and Destroy Definitions Updated on June 17, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.452</id>
    
    <published>2009-06-17T17:31:53Z</published>
    <updated>2009-06-17T17:39:55Z</updated>
    
    <summary>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. New definitions and false positive fixes are usually released every Wednesday. Updates were released on schedule on June 17, 2009. The synopsis of the malware updates and proper usage of the program follows.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Security Program Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>If you use <a href="http://www.safer-networking.org/en/home/index.html" rel="external">Spybot Search and Destroy</a> to protect your computer against spyware and malware, it is time again to run your manual updates. Malware writers are constantly modifying their programs to evade detection, so anti-malware vendors have to issue regular updates to keep up with the bad guys. New definitions and false positive fixes for Spybot Search and Destroy are usually released every Wednesday. This week's updates were released on schedule on June 17, 2009, as listed below. Some new fake security programs, new Virtumonde Trojans and new or modified bots and rootkits were added to the latest definitions.</p>

<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>Before you update Spybot Search and Destroy make sure you have  <a href="http://www.spybot.info/en/download/index.html" rel="external">the latest official version</a>. Older versions are no longer supported and will cause you a lot of grief when you immunize and scan for problems. Only download Spybot S&amp;D from the official website, at: <a href="http://www.spybot.info/">spybot.info</a>, or from its alternate domain: <a href="http://www.safer-networking.org/">Safer-Networking.org</a>. Fake versions with similar names will rip you off for payment to remove threats, whereas the real Spybot S&amp;D is free (<em>donations gladly accepted</em>).</p>

<p>In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again. I have consistent success using Giganet or the Safer-Networking servers. When all updates have succeeded, click on "Exit." </p>

<p>Download links and more instructions about using Spybot Search and Destroy are in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">"How to use Spybot Search &amp; Destroy to fight malware"</a>.  </p>

<p>The description of the latest definition updates and false positive fixes are in my extended comments below.</p>]]>
        <![CDATA[<p><strong>Additions to malware definitions made on June 17, 2009:</strong><br />
<!--strong>Adware</strong--><!--strong>Hijackers</strong--><br />
<strong>Keyloggers</strong><br />
+ InvisibleKeyLogger97 </p>

<p><strong>Malware</strong> (<em>Includes rogue or <u>fake</u> anti-virus and anti-spyware programs  and fake registry cleaners and fake security alerts, plus other nasty programs</em>)<br />
+ AdDestination <br />
+ Fraud.AntivirusDoktor <br />
+ Fraud.AntivirusPlus <br />
+ Fraud.MalwareDefender2009 <br />
+ Fraud.MSAntispyware2009 <br />
+ Fraud.PCCenter <br />
+ Fraud.PersonalAntivirus <br />
+ Fraud.ProAntispyware2009 <br />
+ Fraud.Sysguard <br />
+ Fraud.SystemGuard2009 <br />
+ MalwareProtector2008 </p>

<p><strong>PUPS</strong> (<em>Possibly UnPopular Software or Potentially Unwanted Program</em>)<br />
+ DAEMONToolsPro.Crack <br />
<!--strong>Security</strong--><!--strong>Spyware</strong--><br />
<strong>Trojans</strong> (<em>Trojans come to you disguised as something useful, or as a missing codec required to view a spammed video, but, like the Trojan Horse of antiquity, they hold dangerous contents that cause great harm! Many of these Trojans are Botnet infections, backdoors and Rootkits.</em>)<br />
+ Virtumonde.sci <br />
+ Virtumonde.sdn <br />
+ Win32.Agent.jjv <br />
+ Win32.FraudLoad.ie <br />
+ Win32.Hidrag.a <br />
+ Win32.Rbot.gen <br />
+ Win32.TDSS.pe <br />
+ Win32.TDSS.rtk <br />
+ Win32.VB.mqz <br />
+ Win32.ZBot</p>

<p><strong>Total: 1433053 fingerprints in 490325 rules for 4696 products. </strong></p>

<p><strong>False positive detections reported or fixed this week:</strong></p>

<p>No false positives were reported since last week. This means that the  Spybot S&amp;D detections are becoming much more accurate! Just be sure you are always using the most recent version of the program.</p>

<p>As mentioned earlier, links and more instructions about using the program, or reporting suspected false positives, are found in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">How to use Spybot Search &amp; Destroy to fight malware</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>My Spam analysis for June 8 - 14, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/my_spam_analysis_for_june_8_14_2009.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=451" title="My Spam analysis for June 8 - 14, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.451</id>
    
    <published>2009-06-14T16:42:39Z</published>
    <updated>2009-06-14T16:58:35Z</updated>
    
    <summary>This is the latest entry in a weekly series about classifications of spam, according to my custom filter rules used by the anti-spam tool, MailWasher Pro, from its Statistics pie chart.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Spam Issues" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>This is the latest entry in my weekly series about classifications of spam, according to my custom filter rules used by <a href="/mailwasher.html">MailWasher Pro</a>. The categories are shown on the "Statistics" page > "Junk Mail," as a pie chart, based on <a href="/mwp-filters.html">my custom filters and blacklist</a>. The amount of email flagged as spam is shown on the "Summary" page of Statistics.</p>

<p>Spam, spam, spam, spam, spam, spam, spam (<em>from the old Monty Python routine</em>)! The volume of spam coming to my various honeypots and user accounts has held steady this week, still at a relatively low volume (<em>some spammers do prune honeypot accounts from their lists</em>). Some of this is also attributable to the <a href="http://www.networkworld.com/community/node/42434?source=NWWNLE_nlt_security_2009-06-05" rel="external">forced closure of Pricewert</a>, a spam-friendly hosting company, where Botnet command and control servers and malware hosting was carried out by its customers, with no action taken by the company to halt those activities.</p>

<p>The classifications of spam in my analysis can help you adjust your email filters according to what is most common, on a weekly basis. Much of the spam this week was for the fake pharmacies, which sell illicit and counterfeit pharmaceuticals, Nigerian 419 scams, fake Cialis and Viagra. Also, the volume of phishing scams targeting customers of various Australian banks and credit card holders remained in the running this week. </p>

<p>See my extended comments for this week's breakdown of spam by category, for June 8 - 14, 2009 and the latest additions to my custom MailWasher Pro filters</p>]]>
        <![CDATA[<h5 style="margin-bottom:0">MailWasher Pro spam category breakdown for June 8 - 14, 2009. Spam amounted to 12% of my incoming email this week. This represents a 3% decrease from last week. </h5>

<div style="float:right; margin-left:1em; width:200px; text-align:center">  
  <a href="http://fta.firetrust.com/index.cgi?id=1007&page=1" rel="external nofollow"><small>Download MailWasher Pro Here</small></a><br /><img src="http://www.firetrust.com/adverts/mailwasher_027.gif" border="0" alt="MailWasher Pro by Firetrust" title="Download MailWasher Pro to screen your incoming email for spam and malware threats">
</div>

<table style="border:0; margin:0; padding: 2px;" cellspacing="5" summary="layout table for reporting spam categories and percentages">
  <tr>
    <th align="left">Known Spam Domains:</th>
    <td>29.17%</td>
  </tr>
  <tr>
    <th align="left">Viagra or Cialis Spam:</th>
    <td>16.67%</td>
  </tr>
  <tr>
   <th align="left">"Other filters": (See my <a href="http://www.wizcrafts.net/mwp-filters.html">MWP Filters</a> page)</th>
    <td>12.50%</td>
  </tr>
  <tr>
    <th align="left">Nigerian 419 Scams:</th>
    <td>8.33%</td>
  </tr>
  <tr>
    <th align="left">Phishing Scams (bank or credit card):</th>
    <td>8.33%</td>
  </tr>
  <tr>
    <th align="left">Male Enhancement Patches, etc:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Misc. Pharmaceutical spam (inc. Viagra, Cialis, Levitra &amp; misc. pills &amp; herbals):</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Counterfeit Software:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Known Spam User Agents:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">PayPal Phishing Scams:</th>
    <td>4.17%</td>
  </tr>
  <tr>
    <th align="left">Hidden ISO or ASCII Subject:</th>
    <td>4.17%</td>
  </tr>
</table>
<!--
  <tr>
    <th align="left">Lottery Scams:</th>
    <td>10.53%</td>
  </tr>
  <tr>
    <th align="left">Known X-Mailer Spam:</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">Weight Loss Scams</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">HTML Tricks</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">Pills:</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Blacklisted Domains/Senders (e.g: kef+diz@+):</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Bayesian Learning Filter:</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Fake Canadian Pharmacy spam:</th>
    <td>31.82%</td>
  </tr>
  <tr>
    <th align="left">Counterfeit Watches:</th>
    <td>13.64%</td>
  </tr>
  <tr>
    <th align="left">Diploma Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Known Spam in From or Body:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Casino Spam:</th>
    <td>4.55%</td>
  </tr>
  <tr>
   <th align="left">Exploit Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
   <th align="left">Numeric IP Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
    <th align="left">Breast Enlargement Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Blocked Countries, RIPE, LACNIC, APNIC:</th>
    <td>14.29%</td>
  </tr>
  <tr>
    <th align="left">Zip, RAR, or GZ Hostile Attachment:</th>
    <td>7.14%</td>
  </tr>
-->
The latest additions to my <a href="/mwp-filters.html">custom MailWasher Pro filters</a> include updates to the Bank/credit card Phishing, Known Spam Domains, Cialis/Levitra, Pills, Image Spam and Nigerian Lottery Scam filters. Most of the miscellaneous and known spam domains emails led to bogus male enhancement solutions, like the fake Canadian Pharmacy sites, now hosted on Chinese domains and servers.

<p>MailWasher Pro intercepts POP3 and IMAP email before you download it to your desktop email client (e.g: Microsoft Outlook, Outlook Express, Windows Live Mail) and scans it for threats or spam content, then either manually or automatically deletes any messages matching your pre-determined criteria and custom filters. It is my primary line of defense against incoming spam, scams, phishing and exploit attacks. If you are not already using this fine anti-spam tool I invite to to read about it on my <a href="/mailwasher.html">MailWasher Pro</a> web page. You can download the latest version and try it for free for a month. Registration is only required once, for the life of the program.</p>

<p>To protect your computer from web pages rigged with exploit codes, <acronym title="Malware is an acronym for Malicious Software">malware</acronym> in email attachments, dangerous links to hostile web pages, JavaScript redirects, Phishing scams, or router DNS attack codes, I recommend <a href="/pc-cillin.html">Trend Micro Internet Security</a>. It has strong realtime monitoring modules that stop rootkits and spam Trojans from installing themselves into your operating system. Also known as PC-cillin, it is very frequently updated as new and altered malware definitions become available and it checks for web based threats and new malware definitions by searching secure online servers owned by Trend Micro. This is referred to as "in-the-cloud" security.</p>

<p>All of the spam and scams targeting my accounts were either automatically deleted by <a href="/mwp-filters.html">my custom MailWasher Pro spam filters</a>, or if they made it through, was reported to <a href="http://www.spamcop.net" rel="external">SpamCop</a>, of which I am a reporting member, and manually deleted. MailWasher Pro is able to forward messages marked as spam to SpamCop, which then sends a confirmation email to you, containing a link. You must click on the enclosed reporting link and open it in your browser, then manually submit your report. This is how SpamCop wants it done.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Windows, Firefox, Adobe Reader and Apple QuickTime updated</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/windows_firefox_adobe_reader_and_apple_quick.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=450" title="Windows, Firefox, Adobe Reader and Apple QuickTime updated" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.450</id>
    
    <published>2009-06-12T17:07:04Z</published>
    <updated>2009-06-13T05:22:54Z</updated>
    
    <summary>There have been significant program updates issued for Microsoft Windows, the Firefox browser, Adobe Acrobat and Reader and Apple&apos;s QuickTime browser plug-in. All updates were released this week to fix critical vulnerabilities that were reported and were being exploited by hackers and cyber-criminals.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Application Patches/Updates" />
            <category term="Browser Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>There have been significant program updates issued for Microsoft Windows, the Firefox browser, Adobe Acrobat and Reader and Apple's QuickTime browser plug-in. All updates were released this week to fix critical vulnerabilities that were reported and were being exploited by hackers and cyber-criminals. These criminal elements hijack legitimate websites and install hidden codes to redirect innocent visitors to hostile websites loaded with exploit attack codes. </p>

<p>Most of the successful attacks exploit vulnerabilities in browsers (usually Internet <em>Exploder</em>), or their installed add-ons and plug-ins. like Apple QuickTime, Adobe Flash and Reader (and other PDF readers) and Sun's Java plug-in. If any of these items are a vulnerable version you may have your computer hijacked by cyber-criminals who will make it a zombie member of their Botnet. This will turn your PC into a spam machine, or it could be used to attack websites or Governments, with whom the hackers have a difference of opinion.</p>

<p>In order to stay safe from the barrage of hack attacks targeting browsers and their plug-ins it is imperative that you keep Windows and its components and all third party add-ons up to date. One way is to always select the option to automatically check for, download and install updates to those programs. If there is no automatic update mechanism for a program you use you should check to see if it has been updated. This could be at the manufacturer's website, or by using the free <a href="http://secunia.com/vulnerability_scanning/online/" rel="external">Secunia Online Software Inspector</a> (requires current version of Java).</p>

<p>The details of this week's updates are below, in my extended comments.</p>]]>
        <![CDATA[<p>Microsoft had another big Windows Update release on Tuesday, June 9, 2009. 10 major software patches that fix 31 important security vulnerabilities in Windows, Office, and other Microsoft products were released on Patch Tuesday. Eighteen (18) of the vulnerabilities were classified by the company as "critical fixes." The number of patches available varied with whether you have MS Office installed and which versions you have. One of my PCs received 6 updates, plus the updated Malicious Software Removal Tool (MSRT). Most people running legitimate copies of Windows 2000 and newer should receive Automatic Windows Updates, as that is the default option. Others must download them manually, by using the link to Windows Update on your Start Menu, or from the link within Internet Explorer's "Tools" menu item (IE 6 and 7), or the "Safety" menu item in IE 8.</p>

<p>Also on June 9, Adobe released new versions of its Acrobat PDF encoder and PDF Reader software, fixing 13 new vulnerabilities being exploited by malware laden hostile websites. Adobe announced last month that they planned to release their updates on Microsoft Patch Tuesdays, to make it easier for people to remember to look for them on the same day. This is a good idea in my opinion. Sometimes updates require switching user accounts to an Administrator level account, to install program and security updates. Getting most of your important security patches at one time is a real time saver for system admins who manage multiple computers.</p>

<p>Mozilla has released Firefox 3.0.11, on June 12, 2009. This is both a stability and security update. Stability and corruption issues were reported with the internal database, SQLite, which have now been fixed by upgrading to a newer version. Additionally, nine (9) security vulnerabilities were patched, four (4) of which were rated as Critical. Firefox has an automatic updater built in, unless you disabled that option, so you should receive the new version sometime today (6/12/09). </p>

<p>If you turned off automatic checking for Firefox updates you need to update manually. You can do so from the browser by going to the menu item Help > "Check for Updates." You should be notified about version 3.0.11 being available and offered a button to download and install the update. You can also download the latest version from the <a href="http://www.mozilla.com/en-US/firefox/" rel="external">Firefox product page</a> for English, or from <a href="http://www.mozilla.com/en-US/firefox/all.html" rel="external">this page</a> for all other supported languages. </p>

<p>Apple has updated its QuickTime browser plug-in for Internet Explorer and Firefox and other browsers that use it to display .mov and other format movies. The new version is 7.6.2. Many websites have audio and video content tailored for QuickTime, leading to a large installed user-base and hackers know this. Exploit codes are always in circulation for any version of QuickTime that is exploitable. If you haven't updated your QuickTime software in a while you probably are vulnerable to these hidden, drive-by exploits. If you have QuickTime installed there are a couple of ways to update it. The easiest is to go to Control Panel and find the icon with a large Q, for QuickTime. If you don't see the Q icon try switching to "Classic" view, where all icons are displayed alphabetically. Open it and click the Update tab. Select the option to check for updates automatically (in the future) then click on the "Update" button. When the update box opens click on "Update Now."</p>

<p>Also, keep a current version of anti-virus and anti-spyware programs on your PCs and keep them updated. <a href="/pc-cillin.html">Trend Micro's Internet Security</a> suite is very highly recommended and will protect you from web threats by blocking access to infected pages. Also known as PC-cillin, it provides protection against spyware, fake security products, Trojans, Bots and viruses, whether they come from websites, email, or IMs. PC-cillin also has a 2 way firewall and phishing protection and is updated multiple times daily.</p>]]>
    </content>
</entry>
<entry>
    <title><![CDATA[How to use Spybot Search &amp; Destroy to fight malware]]></title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=448" title="How to use Spybot Search &amp;amp; Destroy to fight malware" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.448</id>
    
    <published>2009-06-10T18:39:47Z</published>
    <updated>2009-06-10T20:56:53Z</updated>
    
    <summary>In this article I describe the approved download locations, installation routine, updating methods, immunization feature and malware scanning features of Spybot Search and Destroy. Links are also provided to the official Spybot Forums. It is a good way for people new to the program to learn the basics of its operation and where to find more help.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Technical Articles" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p><strong>About Spybot Search &amp; Destroy</strong></p>

<p>Spybot Search &amp; Destroy (S&amp;D), a product of <a href="http://www.safer-networking.org/" rel="external">Safer Networking Ltd.</a>, is a free ("<em>donation-ware</em>") security program that is used by millions of people to fight off spyware, keyloggers, Trojans, Botnet executables, adware, hostile domains, unwanted cookies and other types of malware in the wild. Being freeware it lacks some functions that are commonly implemented in commercial security programs. It has only manual updates, which are usually released once a week, on Wednesdays (<em>see my regular weekly articles about new updates</em>), and limited scanning presets. Most functions must be carried out manually, but hey, it's free! Despite these limitations Spybot S&amp;D is a well respected and effective anti-malware tool to add to your arsenal.</p>

<p>Spybot Search and Destroy can be downloaded for free from either <a href="http://www.spybot.info">www.spybot.info</a>, or from <a href="http://www.safer-networking.org">www.safer-networking.org</a>, or several official mirror sites. Don't fall for fake versions distributed by rogue anti spyware websites. Approved download mirror sites are listed on the <a href="http://www.safer-networking.org/en/mirrors/index.html" rel="external">Spybot S&amp;D downloads page</a>.</p>

<p>Once downloaded you should install the program onto your hard drive. There are installation options to watch for and the options you select will affect the normal operation of the program, when launched. One of the installation options is for the "TeaTimer" module. This is a realtime monitoring component that sits in your System Tray and launches itself into action whenever a change is about to be made to the system, the Registry, or your browser's home or search page. The program pops up little balloon alerts asking if you want to allow or deny the changes, or even notifying you that a suspicious program file was terminated automatically. These balloon popups can be annoying at times, although you can tell TeaTimer to remember your decisions. Unfortunately, there have been several serious false positives reported in the Spybot forums concerning the TeaTimer module deleting harmless files necessary for the operation of other programs or Windows itself. Lately, these false positives are becoming fewer and further between. It is your choice whether you want to use the TeaTimer module. I would keep Windows System Restore turned ON in case TeaTimer renders an important program, or part of Windows itself unusable (<em>use the "Last known good configuration" startup option</em>).</p>

<p>No matter which options you choose to install the program with, always select the option to update the program immediately. You can select or deselect all options later on, using the Advanced Mode. Once installed and updated it is time to Immunize, then scan for threats. These steps are described in my extended comments, along with download and forum links and more instructions about using Spybot Search and Destroy.</p>]]>
        <![CDATA[<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>Spybot S&amp;D is updated once a week, on Wednesdays and you must download the updates manually. In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again.</p>

<p>The reason I recommend launching the Updater first and separately, is because sometimes it downloads program updates to the main Spybot interface. The program needs to be closed and restarted for those changes to take affect. </p>

<p>The other method is to launch Spybot S&amp;D from a desktop icon and use the "Search For Updates" button on the main interface. This launches the separate Updater box described above, where you can choose your downlaod mirror and get the latest updates.</p>

<p>When all updates have completed successfully and have a green check mark next to them, click Exit to close the Updater. If you used the Update link from the program you can go on to the Immunize and Check for Problems steps. If you launched the Updater by itself, use your desktop link to launch the main program.</p>

<p><strong>Immunizing and scanning with Spybot S&amp;D</strong></p>

<p>With the program updated it is time to open the main program interface, using either the Start Menu link, or a desktop icon, to launch Spybot Search and Destroy. The next item to take care of is to apply Immunization. Click on the Immunize button in the left sidebar, select everything you want, or uncheck things like cookies, or Hosts, or Domains, as you see fit, then click on Immunize button over the right panel, that has a green cross. Sometimes, Spybot immunizes against cookies and domains that you may actually <em>want</em> to visit. If you suddenly find you cannot login, or cookies are missing, you can undo the most recent Immunizations, then uncheck the desired items and re-immunize. Websites added to your Windows HOSTS file during immunization will be blocked completely, so you may need to edit that file in Notepad,<em> saving as HOSTS, without any extension</em>, or uncheck it from immunization if your preferred websites are blocked by Spybot S&amp;D.</p>

<p>There is a button labeled "Undo" in the Immunization screen. It is used to remove  Immunization from the <u>selected</u> items. It is also possible to undo the "fixing" of items during a scan for problems by using the "Recovery" button, in the left sidebar of the program interface. The Undo functions sometimes come in handy when a mistake has been made by the program (false positive or wanted item). Some programs are labeled as PUPS (<u>P</u>otentially <u>U</u>npopular <u>P</u>rogram<u>s</u>), during a scan, but they may be useful to you. Uncheck them before Fixing Problems. You can highlight any entry in the Problems Found list and right click on it, then choose to Ignore it, or even exclude it from further detections.</p>

<p>After immunizing against unwanted items you should click on the Search &amp; Destroy icon, on the left, then click "<strong>Check for problems</strong>," on the right side. It will take several minutes, or longer to scan all your files for known threats, and possible threats, using heuristics, unless you disable heuristics in the program's main Advanced Mode > Settings. When the scan completes anything listed in the definition databases will be listed in the results window, with check boxes in front of each main item group. If you find the program has listed some cookies or other programs you use and trust, uncheck them, click on the item name and the right click and select "Exclude this product from further searches." Finally, click on "Fix (selected) Problems."</p>

<p>Sometimes Spybot S&amp;D cannot delete "problems" that are active in memory, or which are protected by rootkits. In these instances the program will ask you if you would like to have the program run automatically when you restart Windows. If you select Yes, then restart, Spybot will launch as you log into your user account in Windows and will perform a complete scan before allowing the desktop icons to load. During this time you cannot use the computer. </p>

<p>You can also reboot into Safe Mode, by restarting and tapping the F8 key, until a startup options menu appears. Choose Safe Mode, or Safe Mode With Networking if you need to download updates from there. Log into your user account, or the Administrator account, then scan for problems. Many types of malware will not startup in Safe Mode and many a good fight is won there.</p>

<p><strong>Additional Information about Spybot S&amp;D and links</strong></p>

<p>Spybot Search and Destroy has always been and continues to be free (although they do accept donations from grateful users!). If you clicked on a download link that claimed to be for Spybot S&amp;D and found that you were required to pay to use the program, you have been tricked. Get out of there right now and go to <a href="http://www.safer-networking.org/" rel="external">the real Spybot S&amp;D website</a>, then download the authentic version. If you installed a fake version you may be infected, so update the real one and scan for malware.</p>

<p><a href="http://www.safer-networking.org/en/spybotsd/index.html" rel="external">Spybot Search and Destroy 1.6.2</a> was released on January 26, 2009. This is probably going to be the last "maintenance release" before version 2.0 is released. It scans for threats about 4 times faster than previous versions and has an redesigned spyware removal engine. <a href="http://www.spybot.info/en/download/index.html" rel="external">Upgrade now to Spybot S&amp;D 1.6.2</a>. The newest Virtumonde and Zlob threats require the anti malware engine in Spybot 1.6+ to effectively remove them. If you are using any version older than 1.6.2 you are strongly advised to uninstall it and install the newest version. It is advisable to undo all immunizations before uninstalling Spybot S&amp;D, then redo them after updating signatures for the new version.</p>

<p>If you want to get direct assistance from Team Spybot, or their talented volunteers, visit the <a href="http://forums.spybot.info/forumdisplay.php?f=4" rel="external">Spybot support forums</a>, sign up for a user account and post your request for assistance. Be sure to read the rules before posting a question or reply.</p>

<p>If your computer is infected and you need help removing the threats, go to the <a href="http://forums.spybot.info/forumdisplay.php?f=22" rel="external">Malware Removal Forums</a>, at Safer Networking/Spybot.info. Again, <u>read the rules</u> before posting your request or logs! Do NOT inject your problem into somebody else's thread! Start a new topic.</p>

<p><strong>About False Positives</strong></p>

<p>If Spybot flags a file on your computer that you believe is a false positive detection, use caution and check with the <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">Spybot False Positives Forum</a> before allowing it to be deleted. You can submit a report to the Spybot False Positives forum, after signing up for an account and reading about <a href="http://forums.spybot.info/showthread.php?t=19117" rel="external">how to report false positives</a> before submitting your report and request for analysis.</p>

<p>Finally, if you have opted to use the Spybot "Tea Timer" realtime monitor, you need to know that it has been subject to a lot of false positives recently. Most have occurred since the Tea Timer module was recently updated to version 1.6.6, a few months ago. Check with the Spybot S&amp;D <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">False Positives Forum</a> before allowing Tea Timer to permanently delete any files. Further, just in case, tell it to save the deleted files so you can restore them after obtaining definition updates. If you cannot wait for updates to be released tell Tea Timer to ignore the problem files, if they are known to be falsely flagged.</p>

<p>If you want to learn more about using the program, the complete <a href="http://www.safer-networking.org/en/faq/index.html" rel="external">Spybot S&amp;D FAQ's are found here</a>.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Spybot Search and Destroy Definitions Updated on June 10, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/spybot_search_and_destroy_definitions_update_57.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=449" title="Spybot Search and Destroy Definitions Updated on June 10, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.449</id>
    
    <published>2009-06-10T18:32:30Z</published>
    <updated>2009-06-10T21:05:48Z</updated>
    
    <summary>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. New definitions and false positive fixes are usually released every Wednesday. Updates were released on schedule on June 10, 2009. The synopsis of the malware updates and proper usage of the program follows.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Security Program Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>If you use <a href="http://www.safer-networking.org/en/home/index.html" rel="external">Spybot Search and Destroy</a> to protect your computer against spyware and malware, it is time again to run your manual updates. Malware writers are constantly modifying their programs to evade detection, so anti-malware vendors have to issue regular updates to keep up with the bad guys. New definitions and false positive fixes for Spybot Search and Destroy are usually released every Wednesday. This week's updates were released on schedule on June 10, 2009, as listed below. Some fake security programs, new Virtumonde Trojans and new or modified rootkits were added to the latest definitions.</p>

<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>Before you update Spybot Search and Destroy make sure you have  <a href="http://www.spybot.info/en/download/index.html" rel="external">the latest official version</a>. Older versions are no longer supported and will cause you a lot of grief when you immunize and scan for problems. Only download Spybot S&amp;D from the official website, at: <a href="http://www.spybot.info/">spybot.info</a>, or from its alternate domain: <a href="http://www.safer-networking.org/">Safer-Networking.org</a>. Fake versions with similar names will rip you off for payment to remove threats, whereas the real Spybot S&amp;D is free (<em>donations gladly accepted</em>).</p>

<p>In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again. I have consistent success using Giganet or the Safer-Networking servers. When all updates have succeeded, click on "Exit." </p>

<p>Download links and more instructions about using Spybot Search and Destroy are in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">"How to use Spybot Search &amp; Destroy to fight malware"</a>.  </p>

<p>The description of the latest definition updates and false positive fixes are in my extended comments below.</p>]]>
        <![CDATA[<p><strong>Additions to malware definitions made on June 10, 2009:</strong><br />
<!--strong>Adware</strong--><br />
<strong>Hijackers</strong><br />
++ Win32.AutoRun.voa </p>

<p><strong>Keyloggers</strong><br />
+ HellzLittleSpy </p>

<p><strong>Malware</strong> (<em>Includes rogue or <u>fake</u> anti-virus and anti-spyware programs  and fake registry cleaners and fake security alerts, plus other nasty programs</em>)<br />
+ Fraud.AntivirusPlus <br />
+ Fraud.MSAntispyware2009 <br />
+ Fraud.WinPCDefender <br />
+ Win32.Agent.pn <br />
+ Win32.OnLineGames.bklm <br />
+ WinWebSecurity<br />
<!--strong>PUPS</strong> (<em>Possibly UnPopular Software or Potentially Unwanted Program</em>)--><!--strong>Security</strong--><!--strong>Spyware</strong--><br />
<strong>Trojans</strong> (<em>Trojans come to you disguised as something useful, or as a missing codec required to view a spammed video, but, like the Trojan Horse of antiquity, they hold dangerous contents that cause great harm! Many of these Trojans are Botnet infections, backdoors and Rootkits.</em>)<br />
+ Virtumonde.sci <br />
+ Virtumonde.sdn <br />
++ Win32.Delf.ma <br />
++ Win32.Delf.pii <br />
++ Win32.FraudLoad.pd <br />
+ Win32.Rootkit.gen <br />
+ Win32.TDSS.rtk</p>

<p><strong>Total: 1423725 fingerprints in 486472 rules for 4688 products. </strong></p>

<p><strong>False positive detections reported or fixed this week:</strong></p>

<p>The www.bit-world.eu Bookmark in Firefox was recognized as the "BitWorld" malware link. However, in this case it is an innocent German online shopping website that was flagged by mistake. The false positive was fixed with today's updates.</p>

<p>As mentioned earlier, links and more instructions about using the program, or reporting suspected false positives, are found in my article titled <a href="http://www.wizcrafts.net/blogs/2009/06/how_to_use_spybot_search_destroy_to_fight_ma.html">How to use Spybot Search &amp; Destroy to fight malware</a>.</p>]]>
    </content>
</entry>
<entry>
    <title>My Spam analysis for June 1 - 7, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/my_spam_analysis_for_june_1_7_2009.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=447" title="My Spam analysis for June 1 - 7, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.447</id>
    
    <published>2009-06-07T20:05:59Z</published>
    <updated>2009-06-07T20:26:24Z</updated>
    
    <summary>This is the latest entry in a weekly series about classifications of spam, according to my custom filter rules used by the anti-spam tool, MailWasher Pro, from its Statistics pie chart.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Spam Issues" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>This is the latest entry in my weekly series about classifications of spam, according to my custom filter rules used by <a href="/mailwasher.html">MailWasher Pro</a>. The categories are shown on the "Statistics" page > "Junk Mail," as a pie chart, based on <a href="/mwp-filters.html">my custom filters and blacklist</a>. The amount of email flagged as spam is shown on the "Summary" page of Statistics.</p>

<p>Spam, spam, spam, spam, spam, spam, spam (<em>from the old Monty Python routine</em>)! The volume of spam coming to my various honeypots and user accounts has held steady this week, still at a relatively low volume (<em>some spammers do prune honeypot accounts from their lists</em>). The classifications of spam in my analysis can help you adjust your email filters according to what is most common, on a weekly basis. Much of the spam this week was for the fake pharmacies, which sell illicit and counterfeit pharmaceuticals, Nigerian 419 and lottery scams, Cialis and Viagra. Also, the volume of phishing scams targeting customers of various Australian banks and credit card holders remained steady this week. </p>

<p>See my extended comments for this week's breakdown of spam by category, for June 1 - 7, 2009 and the latest additions to my custom MailWasher Pro filters</p>]]>
        <![CDATA[<h5 style="margin-bottom:0">MailWasher Pro spam category breakdown for June 1 - 7, 2009. Spam amounted to 15% of my incoming email this week. This represents a 1% decrease from last week. </h5>

<div style="float:right; margin-left:1em; width:200px; text-align:center">  
  <a href="http://fta.firetrust.com/index.cgi?id=1007&page=1" rel="external nofollow"><small>Download MailWasher Pro Here</small></a><br /><img src="http://www.firetrust.com/adverts/mailwasher_027.gif" border="0" alt="MailWasher Pro by Firetrust" title="Download MailWasher Pro to screen your incoming email for spam and malware threats">
</div>

<table style="border:0; margin:0; padding: 2px;" cellspacing="5" summary="layout table for reporting spam categories and percentages">
  <tr>
    <th align="left">Known Spam Domains:</th>
    <td>28.95%</td>
  </tr>
  <tr>
    <th align="left">Lottery Scams:</th>
    <td>10.53%</td>
  </tr>
  <tr>
   <th align="left">"Other filters": (See my <a href="http://www.wizcrafts.net/mwp-filters.html">MWP Filters</a> page)</th>
    <td>10.53%</td>
  </tr>
  <tr>
    <th align="left">Phishing Scams:</th>
    <td>7.89%</td>
  </tr>
  <tr>
    <th align="left">Male Enhancement Patches, etc:</th>
    <td>7.89%</td>
  </tr>
  <tr>
    <th align="left">Nigerian 419 Scams:</th>
    <td>7.89%</td>
  </tr>
  <tr>
    <th align="left">Known X-Mailer Spam:</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">Weight Loss Scams</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">HTML Tricks</th>
    <td>5.26%</td>
  </tr>
  <tr>
    <th align="left">Viagra or Cialis Spam:</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Pills:</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Blacklisted Domains/Senders (e.g: kef+diz@+):</th>
    <td>2.63%</td>
  </tr>
  <tr>
    <th align="left">Bayesian Learning Filter:</th>
    <td>2.63%</td>
  </tr>
</table>
<!--
  <tr>
    <th align="left">Fake Canadian Pharmacy spam:</th>
    <td>31.82%</td>
  </tr>
  <tr>
    <th align="left">Counterfeit Watches:</th>
    <td>13.64%</td>
  </tr>
  <tr>
    <th align="left">Diploma Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Known Spam in From or Body:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Hidden ISO or ASCII Subject:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Casino Spam:</th>
    <td>4.55%</td>
  </tr>
  <tr>
   <th align="left">Exploit Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
   <th align="left">Numeric IP Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
    <th align="left">Breast Enlargement Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Blocked Countries, RIPE, LACNIC, APNIC:</th>
    <td>14.29%</td>
  </tr>
  <tr>
    <th align="left">Zip, RAR, or GZ Hostile Attachment:</th>
    <td>7.14%</td>
  </tr>
  <tr>
    <th align="left">Misc. Pharmaceutical spam (inc. Viagra, Cialis, Levitra &amp; misc. pills &amp; herbals):</th>
    <td>7.14%</td>
  </tr>
-->
The latest additions to my <a href="/mwp-filters.html">custom MailWasher Pro filters</a> include updates to the Bank/credit card Phishing, Known Spam Domains, Cialis/Levitra, Pills, Image Spam and Nigerian Lottery Scam filters. Most of the miscellaneous and known spam domains emails led to bogus male enhancement solutions, like the fake Canadian Pharmacy sites, now hosted on Chinese domains and servers.

<p>MailWasher Pro intercepts POP3 and IMAP email before you download it to your desktop email client (e.g: Microsoft Outlook, Outlook Express, Windows Live Mail) and scans it for threats or spam content, then either manually or automatically deletes any messages matching your pre-determined criteria and custom filters. It is my primary line of defense against incoming spam, scams, phishing and exploit attacks. If you are not already using this fine anti-spam tool I invite to to read about it on my <a href="/mailwasher.html">MailWasher Pro</a> web page. You can download the latest version and try it for free for a month. Registration is only required once, for the life of the program.</p>

<p>To protect your computer from web pages rigged with exploit codes, <acronym title="Malware is an acronym for Malicious Software">malware</acronym> in email attachments, dangerous links to hostile web pages, JavaScript redirects, Phishing scams, or router DNS attack codes, I recommend <a href="/pc-cillin.html">Trend Micro Internet Security</a>. It has strong realtime monitoring modules that stop rootkits and spam Trojans from installing themselves into your operating system. Also known as PC-cillin, it is very frequently updated as new and altered malware definitions become available and it checks for web based threats and new malware definitions by searching secure online servers owned by Trend Micro. This is referred to as "in-the-cloud" security.</p>

<p>All of the spam and scams targeting my accounts were either automatically deleted by <a href="/mwp-filters.html">my custom MailWasher Pro spam filters</a>, or if they made it through, was reported to <a href="http://www.spamcop.net" rel="external">SpamCop</a>, of which I am a reporting member, and manually deleted. MailWasher Pro is able to forward messages marked as spam to SpamCop, which then sends a confirmation email to you, containing a link. You must click on the enclosed reporting link and open it in your browser, then manually submit your report. This is how SpamCop wants it done.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Spybot Search and Destroy Definitions Updated on June 3, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/06/spybot_search_and_destroy_definitions_update_56.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=446" title="Spybot Search and Destroy Definitions Updated on June 3, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.446</id>
    
    <published>2009-06-03T15:16:03Z</published>
    <updated>2009-06-03T16:06:08Z</updated>
    
    <summary>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. New definitions and false positive fixes are usually released every Wednesday. Updates were released on schedule on June 3, 2009. The synopsis of the malware updates and proper usage of the program follows.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Security Program Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>If you use <a href="http://www.safer-networking.org/en/home/index.html" rel="external">Spybot Search and Destroy</a> to protect your computer against spyware and malware, it is time again to run your manual updates. Malware writers are constantly modifying their programs to evade detection, so anti-malware vendors have to issue regular updates to keep up with the bad guys. New definitions and false positive fixes for Spybot Search and Destroy are usually released every Wednesday. This week's updates were released on schedule on June 3, 2009, as listed below. Some fake security programs, Botnet executables and rootkits were added to the latest definitions.</p>

<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>Before you update Spybot Search and Destroy make sure you have  <a href="http://www.spybot.info/en/download/index.html" rel="external">the latest official version</a>. Older versions are no longer supported and will cause you a lot of grief when you immunize and scan for problems. Only download Spybot S&amp;D from the official website, at: <a href="http://www.spybot.info/">spybot.info</a>, or from its alternate domain: <a href="http://www.safer-networking.org/">Safer-Networking.org</a>. Fake versions with similar names will rip you off for payment to remove threats, whereas the real Spybot S&amp;D is free (<em>donations gladly accepted</em>).</p>

<p>In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again. I have consistent success using Giganet or the Safer-Networking servers. When all updates have succeeded, click on "Exit." </p>

<p>Download links and more instructions about using Spybot Search and Destroy are in my extended comments, along with the description of the latest definition updates and false positive fixes.</p>]]>
        <![CDATA[<p><strong>Immunizing and scanning with Spybot S&amp;D</strong></p>

<p>With the program updated it is time to open the main program interface, using either the Start Menu link, or a desktop icon, to launch Spybot Search and Destroy. The next item to take care of is to apply Immunization. Click on the Immunize button in the left sidebar, select everything you want, or uncheck things like cookies, or Hosts, or Domains, as you see fit, then click on Immunize button over the right panel, that has a green cross. Sometimes, Spybot immunizes against cookies and domains that you may actually <em>want</em> to visit. If you suddenly find you cannot login, or cookies are missing, you can undo the most recent Immunizations, then uncheck the desired items and re-immunize. Websites added to your Windows HOSTS file during immunization will be blocked completely, so you may need to edit that file in Notepad,<em> saving as HOSTS, without any extension</em>, or uncheck it from immunization if your preferred websites are blocked by Spybot S&amp;D.</p>

<p>After immunizing against unwanted items you should click on the Search &amp; Destroy icon, on the left, then click "<strong>Check for problems</strong>," on the right side. It will take several minutes, or longer to scan all your files for known threats, and possible threats, using heuristics, unless you disable heuristics in the program's main Advanced Mode > Settings. When the scan completes anything listed in the definition databases will be listed in the results window, with check boxes in front of each main item group. If you find the program has listed some cookies or other programs you use and trust, uncheck them, click on the item name and the right click and select "Exclude this product from further searches." Finally, click on "Fix (selected) Problems." </p>

<p>If you want to learn more about using the program, the complete <a href="http://www.safer-networking.org/en/faq/index.html" rel="external">Spybot S&amp;D FAQ's are found here</a>.</p>

<p><strong>Additions to malware definitions made on June 3, 2009:</strong></p>

<p><!--strong>Adware</strong--><!--strong>Hijackers</strong--><!--strong>Keyloggers</strong--><br />
<strong>Malware</strong> (<em>Includes rogue or <u>fake</u> anti-virus and anti-spyware programs  and fake registry cleaners and fake security alerts, plus other nasty programs</em>)<br />
+ Fraud.PCCenter <br />
+ Fraud.WinPCDefender <br />
++ Win32.DsBot.ua <br />
++ Win32.Kolab.cpx<br />
<!--strong>PUPS</strong> (<em>Possibly UnPopular Software or Potentially Unwanted Program</em>)--><!--strong>Security</strong--><!--strong>Spyware</strong--><br />
<strong>Trojans</strong> (<em>Trojans come to you disguised as something useful, or as a missing codec required to view a spammed video, but, like the Trojan Horse of antiquity, they hold dangerous contents that cause great harm! Many of these Trojans are Botnet infections, backdoors and Rootkits.</em>)<br />
+ Bifrost.LA <br />
++ SysM.wsk <br />
+ Vanbot <br />
+ Virtumonde.sci <br />
+ Virtumonde.sdn <br />
++ Win32.BHO.ext <br />
++ Win32.Delf.ajg <br />
++ Win32.FraudLoad.ie <br />
++ Win32.fx.wta <br />
++ Win32.Inpl.sr <br />
+ Win32.Joleee.K <br />
++ Win32.Kolab.cqe <br />
++ Win32.Machbot <br />
++ Win32.Renos.ik <br />
+ Win32.Rootkit.gen <br />
+ Win32.TDSS.rtk <br />
++ Win32.TLoaderBHO <br />
+ Win32.ZBot </p>

<p><strong>Total: 1422161 fingerprints in 486171 rules for 4690 products. </strong></p>

<p><strong>False positive detections reported or fixed this week:</strong></p>

<p>Over the course of the last month or so several users of Spybot S&amp;D reported that scan results were showing all of their Firefox Bookmarks as threats, with check marks to delete them when Fix Problems is clicked. Some of these users allowed this to happen, only to find that their bookmarks were gone and that these turned out to be false positives (already fixed). If this happened to you there is a way you can recover your lost Firefox Bookmarks. Proceed as follows...</p>

<p><em>Check your Firefox profile folder by using the Run command (Windows Key + R) to navigate to: %AppData%\Mozilla\Firefox\Profiles\<Profile id></p>

<p>Look for files named bookmarks.bak, or bookmarks.html.sbsd.bak, or a subfolder named boomarkbackps. Depending on your version of Firefox these files or folder will exist and contain backups of your bookmarks. The boomarkbackps folder actually keeps a series of daily backups of your bookmarks.</p>

<p><a href="http://kb.mozillazine.org/Import_bookmarks" rel="external">This Mozilla article</a> may help you with importing them back into Firefox.</em></p>

<p><strong>Additional Information about Spybot S&amp;D and links</strong></p>

<p>Spybot Search and Destroy has always been and continues to be free (although they do accept donations from grateful users!). If you clicked on a download link that claimed to be for Spybot S&amp;D and found that you were required to pay to use the program, you have been tricked. Get out of there right now and go to <a href="http://www.safer-networking.org/" rel="external">the real Spybot S&amp;D website</a>, then download the authentic version. If you installed a fake version you may be infected, so update the real one and scan for malware.</p>

<p><a href="http://www.safer-networking.org/en/spybotsd/index.html" rel="external">Spybot Search and Destroy 1.6.2</a> was released on January 26, 2009. This is probably going to be the last "maintenance release" before version 2.0 is released. It scans for threats about 4 times faster than previous versions and has an redesigned spyware removal engine. <a href="http://www.spybot.info/en/download/index.html" rel="external">Upgrade now to Spybot S&amp;D 1.6.2</a>. The newest Virtumonde and Zlob threats require the anti malware engine in Spybot 1.6+ to effectively remove them. If you are using any version older than 1.6.2 you are strongly advised to uninstall it and install the newest version. It is advisable to undo all immunizations before uninstalling Spybot S&amp;D, then redo them after updating signatures for the new version.</p>

<p>If you want to get direct assistance from Team Spybot, or their talented volunteers, visit the <a href="http://forums.spybot.info/forumdisplay.php?f=4" rel="external">Spybot support forums</a>, sign up for a user account and post your request for assistance. Be sure to read the rules before posting a question or reply.</p>

<p>If your computer is infected and you need help removing the threats, go to the <a href="http://forums.spybot.info/forumdisplay.php?f=22" rel="external">Malware Removal Forums</a>, at Safer Networking/Spybot.info. Again, <u>read the rules</u> before posting your request or logs! Do NOT inject your problem into somebody else's thread! Start a new topic.</p>

<p><strong>About False Positives</strong></p>

<p>If Spybot flags a file on your computer that you believe is a false positive detection, use caution and check with the <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">Spybot False Positives Forum</a> before allowing it to be deleted. You can submit a report to the Spybot False Positives forum, after signing up for an account and reading about <a href="http://forums.spybot.info/showthread.php?t=19117" rel="external">how to report false positives</a> before submitting your report and request for analysis.</p>

<p>Finally, if you have opted to use the Spybot "Tea Timer" realtime monitor, you need to know that it has been subject to a lot of false positives recently. Most have occurred since the Tea Timer module was recently updated to version 1.6.6, a few months ago. Check with the Spybot S&amp;D <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">False Positives Forum</a> before allowing Tea Timer to permanently delete any files. Further, just in case, tell it to save the deleted files so you can restore them after obtaining definition updates. If you cannot wait for updates to be released tell Tea Timer to ignore the problem files, if they are known to be falsely flagged.</p>]]>
    </content>
</entry>
<entry>
    <title>My Spam analysis for May 25 - 31, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/05/my_spam_analysis_for_may_25_31_2009.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=445" title="My Spam analysis for May 25 - 31, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.445</id>
    
    <published>2009-05-31T19:47:05Z</published>
    <updated>2009-05-31T20:25:49Z</updated>
    
    <summary>This is the latest entry in a weekly series about classifications of spam, according to my custom filter rules used by the anti-spam tool, MailWasher Pro, from its Statistics pie chart.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Spam Issues" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>This is the latest entry in my weekly series about classifications of spam, according to my custom filter rules used by <a href="/mailwasher.html">MailWasher Pro</a>. The categories are shown on the "Statistics" page > "Junk Mail," as a pie chart, based on <a href="/mwp-filters.html">my custom filters and blacklist</a>. The amount of email flagged as spam is shown on the "Summary" page of Statistics.</p>

<p>The volume of spam coming to my various honeypots and user accounts has been steadily increasing over the past month. This is due to the activity of various wounded spam Botnets coming back to life (after the <a href="http://www.wizcrafts.net/blogs/2008/11/spam_volume_drops_after_mccolo_servers_force.html">takedown of McColo</a>), or new ones like the <a href="http://blog.trendmicro.com/pushdocutwail-%E2%80%93-from-russia-with-love-part-2-of-5/" rel="external">Russian Cutwail Botnet</a>, being pressed into service. The classifications of spam in my analysis can help you adjust your email filters according to what is most common, on a weekly basis. Much of the spam this week was for the fake Canadian Pharmacy, which sells illicit and counterfeit pharmaceuticals, Nigerian 419 scams, fake watches and Viagra, "stud" tips and male enhancement scams (same websites). I also saw an increase in Australian banking phishing scams this week. </p>

<p>See my extended comments for this week's breakdown of spam by category, for May 25 - 31, 2009 and the latest additions to my custom MailWasher Pro filters</p>]]>
        <![CDATA[<h5 style="margin-bottom:0">MailWasher Pro spam category breakdown for May 25 - 31, 2009. Spam amounted to 16% of my incoming email this week. This represents a 4% increase from last week. </h5>

<div style="float:right; margin-left:1em; width:200px; text-align:center">  
  <a href="http://fta.firetrust.com/index.cgi?id=1007&page=1" rel="external nofollow"><small>Download MailWasher Pro Here</small></a><br /><img src="http://www.firetrust.com/adverts/mailwasher_027.gif" border="0" alt="MailWasher Pro by Firetrust" title="Download MailWasher Pro to screen your incoming email for spam and malware threats">
</div>

<table style="border:0; margin:0; padding: 2px;" cellspacing="5" summary="layout table for reporting spam categories and percentages">
  <tr>
   <th align="left">"Other filters": (See my <a href="http://www.wizcrafts.net/mwp-filters.html">MWP Filters</a> page)</th>
    <td>34.09%</td>
  </tr>
  <tr>
    <th align="left">Blacklisted Domains/Senders (e.g: kef+diz@+):</th>
    <td>11.36%</td>
  </tr>
  <tr>
    <th align="left">Known Spam Domains:</th>
    <td>6.82%</td>
  </tr>
  <tr>
    <th align="left">Known X-Mailer Spam:</th>
    <td>6.82%</td>
  </tr>
  <tr>
    <th align="left">Phishing Scams:</th>
    <td>6.82%</td>
  </tr>
  <tr>
    <th align="left">Male Enhancement Patches, etc:</th>
    <td>6.82%</td>
  </tr>
  <tr>
    <th align="left">Hidden ISO or ASCII Subject:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Nigerian 419 Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Casino Spam:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Viagra or Cialis Spam:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Diploma Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Known Spam in From or Body:</th>
    <td>4.55%</td>
  </tr>
</table>
<!--
  <tr>
    <th align="left">Fake Canadian Pharmacy spam:</th>
    <td>31.82%</td>
  </tr>
  <tr>
    <th align="left">Counterfeit Watches:</th>
    <td>13.64%</td>
  </tr>
  <tr>
   <th align="left">Exploit Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
   <th align="left">Numeric IP Link</th>
    <td>9.09%</td>
  </tr>
  <tr>
    <th align="left">Pills:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Breast Enlargement Scams:</th>
    <td>4.55%</td>
  </tr>
  <tr>
    <th align="left">Blocked Countries, RIPE, LACNIC, APNIC:</th>
    <td>14.29%</td>
  </tr>
  <tr>
    <th align="left">Zip, RAR, or GZ Hostile Attachment:</th>
    <td>7.14%</td>
  </tr>
  <tr>
    <th align="left">Weight Loss Scams</th>
    <td>7.14%</td>
  </tr>
  <tr>
    <th align="left">Misc. Pharmaceutical spam (inc. Viagra, Cialis, Levitra &amp; misc. pills &amp; herbals):</th>
    <td>7.14%</td>
  </tr>
-->
The latest additions to my <a href="/mwp-filters.html">custom MailWasher Pro filters</a> include updates to the Bank Phishing, Known Spam Domains, Known Spam [F or B], Viagra [B], Casino and Nigerian 419 Scam filters, plus the addition of a "Stud Tips" filter. The Stud Tips website also promotes various fake male enhancement solutions, much like the fake Canadian Pharmacy sites.

<p>MailWasher Pro intercepts POP3 and IMAP email before you download it to your desktop email client (e.g: Microsoft Outlook, Outlook Express, Windows Live Mail) and scans it for threats or spam content, then either manually or automatically deletes any messages matching your pre-determined criteria and custom filters. It is my primary line of defense against incoming spam, scams, phishing and exploit attacks. If you are not already using this fine anti-spam tool I invite to to read about it on my <a href="/mailwasher.html">MailWasher Pro</a> web page. You can download the latest version and try it for free for a month. Registration is only required once, for the life of the program.</p>

<p>To protect your computer from web pages rigged with exploit codes, <acronym title="Malware is an acronym for Malicious Software">malware</acronym> in email attachments, dangerous links to hostile web pages, JavaScript redirects, Phishing scams, or router DNS attack codes, I recommend <a href="/pc-cillin.html">Trend Micro Internet Security</a>. It has strong realtime monitoring modules that stop rootkits and spam Trojans from installing themselves into your operating system. Also known as PC-cillin, it is very frequently updated as new and altered malware definitions become available and it checks for web based threats and new malware definitions by searching secure online servers owned by Trend Micro. This is referred to as "in-the-cloud" security.</p>

<p>All of the spam and scams targeting my accounts were either automatically deleted by <a href="/mwp-filters.html">my custom MailWasher Pro spam filters</a>, or if they made it through, was reported to <a href="http://www.spamcop.net" rel="external">SpamCop</a>, of which I am a reporting member, and manually deleted. MailWasher Pro is able to forward messages marked as spam to SpamCop, which then sends a confirmation email to you, containing a link. You must click on the enclosed reporting link and open it in your browser, then manually submit your report. This is how SpamCop wants it done.<br />
</p>]]>
    </content>
</entry>
<entry>
    <title>Spybot Search and Destroy Definitions Updated on May 27, 2009</title>
    <link rel="alternate" type="text/html" href="http://www.wizcrafts.net/blogs/2009/05/spybot_search_and_destroy_definitions_update_55.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.wizcrafts.net/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=444" title="Spybot Search and Destroy Definitions Updated on May 27, 2009" />
    <id>tag:www.wizcrafts.net,2009:/blogs//1.444</id>
    
    <published>2009-05-27T20:45:58Z</published>
    <updated>2009-05-27T21:05:23Z</updated>
    
    <summary>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. New definitions and false positive fixes are usually released every Wednesday. Updates were released on schedule on May 27, 2009. The synopsis of the malware updates and proper usage of the program follows.</summary>
    <author>
        <name>Wiz</name>
        <uri>www.wizcrafts.net</uri>
    </author>
            <category term="Security Program Updates" />
    
    <content type="html" xml:lang="en" xml:base="http://www.wizcrafts.net/blogs/">
        <![CDATA[<p>If you use Spybot Search and Destroy to protect your computer against spyware, it is time again to run your manual updates. Malware writers are constantly modifying their programs to evade detection, so anti-malware vendors have to issue regular updates to keep up with the bad guys. New definitions and false positive fixes for Spybot Search and Destroy are usually released every Wednesday. This week's updates were released on schedule on May 27, 2009, as listed below. Somef fake security programs and rootkits were added to the latest definitions.</p>

<p><strong>Updating Spybot Search and Destroy</strong></p>

<p>In case you are new to Spybot S&amp;D, there are two ways to update the program and malware definitions. The preferred method (For Windows PCs) is to go to <b>Start > (All) Programs > Spybot - Search &amp; Destroy > Update Spybot - S&amp;D</b>. The independent update box will open. Leave the default options as is, unless you need all languages or want beta definitions, and click on "Search." Another box will open with "mirror" locations around the world where you can download updates. Select a location nearest to you from the list and click on "Continue." Make sure all updates are checked, then click on "Download." If all definitions are verified as being correct the check marks will disappear from the check boxes and be replaced with green arrow graphics. However, sometimes one or more mirror locations have not updated all of the definitions and you will get a red X for those definitions. Click on Go Back, select a different mirror, and try again. I have consistent success using Giganet or the Safer-Networking servers. When all updates have succeeded, click on "Exit." </p>

<p>Download links and more instructions about using Spybot Search and Destroy are in my extended comments, along with the description of the latest definition updates and false positive fixes.</p>]]>
        <![CDATA[<p><strong>Immunizing and scanning with Spybot S&amp;D</strong></p>

<p>With the program updated it is time to open the main program interface, using either the Start Menu link, or a desktop icon, to launch Spybot Search and Destroy. The next item to take care of is to apply Immunization. Click on the Immunize button in the left sidebar, select everything you want, or uncheck things like cookies, or Hosts, or Domains, as you see fit, then click on Immunize button over the right panel, that has a green cross. Sometimes, Spybot immunizes against cookies and domains that you may actually <em>want</em> to visit. If you suddenly find you cannot login, or cookies are missing, you can undo the most recent Immunizations, then uncheck the desired items and re-immunize. Websites added to your Windows HOSTS file during immunization will be blocked completely, so you may need to edit that file in Notepad,<em> saving as HOSTS, without any extension</em>, or uncheck it from immunization if your preferred websites are blocked by Spybot S&amp;D.</p>

<p>After immunizing against unwanted items you should click on the Search &amp; Destroy icon, on the left, then click "<strong>Check for problems</strong>," on the right side. It will take several minutes, or longer to scan all your files for known threats, and possible threats, using heuristics, unless you disable heuristics in the program's main Advanced Mode > Settings. When the scan completes anything listed in the definition databases will be listed in the results window, with check boxes in front of each main item group. If you find the program has listed some cookies or other programs you use and trust, uncheck them, click on the item name and the right click and select "Exclude this product from further searches." Finally, click on "Fix (selected) Problems." </p>

<p>If you want to learn more about using the program, the complete <a href="http://www.safer-networking.org/en/faq/index.html" rel="external">Spybot S&amp;D FAQ's are found here</a>.</p>

<p><strong>Additions to malware definitions made on May 27, 2009:</strong></p>

<p><strong>Adware</strong><br />
+ Netpumper <br />
+ WhenU.Search.BrowserToolbar<br />
<!--strong>Hijackers</strong--><!--strong>Keyloggers</strong--><br />
<strong>Malware</strong> (<em>Includes rogue or <u>fake</u> anti-virus and anti-spyware programs  and fake registry cleaners and fake security alerts, plus other nasty programs</em>)<br />
+ SpywareCease (fake anti spyware scanner)<br />
<!--strong>PUPS</strong> (<em>Possibly UnPopular Software or Potentially Unwanted Program</em>)--><!--strong>Security</strong--><!--strong>Spyware</strong--><br />
<strong>Trojans</strong> (<em>Trojans come to you disguised as something useful, or as a missing codec required to view a spammed video, but, like the Trojan Horse of antiquity, they hold dangerous contents that cause great harm! Many of these Trojans are Botnet infections, backdoors and Rootkits.</em>)<br />
++ MSMcr.cn <br />
++ PanWeiIPR.cn <br />
+ Virtumonde.sci <br />
+ Virtumonde.sdn <br />
++ Win32.Agent.bleh <br />
++ Win32.AutoRun.aho <br />
+ Win32.Poison.pg <br />
+ Win32.Rootkit.gen <br />
++ Win32.Small.fpc <br />
+ Win32.TDSS.clt <br />
+ Win32.TDSS.gen <br />
+ Win32.TDSS.rtk</p>

<p><strong>Total: 1420974 fingerprints in 485874 rules for 4676 products. </strong></p>

<p><strong>False positive detections reported or fixed this week:</strong></p>

<p>PerfectUninstaller was detected as PUPS, but was supposed to be removed from detection with the update 2009-05-20 after the vendor removed the changes PerfectUninstaller made to the visibility of hidden files. It was removed from detection with the May 27 detection update.</p>

<p><strong>Additional Information about Spybot S&amp;D and links</strong></p>

<p>Spybot Search and Destroy has always been and continues to be free (although they do accept donations from grateful users!). If you clicked on a download link that claimed to be for Spybot S&amp;D and found that you were required to pay to use the program, you have been tricked. Get out of there right now and go to <a href="http://www.safer-networking.org/" rel="external">the real Spybot S&amp;D website</a>, then download the authentic version. If you installed a fake version you may be infected, so update the real one and scan for malware.</p>

<p><a href="http://www.safer-networking.org/en/spybotsd/index.html" rel="external">Spybot Search and Destroy 1.6.2</a> was released on January 26, 2009. This is probably going to be the last "maintenance release" before version 2.0 is released. It scans for threats about 4 times faster than previous versions and has an redesigned spyware removal engine. <a href="http://www.spybot.info/en/download/index.html" rel="external">Upgrade now to Spybot S&amp;D 1.6.2</a>. The newest Virtumonde and Zlob threats require the anti malware engine in Spybot 1.6+ to effectively remove them. If you are using any version older than 1.6.2 you are strongly advised to uninstall it and install the newest version. It is advisable to undo all immunizations before uninstalling Spybot S&amp;D, then redo them after updating signatures for the new version.</p>

<p>If you want to get direct assistance from Team Spybot, or their talented volunteers, visit the <a href="http://forums.spybot.info/forumdisplay.php?f=4" rel="external">Spybot support forums</a>, sign up for a user account and post your request for assistance. Be sure to read the rules before posting a question or reply.</p>

<p>If your computer is infected and you need help removing the threats, go to the <a href="http://forums.spybot.info/forumdisplay.php?f=22" rel="external">Malware Removal Forums</a>, at Safer Networking/Spybot.info. Again, <u>read the rules</u> before posting your request or logs! Do NOT inject your problem into somebody else's thread! Start a new topic.</p>

<p>If Spybot flags a file on your computer that you believe is a false positive detection, use caution and check with the <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">Spybot False Positives Forum</a> before allowing it to be deleted. You can submit a report to the Spybot False Positives forum, after signing up for an account and reading about <a href="http://forums.spybot.info/showthread.php?t=19117" rel="external">how to report false positives</a> before submitting your report and request for analysis.</p>

<p>Finally, if you have opted to use the Spybot "Tea Timer" realtime monitor, you need to know that it has been subject to a lot of false positives recently. Most have occurred since the Tea Timer module was recently updated to version 1.6.6, a few months ago. Check with the Spybot S&amp;D <a href="http://forums.spybot.info/forumdisplay.php?f=16" rel="external">False Positives Forum</a> before allowing Tea Timer to permanently delete any files. Further, just in case, tell it to save the deleted files so you can restore them after obtaining definition updates. If you cannot wait for updates to be released tell Tea Timer to ignore the problem files, if they are known to be falsely flagged.</p>]]>
    </content>
</entry>

</feed> 

