<?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>Passionate about Information Security &#187; Snort</title>
	<atom:link href="http://blog.ismaelvalenzuela.com/tag/snort/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ismaelvalenzuela.com</link>
	<description>on ismaelvalenzuela.com</description>
	<lastBuildDate>Tue, 26 Jan 2010 17:58:24 +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>Detecting Conficker: run this check now!</title>
		<link>http://blog.ismaelvalenzuela.com/2009/03/30/detecting-conficker-run-this-check-now/</link>
		<comments>http://blog.ismaelvalenzuela.com/2009/03/30/detecting-conficker-run-this-check-now/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 22:31:38 +0000</pubDate>
		<dc:creator>Ismael Valenzuela</dc:creator>
				<category><![CDATA[Security Advisories]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Conficker]]></category>
		<category><![CDATA[Honeynet Project]]></category>
		<category><![CDATA[MS08-67]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[ngrep]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Snort]]></category>

		<guid isPermaLink="false">http://blog.ismaelvalenzuela.com/?p=70</guid>
		<description><![CDATA[...you have to know that the Honeynet Project has been working on a way to detect Conficker-infected machines and that they have just released a scanner for this task. The scanner is available as a python script and as a windows .exe executable, and can be used to scan a single host or a whole network range.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re reading this blog I&#8217;m sure I don&#8217;t have to tell you what <a title="MS08-067" href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx" target="_blank">MS08-67</a> or <a title="Conficker on Wikipedia" href="http://en.wikipedia.org/wiki/Conficker" target="_blank">Conficker</a> is about (despite the fact we keep seeing many unpatched machines, but that&#8217;s a different story).</p>
<p>Besides that, there are plenty of <a title="Rumors on 1st April activation on Press" href="http://www.itworld.com/security/65407/conficker-april-1st-eve-destruction-or-big-joke" target="_blank">rumours</a> about a possible<span style="color: #000000;"><span style="color: #000000;"> Conficker attack on 1st April. I know you may think it&#8217;s all hype or scaremongering, and it might well be. But, if you run a large corporate network I&#8217;m sure you don&#8217;t want to sit down and wait until 1st April to find out.<br />
</span></span></p>
<p>If that&#8217;s the case, you have to know that the <a title="Detecting Conficker on HoneyNet Project" href="https://www.honeynet.org/node/388" target="_blank">Honeynet Project</a> has been working on a way to detect Conficker-infected machines and that they have just released a <a title="Conficker scanner" href="https://www.honeynet.org/node/388" target="_blank">scanner</a> for this task. The scanner is available as a <a title="Conficker scanner" href="http://iv.cs.uni-bonn.de/uploads/media/scs.zip" target="_blank">python script</a> and as a <a title="Conficker scanner" href="http://www.doxpara.com/scs.zip" target="_blank">windows .exe executable</a>, and can be used to scan a single host or a whole network range.</p>
<p><span id="more-70"></span></p>
<p>When run it on my mac the output looked like this:</p>
<blockquote><p># ./scs.py 192.168.1.1 192.168.1.254</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Simple Conficker Scanner<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
scans selected network ranges for<br />
conficker infections<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Felix Leder, Tillmann Werner 2009<br />
{leder, werner}@cs.uni-bonn.de<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>No resp.: 192.168.1.1:445/tcp.<br />
No resp.: 192.168.1.82:445/tcp.<br />
No resp.: 192.168.1.80:445/tcp.<br />
No resp.: 192.168.1.81:445/tcp.<br />
No resp.: 192.168.1.95:445/tcp.<br />
192.168.1.99 seems to be clean.<br />
192.168.1.101 seems to be clean.<br />
192.168.1.85 seems to be clean.<br />
192.168.1.97 seems to be clean.<br />
192.168.1.106 seems to be clean.</p></blockquote>
<p>Alternatively, popular scanners like <a title="Nmap" href="http://nmap.org" target="_blank">nmap</a>, <a title="Nessus" href="http://www.nessus.org" target="_blank">Nessus</a> and others have quickly updated their plugins to support Conficker detection. At the moment, <strong>Nmap 4.85beta5</strong> has all the scripts included, and it&#8217;s now ready for download at <a title="Nmap download" href="http://nmap.org/download.html" target="_blank">http://nmap.org/download.html</a>. If you&#8217;re are running a Unix-like system you probably want to update nmap from svn:</p>
<blockquote><p>$ svn co &#8211;username=guest &#8211;password=&#8221; svn://svn.insecure.org/nmap<br />
$ cd nmap<br />
$ ./configure &amp;&amp; make<br />
$ sudo make install</p></blockquote>
<p>Then run nmap using the new NSE script:</p>
<blockquote><p>$ nmap &#8211;script=smb-check-vulns &#8211;script-args=safe=1 -p445 -d &lt;target&gt;</p></blockquote>
<p>As of Nessus, use plugin <a title="Nessus plugin 36036" href="http://www.nessus.org/plugins/index.php?view=single&amp;id=36036" target="_blank">#36036</a> to detect any variant of Conficker.</p>
<p>The Honeynet Project has also released <a title="Snort" href="http://www.snort.org" target="_blank">Snort</a> signatures to detect Conficker.A and Conficker.B traffic. Make sure you update your IDS sensors with <a title="Snort signatures for Conficker A and B variants" href="https://www.honeynet.org/node/388" target="_blank">these signatures</a> and be ready to monitor your console over the next few days. If you don&#8217;t have any IDS technology in place (I will resist the temptation to ask you why by now) but you have access to a network span port, you can still plug any Unix-like box in and run <a title="Ngrep at Sourceforge" href="http://ngrep.sourceforge.net/" target="_blank">ngrep</a> like this:</p>
<blockquote><p>$ sudo ngrep -qd eth0 -W single -s 900 -X<br />
<em>&lt;insert shellcode string from <a title="Honeynet Project" href="https://www.honeynet.org/node/388" target="_blank">here</a>&gt;</em><br />
&#8216;tcp port 445 and dst net <em>&lt;local network range&gt;</em>&#8216;</p></blockquote>
<p>Further details about Conficker fingerprint and the detection methods and tools can be found here: <a title="University of Bonn (Germany)" href="http://iv.cs.uni-bonn.de/wg/cs/applications/containing-conficker" target="_blank">http://iv.cs.uni-bonn.de/wg/cs/applications/containing-conficker</a></p>
<p>Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ismaelvalenzuela.com/2009/03/30/detecting-conficker-run-this-check-now/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>From Brussels to Amsterdam calling at London and Sydney</title>
		<link>http://blog.ismaelvalenzuela.com/2009/03/27/from-brussels-to-amsterdam-calling-at-london-and-sydney/</link>
		<comments>http://blog.ismaelvalenzuela.com/2009/03/27/from-brussels-to-amsterdam-calling-at-london-and-sydney/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 18:41:53 +0000</pubDate>
		<dc:creator>Ismael Valenzuela</dc:creator>
				<category><![CDATA[Forensics]]></category>
		<category><![CDATA[Network Security Monitoring]]></category>
		<category><![CDATA[SANS]]></category>
		<category><![CDATA[Travelling]]></category>
		<category><![CDATA[Amsterdam]]></category>
		<category><![CDATA[Brussels]]></category>
		<category><![CDATA[Ed Skoudis]]></category>
		<category><![CDATA[GIAC]]></category>
		<category><![CDATA[GPEN]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[Jess Garcia]]></category>
		<category><![CDATA[Johannes Ullrich]]></category>
		<category><![CDATA[London]]></category>
		<category><![CDATA[Mike Poor]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[Rob Lee]]></category>
		<category><![CDATA[Sguil]]></category>
		<category><![CDATA[Snort]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://blog.ismaelvalenzuela.com/?p=66</guid>
		<description><![CDATA[That's been what I call my ‘SANS itinerary’ since I started this exciting journey back in June 2007. It all started at SANS Secure Europe, in Brussels, where I took my first SANS class with Jess Garcia, CEO of One eSecurity and a good friend of mine. It was SECURITY 508, System Forensics, Investigation &#038; Response, an awesome track created by Rob Lee on one of the most interesting and hot topics of Information Security. It's been almost two years since then, but now I realize that event had a tremendous positive influence in my career as a security professional.]]></description>
			<content:encoded><![CDATA[<p><!--StartFragment--></p>
<p class="MsoNormal"><span lang="EN-US">That&#8217;s been what I call my ‘<a title="SANS Institute" href="http://www.sans.org" target="_blank">SANS</a> itinerary’ since I started this exciting journey back in June 2007. It all started at <a title="SANS Secure Europe 2007" href="http://www.sans.org/brussels07" target="_blank">SANS Secure Europe</a>, in Brussels, where I took my first SANS class with <a title="Jess Garcia" href="http://www.one-esecurity.com/Community/Jess_Garcia.php" target="_blank"><span>Jess Garcia</span></a>, CEO of <a title="One eSecurity" href="http://www.one-esecurity.com" target="_blank">One eSecurity</a> and a good friend of mine. It was <a title="SECURITY 508, System Forensics, Investigation &amp; Response" href="http://www.sans.org/brussels07/description.php?tid=697" target="_blank">SECURITY 508, <span>System Forensics, Investigation &amp; Response</span></a>, an awesome track created by <a title="Rob Lee at SANS Forensic Blog" href="http://forensics.sans.org/instructors/author.php" target="_blank">Rob Lee</a> on one of the most interesting and hot topics of Information Security. It&#8217;s been almost two years since then, but now I realize the tremendous positive influence that event had in my career as a security professional.</span></p>
<p class="MsoNormal"><span lang="EN-US">Early on the first day, I could see that was a different kind of training, far different from all the training sessions I had attended before, including the well-known <a title="ISC2" href="http://www.isc2.org/" target="_blank">CISSP</a> bootcamp and vendor specific training like <a title="Checkpoint Training Services" href="http://www.checkpoint.com/services/education/index.html" target="_blank">Checkpoint</a>&#8216;s and others I took in the past. Unlike those, this was real hands-on training, with lots of exercises and challenges, including the use of several virtual machines and an arsenal of security tools you can take home with you. Also, the amount of material you receive throughout a 6-day course is awesome. Someone described it like &#8220;drinking directly from a fire hose&#8221;. Actually, I can&#8217;t describe it better.</span></p>
<p class="MsoNormal"><span lang="EN-US">Add to that a friendly, relaxed but yet professional atmosphere, and the multiple opportunities you get for both networking and sheer knowledge with attendees and instructors and you will understand why Brussels was only the start.</span></p>
<p class="MsoNormal" style="text-align: center;"><a title="SANS Secure Europe 2007" href="http://blog.ismaelvalenzuela.com/wp-content/uploads/2009/03/dscn2649.jpg" target="_blank" rel="lightbox"><img class="aligncenter size-medium wp-image-67" style="border: 0; vertical-align: middle; margin-left: 2px; margin-right: 2px; margin-top: 1px; margin-bottom: 1px;" title="sans_europe_2007" src="http://blog.ismaelvalenzuela.com/wp-content/uploads/2009/03/dscn2649-300x225.jpg" alt="SANS Secure Europe 2007" width="300" height="225" /></a></p>
<p class="MsoNormal" style="text-align: center;"><em>With Carlos Fragoso and Richard Fadul at SANS Secure Europe 2007 in Brussels</em></p>
<p class="MsoNormal"><span id="more-66"></span></p>
<p class="MsoNormal"><span lang="EN-US">Next came <a title="SANS London 2007" href="http://www.sans.org/london07/" target="_blank">London</a>, in December 2007. That time I chose the challenging <a title="Intrusion Detection In-Depth" href="http://www.sans.org/london07/description.php?tid=510" target="_blank">SECURITY 503: Intrusion Detection In-Depth</a>. I don’t exaggerate if I say this is the most advanced course in network intrusion detection and traffic analysis that has ever been taught, and by far the most valuable course I’ve ever taken. The quality of the material is outstanding (I keep using it as a valuable reference) and the fact that I had <a title="Johannes B. Ullrich" href="http://johannes.homepc.org/" target="_blank">Dr. Johannes Ullrich</a> (</span>Chief Research Officer for the SANS Institute and responsible of <span lang="EN-US">the <a title="internet Storm Center" href="http://isc.sans.org" target="_blank">Internet Storm Center</a>) as instructor was really a plus. Even if you knew nothing about IDS I guarantee the first thing you will do when you’re back home is setting up a <a title="SNORT" href="http://www.snort.org" target="_blank">Snort</a> sensor or even deploying a <a title="SGUIL Network Security Monitoring" href="http://sguil.sourceforge.net/" target="_blank">Sguil</a> NSM System! </span></p>
<p class="MsoNormal"><span lang="EN-US">Last thing I can say about this course is that I actually enjoyed it three times: first at the live event, second when I went through the entire courseware and exercises again to prepare for the <a title="GIAC" href="http://www.giac.org" target="_blank">GIAC</a> exam, and third, when listened to the mp3 files of Mike Poor teaching the same material in a different venue. Two instructors for the price of one!</span></p>
<p class="MsoNormal"><span lang="EN-US">The same was true of my third stop, <a title="SANS Sydney 2008" href="http://www.sans.org/sydney08/" target="_blank">SANS Sydney</a> in November 2008. This time it was <a title="SECURITY 560: Network Penetration Testing and Ethical Hacking" href="http://www.sans.org/sydney08/description.php?tid=1717" target="_blank">SECURITY 560: Network Penetration Testing and Ethical Hacking</a>, delivered by <a title="Mike Poor" href="http://www.inguardians.com/info/#Poor" target="_blank">Mike Poor</a> (I was looking forward to meeting him!!) and authored by <a title="Ed Skoudis" href="http://www.inguardians.com/info/#Skoudis" target="_blank">Ed Skoudis</a>.</span></p>
<p class="MsoNormal"><span lang="EN-US">While this is described by SANS as “one of the most technically rigorous courses offered by the SANS Institute”, I had some advantage with this one. While my previous experience in areas like Forensics and IDS was limited, I had been doing penetration testing at different professional levels for more than 8 years. Although I was certainly familiar with many topics and tools like <a title="Nessus" href="http://www.nessus.org" target="_blank">Nessus</a>, <a title="Nmap" href="http://nmap.org/" target="_blank">Nmap</a>, <a title="Metasploit" href="http://www.metasploit.com" target="_blank">Metasploit</a> and others, there were plenty of advanced tips and tricks that made this course worth the money. I will just tell you that the section on Windows command line kung fu for pentesters and the exercises on password cracking using advanced <a title="GNU Netcat Project" href="http://netcat.sourceforge.net/" target="_blank">Netcat</a> relays will leave you breathless! </span></p>
<p class="MsoNormal" style="text-align: center;"><a title="Ultimate hacking at Mike Poor's class in Sydney!" href="http://blog.ismaelvalenzuela.com/wp-content/uploads/2009/03/dscn4496.jpg" target="_blank" rel="lightbox"><img class="aligncenter size-medium wp-image-68" style="border: 0; margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 2px;" title="dscn4496" src="http://blog.ismaelvalenzuela.com/wp-content/uploads/2009/03/dscn4496-300x225.jpg" alt="Ultimate hacking at Mike Poor\'s class in Sydney!" width="300" height="225" /></a></p>
<p class="MsoNormal" style="text-align: center;"><em>Ultimate hacking with Damian Grace and Robert Di Pietro </em><em>at Mike Poor&#8217;s class in Sydney! </em></p>
<p class="MsoNormal"><span lang="EN-US">Then again, I enjoyed listening to Ed Skoudis’ mp3 files while commuting to work for the last couple of months before I took my <a title="Ismael Valenzuela GIAC certs" href="http://www.giac.org/certified_professionals/fulllisting.php?n=valenzuela" target="_blank">GPEN</a> exam. Thanks Ed for making traffic jams a lot more bearable! </span><span lang="EN-US"><span> <img src='http://blog.ismaelvalenzuela.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></span></p>
<p class="MsoNormal" style="text-align: center;"><a title="Ismael Valenzuela’s SANS GIAC Certifications" href="http://blog.ismaelvalenzuela.com/wp-content/uploads/2009/03/imagen-5.png" target="_blank" rel="lightbox"><img class="aligncenter size-medium wp-image-69" style="border: 1px solid black; vertical-align: middle; margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 2px;" title="imagen-5" src="http://blog.ismaelvalenzuela.com/wp-content/uploads/2009/03/imagen-5-300x193.png" alt="My GIAC Certs: GCFA, GCIA, GPEN" width="300" height="193" /></a></p>
<p class="MsoNormal" style="text-align: center;"><em>My GIAC Certs: GCFA, GCIA and GPEN. Watch the 99% score on the last one!</em><em></em></p>
<p class="MsoNormal"><span lang="EN-US">As I said before, so far this journey has given me the opportunity not just to receive top quality training from some of the best security instructors in the world, but also to meet great professionals, colleagues and friends that make you feel part of a unique security community. Some of the people I&#8217;ve had the opportunity to meet and even hang out with includes Jess Garcia, Mike Poor, Johannes Ullrich, Raul Siles, David Perez, John Fitzgerald, Pieter Danhieux, Richard Fadul, Carlos Fragoso, Almerindo Graziano, Jonathan Ham, Justin Clarke, Robert Di Pietro, Chris Mewett, Damian Grace, etc… and many others I am fortunate to keep in touch with.</span></p>
<p class="MsoNormal"><span lang="EN-US">Now, the next stop in my ‘SANS itinerary’ will be <a title="SANS Amsterdam 2009" href="http://www.sans.org/secureamsterdam09/index.php" target="_blank">Amsterdam</a> in May this year. This time I’m proud to say that I’ve been selected to facilitate at <a title="SECURITY 542: Web App Penetration Testing and Ethical Hacking" href="http://www.sans.org/secureamsterdam09/description.php?tid=3347" target="_blank">SECURITY 542: Web App Penetration Testing and Ethical Hacking</a>, a new 6-day track written by <a title="Kevin Johnson" href="http://www.inguardians.com/info/#Johnson" target="_blank">Kevin Johnson</a> and focused on finding and exploiting web application attack vectors. <a title="Seth Misenar" href="http://www.contextsecurity.com/about/" target="_blank">Seth Misenar</a> will deliver this track at <a title="SANS Secure Europe 2009" href="http://www.sans.org/secureamsterdam09/" target="_blank">SANS Secure Europe 2009</a> in Amsterdam.</span></p>
<p class="MsoNormal"><span lang="EN-US">Best thing this time is that, in addition to attending the course, as a room facilitator I will have the opportunity to work closer with all the instructors (specially with Seth) and other fellow team members. </span></p>
<p class="MsoNormal"><span lang="EN-US">I look forward to that!</span></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ismaelvalenzuela.com/2009/03/27/from-brussels-to-amsterdam-calling-at-london-and-sydney/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Discussion on LinkedIn Group: What is the best IDS system?</title>
		<link>http://blog.ismaelvalenzuela.com/2008/10/13/discussion-on-linkedin-group-what-is-the-best-ids-system/</link>
		<comments>http://blog.ismaelvalenzuela.com/2008/10/13/discussion-on-linkedin-group-what-is-the-best-ids-system/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:34:09 +0000</pubDate>
		<dc:creator>Ismael Valenzuela</dc:creator>
				<category><![CDATA[Network Security Monitoring]]></category>
		<category><![CDATA[Assessment]]></category>
		<category><![CDATA[Bro]]></category>
		<category><![CDATA[Defense in-Depth]]></category>
		<category><![CDATA[Detection]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[IPS]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Prevention]]></category>
		<category><![CDATA[Reaction]]></category>
		<category><![CDATA[Sguil]]></category>
		<category><![CDATA[Snort]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://blog.ismaelvalenzuela.com/?p=58</guid>
		<description><![CDATA[I'm not usually very excited about posting on LinkedIn Discussion Groups. On top of that, I don't even have the time to blog anything on my own site. However, I could not resist to write a comment on that discussion about what is the best IDS system. Not when I read the following comment: "Actually the idea of an IDS system has been obsolete for a few years now".]]></description>
			<content:encoded><![CDATA[<p><img class="alignright alignnone size-full wp-image-59" style="border: 0; float: right; margin: 2px;" title="security-leaders" src="http://blog.ismaelvalenzuela.com/wp-content/uploads/2008/10/security-leaders.png" alt="LinkedIn Security Leaders Group" width="100" height="50" />That was the question recently asked by a fellow security professional on the <a title="LinkedIn Security Leaders Group" href="http://www.linkedin.com/groups?home=&amp;gid=113049&amp;trk=anet_ug_hm&amp;goback=.ana_113049_1223929679273_1" target="_blank">LinkedIn Security Leaders Group</a>.</p>
<p>I&#8217;m not usually very excited about posting on LinkedIn Discussion Groups. On top of that, I don&#8217;t even have the time to blog anything on my own site. However, I could not resist to write a comment on <a title="What is the best IDS?" href="http://www.linkedin.com/groupAnswers?viewQuestionAndAnswers=&amp;gid=113049&amp;discussionID=100115&amp;goback=%2Eana_113049_1223929679273_1%2Eanh_113049" target="_blank">that discussion</a> about what the best IDS system is. Not when I read the following comment:</p>
<blockquote><p><strong><em>Actually the idea of an IDS system has been obsolete for a few years now. Given the latest events in the security area, there are plenty of traffic anomalies far more advanced than relatively-simple signatures out there to deal with.</em></strong></p>
<p><strong><em>The best approach nowadays is the IPS (Intrusion Prevention Systems) which would not only detect and inform IT management of the attack events but will also apply the necessary countermeasures to them. Most important of all, this must happen at wire-speed with ASIC-based systems.</em></strong></p>
<p><span id="more-58"></span></p></blockquote>
<p>Ok, I understand that IPS vendors and resellers have the right to claim what they want, but saying that <em>&#8220;the idea of an IDS system has been obsolete for a few years now&#8221;</em> is simply too much for me.</p>
<p>Just in case you are not registered with <a title="LinkedIn" href="http://www.linkedin.com" target="_blank">LinkedIn</a>, the following is the comment I&#8217;ve just added to that discussion:</p>
<blockquote><p><strong><em>I respect everyone&#8217;s comments and views, but obviously some of the above are clearly biased. It&#8217;s not the first time we hear comments like &#8220;actually the idea of an IDS system has been obsolete for a few years now&#8221;.</em></strong></p>
<p><strong><em>Back in 2003, Gartner analyst Richard Stiennon stated, “IDSs have failed to provide value relative to its costs and will be obsolete by 2005&#8243;. Well, although I understand that claim (keep reading), many security analysts will tell you that IDS is very much alive and recent findings like those covered in the &#8220;Verizon Business 2008 Data Breach Investigations Report&#8221; support this (see <a href="http://www.linkedin.com/redirect?url=http%3A%2F%2Fsecurityblog%2Everizonbusiness%2Ecom%2F2008%2F06%2F10%2F2008-data-breach-investigations-report&amp;urlhash=HH0f&amp;_t=tracking_disc" target="_blank">http://securityblog.verizonbusiness.com/2008/06/10/2008-data-breach-investigations-report</a>).</em></strong></p>
<p><strong><em>First thing to know is that IPS and IDS are different things and that they fit in different layers of the Defense In-Depth strategy and in different phases of the well known Assessment-Prevention-Detection-Reaction loop. IPS devices are meant for intrusion prevention and always run &#8220;inline&#8221;, very much like firewalls, whilst IDSs (whether network or host based) are passive solutions obviously designed for intrusion detection. Both technologies are complementary and should be part of a holistic security strategy. In many scenarios you will not be able to prevent and stop all attacks with a 100% accuracy. Thus, when prevention fails, what else is left? Detection and then reaction.</em></strong></p>
<p><strong><em>However, an IDS is not that different to an IPS from a technology point of view. Take Snort as an example, which is the most widely deployed intrusion detection solution in the world and actively used by large organisations like DARPA, GSA, NIST, NSA as well as the US Armed Forces. Get Snort running in inline-mode with active-response enabled and you have an IPS. Same product but different configuration sitting in a different place on your network. So take and IDS, put it inline and get a third party to manage it and there you have your IPS. Now you understand why most vendors will tell you that IDS is dead.</em></strong></p>
<p><strong><em>However, I can understand why many people still claim that IDS is dead. Many fail to understand that an IDS is not a &#8220;Plug and Play&#8221; device. The state of the art of IDS has not yet evolved to a point where they can be plugged and work accurately right out of the box, and it won&#8217;t be for a while. It is imperative to have a trained and competent analyst (or team of analysts) tunning, updating, examining and investigating the output from the IDS. Do you have the resources to do that? Well, that should be part of the cost analysis of implementing any IDS/IPS solution. Now, with many IPS devices a big chunk of that work can be externalised on a third-party, namely Managed Security Services Providers (MSSP).</em></strong></p>
<p><strong><em>As far as what solution is right for your site, it is a decision that depends on your site configuration, your team skills, your network bandwidth, your budget, organisation&#8217;s risk appetite, just to name a few. I would suggest to combine both IPS and IDS solutions, implementing them in different parts of your network as part of a comprehensive Defense in Depth strategy.</em></strong></p>
<p><strong><em>Finally, I recommend you have a look at open-source solutions like Snort, Bro (not all IDS are signature-based only) or even more advanced NSM solutions like Sguil (I really like this one), Hex, etc&#8230; See if you have the necessary skills and resources to implement and maintain them, as it won&#8217;t be easy. Otherwise hire a specialist to help you out with the implementation if you decide to go down that route.</em></strong></p>
<p><strong><em>As of commercial IPS solutions I have a very good feedback from Juniper devices. Also check with your firewall vendor, as integrating firewall and IPS management under the same console makes sense.</em></strong></p></blockquote>
<p>Feel free to flame me if I&#8217;m wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ismaelvalenzuela.com/2008/10/13/discussion-on-linkedin-group-what-is-the-best-ids-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
