<?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>Shafer Consulting &#187; Phishing</title>
	<atom:link href="http://www.shaferconsulting.com/news/category/pcsecurity/phishing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.shaferconsulting.com/news</link>
	<description>Small Computer System News, Views and Security</description>
	<lastBuildDate>Fri, 23 Oct 2009 15:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PayPal Phish &#8211; Ticket to Disaster</title>
		<link>http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster</link>
		<comments>http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster#comments</comments>
		<pubDate>Wed, 07 Jun 2006 05:02:06 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
				<category><![CDATA[Phishing]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster</guid>
		<description><![CDATA[<a href="http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster"><img align="left" hspace="5" width="150" src="http://www.shaferconsulting.com/assets/images.news/paypal.phish.gif" class="alignleft wp-post-image tfe" alt="" title="" /></a>If you&#8217;ve been on the Internet more than a month or two, you&#8217;ve likely by now received an email similar to the one below. The emails almost always predict some dire consequences and horrible fate to those who fail to comply immediately. Be advised &#8211; the dire consequences and horrible fate only await those who [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been on the Internet more than a month or two, you&#8217;ve likely by now received an email similar to the one below. The emails almost always predict some dire consequences and horrible fate to those who fail to comply immediately. Be advised &#8211; the dire consequences and horrible fate only await those <strong>who do</strong> reply to such emails.</p>
<p>The email shown here is what is known as &#8220;a phish&#8221; or &#8220;phishing attack.&#8221; While this one in particular is an attack on those having a PayPal account, phishing attacks have been conducted on virtually all well known financial institutions including banks and credit unions.</p>
<p>To get an understanding of how this is  done let&#8217;s dissect this rascal and see what&#8217;s behind the scenes!</p>
<p><img src="http://www.shaferconsulting.com/assets/images.news/paypal.phish.gif" /></p>
<p>Those familiar with the PayPal service and its  logos will likely agree this looks very official, and indeed it should as the attacker is actually using PayPal&#8217;s logos from www.paypal.com. For example here&#8217;s the HTML code (the language used to create web pages) from the email for the PayPal logo at the top of the page. If you click on the underlined part of the item below you will see that it takes you to the actual PayPal logo at the <strong>real</strong> PayPal site of paypal.com.</p>
<blockquote><p>&lt; img src=&#8221;http://images.paypal.com/en_US/i/logo/email_logo.gif&#8221; alt=&#8221;PayPal&#8221; border=&#8221;0&#8243;/&gt;</p></blockquote>
<p>If you&#8217;re not familiar with HTML code, don&#8217;t worry about it. The important point here is that those creating phishing attacks do link to the real graphics for logos and other distinctive items at the <strong>legitimate</strong> web site to make their fake email look more authentic.</p>
<p>Now let&#8217;s look at the attacker&#8217;s goal and how the actual attack takes place. The attacker&#8217;s goal is usually simply to get the unwary user to believe they are actually complying with an official request from the given institution (PayPal in this case) and to get the user to enter their private data such as login name and password. Other phishing attacks similarly try to get users to  provide account numbers, passwords, credit card numbers and similar information. In short, any data that the attacker can use to conduct a fraudulent transaction to his financial gain.</p>
<p>The &#8220;how&#8221; they accomplish this is by hiding the link to where you&#8217;ll actually be taken if you click on the link in the letter. Let&#8217;s clarify this with the current example above. In the email shown above we see at the end of the first paragraph the sentence ..</p>
<blockquote><p>You can submit additional information at the following link:</p></blockquote>
<p>followed by the rather official looking link:</p>
<blockquote><p>https://www.paypal.com/cgi-bin/webscr?cmd= login-run</p></blockquote>
<p>Let&#8217;s look at the actual HTML code for this email again to see what&#8217;s  <strong>really</strong> going on here. The actual code for the above link is:</p>
<blockquote><p>&lt; a href=&#8221;http://some-place-other-than-paypal.com&#8221; target=&#8221;_Blank&#8221;&gt;https://www.paypal.com/cgi-bin/webscr?cmd=_login-run&lt; /a&gt;</p></blockquote>
<p>The above is how a link to another area on the web is coded within HTML. Notice that the second part, starting after the &#8220;_Blank&#8221;&gt;&#8221; section is the same as that which appears in the link given in the graphic of the actual phishing attack email above.  This is the <strong>visible part</strong> of a hyperlink. Where the hyperlink actually takes you is given by the first part which in this case I have replaced with a fictitious link titled &#8220;http://some-place-other-than-paypal.com,&#8221; which is exactly what happens.  The attacker takes you to a fraudulent site that is made to appear legitimate</p>
<p>Let&#8217;s demonstrate this with the actual working link. Note, nothing will happen here as this is a fake link and you&#8217;ll just get a &#8220;page not found&#8221; error if you try. The important thing to note is to look at the actual link given at the bottom of your browser when you position the mouse over the visible link. Notice you&#8217;re actually being shown the <strong>hidden link</strong> of  &#8220;http:// some-place-other-than-paypal.com&#8221;</p>
<blockquote><p><a href="http://some-place-other-than-paypal.com" target="_Blank">https://www.paypal.com/cgi-bin/webscr?cmd=_login-run</a></p></blockquote>
<p>This is the heart of a basic phishing attack. I obviously used a fictional place and did so for several reasons,  in a real situation the attacker will direct the unwary user to a fake site that has been set up to look like the real thing and then have the victim submit the items mentioned above such as login names, passwords, credit card numbers and other personal items that can be exploited for personal gain by the attacker.</p>
<p>New and more sophisticated attacks have been developing over the past year that add a few twists and turns to how the attack is conducted but the above outlines the primary concept of redirecting the unwary user to an area meant solely to fraudulently capture the private data.</p>
<h3>Protecting Yourself</h3>
<p>If you receive such an email, the safest bet is to just delete it. If you believe that the email might be legitimate, <strong>don&#8217;t click on links</strong> given in the email. Instead start your browser and type in the URL for the institution yourself and then log into your account.</p>
<p>As an example, PayPal did send out emails to account holders a while back requiring that they agree to some changes in the terms of service. Not even bothering to see if they were legitimate, I just deleted the email, started Firefox, and logged into my PayPal account. Sure enough, there was a message there requiring some actions on my part.</p>
<p>Moreover you can help prevent these miscreants from plying their illicit trade by forwarding the phishing email to &#8216;reportphishing@antiphishing.org&#8217;.</p>
<p>Also, many organizations such as ebay and PayPal are using the universal email address of &#8220;spoof@the-institution-name.com&#8221; such as spoof@ebay.com or spoof@paypal.com.</p>
<p>Thoughts, comments and questions welcome. Tell us what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/paypal-phish-ticket-to-disaster/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pa Lottery Phishing Scam</title>
		<link>http://www.shaferconsulting.com/news/pa-lottery-phishing-scam</link>
		<comments>http://www.shaferconsulting.com/news/pa-lottery-phishing-scam#comments</comments>
		<pubDate>Sat, 11 Mar 2006 06:07:23 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
				<category><![CDATA[Phishing]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/pa-lottery-phishing-scam</guid>
		<description><![CDATA[<a href="http://www.shaferconsulting.com/news/pa-lottery-phishing-scam"><img align="left" hspace="5" width="150" height="150" src="http://www.shaferconsulting.com/news/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Warning regarding phishing  scam from the PA Lottery web site.
PENNSYLVANIA LOTTERY WARNS PLAYERS TO BE WARY OF A SCAM USING LOTTERY LOGOS
MIDDLETOWN, Pa. &#8211; Recently, a number of consumers have received an e-mail titled &#8220;CONGRATULATION! CONGRATULATION!! CONGRATULATION!!!,&#8221; which fraudulently uses Pennsylvania Lottery logos. These e-mails, as well as other similar e-mails touting a lottery [...]]]></description>
			<content:encoded><![CDATA[<p>Warning regarding <a href="../glossary/glossary.p.shtml#phishing">phishing</a>  scam from the PA Lottery web site.</p>
<blockquote><p>PENNSYLVANIA LOTTERY WARNS PLAYERS TO BE WARY OF A SCAM USING LOTTERY LOGOS<br />
MIDDLETOWN, Pa. &#8211; Recently, a number of consumers have received an e-mail titled &#8220;CONGRATULATION! CONGRATULATION!! CONGRATULATION!!!,&#8221; which fraudulently uses Pennsylvania Lottery logos. These e-mails, as well as other similar e-mails touting a lottery prize, are a scam according to the Pennsylvania Lottery&#8217;s Security Office.</p>
<p>The current fraud using the Pennsylvania Lottery name and logos is an attempt to access personal information, such as Social Security numbers or bank account information.</p>
<p>The Pennsylvania Lottery does not notify winners via e-mail or any other method when they win a Pennsylvania Lottery prize. Winners must contact the Lottery when they have a winning ticket. Each individual who wins a Powerball or other Pennsylvania Lottery jackpot prize must file a claim in person at Pennsylvania Lottery headquarters to receive his or her prize.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/pa-lottery-phishing-scam/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phretting  over Phishing and Pharming :: Preventing Financial Fraud</title>
		<link>http://www.shaferconsulting.com/news/phretting-over-phishing-and-pharming-preventing-financial-fraud</link>
		<comments>http://www.shaferconsulting.com/news/phretting-over-phishing-and-pharming-preventing-financial-fraud#comments</comments>
		<pubDate>Tue, 24 Jan 2006 06:23:08 +0000</pubDate>
		<dc:creator>mike.shafer</dc:creator>
				<category><![CDATA[Phishing]]></category>

	<!-- AutoMeta Start -->
	<category></category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.shaferconsulting.com/news/phretting-over-phishing-and-pharming-preventing-financial-fraud</guid>
		<description><![CDATA[<a href="http://www.shaferconsulting.com/news/phretting-over-phishing-and-pharming-preventing-financial-fraud"><img align="left" hspace="5" width="150" height="150" src="http://www.shaferconsulting.com/news/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>Same Goals &#8211; Different Methods
With all the main stream news surrounding these recent additions to the language
of the Internet online users are increasingly familiar with the term phishing but
perhaps less so with it&#8217;s close cousin pharming. Either way the essential thing to understand is all these scams, regardless of name, have a common theme.

They are [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Same Goals &#8211; Different Methods</strong></p>
<p>With all the main stream news surrounding these recent additions to the language<br />
of the Internet online users are increasingly familiar with the term <a href="../glossary/glossary.p.shtml#phishing">phishing</a> but<br />
perhaps less so with it&#8217;s close cousin <a href="../glossary/glossary.p.shtml#pharming">pharming</a>. Either way the essential thing to understand is all these scams, regardless of name, have a common theme.</p>
<p><a title="rest_of_item" name="rest_of_item"></a><br />
They are attempts by electronic criminals to gain financially at your expense.</p>
<p>Electronic criminals in their <a href="../glossary/glossary.p.shtml#phishing">phishing</a> attempts have generally targeted large, well known institutions such as eBay, PayPal, Bank of America, and Washington Mutual. In response many such operations have implemented programs to combat the rising tide of such crime.<br />
Responses include consumer education and improved login security procedures such<br />
as Bank of America&#8217;s recent implementation of the their program called SiteKey.</p>
<p>SiteKey helps protect BOA&#8217;s customers by requiring the user, as part of the registration process, to select an image and an accompanying phrase that only the user knows. If a phishing/pharming attack attempted to get the user to logon onto a bogus site appearing to be the legitimateBank of America site the SiteKey picture and phrase for this user, if even present, would in all likely hood be different from those selected by the user when registering. This procedure acts as an extra level of protection to alert the user to the potential fraud in action.</p>
<p><strong>Protection Check List</strong></p>
<p>There are a number of things users can do to protect themselves from online fraud and financial scams.</p>
<ol>
<li><strong>Run Basic Security Software</strong> on your computer such as antivirus and anti spyware programs. Moreover only use proven names that are known industry leaders such as Symantec or Kaspersky in the anti virus area and PC Tools Spyware Doctor for anti spyware products. As a starter you can find some information on <a href="http://www.spywarelist.info" target="_blank">Anti Spyware software</a>  here.</li>
<li><strong>Don&#8217;t Click on Links in E-mails</strong> asking you to update information.<br />
Virtually no financial institution will send such an e-mail. If you believe<br />
that the request may be legitimate then either call the institution to get<br />
more information and/or log onto your account using YOUR book marked link in<br />
your browser or by typing in the URL yourself.PayPal, for example, does periodically send out email regarding a necessary action that needs to be taken for your account. Logging into PayPay by typing the URL in the browser address box, instead of clicking on any provided link, is strong protection against being a victim of a Phishing email.</li>
<li><strong>Report the Incident</strong> if you receive a phishing e-mail. Help yourself by helping others and report the phishing attempt. Large financial institutions and other groups are actively working to both prevent such attacks and to take down the web sites used by the attackers. The simplest response is to forward the phishing e-mail, maintaining the HTML format, to <a href="mailto:reportphishing@antiphishing.org">reportphishing@antiphishing.org</a> .</li>
</ol>
<p><a href="http://www.shaferconsulting.com/wpblog/?p=40#comments">Post Comments</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaferconsulting.com/news/phretting-over-phishing-and-pharming-preventing-financial-fraud/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
