<?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>Angels of security &#187; lads</title>
	<atom:link href="http://angelsofsecurity.com/blog/tag/lads/feed/" rel="self" type="application/rss+xml" />
	<link>http://angelsofsecurity.com/blog</link>
	<description>Musings of an infosec renegade</description>
	<lastBuildDate>Tue, 02 Aug 2011 19:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>alternate data streams and IIS</title>
		<link>http://angelsofsecurity.com/blog/2009/02/23/alternate-data-streams-and-iis/</link>
		<comments>http://angelsofsecurity.com/blog/2009/02/23/alternate-data-streams-and-iis/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 15:50:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[alternate data streams]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[lads]]></category>
		<category><![CDATA[ntfs]]></category>

		<guid isPermaLink="false">http://angelsofsecurity.com/blog/2009/02/23/alternate-data-streams-and-iis/</guid>
		<description><![CDATA[I&#8217;ve been doing some fooling around with alternate data streams lately. I&#8217;ve found two interesting things which haven&#8217;t really been given a lot of attention before. The first  is just how ADS aware IIS is. IIS will serve up an ADS as a file. So for example, if you have a file called boring.html, which [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing some fooling around with <a href="http://www.windowsecurity.com/articles/Alternate_Data_Streams.html">alternate data streams</a> lately. I&#8217;ve found two interesting things which haven&#8217;t really been given a lot of attention before.</p>
<p>The first  is just how ADS aware IIS is. IIS will <a href="http://www.irongeek.com/i.php?page=security/altds">serve up an ADS</a> as a file. So for example, if you have a file called boring.html, which has an ADS called interesting.jpg, you can access the ADS by entering http://somedomain.com/boring.html:interesting.jpg as your URL. (I&#8217;m sorry I can&#8217;t provide an example here as I&#8217;m not using Windows to host this domain). If instead of a jpeg the ADS is server side code (like php), IIS will even execute the php code as you would expect. I suspect this is a great way for hackers to silently leak data from inside a network to the outside. All of that aside though, if you download a file from a web server which has ADS, IIS will not send the ADS along with the file &#8211; it will only send the main part of the file.</p>
<p><a href="http://angelsofsecurity.com/blog/wp-content/uploads/2009/02/surerun.JPG" title="surerun.jpg"><img src="http://angelsofsecurity.com/blog/wp-content/uploads/2009/02/surerun.thumbnail.JPG" alt="surerun.jpg" vspace="3" align="right" hspace="3" /></a>The second thing I&#8217;ve come to realize is that a lot of applications use ADS for &#8220;legitimate&#8221; reasons. The most common one is Internet explorer. Every file you download using IE has an ADS called &#8220;Zone.Identifier&#8221; attached to it. This ADS contains a ZoneID, which is a number from 0-4. The number indicates which zone the file was downloaded from. If the file was downloaded from the internet (zone 3) Windows XP SP2 and newer bring up the dialog box you see on the right, prompting the user to ensure they really want to run the app. If you want to disable this behavior, you can follow instructions found on the <a href="http://support.microsoft.com/kb/883260/">Microsoft website</a>.</p>
<p>On a related note, I just want to quickly put in a plug for <a href="http://www.heysoft.de/nt/ep-lads.htm">LADS &#8211; List Alternate Data Streams</a> &#8211; it is a very good, simple, easy to use, quality program. Also, it&#8217;s free.</p>
]]></content:encoded>
			<wfw:commentRss>http://angelsofsecurity.com/blog/2009/02/23/alternate-data-streams-and-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

