<?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>Elliott C. Back &#187; YouTube</title>
	<atom:link href="http://elliottback.com/wp/category/youtube/feed/" rel="self" type="application/rss+xml" />
	<link>http://elliottback.com/wp</link>
	<description>Internet &#38; Technology</description>
	<lastBuildDate>Tue, 03 Nov 2009 23:59:21 +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>Squidoo XSS Exploit Leads to Wordpress Spam Deluge</title>
		<link>http://elliottback.com/wp/squidoo-xss-exploit-leads-to-wordpress-spam-deluge/</link>
		<comments>http://elliottback.com/wp/squidoo-xss-exploit-leads-to-wordpress-spam-deluge/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 00:40:27 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Monetization]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/archives/2007/07/02/squidoo-xss-exploit-leads-to-wordpress-spam-deluge/</guid>
		<description><![CDATA[I&#8217;ve been getting a lot of Wordpress comment / trackback spam pointing to Squidoo these days, because it doesn&#8217;t valid the HTML markup users can enter into their pages.  This makes it easy for spammers to put in an iframe with an external src that basically redirects the browser to their spam (usually porn) [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting a lot of Wordpress comment / trackback spam pointing to Squidoo these days, because it doesn&#8217;t valid the HTML markup users can enter into their pages.  This makes it easy for spammers to put in an iframe with an external src that basically redirects the browser to their spam (usually porn) page.  If the javascript were nice it would look like this:</p>
<p><code>window.onload=function(){<br />
    window.location = "http://wpi.biz/in.cgi?5&amp;parameter=porn";<br />
}</code></p>
<p>The page you get redirected looks like a bunch of adult-themed Youtube vidoes&#8211;they&#8217;re just images, actually, which I&#8217;ve censored&#8211;that prompt you to download something that&#8217;s probably spyware.  I didn&#8217;t really investigate this further, it&#8217;s obviously very evil:</p>
<p><img id="image2327" src="http://elliottback.com/wp/wp-content/uploads/2007/07/youtube.png" alt="youtube.png" /></p>
<p>The code actually sitting on Squidoo&#8217;s servers looks like this:</p>
<p><img id="image2328" src="http://elliottback.com/wp/wp-content/uploads/2007/07/squidoo-wp-spam-iframe.png" alt="squidoo-wp-spam-iframe.png" /></p>
<p>And the comments left on my blogs are of the form:</p>
<p><code>New trackback on your post #1852 "Coding Horror:  Hot Tech Blog"<br />
Website: hot ebony men (IP: 190.72.74.193 , <a href="http://190-72-74-193.dyn.dsl.cantv.net" title="http://190-72-74-193.dyn.dsl.cantv.net" target="_blank">190-72-74-193.dyn.dsl.cantv.net</a>)<br />
URI    : <a href="http://www.squidoo.com/some-nasty-url/" title="http://www.squidoo.com/some-nasty-url/" target="_blank">www.squidoo.com/some-nasty-url/</a><br />
Excerpt: hot ebony men...</code></p>
<p>I&#8217;ve sent email to both the Akismet team and the Squidoo team about this, hopefully they will:</p>
<ol>
<li>Implement kses-based filtering on their html input *immediately*</li>
<li>Add some spam-weight to the squidoo domain until this is fixed</li>
</ol>
<p>There&#8217;s no excuse for an XSS attack of this simplicity to exist.  Javascript, iframes, etc should be disallowed.  Just let basic markup through, and strip out the rest!  For now, I also recommend adding the word &#8220;squidoo&#8221; to your blacklist in the Wordpress discussion options.</p>
<p><strong>Update:</strong>  According to the <a href="http://www.squidoo.com/blog/?p=155">Squidoo blog</a>, iframes will banned as of July 12th.  I can&#8217;t think of anything you can do with an iframe that you can&#8217;t do with regular HTML except untrusted stuff, like redirects or arbitrary JS.</p>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/squidoo-xss-exploit-leads-to-wordpress-spam-deluge/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Buys YouTube</title>
		<link>http://elliottback.com/wp/google-buys-youtube/</link>
		<comments>http://elliottback.com/wp/google-buys-youtube/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 23:06:45 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/10/09/google-buys-youtube/</guid>
		<description><![CDATA[It&#8217;s official, according to a press release earlier today:
Google Inc. (NASDAQ: GOOG) announced today that it has agreed to acquire YouTube, the consumer media company for people to watch and share original videos through a Web experience, for $1.65 billion in a stock-for-stock transaction.  Following the acquisition, YouTube will operate independently to preserve its [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s official, according to a <a href="http://www.google.com/press/pressrel/google_youtube.html">press release</a> earlier today:</p>
<blockquote><p>Google Inc. (NASDAQ: GOOG) announced today that it has agreed to acquire YouTube, the consumer media company for people to watch and share original videos through a Web experience, for $1.65 billion in a stock-for-stock transaction.  Following the acquisition, YouTube will operate independently to preserve its successful brand and passionate community.</p></blockquote>
<p>This is big news for YouTube who now don&#8217;t have to worry about expenses and can focus on building market share, solving their copyright issues, and being the #1 online video provider.  How they will merge with Google Video is of yet unclear, but the immediate impact on Google&#8217;s share price is obvious, up $20 since the start of the month:</p>
<p><center><iframe allowtransparency="true" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" src="http://api.finance.yahoo.com/instrument/1.0/GOOG/badge;chart=5d;quote/HTML/f.white?AppID=Ht4DEiK.iA7T9eRrfM2u6HycEbWT&#038;sig=BvOPMXmHuwJqZ7ZOQdn_KLrt3mQ-&#038;t=1160435116218" width="300px" height="517px"></iframe></center></p>
<p>Congrats to both YouTube and Google.  May you both integrate well!  (See <a href="http://www.techcrunch.com/2006/10/09/google-has-acquired-youtube/">TechCrunch</a> for more)</p>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/google-buys-youtube/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jerry Chang Does Pachelbel&#8217;s Canon in D</title>
		<link>http://elliottback.com/wp/jerry-chang-does-pachelbels-canon-in-d/</link>
		<comments>http://elliottback.com/wp/jerry-chang-does-pachelbels-canon-in-d/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 22:28:31 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/08/30/jerry-chang-does-pachelbels-canon-in-d/</guid>
		<description><![CDATA[The New York Times has an article about the internet-famous  guitar player JerryC who published a YouTube video of himself playing an electric rock version of Pachelbel&#8217;s Canon.  The movie was an instant hit, and spawned a huge number of imitations, almost none as good as Jerry C&#8217;s original, which you can view [...]]]></description>
			<content:encoded><![CDATA[<p>The New York Times has an article about the <a href="http://www.nytimes.com/2006/08/27/arts/television/27heff.html?_r=3&#038;adxnnl=1&#038;oref=slogin&#038;ref=arts&#038;pagewanted=all&#038;adxnnlx=1156778187-0ehouMAV7DtnYVXW4VZaKQ&#038;oref=slogin">internet-famous  guitar player JerryC</a> who published a YouTube video of himself playing an electric rock version of Pachelbel&#8217;s Canon.  The movie was an instant hit, and spawned a huge number of imitations, almost none as good as Jerry C&#8217;s original, which you can view below:</p>
<div class="wpv_videoc">
<div class="wpv_video"><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=8590308394895590930&#038;hl=en"></embed></div>
<div class="wpv_titleauthor">JerryC Canon Rock &#8211; JerryC</div>
<div class="wpv_durationdate">5 min 24 sec &#8211; Jan 1, 2004</div>
</div>
<p>Then, a guy only identified as Funtwo published <em>his own</em> version of the song, which was even better performed than the original:</p>
<div class="wpv_videoc">
<div class="wpv_video"><object data="http://www.youtube.com/v/A5Sl8sZuT-U" type="application/x-shockwave-flash" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/A5Sl8sZuT-U"></param></object></div>
<div class="wpv_titleauthor">Canon by Funtwo &#8211; </div>
</div>
<p>Naturally, the Times reporter did his best to track this newcomer down:</p>
<blockquote><p>By following a series of clues on JerryC&#8217;s message board and various Canon Rock videos, I was able to trace funtwo&#8217;s video to Jeong-Hyun Lim, a 23-year-old Korean who taught himself guitar over the course of the last six years. Now living in Seoul, he listens avidly to Bach and Vivaldi, and in 2000 he took a month of guitar lessons. He plays an ESP, an Alfee Custon SEC-28OTC with gold-colored detailing.  A close analysis of his playing style and a comparison of his appearance in person with that of the figure in the video, left little doubt that Mr. Lim is the elusive funtwo. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/jerry-chang-does-pachelbels-canon-in-d/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>Lightning &amp; Thunderstorm Video</title>
		<link>http://elliottback.com/wp/lightning-thunderstorm-video/</link>
		<comments>http://elliottback.com/wp/lightning-thunderstorm-video/#comments</comments>
		<pubDate>Wed, 26 Jul 2006 00:54:18 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Qualitative]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/07/25/lightning-thunderstorm-video/</guid>
		<description><![CDATA[There was some decent looking lightning in a storm we had here in Phoenix a few days ago, so I made a little video clip of it:


Thunderstorm in Phoenix &#8211; 

]]></description>
			<content:encoded><![CDATA[<p>There was some decent looking lightning in a storm we had here in Phoenix a few days ago, so I made a little video clip of it:</p>
<div class="wpv_videoc">
<div class="wpv_video"><object data="http://www.youtube.com/v/yaPwld97uDU" type="application/x-shockwave-flash" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/yaPwld97uDU"></param></object></div>
<div class="wpv_titleauthor">Thunderstorm in Phoenix &#8211; </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/lightning-thunderstorm-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zidane Headbutt Meets Splinter Cell</title>
		<link>http://elliottback.com/wp/zidane-headbutt-meets-splinter-cell/</link>
		<comments>http://elliottback.com/wp/zidane-headbutt-meets-splinter-cell/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 02:31:01 +0000</pubDate>
		<dc:creator>Elliott Back</dc:creator>
				<category><![CDATA[Humour]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://elliottback.com/wp/archives/2006/07/19/zidane-headbutt-meets-splinter-cell/</guid>
		<description><![CDATA[I just randomly came across this footage from Splinter Cell: Double Agent, an unreleased video game:


Splinter Cell Double Agent ZZ style &#8211; 

It shows the protagonist emulating the Zidane headbutt as an in-game weapon, and is mildly amusing.  Since 140,249 people have already seen it, it&#8217;s got to be good publicity for Ubisoft.  [...]]]></description>
			<content:encoded><![CDATA[<p>I just randomly came across this footage from Splinter Cell: Double Agent, an unreleased video game:</p>
<div class="wpv_videoc">
<div class="wpv_video"><object data="http://www.youtube.com/v/EbE-sNsR_vo" type="application/x-shockwave-flash" width="425" height="350"><param name="movie" value="http://www.youtube.com/v/EbE-sNsR_vo"></param></object></div>
<div class="wpv_titleauthor">Splinter Cell Double Agent ZZ style &#8211; </div>
</div>
<p>It shows the protagonist emulating the Zidane headbutt as an in-game weapon, and is mildly amusing.  Since 140,249 people have already seen it, it&#8217;s got to be good publicity for Ubisoft.  If you&#8217;re looking for more Zidane mashups and animations, check out this <a href="http://javimoya.com/blog/pics/200607/zidane.htm">gallery</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://elliottback.com/wp/zidane-headbutt-meets-splinter-cell/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
