<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Interview with a 419 Scammer</title>
	<atom:link href="http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/</link>
	<description>johnath in blog form</description>
	<lastBuildDate>Thu, 26 Jan 2012 13:11:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Iang</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215052</link>
		<dc:creator>Iang</dc:creator>
		<pubDate>Sat, 13 Feb 2010 02:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215052</guid>
		<description>Secure bookmarks?</description>
		<content:encoded><![CDATA[<p>Secure bookmarks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philipp von Weitershausen</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215049</link>
		<dc:creator>Philipp von Weitershausen</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215049</guid>
		<description>I agree that Larry was a good first step but could be taken further. One direction I consider fruitful is identity management, much like Aza Raskin suggested: http://www.azarask.in/blog/post/identity-in-the-browser-firefox/. Certainly managing various identities (and passwords) is something users don&#039;t like, and I&#039;m not sure how much the existing passwords managers have really caught on. My archetypal average user a.k.a. my mom certainly doesn&#039;t use them. 

Users also seem to forget to log out frequently. Especially on public machines that I then use afterward, it seems. If I had a penny for every time somebody had forgotten to log out of Gmail or Facebook at the library, airport, or wherever, I&#039;d have lots of pennies :). One solution might be to have a service like Weave for managing online identities and then use the Weave identity to log into various other services. That way you could configure your Weave identity to expire authorization for all services automatically when you&#039;re on somebody else&#039;s browser. In other words, Weave would log you out automatically if you&#039;re not using your home browser.

If only Facebook and the lot supported OpenID...</description>
		<content:encoded><![CDATA[<p>I agree that Larry was a good first step but could be taken further. One direction I consider fruitful is identity management, much like Aza Raskin suggested: <a href="http://www.azarask.in/blog/post/identity-in-the-browser-firefox/" rel="nofollow">http://www.azarask.in/blog/post/identity-in-the-browser-firefox/</a>. Certainly managing various identities (and passwords) is something users don&#8217;t like, and I&#8217;m not sure how much the existing passwords managers have really caught on. My archetypal average user a.k.a. my mom certainly doesn&#8217;t use them. </p>
<p>Users also seem to forget to log out frequently. Especially on public machines that I then use afterward, it seems. If I had a penny for every time somebody had forgotten to log out of Gmail or Facebook at the library, airport, or wherever, I&#8217;d have lots of pennies <img src='http://blog.johnath.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . One solution might be to have a service like Weave for managing online identities and then use the Weave identity to log into various other services. That way you could configure your Weave identity to expire authorization for all services automatically when you&#8217;re on somebody else&#8217;s browser. In other words, Weave would log you out automatically if you&#8217;re not using your home browser.</p>
<p>If only Facebook and the lot supported OpenID&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gijs</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215048</link>
		<dc:creator>Gijs</dc:creator>
		<pubDate>Fri, 12 Feb 2010 10:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215048</guid>
		<description>A few years ago I informally suggested to some people that we could do recognition of sites based on appearance, in order to help fix phishing. Most people suggested doing it based on (HTML) content instead, which might work too and is probably easier to implement, although obviously also easier to defeat. It would basically allow you to pop up Larry and tell the user something along the lines of &quot;This site might look like Paypal.com, but it actually isn&#039;t! We strongly suggest you leave this site! [Get me out of here] [I know this isn&#039;t paypal]&quot; (obviously discussion can be had about actual warning content...)

Of course, we have the phishing blacklists, but it seems from the FOSDEM internet security presentation (can&#039;t find the slides, sorry!) that most of these pages don&#039;t stay up for very long (&lt; 10 hours), and once reported they relocate. In the meantime, a bunch of people still get scammed by them.

At a deeper level, the approach is based on a very basic principle: if we want our security approach to work, I think we need Firefox to think like the user, but compare the result of such a thought-experiment (if you will) with the hard facts. I&#039;m not sure if the same approach could be used against some of the 419 scam things - we wouldn&#039;t want to false-positive real charities talking about poor widows or orphans, for instance! :-)</description>
		<content:encoded><![CDATA[<p>A few years ago I informally suggested to some people that we could do recognition of sites based on appearance, in order to help fix phishing. Most people suggested doing it based on (HTML) content instead, which might work too and is probably easier to implement, although obviously also easier to defeat. It would basically allow you to pop up Larry and tell the user something along the lines of &#8220;This site might look like Paypal.com, but it actually isn&#8217;t! We strongly suggest you leave this site! [Get me out of here] [I know this isn't paypal]&#8221; (obviously discussion can be had about actual warning content&#8230;)</p>
<p>Of course, we have the phishing blacklists, but it seems from the FOSDEM internet security presentation (can&#8217;t find the slides, sorry!) that most of these pages don&#8217;t stay up for very long (&lt; 10 hours), and once reported they relocate. In the meantime, a bunch of people still get scammed by them.</p>
<p>At a deeper level, the approach is based on a very basic principle: if we want our security approach to work, I think we need Firefox to think like the user, but compare the result of such a thought-experiment (if you will) with the hard facts. I&#039;m not sure if the same approach could be used against some of the 419 scam things &#8211; we wouldn&#039;t want to false-positive real charities talking about poor widows or orphans, for instance! <img src='http://blog.johnath.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddy Nigg</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215046</link>
		<dc:creator>Eddy Nigg</dc:creator>
		<pubDate>Thu, 11 Feb 2010 18:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215046</guid>
		<description>I like Mike&#039;s idea, I believe there is much more which can be done. 

And quite the opposite, I don&#039;t like the &quot;how many....&quot; I never look at it and it wouldn&#039;t catch my attention at the right moment either.

And so what if I visited twitter thousand times and keep authenticating in plain text?</description>
		<content:encoded><![CDATA[<p>I like Mike&#8217;s idea, I believe there is much more which can be done. </p>
<p>And quite the opposite, I don&#8217;t like the &#8220;how many&#8230;.&#8221; I never look at it and it wouldn&#8217;t catch my attention at the right moment either.</p>
<p>And so what if I visited twitter thousand times and keep authenticating in plain text?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215044</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215044</guid>
		<description>Could you do spam filtering (Bayesian or checksum-based, or pattern-based, or some combination) of web pages?</description>
		<content:encoded><![CDATA[<p>Could you do spam filtering (Bayesian or checksum-based, or pattern-based, or some combination) of web pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnath</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215043</link>
		<dc:creator>Johnath</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215043</guid>
		<description>@beltzner - yeah, and beyond just warning, there are positive signals we can add there, too. Things like the &quot;how often have you visited this site&quot; stat seem to resonate with the users that actually discover them, but that isn&#039;t most of them.

Integrated (doorhanger) notifications will help a lot here, I think, since they are the next step in terms of making Larry an actual avatar for your relationship with the site.</description>
		<content:encoded><![CDATA[<p>@beltzner &#8211; yeah, and beyond just warning, there are positive signals we can add there, too. Things like the &#8220;how often have you visited this site&#8221; stat seem to resonate with the users that actually discover them, but that isn&#8217;t most of them.</p>
<p>Integrated (doorhanger) notifications will help a lot here, I think, since they are the next step in terms of making Larry an actual avatar for your relationship with the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Beltzner</title>
		<link>http://blog.johnath.com/2010/02/11/interview-with-a-419-scammer/comment-page-1/#comment-215042</link>
		<dc:creator>Mike Beltzner</dc:creator>
		<pubDate>Thu, 11 Feb 2010 16:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnath.com/?p=441#comment-215042</guid>
		<description>I obviously agree with the sentiment, but think we should be doing a little more with Larry. Most of the time the information provided isn&#039;t helpful, and when it could actually be most helpful, I think we&#039;ve allowed edge cases to convince us out of doing appropriate things.

Specifically, when entering something that looks like a credit card number on a non SSL site, Larry should make sure the user knows what it&#039;s doing. Further, if we see input fields that have display:none or other CSS tomfoolery, we should warn based on that. I&#039;m more confident in our ability to give Larry some basic sense than I am worried about how that might be defeated by more clever attackers.</description>
		<content:encoded><![CDATA[<p>I obviously agree with the sentiment, but think we should be doing a little more with Larry. Most of the time the information provided isn&#8217;t helpful, and when it could actually be most helpful, I think we&#8217;ve allowed edge cases to convince us out of doing appropriate things.</p>
<p>Specifically, when entering something that looks like a credit card number on a non SSL site, Larry should make sure the user knows what it&#8217;s doing. Further, if we see input fields that have display:none or other CSS tomfoolery, we should warn based on that. I&#8217;m more confident in our ability to give Larry some basic sense than I am worried about how that might be defeated by more clever attackers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

