<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Monitoring for Sober.Y with squid and swatch</title>
	<atom:link href="http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/feed/" rel="self" type="application/rss+xml" />
	<link>http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/</link>
	<description>im in ur datacentrz configurin&#039; ur routerz</description>
	<lastBuildDate>Sat, 04 Sep 2010 06:16:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: NIF</title>
		<link>http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/comment-page-1/#comment-44</link>
		<dc:creator>NIF</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://evilrouters.net/archives/172#comment-44</guid>
		<description>&lt;p&gt;&lt;strong&gt;Bigger-Better-Faster-More&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Today&#039;s dose of NIF - News, Interesting &amp; Funny ... limited blogation weekend starting (+ Open Trackbacks)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Bigger-Better-Faster-More</strong></p>

<p>Today&#8217;s dose of NIF &#8211; News, Interesting &amp; Funny &#8230; limited blogation weekend starting (+ Open Trackbacks)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Wilson</title>
		<link>http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/comment-page-1/#comment-45</link>
		<dc:creator>Tom Wilson</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://evilrouters.net/archives/172#comment-45</guid>
		<description>&lt;p&gt;BRILLIANT!!!&lt;/p&gt;

&lt;p&gt;;o)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>BRILLIANT!!!</p>

<p>;o)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: matt richard</title>
		<link>http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/comment-page-1/#comment-46</link>
		<dc:creator>matt richard</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://evilrouters.net/archives/172#comment-46</guid>
		<description>&lt;p&gt;It&#039;s certainly noble to monitor for infected hosts but why not take the simple next step and block the outgoing requests?  Squid has native functionality to implement this using ACL&#039;s or alternatively you could use a redirector.  There are several existing redirectors like squidguard that would work well or in such a simple case you could even write your own.&lt;/p&gt;

&lt;p&gt;The issue is that you&#039;ll know if one of your hosts is infected but you&#039;ll still be allowing the malicous update to occur.  It would seem prudent to take the next step and block the sites you&#039;ve identified.&lt;/p&gt;

&lt;p&gt;I manage a similar setup for about 9k mixed OS hosts and adding filtering for known malicous content generally adds little overhead.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s certainly noble to monitor for infected hosts but why not take the simple next step and block the outgoing requests?  Squid has native functionality to implement this using ACL&#8217;s or alternatively you could use a redirector.  There are several existing redirectors like squidguard that would work well or in such a simple case you could even write your own.</p>

<p>The issue is that you&#8217;ll know if one of your hosts is infected but you&#8217;ll still be allowing the malicous update to occur.  It would seem prudent to take the next step and block the sites you&#8217;ve identified.</p>

<p>I manage a similar setup for about 9k mixed OS hosts and adding filtering for known malicous content generally adds little overhead.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/comment-page-1/#comment-47</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://evilrouters.net/archives/172#comment-47</guid>
		<description>&lt;p&gt;Personally, I agree with you WRT blocking.  SANS made the recommendation not to do blocking, since the administrators of those hosts had been notified and the offending files were already removed from the servers.&lt;/p&gt;

&lt;p&gt;Since it wasn&#039;t really deemed a threat (and, TBH, my pager hasn&#039;t went off once from this), I didn&#039;t mind just monitoring as opposed to blocking.&lt;/p&gt;

&lt;p&gt;In just about any other case, including the recent WMF vulnerability, I would do whatever I could to &lt;a href=&quot;http://www.jeremygaddis.com/2005/12/29/blocking-wmf-at-the-perimeter/&quot;&gt;block the requests&lt;/a&gt;, but I trust SANS and their recommendations.&lt;/p&gt;

&lt;p&gt;This was more of a learning exercise for me, with regards to swatch.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Personally, I agree with you WRT blocking.  SANS made the recommendation not to do blocking, since the administrators of those hosts had been notified and the offending files were already removed from the servers.</p>

<p>Since it wasn&#8217;t really deemed a threat (and, TBH, my pager hasn&#8217;t went off once from this), I didn&#8217;t mind just monitoring as opposed to blocking.</p>

<p>In just about any other case, including the recent WMF vulnerability, I would do whatever I could to <a href="http://www.jeremygaddis.com/2005/12/29/blocking-wmf-at-the-perimeter/">block the requests</a>, but I trust SANS and their recommendations.</p>

<p>This was more of a learning exercise for me, with regards to swatch.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jeremygaddis.com &#187; Monitoring for Blackworm with swatc</title>
		<link>http://evilrouters.net/2006/01/05/monitoring-for-sober-y-with-squid-and-swatch/comment-page-1/#comment-48</link>
		<dc:creator>jeremygaddis.com &#187; Monitoring for Blackworm with swatc</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://evilrouters.net/archives/172#comment-48</guid>
		<description>&lt;p&gt;[...] As kind of a follow-up to &#8220;Monitoring for Sober.Y with Squid and swatch&#8220;, I figured I&#8217;d throw up this post about monitoring for Blackworm with swatch. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] As kind of a follow-up to &#8220;Monitoring for Sober.Y with Squid and swatch&#8220;, I figured I&#8217;d throw up this post about monitoring for Blackworm with swatch. [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
