<?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>PHPIDS » Web Application Security 2.0 &#187; .NETIDS</title>
	<atom:link href="http://php-ids.org/category/netids/feed/" rel="self" type="application/rss+xml" />
	<link>http://php-ids.org</link>
	<description></description>
	<lastBuildDate>Sun, 06 Jun 2010 11:27:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>.NETIDS 0.1.3.0 released</title>
		<link>http://php-ids.org/2007/08/02/netids-0130-released/</link>
		<comments>http://php-ids.org/2007/08/02/netids-0130-released/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 17:00:38 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[.NETIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/08/02/netids-0130-released/</guid>
		<description><![CDATA[.NETIDS v.0.1.3.0 is now available and features several large changes to implementing the SecurePage class. Version set correctly on assembly (thanks to Albert) Moved scanning by SecurePage into Page_Init (thanks to Albert) Added new properties to SecurePage that include PostExclusions, GetExclusions, HeaderExclusions and CookieExclusions so that you can choose to exclude say &#8220;host&#8221; only from [...]]]></description>
			<content:encoded><![CDATA[<p>.NETIDS v.0.1.3.0 is now available and features several large changes to implementing the SecurePage class.</p>
<ul>
<li>Version set correctly on assembly (thanks to Albert)</li>
<li>Moved scanning by SecurePage into Page_Init (thanks to Albert)</li>
<li>Added new properties to SecurePage that include PostExclusions, GetExclusions, HeaderExclusions and CookieExclusions so that you can choose to exclude say &#8220;host&#8221; only from headers you can use HeaderExclusions. Of course you can still exclude from all scanners by using Exclusions.</li>
<li>The event handler is no longer an abstract field meaning that you must change your declaration of public override void IDSEventHandler(Report report, SecurePage SecurePage) so that it does NOT override the base method (as this no longer exists). Instead you must declare public void IDSEventHandler(Report report, SecurePage SecurePage) and then wire this up to the event handler of the SecurePage object in Page_Init: OnIDSEvent += IDSEventHandler; This change is handy because it means that you can easily centralize IDS detection by specifying the same method for each handler rather than having hard to maintain, code duplicating methods in each page.</li>
<li>ViewStateUserKey is no longer set by SecurePage. The same goes for caching values.</li>
<li>Changed style of error output to conform to throw rather than re-writing page.</li>
<li>Updated filter rules.</li>
</ul>
<p>The latest binary is available at <a href="http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_3_0.zip">http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_3_0.zip</a></p>
<p>If you have any suggestions for future improvements to .NETIDS please contribute to our own forum area here on php-ids.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/08/02/netids-0130-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NETIDS v0.1.2.0 released</title>
		<link>http://php-ids.org/2007/07/19/netids-v0120-released/</link>
		<comments>http://php-ids.org/2007/07/19/netids-v0120-released/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 15:57:09 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[.NETIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/07/19/netids-v0120-released/</guid>
		<description><![CDATA[The latest update to .NETIDS has made the grade and is now available for public consumption. This release features many changes including, but not limited, to: Fixed bug of null key object in querystring (thanks to albert) Many improvements to JavaScript fromCharCode decoding: now supports complete mathematical operation set supports decoding from hexademical and octal [...]]]></description>
			<content:encoded><![CDATA[<p>The latest update to .NETIDS has made the grade and is now available for public consumption.</p>
<p>This release features many changes including, but not limited, to:</p>
<ul>
<li>Fixed bug of null key object in querystring (thanks to albert)</li>
<li>Many improvements to JavaScript fromCharCode decoding:
<ul>
<li>now supports complete mathematical operation set</li>
</ul>
<ul>
<li>supports decoding from hexademical and octal</li>
</ul>
</li>
<li>internal changes including quote normalisation</li>
<li>Updated filters</li>
</ul>
<p>The latest binary is available at <a href="http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_2_0.zip">http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_2_0.zip</a></p>
<p>If you have any suggestions for future improvements to .NETIDS please contribute to our own forum area here on php-ids.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/07/19/netids-v0120-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IDS-Test-Suite is Available!</title>
		<link>http://php-ids.org/2007/07/17/ids-test-suite-is-avialable/</link>
		<comments>http://php-ids.org/2007/07/17/ids-test-suite-is-avialable/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 15:51:33 +0000</pubDate>
		<dc:creator>Kishor D</dc:creator>
				<category><![CDATA[.NETIDS]]></category>
		<category><![CDATA[PHPIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/07/17/ids-test-suite-is-avialable/</guid>
		<description><![CDATA[A GreaseMonkey script that lets you test your IDS installation against latest attack vectors is available here. The script was written with following goals in mind, To perform regression tests on the IDS (During development phase). To perform false positive/negative tests. To let IDS users verify that they are safe against latest attack vectors and [...]]]></description>
			<content:encoded><![CDATA[<p>A GreaseMonkey  script that lets you test your IDS installation against latest attack vectors is available <a href="http://wasjournal.googlepages.com/idstestsuite.user.js" title="IDS TEST SUITE">here</a>.</p>
<p>The script was written with following goals in mind,</p>
<ul>
<li>To perform regression tests on the IDS (During development phase).</li>
<li>To perform false positive/negative tests.</li>
<li>To let IDS users verify that they are safe against latest attack vectors and are using the latest rule sets.</li>
</ul>
<p>The script is simple to use,</p>
<ul>
<li>Load the PHPIDS test URL (on your server) in the browser</li>
<li>Go to &#8216;User Script Commands&#8217; option under GreaseMonkey status bar icon and click &#8216;Run IDS Test&#8217;</li>
<li>Choose to run either one or all 3 default attack vector files by clicking OK/CANCEL.</li>
<li>Choose whether you want to test IDS with POST requests</li>
<li>Choose whether want to test the IDS for false positives or false negatives.</li>
<li>After the test completes, the results can be viewed in the Error Console window.</li>
</ul>
<p>Notes:</p>
<ul>
<li>If the script finds a response code other than 200 on attack, it gets reported in the error console.</li>
<li>The script injects a parameter named &#8216;test&#8217; in GET and POST requests.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/07/17/ids-test-suite-is-avialable/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>.NETIDS v.0.1.1.0 released</title>
		<link>http://php-ids.org/2007/06/26/netids-v0110-released/</link>
		<comments>http://php-ids.org/2007/06/26/netids-v0110-released/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 16:27:13 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[.NETIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/06/26/netids-v0110-released/</guid>
		<description><![CDATA[Just a quick note to announce the release of .NETIDS v.0.1.1.0 &#8211; a small update that adds some valuable features: Fixed bug of empty Report.Tags object Added options to SecurePage to disable each type of scanning Updated filters Most significantly this means that you can control whether page Output Scanning is performed from a SecurePage [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to announce the release of .NETIDS v.0.1.1.0 &#8211; a small update that adds some valuable features:</p>
<ul>
<li>Fixed bug of empty Report.Tags object</li>
<li>Added options to SecurePage to disable each type of scanning</li>
<li>Updated filters</li>
</ul>
<p>Most significantly this means that you can control whether page Output Scanning is performed from a SecurePage derived page. For those who are unaware, SecurePage is the simplest inbuilt way of scanning a page in .NETIDS. Simply inherit your page from SecurePage:</p>
<pre class="code" style="border-left: 3px solid #cccccc; padding: 0.5em; margin-left: 2em">public partial class _Default : DOTNETIDS.SecurePage {</pre>
<p>and add the method</p>
<pre class="code" style="border-left: 3px solid #cccccc; padding: 0.5em; margin-left: 2em">public override void IDSEventHandler(DOTNETIDS.Report report, DOTNETIDS.SecurePage SecurePage)</pre>
<p>This will ensure that your page is scanned in a secure-by-default fashion and also gives the option to disable each type of scan and add exclusions.</p>
<p>The latest package is available at the dotnetids homepage: http://code.google.com/p/dotnetids/</p>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/06/26/netids-v0110-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>.NETIDS 0.1.0.0 released</title>
		<link>http://php-ids.org/2007/06/19/netids-0100-released/</link>
		<comments>http://php-ids.org/2007/06/19/netids-0100-released/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 09:25:44 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[.NETIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/06/19/netids-0100-released/</guid>
		<description><![CDATA[After much testing/tweaking the first release of .NETIDS is upon us! Featured in this release: automatic String.fromCharcode conversion and detection new and optimized filter rules improved halfwidth/fullwidth encoding detection enhanced UTF7 converter enhanced nullbyte detection page output/fragmented XSS scanning Project home: .NETIDS Binary: http://dotnetids.googlecode.com/files/dotnetids-src-0_1_0_0.zip Source: http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_0_0.zip Documentation: http://www.the-mice.co.uk/dotnetids/docs/ Forum: http://forum.php-ids.org/?CategoryID=9 Many thanks to all who [...]]]></description>
			<content:encoded><![CDATA[<p>After much testing/tweaking the first release of .NETIDS is upon us!</p>
<p>Featured in this release:</p>
<ul>
<li>automatic String.fromCharcode conversion and detection</li>
<li>new and optimized filter rules</li>
<li>improved halfwidth/fullwidth encoding detection</li>
<li>enhanced UTF7 converter</li>
<li>enhanced nullbyte detection</li>
<li>page output/fragmented XSS scanning</li>
</ul>
<p>Project home: <a href="http://code.google.com/p/dotnetids">.NETIDS</a></p>
<p>Binary: <a href="http://dotnetids.googlecode.com/files/dotnetids-src-0_1_0_0.zip">http://dotnetids.googlecode.com/files/dotnetids-src-0_1_0_0.zip</a><br />
Source: <a href="http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_0_0.zip">http://dotnetids.googlecode.com/files/dotnetids-bin-0_1_0_0.zip</a><br />
Documentation: <a href="http://www.the-mice.co.uk/dotnetids/docs/">http://www.the-mice.co.uk/dotnetids/docs/</a><br />
Forum: <a href="http://forum.php-ids.org/?CategoryID=9">http://forum.php-ids.org/?CategoryID=9</a></p>
<p>Many thanks to all who made this possible!</p>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/06/19/netids-0100-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NETIDS can detect fragmented XSS</title>
		<link>http://php-ids.org/2007/06/15/netids-can-detect-fragmented-xss/</link>
		<comments>http://php-ids.org/2007/06/15/netids-can-detect-fragmented-xss/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 14:22:32 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[.NETIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/06/15/netids-can-detect-fragmented-xss/</guid>
		<description><![CDATA[Just a quick note to say that some additional functionality has been bundled in before the (impending) release of .NETIDS 0.1: page output detection. This adds an entirely new dimension to the detection of threats as now both input and output can be monitored for unexpected malicious strings. The whole thing is explained in more [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to say that some additional functionality has been bundled in before the (impending) release of .NETIDS 0.1: page output detection. This adds an entirely new dimension to the detection of threats as now both input and output can be monitored for unexpected malicious strings.</p>
<p>The whole thing is explained in more detail <a href="http://the-mice.co.uk/switch/index.php/archives/27">here</a>, but in the mean time check out these SmokeTests:</p>
<p><a href="http://www.the-mice.co.uk/SmokeTest/SmokeTest.aspx?param1=Hello%20&amp;param2=this%20&amp;param3=is%20a%20test!">Test1</a></p>
<p><a href="http://www.the-mice.co.uk/SmokeTest/SmokeTest.aspx?param1=%3C&amp;param2=script&amp;param3=%3E">Test2</a></p>
<p>As always please let us know if you manage to either bypass detection or trigger a false positive!</p>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/06/15/netids-can-detect-fragmented-xss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPIDS vs Firefox comment handling bug</title>
		<link>http://php-ids.org/2007/06/13/phpids-vs-firefox-comment-handling-bug/</link>
		<comments>http://php-ids.org/2007/06/13/phpids-vs-firefox-comment-handling-bug/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 16:41:36 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[.NETIDS]]></category>
		<category><![CDATA[PHPIDS]]></category>

		<guid isPermaLink="false">http://php-ids.org/2007/06/13/phpids-vs-firefox-comment-handling-bug/</guid>
		<description><![CDATA[Firefox&#8217;s handling of comment tags is a fickle business as has been seen by the recent emergence of a fragmented XSS vulnerability when injection into comments is allowed. Suffice it to say that PHPIDS (and .NETIDS) is already able to detect this attack in several forms. Firstly, any injection of malicious script tags/attributes will be [...]]]></description>
			<content:encoded><![CDATA[<p>Firefox&#8217;s handling of comment tags is a fickle business as has been seen by the recent emergence of a fragmented XSS vulnerability when injection into comments is allowed. Suffice it to say that PHPIDS (and .NETIDS) is already able to detect this attack in several forms. Firstly, any injection of malicious script tags/attributes will be picked up by the IDS and secondly the filter set is capapble of detecting comments that have text between the opening and closing tags: &lt;!so&#8211; there is no luck &#8211;evading&gt; our filters like this! Full details of the vulnerability can be found at <a href="http://the-mice.co.uk/switch/index.php/archives/26">Switch/Twitch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://php-ids.org/2007/06/13/phpids-vs-firefox-comment-handling-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
