<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PHP based Web Application IDS / IPS</title>
	<link>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/</link>
	<description>Security Tools and Tips</description>
	<pubDate>Fri, 21 Nov 2008 19:19:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Second PHP IDS in 3 months released by CoreLabs &#124; Dragos Lungu Dot Com</title>
		<link>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-2275</link>
		<author>Second PHP IDS in 3 months released by CoreLabs &#124; Dragos Lungu Dot Com</author>
		<pubDate>Wed, 22 Aug 2007 21:38:36 +0000</pubDate>
		<guid>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-2275</guid>
		<description>[...] the first PHP IDS / IPS security tool was released just a couple of months ago. Slowly but steady the protection is moving [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] the first PHP IDS / IPS security tool was released just a couple of months ago. Slowly but steady the protection is moving [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP based Intrusion Detection System at Oliver Thylmann&#8217;s Thoughts</title>
		<link>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-18</link>
		<author>PHP based Intrusion Detection System at Oliver Thylmann&#8217;s Thoughts</author>
		<pubDate>Fri, 04 May 2007 17:06:12 +0000</pubDate>
		<guid>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-18</guid>
		<description>[...] coming-out, there has been some international coverage already and this is just the start. Obviously this creates an [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] coming-out, there has been some international coverage already and this is just the start. Obviously this creates an [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-16</link>
		<author>.mario</author>
		<pubDate>Thu, 03 May 2007 08:36:37 +0000</pubDate>
		<guid>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-16</guid>
		<description>Hi!

We are using the current version of the PHP IDS for testing purposes on a pretty high-trafficked platform and the performance isn't really an issue  - btw. i am currently building up a testsite where you can stress-test the IDS.

i guess christ1an will keep you informed via his blog 'bout the release of the demo and the URL.

Greetings,
.mario</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We are using the current version of the PHP IDS for testing purposes on a pretty high-trafficked platform and the performance isn&#8217;t really an issue  - btw. i am currently building up a testsite where you can stress-test the IDS.</p>
<p>i guess christ1an will keep you informed via his blog &#8217;bout the release of the demo and the URL.</p>
<p>Greetings,<br />
.mario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragos Lungu</title>
		<link>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-15</link>
		<author>Dragos Lungu</author>
		<pubDate>Thu, 03 May 2007 08:10:51 +0000</pubDate>
		<guid>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-15</guid>
		<description>Hi christ1an, 

Thanks for stopping by. I will definitely test your code . I wil post the test results and give you a ping  :cool:</description>
		<content:encoded><![CDATA[<p>Hi christ1an, </p>
<p>Thanks for stopping by. I will definitely test your code . I wil post the test results and give you a ping  <img src='http://www.dragoslungu.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christ1an</title>
		<link>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-14</link>
		<author>christ1an</author>
		<pubDate>Thu, 03 May 2007 07:42:18 +0000</pubDate>
		<guid>http://www.dragoslungu.com/2007/05/02/php-based-web-application-ids-ips/#comment-14</guid>
		<description>Hi,

Actually mod_security is not directly comparable to our project and even has a couple of disadvantages. I'm going to point that out on a separate blog posting today or somewhen during the next days.

Concerning your performance concern:
Not only the PHP IDS is based on regular expressions but so is mod_security. As you might know, the latter is an Apache modul which means that it needs to be loaded on every single request again and additionally make the same cross-checking.

Moreover the PHP function preg_match() usually is pretty fast. Fetching the rules can be done in various ways, not only by parsing an XML file with SimpleXML like we did it in our first example code (which is very fast too by the way). You can simple pass an array to the monitor class as well.

If you have any further questions or suggestions, just drop a message ;)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Actually mod_security is not directly comparable to our project and even has a couple of disadvantages. I&#8217;m going to point that out on a separate blog posting today or somewhen during the next days.</p>
<p>Concerning your performance concern:<br />
Not only the PHP IDS is based on regular expressions but so is mod_security. As you might know, the latter is an Apache modul which means that it needs to be loaded on every single request again and additionally make the same cross-checking.</p>
<p>Moreover the PHP function preg_match() usually is pretty fast. Fetching the rules can be done in various ways, not only by parsing an XML file with SimpleXML like we did it in our first example code (which is very fast too by the way). You can simple pass an array to the monitor class as well.</p>
<p>If you have any further questions or suggestions, just drop a message <img src='http://www.dragoslungu.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
