<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Matasano Chargen - Latest Comments in &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://matasanochargen.disqus.com/</link><description></description><language>en</language><lastBuildDate>Thu, 21 Sep 2006 03:22:13 -0000</lastBuildDate><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320555</link><description>Truth is that the HTTP protocol is such a dogs breakfast that if you put up a gateway that interprets strictly it *will* end up breaking something. Right now I'm stuck between a certain http security appliance vendor and a server team about to battle over whose fault it is that the app doesnt work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris_B</dc:creator><pubDate>Thu, 21 Sep 2006 03:22:13 -0000</pubDate></item><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320554</link><description>It's a good point re: performance, although I see a definite trend (let's call it the "Chicago School of Network Security") towards deploying standard sockets-based app proxies on critical aggregation points.&lt;br&gt;&lt;br&gt;Regarding defending the OS vs. SQL injection attacks, I think this is a pretty big mistake. The problem is the insecure code, not the platform. I think old school security people (I definitely count myself among them) have a damaging bias for platform security and against "simple" things like XSS, when in fact XSS is the far more dangerous problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas Ptacek</dc:creator><pubDate>Wed, 20 Sep 2006 10:25:16 -0000</pubDate></item><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320553</link><description>Some companies attempted a deployment of application layer firewalls early in their existence only to be disappointed with performance, and in my case have them turn into a dead box during an DDOS attack.&lt;br&gt;&lt;br&gt;If you have the staff with the skills necessary to implement GRSecurity full RBAC control on all your web facing machines you can limit your exposure to holes that would allow remote execution of code, which is obviously the most dangerous type of application vulnerability. This will not prevent information leakage via SQL Injection, or the ever present XSS attack, however you have mitigated the more serious problems, and you can use... i can't believe im saying this... training on secure application development. PHEW!! That was hard to get out.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">William</dc:creator><pubDate>Wed, 20 Sep 2006 10:03:44 -0000</pubDate></item><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320552</link><description>I think the complexity or at least the size of the attack and vulnerability set is beginning to overwhelm the capacity of many security shops.  They can't keep up.  Many security managers are completely out of touch with modern attacks.  They are stuck in the days when buffer overflows were novel. &lt;br&gt;&lt;br&gt;The best approach may be exposing the defenders to these attacks through conferences like Black Hat and CanSecWest, and blogs like Matasano Chargen, of course.  :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Richard Bejtlich</dc:creator><pubDate>Wed, 20 Sep 2006 06:13:28 -0000</pubDate></item><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320551</link><description>Because they can only stop a very limited set of the attacks. They are (by definition) essentially glorified data validation filters. As such they have a very limited set of issues they can feasibly look for and protect against. &lt;br&gt;&lt;br&gt;What happens when a developer uses ROT13 to store credit cards in cookies?&lt;br&gt;&lt;br&gt;Architecturally you need to have control over the "context" of the data validation as well or you will suffer from massive false positive and negative. &lt;br&gt;&lt;br&gt;I firmly believe the right place is in the framework, ie .NET and the JVM and not on the wire. ASP.NET in fact has this bult into the architecture in what is (badly) called an HTTP module.&lt;br&gt;&lt;br&gt;You just can't apply network security technology and techniques (communication protocols based) to the software security software problem and have a decent coverage in the way you could with traditional firewalls. &lt;br&gt;&lt;br&gt;I have a collection of design flaws and implementation bugs that no web app firewall would ever protect against.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Curphey</dc:creator><pubDate>Wed, 20 Sep 2006 02:41:36 -0000</pubDate></item><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320550</link><description>&lt;i&gt;...why aren’t web application firewalls as commonly deployed as traditional firewalls?&lt;/i&gt;&lt;br&gt;&lt;br&gt;because cisco and juniper don't market them.  because check point's web intelligence causes applications to break and developers/managers don't see the point in fixing them.  because products like f5 trafficshield and others have their own vulernabilities (see hacking exposed web applications, 2nd ed).&lt;br&gt;&lt;br&gt;some smart people do implement software-based web application firewals such as eeye's secureiis and apache's mod_security.  i found a great resource for mod_security rules at &lt;a href="http://www.gotroot.com/tiki-index.php?page=mod_security+rules" rel="nofollow"&gt;http://www.gotroot.com/tiki-index.php?page=mod_...&lt;/a&gt;&lt;br&gt;&lt;br&gt;unfortunately, prevention for users means either a) turning off javascript and images or b) not using a browser.  neither of these are realistic.  i do a little more than the basics, and run firefox (consistent across all OSes) in -safe-mode as an unprivledged user.  i also uncheck "saved forms" and "remember passwords" and everything under "content -&amp;gt; advanced javascript" settings.  then, in about:config i change all the dom.disable_window_open* settings to true and network.enableIDN to false.  maybe these should be defaults.  on a mac, i often use camino (because it's faster) and can implement the same policies.  under windows mobile, minimo has a lot of these options as well.&lt;br&gt;&lt;br&gt;keeping up-to-date is important... &lt;a href="http://windizupdate.com" rel="nofollow"&gt;windizupdate.com&lt;/a&gt; and firefox's automatic update features make a good combination if you're running windows xp.  mac os x users obviously need to run software update often.  certain packages like openssl need to be updated occasionally - like NOW... cygwin hasn't updated their packages yet, but this site has version 0.9.8c &lt;a href="http://www.shininglightpro.com/products/Win32OpenSSL.html" rel="nofollow"&gt;http://www.shininglightpro.com/products/Win32Op...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dre</dc:creator><pubDate>Tue, 19 Sep 2006 18:19:06 -0000</pubDate></item><item><title>Re: &amp;#8220;Attackers are smart, you are not.&amp;#8221; is a bad message</title><link>http://www.matasano.com/log/504/attackers-are-smart-you-are-not-is-a-bad-message/#comment-2320549</link><description>My question is, why aren’t web application firewalls as commonly deployed as traditional firewalls?&lt;br&gt;&lt;br&gt;...Because they cost money that people could otherwise spend attending conferences on XSS and SQL injection...&lt;br&gt;&lt;br&gt;...that and most of them actually require you to understand the applications (ha!) you are protecting in order to rationalize remediating the attacks against them.&lt;br&gt;&lt;br&gt;PLUS, there's a (welcome and needed) convergence of XSG (XML Security Gateways,) traditional WA Firewalls and content/database protection occuring that people who have been burned by the first generation of WAF's are waiting to mature.&lt;br&gt;&lt;br&gt;/Hoff</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Christofer Hoff</dc:creator><pubDate>Tue, 19 Sep 2006 18:03:33 -0000</pubDate></item></channel></rss>