<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Krebs on Security &#187; phishing</title>
	<atom:link href="http://krebsonsecurity.com/tag/phishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://krebsonsecurity.com</link>
	<description>In-depth security news and investigation</description>
	<lastBuildDate>Thu, 09 Feb 2012 22:39:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>After Epsilon: Avoiding Phishing Scams &amp; Malware</title>
		<link>http://krebsonsecurity.com/2011/04/after-epsilon-avoiding-phishing-scams-malware/</link>
		<comments>http://krebsonsecurity.com/2011/04/after-epsilon-avoiding-phishing-scams-malware/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 12:58:22 +0000</pubDate>
		<dc:creator>BrianKrebs</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[breach]]></category>
		<category><![CDATA[email headers]]></category>
		<category><![CDATA[Epsilon]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://krebsonsecurity.com/?p=9055</guid>
		<description><![CDATA[The recent massive data leak from email services provider Epsilon means that it is likely that many consumers will be exposed to an unusually high number of email-based scams in the coming weeks and months. So this is an excellent time to point out some useful resources and tips that can help readers defend against [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_silver" style="float: left;margin-right: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fkrebsonsecurity.com%252F2011%252F04%252Fafter-epsilon-avoiding-phishing-scams-malware%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22After%20Epsilon%3A%20Avoiding%20Phishing%20Scams%20%26%20Malware%22%20%7D);"></div>
<p>The <a href="http://krebsonsecurity.com/2011/04/epsilon-breach-raises-specter-of-spear-phishing/" target="_blank">recent massive data leak </a>from email services provider <strong>Epsilon</strong> means that it is likely that many consumers will be exposed to an unusually high number of email-based scams in the coming weeks and months. So this is an excellent time to point out some useful resources and tips that can help readers defend against phishing attacks and other nastygrams.</p>
<p><strong><a href="http://krebsonsecurity.com/wp-content/uploads/2011/04/emailsec.jpg"><img class="alignright size-medium wp-image-9078" title="emailsec" src="http://krebsonsecurity.com/wp-content/uploads/2011/04/emailsec-300x225.jpg" alt="" width="300" height="225" /></a>Don&#8217;t take the bait: </strong>Many people are familiar with the traditional phishing attack, which arrives in  an email that appears to have been sent from your bank or ISP, warning that your account will be suspended  unless you take some action immediately, usually clicking a link and &#8220;verifying&#8221; your account information, user name, password, etc. at a fake site. Commercial emails that emphasize urgency should be always considered extremely suspect, and under no circumstances should you do anything suggested in the email. Phishers count on spooking people into acting rashly because they know their scam sites have a finite lifetime; they may be shuttered at any moment (most phishing scams are hosted on hacked, legitimate Web sites). If you&#8217;re really concerned, pick up the phone (gasp!) and call the company to find out if there really is anything for you to be concerned about.</p>
<p><strong>Links Lie</strong>: You&#8217;re a sucker if you take links at face value. For example, this might look like a link to <a href="http://bankofamerica.com.someotherpagethatsnotbankofamericacombut.youprobablywouldntbeabletotellthatunlessyoucutandpastedthelinksomewhereandreadfromtherighttotheleftfromthefirstslashafterhttpslash.slashandthengo.backwardsfromtheretothesecond.dot/" target="_blank">Bank of America</a>, but I assure you it is not. To get an idea of where a link goes, hover over it with your mouse and then look in the bottom left corner of the browser window. Yet, even this information often tells only part of the story, and some links can be trickier to decipher. For instance, many banks like to send links that include ridiculously  long URLs which stretch far beyond the browser&#8217;s ability to show the  entire thing when you hover over the link. The most important part of a  link is the &#8220;root&#8221; domain. To find that, look for the first slash (/) after the &#8220;http://&#8221; part, and then work backwards through the link until you reach the second dot; the part immediately to the right is the real domain to which that link will take you.  Want to learn more cool stuff about links? Check out <a title="Screw Phishers and Learn How to Identify Phishing Links!" href="http://www.bustspammers.com/phishing_links.html" target="_blank">this guy&#8217;s site</a> and you&#8217;ll be a link ninja in no time.</p>
<p><span id="more-9055"></span><strong>&#8220;From&#8221; Fields can be forged: </strong>Just because the message says in the &#8220;From:&#8221; field that it was sent by your bank doesn&#8217;t mean that it&#8217;s true. This information can be and frequently is forged. If you want to discover who (or what) sent a message, you&#8217;ll need to examine the email&#8217;s &#8220;headers,&#8221; important data included in all email.  The headers contain a lot of information that can be overwhelming for the untrained eye, so they are often hidden by your email client or service provider, each of which may have different methods for letting users view or enable headers. Describing succinctly how to read email headers with an eye toward thwarting spammers would require a separate tutorial, so I will link to a decent one already written at <a href="http://email.about.com/cs/spamgeneral/a/spam_headers.htm" target="_blank">About.com</a>. Just know that taking the time to learn how to read headers is a useful skill that is well worth the effort.</p>
<p><strong>When in doubt, type it out:</strong> If you&#8217;re not sure about the validity of an email, don&#8217;t click on the link in the message. Instead, take a moment to visit the Web site of the sender in question by typing the URL into a Web browser, and access your account normally.</p>
<p><strong>Keep in mind that phishing can take many forms:</strong> Why steal one set of login credentials for a single brand when you can steal them all? Increasingly, attackers are opting for approaches that allow them to install a Trojan that steals all of the sensitive data on victim PCs. So be careful about clicking links, and don&#8217;t open attachments in emails you weren&#8217;t expecting, even if they appear to come from someone you know. Send a note back to the sender to verify the contents and that they really meant to send it. This step can be a pain, but I&#8217;m a stickler for it; I&#8217;ve been known to lecture people who send me press releases and other items as unrequested attachments.</p>
<p><strong>If you didn&#8217;t go looking for it, don&#8217;t install it:</strong> Password stealing malware doesn&#8217;t only come via email; quite often, it is distributed as a Facebook video that claims you need a special &#8220;codec&#8221; to view the embedded content. There are tons of variations of this scam. The point to remember is: If it wasn&#8217;t your idea to install something from the get-go, don&#8217;t do it. Do your homework before installing programs, plug-ins, or ActiveX controls, and always try to download the installer directly from the vendor&#8217;s Web site if you can.</p>
<p><strong>Think Ahead:</strong> While this may be of little help to folks who received multiple warnings from companies impacted by the Epsilon breach, the best way to avoid dealing with email scams is to be very selective in giving out your email address. If you don&#8217;t already have one, consider creating a second email address to use when signing up for any services that require an email. Alternatively, if you&#8217;re sure you won&#8217;t need a specific service or site more than once or for more than a few minutes, you can take advantage of a free service like 10 Minute mail; as its name suggests, 10minutemail.com lets you create throwaway addresses that give you just enough time to sign up for something and then check your inbox for the message containing the obligatory confirmation link.</p>
<p><strong>Lay traps: </strong>When you&#8217;ve mastered the basics above, consider setting traps for phishers, scammers and unscrupulous marketers. Some email providers &#8212; most notably <strong>Gmail</strong> &#8212; make this especially easy. When you sign up at a site that requires an email address, think of a word or phrase that represents that site for you, and then add that with a &#8220;+&#8221; sign just to the left of the &#8220;@&#8221; sign in your email address. For example, if I were signing up at example.com, I might give my email address as krebsonsecurity+example@gmail.com. Then, I simply go back to Gmail and create a folder called &#8220;Example,&#8221; along with a new filter that sends any email addressed to that variation of my address to the Example folder. That way, if anyone other than the company I gave this custom address to starts spamming or phishing it, that may be a clue that example.com shared my address with others (or that it got hacked, too!). I should note two caveats here. First, although this functionality is part of the email standard, not all email providers will recognize address variations like these. Also, many commercial Web sites freak out if they see anything other than numerals or letters, and may not permit the inclusion of a &#8220;+&#8221; sign in the email address field.</p>
<p>Let’s summarize with a few quick rules:</p>
<p>1. Don’t open emails if you don’t recognize the sender’s name or domain.</p>
<p>2.  Take a moment to check that the sender is really the one whose name appears as “From.”</p>
<p>3.  Don’t click on links in emails or open attachments unless you are sure the sender is trustworthy.</p>
<p>4. When in doubt, go to the senders’ websites  by typing their addresses  in your browser bar.  Or call the senders – they probably need to know that spam is being sent in their names.</p>
<p>5.  Your  email address should be kept private if possible. Consider using a second or throwaway address if you are required to provide it.</p>
<p>6. Be extremely cautious when a website tells you that you need to install an add-on or download of any sort.</p>

]]></content:encoded>
			<wfw:commentRss>http://krebsonsecurity.com/2011/04/after-epsilon-avoiding-phishing-scams-malware/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>IRS Scam: Phishing by Fax</title>
		<link>http://krebsonsecurity.com/2011/03/irs-scam-phishing-by-fax/</link>
		<comments>http://krebsonsecurity.com/2011/03/irs-scam-phishing-by-fax/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 14:57:18 +0000</pubDate>
		<dc:creator>BrianKrebs</dc:creator>
				<category><![CDATA[A Little Sunshine]]></category>
		<category><![CDATA[Latest Warnings]]></category>
		<category><![CDATA[Web Fraud 2.0]]></category>
		<category><![CDATA[866-513-7982]]></category>
		<category><![CDATA[irs]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[phishing by fax]]></category>

		<guid isPermaLink="false">http://krebsonsecurity.com/?p=8886</guid>
		<description><![CDATA[Scammers typically kick into high gear during tax season in the United States, which tends to bring with it a spike in phishing attacks that spoof the Internal Revenue Service.   Take, for example, a new scam making the rounds via email, which warns of discrepancies on the recipient's income tax return and requests that personal information be sent via fax to a toll-free number.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_silver" style="float: left;margin-right: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fkrebsonsecurity.com%252F2011%252F03%252Firs-scam-phishing-by-fax%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22IRS%20Scam%3A%20Phishing%20by%20Fax%22%20%7D);"></div>
<p><a href="http://krebsonsecurity.com/wp-content/uploads/2011/03/irsseal.jpg"><img class="alignright size-full wp-image-8887" title="irsseal" src="http://krebsonsecurity.com/wp-content/uploads/2011/03/irsseal.jpg" alt="" width="243" height="242" /></a>Scammers typically kick into high gear during tax season in the United States, which tends to bring with it a spike in phishing attacks that spoof the <strong>Internal Revenue Service</strong>.   Take, for example, a new scam making the rounds via email, which warns of discrepancies on the recipient&#8217;s income tax return and requests that personal information be sent via fax to a toll-free number.</p>
<p>A new phishing campaign that began sometime in the last 24 hours is made to look like it was sent from irs@irsonline.gov, and urges recipients to fill out, print, and fax an attached PDF tax form. From the scam email:</p>
<blockquote><p>*This is in reference to your 2010 U.S. Individual Income Tax Return we seem to have some discrepancies with your filing. If you have already filed for your 2010  tax refund please get hold of a new form 1040 and<br />
mail it to the  Department of the Treasury in your region.*</p>
<p>*If for any reason you have not yet filed for your 2010  Individual<br />
Income Tax Return please print out the attached PDF form, fill it and<br />
fax it to the IRS data center on <a href="tel:%28866%29%20513-7982">(866) 513-7982</a> within 24 hours.*</p>
<p>*This has no bearing on your 2010 U.S. Individual Income Tax Return,<br />
this to update our data and survey while we prepare to close the 2010<br />
tax filing season.*</p>
<p>*Thank you *</p></blockquote>
<p>That 866- phone number is currently returning a fast-busy signal, which suggests either that a lot of people are falling for this scam, or that anti-scammers are speed-dialing the number in a bid to prevent would-be victims from faxing in their forms. My guess is that this scam is tied to some kind of automated service that scans faxes and then emails the phishers copies of the scanned images.</p>
<p>It&#8217;s worth noting that the data requested in <a title="Bogus IRS 1040 form (note the OMB mention)" href="http://krebsonsecurity.com/wp-content/uploads/2011/03/1040-Data-Update-Form1.pdf" target="_blank">this bogus IRS form</a> includes the Social Security number, <a href="http://www.irs.gov/individuals/article/0,,id=213471,00.html" target="_blank">e-File PIN</a> and <a title="Adjusted Gross Income" href="http://www.irs.gov/irs/article/0,,id=234371,00.html" target="_blank">adjusted gross income</a>, all of which are crucial pieces of information that the IRS uses to authenticate taxpayers.</p>
<p>The IRS has been careful to note that while it may conduct follow-up correspondence with taxpayers via email if the taxpayer chooses to communicate that way, it will never reach out to taxpayers via email. Consumers can report any tax-related phishing scams to phishing@irs.gov.</p>

]]></content:encoded>
			<wfw:commentRss>http://krebsonsecurity.com/2011/03/irs-scam-phishing-by-fax/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Google Debuts &#8220;This Site May Be Compromised&#8221; Warning</title>
		<link>http://krebsonsecurity.com/2010/12/google-debuts-this-site-may-be-compromised-warning/</link>
		<comments>http://krebsonsecurity.com/2010/12/google-debuts-this-site-may-be-compromised-warning/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 18:05:58 +0000</pubDate>
		<dc:creator>BrianKrebs</dc:creator>
				<category><![CDATA[Latest Warnings]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[BadwareBusters.org]]></category>
		<category><![CDATA[Denis Sinegubko]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Maxim Weinstein]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[StopBadware]]></category>
		<category><![CDATA[this site may be compromised]]></category>

		<guid isPermaLink="false">http://krebsonsecurity.com/?p=7153</guid>
		<description><![CDATA[Google has added a new security and anti-spam feature to its search engine that promises to increase the number of Web page results that are flagged as potentially having been compromised by hackers.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_silver" style="float: left;margin-right: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fkrebsonsecurity.com%252F2010%252F12%252Fgoogle-debuts-this-site-may-be-compromised-warning%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FgOsZFx%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Google%20Debuts%20%5C%22This%20Site%20May%20Be%20Compromised%5C%22%20Warning%22%20%7D);"></div>
<p><strong>Google</strong> has added a new security feature to its search engine that promises to increase the number of Web page results that are flagged as potentially having been compromised by hackers.</p>
<p><a class="lightbox" href="http://krebsonsecurity.com/wp-content/uploads/2010/12/tsmhyc.jpg"><img class="alignright size-medium wp-image-7155" title="tsmhyc" src="http://krebsonsecurity.com/wp-content/uploads/2010/12/tsmhyc-300x111.jpg" alt="" width="300" height="111" /></a>The move is an expansion of <a href="http://www.google.com/support/websearch/bin/answer.py?hl=en&amp;answer=45449" target="_blank">a program</a> Google has had in place for years, which appends a &#8220;This site may harm your computer&#8221; link in search results for sites that Google has determined are hosting malicious software. The <a href="http://www.google.com/support/websearch/bin/answer.py?answer=190597" target="_blank">new notation</a> &#8211; a warning that reads &#8220;This site may be compromised&#8221; &#8211; is designed to include pages that may not be malicious but which indicate that the site might not be completely under the control of the legitimate site owner &#8212; such as when spammers inject invisible links or redirects to pharmacy Web sites.</p>
<p>Google also will be singling out sites that have had pages quietly added by phishers. While spam usually is routed through hacked personal computers, phishing Web pages most often are added to hacked, legitimate sites: <a href="http://www.apwg.org" target="_blank">The Anti-Phishing Working Group</a>, an industry consortium,  estimates that between 75 and 80 percent of phishing sites are  legitimate  sites that have been hacked and seeded with phishing kits designed to mimic established e-commerce and banking sites.</p>
<p>It will be interesting to see if Google can speed up the process of re-vetting sites that were flagged as compromised, once they have been cleaned up by the site owners. In years past, many people who have had their sites flagged by Google for malware infections have complained that the search results warnings persist for weeks after sites have been scrubbed.</p>
<p><strong>Denis Sinegubko</strong>, founder and developer at <a href="http://www.unmaskparasites.com" target="_blank">Unmask Parasites</a>, said Google has a lot of room for improvement on this front.</p>
<p>&#8220;They know about it, and probably work internally on the improvements but they don&#8217;t disclose such info,&#8221; Sinegubko said. &#8220;This process is tricky. In some cases it may be very fast. But in others it may take unreasonably long. It uses the same form for <a href="https://www.google.com/webmasters/tools/reconsideration" target="_blank">reconsideration requests</a>, but [Google says] it should be faster&#8230;less than two weeks for normal reconsideration requests.&#8221;</p>
<p><span id="more-7153"></span></p>
<p>But <strong>Maxim Weinstein</strong>, executive director of <strong>StopBadware</strong>, an independent non-profit anti-malware organization, said if Google delays de-listing a flagged site, it is usually because the site&#8217;s owner hasn&#8217;t fully eliminated the problem that caused the alert, or that site owner has skipped a step in Google&#8217;s reconsideration process.</p>
<p>&#8220;If someone doesn&#8217;t know to request a review, it can be a while before Google&#8217;s system will on its own rescan the site and remove the warning,&#8221; Weinstein said.</p>
<p>Google says it will be rolling out the new system slowly. As a result, not all of the sites that deserve to be flagged as compromised are listed that way yet.</p>
<p>&#8220;For example, 90 percent of search results for <a href="http://www.google.com/search?q=%22buy+windows+7+key%22" target="_blank">this search</a> should be labeled as &#8216;compromised,&#8217; but I don&#8217;t see any warnings,&#8221; Sinegubko said.</p>
<p>Web site administrators who find their pages flagged with &#8220;this site may harm your computer&#8221; warnings can get relatively speedy assistance at <a href="https://badwarebusters.org/" target="_blank">Badwarebusters.org</a>, which maintains a fairly active and responsive <a href="https://badwarebusters.org/conversations" target="_blank">help forum</a>. Google also has a Webmaster Help Forum that includes a <a href="http://www.google.com/support/forum/p/Webmasters/label?lid=2fe2a8ee8e37c08e&amp;hl=en" target="_blank">malware and hacked sites section</a>, which already contains a few interesting threads about this new warning system. In one thread, <strong>John Mueller, </strong>a Webmaster trends analyst with Google Zurich, sheds a bit more light on the alert and cleanup process.</p>
<blockquote><p>&#8220;As mentioned by the others, this is triggered when we determine that  your site has likely been compromised by an unauthorized third party.  Once it&#8217;s shown that this is possible, it&#8217;s hard to predict what else  may have been modified. For instance, it might be that in addition to  hidden links, someone has changed the phone number or is redirecting  orders to the wrong website &#8212; everything is possible once third parties  are able to modify a website.&#8221;</p>
<p>&#8220;Once you&#8217;ve reverted the  compromise and &#8211; hopefully &#8211; taken steps to prevent this from happening  again, you can submit a normal reconsideration request through <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=163634" target="_blank">Webmaster  Tools</a>. These requests are processed fairly quickly (usually within a  day, though it&#8217;s not possible to give an exact timeframe).&#8221;</p></blockquote>

]]></content:encoded>
			<wfw:commentRss>http://krebsonsecurity.com/2010/12/google-debuts-this-site-may-be-compromised-warning/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>A Spike in Phone Phishing Attacks?</title>
		<link>http://krebsonsecurity.com/2010/06/a-spike-in-phone-phishing-attacks/</link>
		<comments>http://krebsonsecurity.com/2010/06/a-spike-in-phone-phishing-attacks/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 03:09:54 +0000</pubDate>
		<dc:creator>BrianKrebs</dc:creator>
				<category><![CDATA[Latest Warnings]]></category>
		<category><![CDATA[Internet Identity]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[smishing]]></category>
		<category><![CDATA[vishing]]></category>

		<guid isPermaLink="false">http://krebsonsecurity.com/?p=3656</guid>
		<description><![CDATA[A couple of  readers have written in to say they recently received scam telephone calls warning them about fraud on their credit card  accounts and directing them to call a phone number to "verify" their  credit card numbers.

These sometimes-automated attacks prompt people to  call a supplied telephone number -- often a toll-free line. In most  cases, the calls will be answered by bogus interactive voice response  system designed to coax account credentials and other personal  information from the caller.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_silver" style="float: left;margin-right: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fkrebsonsecurity.com%252F2010%252F06%252Fa-spike-in-phone-phishing-attacks%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22A%20Spike%20in%20Phone%20Phishing%20Attacks%3F%22%20%7D);"></div>
<p>A couple of readers have written in to say they recently received automated telephone calls warning about fraud on their credit card accounts and directing them to call a phone number to &#8220;verify&#8221; their credit card numbers. These voice phishing attacks, sometimes called &#8220;vishing,&#8221; are a good reminder that today&#8217;s scam artists often abuse a range of modern technologies to perpetrate old-fashioned fraud.</p>
<div id="attachment_3664" class="wp-caption alignright" style="width: 310px"><a class="lightbox" href="http://krebsonsecurity.com/wp-content/uploads/2010/06/iiphishtrends.jpg"><img class="size-medium wp-image-3664" title="iiphishtrends" src="http://krebsonsecurity.com/wp-content/uploads/2010/06/iiphishtrends-300x182.jpg" alt="" width="300" height="182" /></a><p class="wp-caption-text">Graphic courtesy Internet Identity</p></div>
<p>Phone phishing schemes often begin with a pre-recorded message that prompts the recipient to call a supplied telephone number &#8212; frequently a toll-free line. Usually, the calls will be answered by an interactive voice response system designed to coax account credentials and other personal information from the caller.</p>
<p>Lures for these telephone phishing attacks also are sent via text message, a variant also known as <a href="http://en.wikipedia.org/wiki/SMiShing" target="_blank">smishing</a>. Indeed, the <em>Sacramento Bee</em> warned <a href="http://blogs.sacbee.com/crime/archives/2010/06/yolo-da-warns-o.html#mi_rss=Latest%20News#storylink=scinlineshare" target="_blank">last week</a> that residents in the area were receiving text messages spoofing the <strong>Yolo Federal Credit Union</strong>.</p>
<p>A new <a href="http://www.internetidentity.com/images/stories/docs/phishing_trends_report-q1-2010_by_iid.pdf" target="_blank">report</a> (PDF) from anti-phishing vendor <strong> Internet Identity</strong> found that credit unions continue to be a favorite target of smishing attacks, and that text-to-phone scams used a toll-free number in about half of the lures sent in the first quarter of 2010.</p>
<p>Internet Identity also tracked at least 118 smishing attacks in the first quarter of 2010, although the company said that number represents a 40 percent drop in these scams over the last three months of 2009.</p>
<p>It may be hard to imagine how many people actually fall for these scams, but you might be surprised. In March 2008, I wrote about an <a href="http://voices.washingtonpost.com/securityfix/2008/03/the_anatomy_of_a_vishing_scam_1.html" target="_blank">extremely complex vishing attack</a> that targeted customers of multiple credit unions. A source I interviewed for that story later managed to make a copy of one of the servers that these crooks used to accept incoming calls for this scam, which ran uninterrupted from Jan. 13, 2008 to Feb. 21. From that story: &#8220;During that time, the phishers sent millions of text messages, and records from that server show that roughly 4,400 people called the fake bank phone number as directed. Out of those, 125 people entered their full credit/debit card number, expiration and PIN.&#8221;</p>
<p>Have you or someone you know recently received one of these scam phone calls or texts? Sound off in the comments below.</p>

]]></content:encoded>
			<wfw:commentRss>http://krebsonsecurity.com/2010/06/a-spike-in-phone-phishing-attacks/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Teach a Man to Phish&#8230;</title>
		<link>http://krebsonsecurity.com/2010/05/teach-a-man-to-phish/</link>
		<comments>http://krebsonsecurity.com/2010/05/teach-a-man-to-phish/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:37:17 +0000</pubDate>
		<dc:creator>BrianKrebs</dc:creator>
				<category><![CDATA[A Little Sunshine]]></category>
		<category><![CDATA[Web Fraud 2.0]]></category>
		<category><![CDATA[John LaCour]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[PhishLabs]]></category>

		<guid isPermaLink="false">http://krebsonsecurity.com/?p=3058</guid>
		<description><![CDATA[Phishing may not be the most sophisticated form of cyber crime, but it can be a lucrative trade for those who decide to make it their day jobs. Indeed, data secretly collected from an international phishing operation over the last 18 months suggests that criminals who pursue a career in phishing can steal millions of dollars a year, even if they only manage to snag just a few victims per scam.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_silver" style="float: left;margin-right: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fkrebsonsecurity.com%252F2010%252F05%252Fteach-a-man-to-phish%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Teach%20a%20Man%20to%20Phish...%22%20%7D);"></div>
<p>Phishing may not be the most sophisticated form of cyber crime, but it can be a lucrative trade for those who decide to make it their day jobs. Indeed, data secretly collected from an international  phishing operation over  18 months suggests that  criminals who pursue a career in phishing can reap millions of dollars a  year, even if they only manage to snag just a few victims per scam.</p>
<p><a href="http://krebsonsecurity.com/wp-content/uploads/2010/05/phished.jpg" class="lightbox"><img class="alignright size-medium wp-image-3064" title="phished" src="http://krebsonsecurity.com/wp-content/uploads/2010/05/phished-300x200.jpg" alt="" width="300" height="200" /></a>Phishers often set up their fraudulent sites using ready-made &#8220;phish kits&#8221; &#8212;  collections of HTML, text and images that mimic the content found at  major banks and e-commerce sites. Typically, phishers stitch the kits  into the fabric of hacked, legitimate sites, which they then outfit with  a &#8220;backdoor&#8221; that allows them to get back into the site at any time.</p>
<p>About a year and a half ago, investigators at Charleston, S.C. based  <strong>PhishLabs</strong> found that one particular backdoor that showed up time and again in  phishing attacks referenced an image at a domain name that was about to expire. When that domain finally came up for grabs, PhishLabs  registered it, hoping that they could use it to keep tabs on new  phishing sites being set up with the same kit.</p>
<p>The trick worked: PhishLabs collected data on visits to the site for  roughly 15 months, and tracked some 1,767 Web sites that were hacked and  seeded with the phishing kit that tried to pull content from the domain  that PhishLabs had scooped up.</p>
<p>PhishLabs  determined that most of the phishing sites were likely set up by a  single person &#8212; a man in Lagos, Nigeria that PhishLabs estimates was  responsible for about 1,100 of the phishing sites the company tracked over the  15 month experiment.</p>
<p><span id="more-3058"></span></p>
<p>&#8220;This guy was setting up two to three new phishing sites each day,&#8221; Phishlabs founder and president<strong> John LaCour</strong> said. &#8220;If you accept conservative  estimates, that this guy is stealing about 10 [sets of] banking credentials per phish, and that conservatively each of these stolen credentials causes $500 in losses, we&#8217;re talking about more than $4 million a  year he&#8217;s probably making.&#8221;</p>
<p>When PhishLabs plotted the guy&#8217;s daily online activity, the resulting graph displayed like a bell curve showing the sort of hourly workload you&#8217;d typically see in a regular 9-5 job, LaCour said. &#8220;In the middle of the day he’s super busy, and in the mornings and evenings he’s  not. So this is very much his day job.&#8221;</p>
<p>Successful though he may be, the Nigerian phisher spied on by PhishLabs is a small fry compared to  some of the more organized phishing gangs in operation today. According to <a href="http://www.antiphishing.org/reports/APWG_GlobalPhishingSurvey_2H2009.pdf" target="_blank">a  report</a> (pdf) released last week by the <strong>Anti-Phishing Working Group</strong>, an  industry consortium, roughly two thirds of all phishing attacks in the second half of last year were the work one organized crime gang known as the  &#8220;Avalanche&#8221; phishing operation. Incidentally, experts believe this is  the same gang responsible for spamming out the copies of Zeus and other  Trojan horse programs that have been used in the <a href="http://krebsonsecurity.com/category/smallbizvictims/" target="_blank">attacks on small  businesses</a> I have been chronicling for the past year.</p>

]]></content:encoded>
			<wfw:commentRss>http://krebsonsecurity.com/2010/05/teach-a-man-to-phish/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Comerica Phish Foiled 2-Factor Protection</title>
		<link>http://krebsonsecurity.com/2010/02/comerica-phish-foiled-2-factor-protection/</link>
		<comments>http://krebsonsecurity.com/2010/02/comerica-phish-foiled-2-factor-protection/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:18:06 +0000</pubDate>
		<dc:creator>BrianKrebs</dc:creator>
				<category><![CDATA[Target: Small Businesses]]></category>
		<category><![CDATA[comerica]]></category>
		<category><![CDATA[experi-metal]]></category>
		<category><![CDATA[multi-factor authentication]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[two-factor]]></category>
		<category><![CDATA[zeus]]></category>

		<guid isPermaLink="false">http://www.krebsonsecurity.com/?p=973</guid>
		<description><![CDATA[A metals supply company in Michigan is suing its bank for poor security practices after a successful phishing attack against an employee allowed thieves to steal more than $560,000 last year.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_silver" style="float: left;margin-right: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fkrebsonsecurity.com%252F2010%252F02%252Fcomerica-phish-foiled-2-factor-protection%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Comerica%20Phish%20Foiled%202-Factor%20Protection%22%20%7D);"></div>
<p>A metals supply company in Michigan is suing its bank for poor security practices after a successful phishing attack against an employee allowed thieves to steal more than half a million dollars last year.</p>
<div id="attachment_976" class="wp-caption alignright" style="width: 310px"><a href="http://www.krebsonsecurity.com/wp-content/uploads/2010/02/experi-metal.jpg"><img class="size-medium wp-image-976" title="experi-metal" src="http://www.krebsonsecurity.com/wp-content/uploads/2010/02/experi-metal-300x114.jpg" alt="" width="300" height="114" /></a><p class="wp-caption-text">Experi-Metal sells metal stampings, trim moldings and specialty items.</p></div>
<p>The lawsuit, filed by<strong> Experi-Metal Inc.</strong> (EMI), in Sterling Heights, Mich., charges that Dallas-based <strong>Comerica Bank</strong> effectively groomed its customers to become phishing victims by routinely sending them e-mail messages that asked recipients to click a link to update the bank&#8217;s security technology. The company also alleges that Comerica&#8217;s security protections for customers are not commercially reasonable, because the phishing scam routed around the bank&#8217;s 2-factor authentication system.</p>
<p>According to a complaint EMI filed in December with a Michigan circuit court, for many years Comerica used &#8220;digital certificates&#8221; for authenticating online banking customers. Digital certificates are the browser-based counterparts to ATM cards, and many banks require customers to include the bank&#8217;s cryptographically signed digital certificate in their browser before the bank&#8217;s online system will allow users access.</p>
<p>Once a year from 2000 to 2008, Comerica sent emails to EMI and other customers directing them to click on a link in the email, and then log in at the resulting Web site in order to renew the digital certificate that Comerica required.</p>
<p><span id="more-973"></span></p>
<p>The trouble with relying on digital certs, of course, is that phishers have been using the e-mail ruse of &#8220;Hey, this is your bank, please update your digital certificate&#8221; for several years now in a bid to fool people into giving away their credentials or installing malicious software. Also, several families of malware will steal digital certs from victim PCs.</p>
<div id="attachment_980" class="wp-caption alignleft" style="width: 160px"><a href="http://www.krebsonsecurity.com/wp-content/uploads/2010/02/rsatoken.jpg"><img class="size-thumbnail wp-image-980" title="rsatoken" src="http://www.krebsonsecurity.com/wp-content/uploads/2010/02/rsatoken-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">An RSA token used for multi-factor authentication</p></div>
<p>Perhaps in response to these fraud trends, Comerica in 2008 began urging customers to adopt a different security solution that supplemented user names and passwords with a security token. These small devices periodically generate a new, random numeric code, which must be entered along with the customer&#8217;s user name and password in order to access online banking at many commercial banks.</p>
<p>On Jan. 22, 2009, an EMI employee fell for a phishing e-mail that spoofed Comerica, and claimed the bank needed to carry out scheduled maintenance on its banking software. The e-mail instructed the EMI employee to log in at a linked Web site that mimicked Comerica&#8217;s online banking site. The EMI employee provided the site with the company&#8217;s online banking credentials, as well as the the code generated by the security token.</p>
<p>Thieves almost immediately began wiring money out of EMI&#8217;s account. Between 7:30 a.m. and 10:50 a.m., the attackers initiated 47 wire transfers &#8212; to China, Estonia, Finland, Russia and Scotland.</p>
<p>EMI claims Comerica inquired about the transfers at 10:50 a.m., and that EMI asked the banks not to honor any requested wire transfers until future notice. But over the next three hours, thieves would initiate another 38 wires from EMI&#8217;s account. EMI also noted that, prior to this burst of fraudulent wires, the company had requested a total of two wire transfers in as many years. EMI says it lost more than $560,000 from the fraud.</p>
<p>In an answer to EMI&#8217;s complaint, Comerica denied that the bogus Web sites that lured the EMI employee would appear to be Comerica&#8217;s real Web site &#8220;to any reasonably alert person who was responsible for safeguarding EMI&#8217;s financial records and digital credentials.&#8221; The bank also argued that its banking security technologies were commercially reasonable &#8220;because they were in general use by other similarly situated customers of other banks.&#8221;</p>
<p>As I noted in a <a href="http://blog.washingtonpost.com/securityfix/2006/07/citibank_phish_spoofs_2factor_1.html" target="_blank">first-of-its-kind story</a> back in 2006 about a phishing scam that attacked <strong>Citibank</strong> business customers, the use of security tokens adds very little &#8212; if any &#8212; additional protection. For one thing, as in the Citi example and now this case, we can see that tokens work great provided the phishers don&#8217;t also ask for the token code as well as the visitor&#8217;s banking credentials.</p>
<p>Also, thieves are routinely defeating security tokens through the use of malicious software like the <a href="http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=p4b&amp;as_q=zeus+&amp;as_epq=brian+krebs&amp;as_oq=&amp;as_eq=&amp;num=10&amp;lr=&amp;as_filetype=&amp;ft=i&amp;as_sitesearch=krebsonsecurity.com&amp;as_qdr=y&amp;as_rights=&amp;as_occt=any&amp;cr=&amp;as_nlo=&amp;as_nhi=&amp;safe=images" target="_blank">ZeuS Trojan</a>, which can re-write the bank&#8217;s actual Web site as displayed in the victim&#8217;s browser, so as to inject code asking the victim&#8217;s user name, password and security token number. The victim is usually then redirected to a fake maintenance page telling them to try again in a few minutes, while the thieves are submitting that intercepted information on behalf of the victim, and then initiating unauthorized money transfers.</p>
<p>EMI&#8217;s complaint is <a href="http://www.krebsonsecurity.com/wp-content/uploads/2010/02/experi-metalcomplaint.pdf" target="_blank">here</a> (.pdf). Comerica&#8217;s line-by-line response is available <a href="http://www.krebsonsecurity.com/wp-content/uploads/2010/02/comerica-reply.pdf" target="_blank">here</a> (.pdf).</p>

]]></content:encoded>
			<wfw:commentRss>http://krebsonsecurity.com/2010/02/comerica-phish-foiled-2-factor-protection/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/23 queries in 0.010 seconds using memcached
Object Caching 797/845 objects using memcached

Served from: krebsonsecurity.com @ 2012-02-11 12:20:10 -->
