<?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>Web 2.1 &#187; phishing</title>
	<atom:link href="http://web.2point1.com/tag/phishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.2point1.com</link>
	<description>Tim Whitlock&#039;s home in the Blogohedron</description>
	<lastBuildDate>Thu, 13 May 2010 21:26:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is Facebook Connect a phishing scam waiting to happen?</title>
		<link>http://web.2point1.com/2009/10/14/is-facebook-connect-a-phishing-scam-waiting-to-happen/</link>
		<comments>http://web.2point1.com/2009/10/14/is-facebook-connect-a-phishing-scam-waiting-to-happen/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 23:07:06 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://web.2point1.com/?p=192</guid>
		<description><![CDATA[Two things happened today that inspired me to write this post tonight.

A brief back-and-forth on Twitter with @kaigani where I outlandishly claimed that Facebook Connect is a phishing scam waiting to happen
The warning of another Twitter scam that typically exploits the layman&#8217;s inability to spot a fake URL.

Facebook and Twitter both offer authentication services arguably [...]]]></description>
			<content:encoded><![CDATA[<p>Two things happened today that inspired me to write this post tonight.</p>
<ol>
<li>A brief back-and-forth on Twitter with <a href="http://twitter.com/kaigani/status/4858023858" target="_blank">@kaigani</a> where I outlandishly claimed that Facebook Connect is a <a href="http://twitter.com/timwhitlock/status/4858148685" target="_blank">phishing scam waiting to happen</a></li>
<li>The warning of another <a href="http://mashable.com/2009/10/14/twitter-phishing-scam/" target="_blank">Twitter scam</a> that typically exploits the <em>layman</em>&#8217;s inability to spot a fake URL.</li>
</ol>
<p>Facebook and Twitter both offer authentication services <a href="http://en.wikipedia.org/wiki/Single_sign-on#Shared_Authentication_Schemes_which_are_not_Single_Sign-On" target="_blank">arguably</a> known as &#8220;single sign-on&#8221;. <a href="http://developers.facebook.com/connect.php" target="_blank">Facebook Connect</a> is a proprietary system, and Twitter offers a system based on the <a href="http://oauth.net/about" target="_blank">OAuth</a> standard. These services do something quite marvellous &#8211; They allow you to authenticate with a another website without the third party ever seeing your password. What&#8217;s makes it even more handy is that you&#8217;re probably already signed in to these popular services, so you may not need to enter your password at all. <strong>The problem is when you do</strong>.</p>
<p><span id="more-192"></span>If the <em>mother</em> service decides you aren&#8217;t logged in, it will have to present you with a username/password prompt just as if you were entering the main site. Here&#8217;s an example Facebook Connect popup:</p>
<p><img class="alignnone size-full wp-image-197" title="fbconnect_popup" src="http://web.2point1.com/wp-content/uploads/2009/10/fbconnect_popup.png" alt="fbconnect_popup" width="464" height="499" /></p>
<p>A complacent user is likely to fill in these credentials without checking whether this <em>page</em> belongs to Facebook. This is the classic <a href="http://en.wikipedia.org/wiki/Phishing" target="_blank">Phishing</a> model, and I would argue that it is made worse by the additional trust the user may place in this familiar system. Furthermore, some implementations present this dialogue in a overlay form where no address bar appears at all.</p>
<h4>There are various lines of defence available to the user at this point, and they are all in the browser.</h4>
<p><strong>1. The URL</strong><br />
Most phishing scams use <a href="http://en.wikipedia.org/wiki/Phishing#Link_manipulation" target="_blank">cleverly manipulated URLs</a> that can easily trick an untrained eye. The fact is that the address bar and the URL are (from an end-user perspective) quite technical aspects of using the Internet. These &#8220;connect&#8221; dialogues are prone to this problem, and to make it easier for the phishing gangs they don&#8217;t have to recreate the whole home page,  just one small window. Even for Internet professionals, an accurately copied design may provide little reason to glance at the address bar.</p>
<p><strong>2. The SSL Certificate<br />
</strong>In the unlikely event that hackers have infiltrated your ISP, you still have the server certificate to ensure the site is legit. Observant readers will notice that the above image does not show a secure page. This is a failing of the vendor and of Facebook. A secure page does exist for Facebook Connect [see below] but Facebook should not offer standard HTTP at all and in this example the vendor should have used the SSL version.</p>
<p><img class="alignnone size-full wp-image-201" title="fbconnect_popup_ssl_cert" src="http://web.2point1.com/wp-content/uploads/2009/10/fbconnect_popup_ssl_cert.png" alt="fbconnect_popup_ssl_cert" width="464" height="414" /></p>
<p>Twitter also fails to restrict their authentication screen exclusively to SSL. To make matters worse their SSL screen does not contain full identity information (see below). Many Twitter apps don&#8217;t use the SSL page, and in fact the application settings page for developers lists the OAuth service URLs as HTTP variants only.</p>
<p><img class="alignnone size-full wp-image-205" style="border: 1px solid black;" title="twitter_ssl_cert_crop" src="http://web.2point1.com/wp-content/uploads/2009/10/twitter_ssl_cert_crop.png" alt="twitter_ssl_cert_crop" width="427" height="298" /></p>
<h4>Is this a technology problem, or a human problem?</h4>
<p>These scams exploit ignorance and complacency &#8211; Two things that user-friendly web services like these can only perpetuate. All the cryptography magic and clever security models behind these services can&#8217;t actually prevent phishing scams, and as they become more common and more trusted, perhaps they just make phishing scams easier to pull off.</p>
<p>I&#8217;m not convinced these problems can be solved by technology; at least not by technology in the websites themselves.  I think this can only be solved by something that sits between the user and the trap &#8211; For example: the web browser, your ISP, or the HTTP protocol itself.</p>
<ul>
<li>Chrome and IE8 both offer a neat address bar feature where the host name is bolder than the rest of the URL making fake URLs much easier to spot;</li>
<li>Firefox has more obvious server certificate and identity information, makes more of song and dance about invalid certificates and shows the host name in the status bar;</li>
<li>Various browsers offer warnings of known scam URLs and no doubt many ISPs aid this effort</li>
</ul>
<p>However, these features still require education and awareness. Above all, any solution requires the attention of the complacent masses who just want to get on with their life and click &#8220;OK&#8221; until they get what they want.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.2point1.com/2009/10/14/is-facebook-connect-a-phishing-scam-waiting-to-happen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We hate spam like you do?</title>
		<link>http://web.2point1.com/2008/03/27/we-hate-spam-like-you-do/</link>
		<comments>http://web.2point1.com/2008/03/27/we-hate-spam-like-you-do/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 09:30:38 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://web.2point1.com/2008/03/27/we-hate-spam-like-you-do/</guid>
		<description><![CDATA[I just became aware of an apparently legitimate US-based company who I shall not provide a link to;
[whois guard] [dot] [com] &#8211;  operated by [name cheap] [dot] [com].
Their opening gambit &#8220;We hate spam like you do&#8221; is somewhat ironic when you consider that their services are of enormous help to cyber criminals such as [...]]]></description>
			<content:encoded><![CDATA[<p>I just became aware of an apparently legitimate US-based company who I shall not provide a link to;<br />
[whois guard] [dot] [com] &#8211;  operated by [name cheap] [dot] [com].</p>
<p>Their opening gambit &#8220;We hate spam like you do&#8221; is somewhat ironic when you consider that their services are of enormous help to cyber criminals such as <a href="http://en.wikipedia.org/wiki/Phishing" target="_blank">phishing</a> gangs. These &#8216;people&#8217; need to operate domain names, but they must remain untraceable. Protecting their <a href="http://en.wikipedia.org/wiki/Whois" target="_blank">whois</a> data is an obvious step towards concealing their identity. I am not suggesting that companies offering such services are corrupt, rather that it highlights the dichotomy of the internet privacy problem.<span id="more-15"></span></p>
<p><strong>I am not just musing</strong> &#8211; I identified a Facebook phishing attack this morning, (separate post shortly), and this is where they were hiding:<br />
[view][hyphen][facebook profiles][dot][com]</p>
<p>Only NameCheap Inc of Los Angeles will know what country these criminals operate from. Their company contact details are available online, so why not give them a ring and ask them.</p>
<p>We don&#8217;t like the idea that the police can turn up at our office and demand all our confidential client details, but if the FBI turn up at NameCheap&#8217;s office because one of their clients is blatantly an organized crime gang, what do we think then of our privacy ideals?</p>
]]></content:encoded>
			<wfw:commentRss>http://web.2point1.com/2008/03/27/we-hate-spam-like-you-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
