<?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: Java Applets and DNS Rebinding</title>
	<atom:link href="http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/feed/" rel="self" type="application/rss+xml" />
	<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/</link>
	<description>Thoughts on Security in an Uncivilized World…</description>
	<lastBuildDate>Fri, 13 Nov 2009 09:32:59 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zero Day mobile edition</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-308</link>
		<dc:creator>Zero Day mobile edition</dc:creator>
		<pubDate>Tue, 25 Mar 2008 03:52:10 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-308</guid>
		<description>[...] this attack, but if you want to see more on it view my previous post in this series, as well as an article I posted on Billy’s XS-Sniper blog.  What’s important to recognize is what they attack accomplished.  [...]</description>
		<content:encoded><![CDATA[<p>[...] this attack, but if you want to see more on it view my previous post in this series, as well as an article I posted on Billy’s XS-Sniper blog.  What’s important to recognize is what they attack accomplished.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zero Day mobile edition</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-294</link>
		<dc:creator>Zero Day mobile edition</dc:creator>
		<pubDate>Fri, 14 Mar 2008 14:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-294</guid>
		<description>[...] at Hack in the Box Malaysia in 2007 on how this pinning could be broken.  There&#8217;s a nice excerpt on Billy&#8217;s XS-Sniper blog, which I used to post on, that covers the subject in depth.  The basics of it were as [...]</description>
		<content:encoded><![CDATA[<p>[...] at Hack in the Box Malaysia in 2007 on how this pinning could be broken.  There&#8217;s a nice excerpt on Billy&#8217;s XS-Sniper blog, which I used to post on, that covers the subject in depth.  The basics of it were as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-273</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 07 Feb 2008 23:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-273</guid>
		<description>Hi guys, great work! 

Was the xs-sniper tool release yet? I could not find it anywhere. It would be great to have for POCs/Demos/Presentations for my company. (If you want, I&#039;d sign an NDA)
Thanks. 

Btw. the KL HITB talk was also really great and eye-opening, enjoyed it very much (saw the video)</description>
		<content:encoded><![CDATA[<p>Hi guys, great work! </p>
<p>Was the xs-sniper tool release yet? I could not find it anywhere. It would be great to have for POCs/Demos/Presentations for my company. (If you want, I&#8217;d sign an NDA)<br />
Thanks. </p>
<p>Btw. the KL HITB talk was also really great and eye-opening, enjoyed it very much (saw the video)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Ramilli</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-219</link>
		<dc:creator>Marco Ramilli</dc:creator>
		<pubDate>Thu, 08 Nov 2007 20:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-219</guid>
		<description>Great work guys.
It&#039;s really interesting, I will study more about it.
Thanks.</description>
		<content:encoded><![CDATA[<p>Great work guys.<br />
It&#8217;s really interesting, I will study more about it.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan McFeters</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-218</link>
		<dc:creator>Nathan McFeters</dc:creator>
		<pubDate>Wed, 07 Nov 2007 06:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-218</guid>
		<description>I&#039;ve had a few too many drinks tonight to read that article completely, but I think this is something quite different.  What we&#039;ve effectively done is cached an applet for the JVM at natemcfeters.com.  Then we simply load a new JVM (say with a different browser through firefoxurl:// or something similar) or kill the current JVM and hope that they will load a new one.  Prior to this happening, we&#039;ve obviously changed the IP address for natemcfeters.com.

The NGS attack is even more interesting since it is a URI that actually convinces the JVM to load an applet without, apparently, the Same Origin Policy restrictions.

The attack used in our presentation makes use of the xs-sniper tool, which is an advanced xss proxy (hopefully Billy will release it soon).  Basically in the attack example it allows us to interact through javascript to the the applet code we&#039;ve loaded on the victim&#039;s machine, which has been DNS rebound.  So, we can do anything Java can at that point.

Malaysia was a long way away, but I definitely recommend the HITB conference to all researchers.  It was a great time for Billy and I.  Got to meet Phiber Optik, Emmanuel Goldstein, Window Snyder, etc.  A lot of fun.  Also, haggling with the locals for fake watches can be fun too.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had a few too many drinks tonight to read that article completely, but I think this is something quite different.  What we&#8217;ve effectively done is cached an applet for the JVM at natemcfeters.com.  Then we simply load a new JVM (say with a different browser through firefoxurl:// or something similar) or kill the current JVM and hope that they will load a new one.  Prior to this happening, we&#8217;ve obviously changed the IP address for natemcfeters.com.</p>
<p>The NGS attack is even more interesting since it is a URI that actually convinces the JVM to load an applet without, apparently, the Same Origin Policy restrictions.</p>
<p>The attack used in our presentation makes use of the xs-sniper tool, which is an advanced xss proxy (hopefully Billy will release it soon).  Basically in the attack example it allows us to interact through javascript to the the applet code we&#8217;ve loaded on the victim&#8217;s machine, which has been DNS rebound.  So, we can do anything Java can at that point.</p>
<p>Malaysia was a long way away, but I definitely recommend the HITB conference to all researchers.  It was a great time for Billy and I.  Got to meet Phiber Optik, Emmanuel Goldstein, Window Snyder, etc.  A lot of fun.  Also, haggling with the locals for fake watches can be fun too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Byrne</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-217</link>
		<dc:creator>David Byrne</dc:creator>
		<pubDate>Tue, 06 Nov 2007 19:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-217</guid>
		<description>Sounds like a cool presentation, but Malaysia&#039;s a bit far to travel :) Anyway, is this an updated (and implimented) varient of what Josh Soref hypothisized in 2003? 

http://viper.haque.net/~timeless/blog/11/

It&#039;s hard to get the complete picture from only the slides.</description>
		<content:encoded><![CDATA[<p>Sounds like a cool presentation, but Malaysia&#8217;s a bit far to travel <img src='http://xs-sniper.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway, is this an updated (and implimented) varient of what Josh Soref hypothisized in 2003? </p>
<p><a href="http://viper.haque.net/~timeless/blog/11/" rel="nofollow">http://viper.haque.net/~timeless/blog/11/</a></p>
<p>It&#8217;s hard to get the complete picture from only the slides.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanatoko</title>
		<link>http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/comment-page-1/#comment-215</link>
		<dc:creator>Kanatoko</dc:creator>
		<pubDate>Mon, 05 Nov 2007 19:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://xs-sniper.com/blog/2007/11/04/java-applets-and-dns-rebinding/#comment-215</guid>
		<description>Interesting. And we can use UDP too, on Java.</description>
		<content:encoded><![CDATA[<p>Interesting. And we can use UDP too, on Java.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.437 seconds -->
