<?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>Inliniac &#187; clamav</title>
	<atom:link href="http://www.inliniac.net/blog/tag/clamav/feed" rel="self" type="application/rss+xml" />
	<link>http://www.inliniac.net/blog</link>
	<description>Everything inline.</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Differences between Snort and Snort_inline</title>
		<link>http://www.inliniac.net/blog/2007/05/14/differences-between-snort-and-snort_inline.html</link>
		<comments>http://www.inliniac.net/blog/2007/05/14/differences-between-snort-and-snort_inline.html#comments</comments>
		<pubDate>Mon, 14 May 2007 17:05:41 +0000</pubDate>
		<dc:creator>Victor Julien</dc:creator>
				<category><![CDATA[Snort]]></category>
		<category><![CDATA[Snort_inline]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[inline]]></category>
		<category><![CDATA[libdnet]]></category>
		<category><![CDATA[nitro security]]></category>
		<category><![CDATA[stickydrop]]></category>
		<category><![CDATA[stream4]]></category>

		<guid isPermaLink="false">http://www.inliniac.net/blog/?p=74</guid>
		<description><![CDATA[Every few weeks the same question comes up: what is the difference between Snort in inline mode and Snort_inline. This makes sense, because the Snort_inline documentation and website fail to explain it. In this post I will try to highlight the main differences. In general I can say that we try to develop Snort_inline as [...]]]></description>
			<content:encoded><![CDATA[<p>Every few weeks the same question comes up: what is the difference between Snort in inline mode and Snort_inline. This makes sense, because the Snort_inline documentation and website fail to explain it. In this post I will try to highlight the main differences. In general I can say that we try to develop Snort_inline as a patchset on top of Snort. Snort_inline is focused at improving the <em>inline</em> part of Snort. Originally of course, Snort&#8217;s <em>inline</em> capabilities were developed in the Snort_inline project. With Snort 2.3.0RC1 they were merged into mainline Snort.</p>
<p><strong>Convenience</strong></p>
<p>We did a number of things to make Snort_inline a little more convenient for inline users.</p>
<ul>
<li><em>inline</em> is enabled by default in ./configure</li>
<li>we got rid of libnet 1.0.2a, switched to libdnet 1.1 instead</li>
<li>a snort_inline specific manual page was added, as well as some extra docs</li>
<li>a example configuration file for inline use is supplied</li>
</ul>
<p><strong>Added functionality</strong></p>
<ul>
<li>we support Linux&#8217; new queue&#8217;ing mechanism called nfqueue. This was contributed by <a href="http://www.nitrosecurity.com/">Nitro Security</a>. Nfqueue supports running multiple copies of Snort_inline to take advantage of SMP and reduce risk of denial of service when Snort_inline should crash.</li>
<li>stickydrop preprocessor enables you to add options to the rules to block an ipaddress for a configurable amount of time</li>
<li>bait-and-switch preprocessor (Linux only) allows you to redirect traffic from a host to a honeypot based on the rules</li>
<li>clamav preprocessor is included (you still need to pass &#8211;enable-clamav to ./configure)</li>
<li>reinject action for FreeBSD: reinjects an accepted packet into the ipfw list at a specific rule number</li>
</ul>
<p><strong>Improved for inline use</strong></p>
<ul>
<li>reject action can send RST packets to both source and destination</li>
<li>stream4 can drop attacks detected in the reassembled stream. It also enforces the TCP window. It implements a number of ideas from <a href="http://www.icir.org/vern/papers/TcpReassembly/index.html" target="_blank">Vern Paxson on TCP reassembly</a>, such as a limit on the number of out of order packets and bytes that are accepted in a stream.</li>
<li>some fixes for FreeBSD</li>
</ul>
<p>As the list shows, if you are interested in Snort running <em>inline</em>, using Snort_inline might be a better choice for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inliniac.net/blog/2007/05/14/differences-between-snort-and-snort_inline.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Snort_inline in svn updated to 2.6.1.3</title>
		<link>http://www.inliniac.net/blog/2007/02/22/snort_inline-in-svn-updated-to-2613.html</link>
		<comments>http://www.inliniac.net/blog/2007/02/22/snort_inline-in-svn-updated-to-2613.html#comments</comments>
		<pubDate>Thu, 22 Feb 2007 07:59:05 +0000</pubDate>
		<dc:creator>Victor Julien</dc:creator>
				<category><![CDATA[IPS]]></category>
		<category><![CDATA[Snort_inline]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[clamav]]></category>

		<guid isPermaLink="false">http://www.inliniac.net/blog/?p=65</guid>
		<description><![CDATA[This week SourceFire published a security advisory for (among others) Snort version 2.6.1.2, on which Snort_inline is based. So I took some time to update Snort_inline. Normally this would have taken Will and me quite some time, but since we switched to using svn those days are gone. I was able to update it in [...]]]></description>
			<content:encoded><![CDATA[<p>This week <a href="http://www.sourcefire.com/">SourceFire</a> published a <a href="http://www.snort.org/docs/advisory-2007-02-19.html">security advisory</a> for (among others) <a href="http://www.snort.org">Snort</a> version 2.6.1.2, on which Snort_inline is based. So I took some time to update Snort_inline. Normally this would have taken Will and me quite some time, but since we switched to using svn those days are gone. I was able to update it in under a hour. I was very happy I blogged about the procedure to follow, since I had already forgotten about it <img src='http://www.inliniac.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Will is preparing a release based on this, which should also build with ClamAV 0.90.</p>
<p>Anyway, svn is up to date, so if you are using Snort_inline and rely on the DCE/RPC preprocessor, please pull the code from svn.</p>
<p>Check it out! <img src='http://www.inliniac.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.inliniac.net/blog/2007/02/22/snort_inline-in-svn-updated-to-2613.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

