<?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: Finding Malware on your network via cached DNS entries</title>
	<atom:link href="http://www.innismir.net/article/467/feed" rel="self" type="application/rss+xml" />
	<link>http://www.innismir.net/article/467</link>
	<description>Pointless, vapid ramblings of a surly information security engineer</description>
	<lastBuildDate>Fri, 27 Aug 2010 23:05:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Ben Jackson</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-256</link>
		<dc:creator>Ben Jackson</dc:creator>
		<pubDate>Thu, 01 Apr 2010 02:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-256</guid>
		<description>Interesting, I&#039;ll have to ask my friend who uses Mac OS X if he had the same issue...</description>
		<content:encoded><![CDATA[<p>Interesting, I&#8217;ll have to ask my friend who uses Mac OS X if he had the same issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cc</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-255</link>
		<dc:creator>cc</dc:creator>
		<pubDate>Thu, 01 Apr 2010 00:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-255</guid>
		<description>I don&#039;t know perl much but i had to modify the &quot;use&quot; statement for the LWP module when using OSX:

#use LWP::Simple;
use LWP;

even LWP was installed, i kept on getting:

Can&#039;t locate object method &quot;new&quot; via package &quot;LWP::UserAgent&quot; at ./zeusdnsscrape.pl line 66.

Nice tool!!</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know perl much but i had to modify the &#8220;use&#8221; statement for the LWP module when using OSX:</p>
<p>#use LWP::Simple;<br />
use LWP;</p>
<p>even LWP was installed, i kept on getting:</p>
<p>Can&#8217;t locate object method &#8220;new&#8221; via package &#8220;LWP::UserAgent&#8221; at ./zeusdnsscrape.pl line 66.</p>
<p>Nice tool!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarlboroGuy</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-254</link>
		<dc:creator>MarlboroGuy</dc:creator>
		<pubDate>Tue, 30 Mar 2010 07:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-254</guid>
		<description>Thanks to you, I really get an interesting information.

I appreciate you.</description>
		<content:encoded><![CDATA[<p>Thanks to you, I really get an interesting information.</p>
<p>I appreciate you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Jackson</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-249</link>
		<dc:creator>Ben Jackson</dc:creator>
		<pubDate>Tue, 23 Mar 2010 22:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-249</guid>
		<description>@Chris: Agreed. I&#039;m planning a script to do just that. It&#039;s a kludge, but if you make a file with the domains/hostnames you want to check, each name on a separate line you can run:
&lt;code&gt;zeusdnsscrape.pl --nodownload --file=/path/to/file&lt;/code&gt;
And get that functionality.</description>
		<content:encoded><![CDATA[<p>@Chris: Agreed. I&#8217;m planning a script to do just that. It&#8217;s a kludge, but if you make a file with the domains/hostnames you want to check, each name on a separate line you can run:<br />
<code>zeusdnsscrape.pl --nodownload --file=/path/to/file</code><br />
And get that functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-247</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 23 Mar 2010 12:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-247</guid>
		<description>Looking this over, I can see how it could also be useful for incident response.  If you know some suspicious domains, those could be added to your list of bad hosts and used as a sniper tool of sorts.  The list of bad hosts could be as long or short as you want.  This is something I am very interested in trying out.</description>
		<content:encoded><![CDATA[<p>Looking this over, I can see how it could also be useful for incident response.  If you know some suspicious domains, those could be added to your list of bad hosts and used as a sniper tool of sorts.  The list of bad hosts could be as long or short as you want.  This is something I am very interested in trying out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Jackson</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-246</link>
		<dc:creator>Ben Jackson</dc:creator>
		<pubDate>Tue, 23 Mar 2010 01:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-246</guid>
		<description>Looks like I might need to run some more tests. I knew that TTL would be an issue, but with my initial runs I was seeing stuff around an hour or so. 

Thanks for the link and the compliments. I&#039;m glad people are finding it useful!</description>
		<content:encoded><![CDATA[<p>Looks like I might need to run some more tests. I knew that TTL would be an issue, but with my initial runs I was seeing stuff around an hour or so. </p>
<p>Thanks for the link and the compliments. I&#8217;m glad people are finding it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okamalo</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-245</link>
		<dc:creator>okamalo</dc:creator>
		<pubDate>Mon, 22 Mar 2010 05:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-245</guid>
		<description>I have just tried the script in a small ISP, the short ttl is dominating the Zeus domains.
I guess this could be evolved into a larger project with more sources of malicious domains and ongoing check of the DNS cache.
Great idea with minimum overheads.</description>
		<content:encoded><![CDATA[<p>I have just tried the script in a small ISP, the short ttl is dominating the Zeus domains.<br />
I guess this could be evolved into a larger project with more sources of malicious domains and ongoing check of the DNS cache.<br />
Great idea with minimum overheads.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Jackson</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-244</link>
		<dc:creator>Ben Jackson</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-244</guid>
		<description>It would work, but, the lower the TTL value is, the higher chance of a false negative. You just need to run it while that TTL hasn&#039;t expired yet. Ever since I&#039;ve started playing with it. I&#039;ve run it multiple times a day to see what happens. 

So, no, not perfect, but it&#039;s a step...</description>
		<content:encoded><![CDATA[<p>It would work, but, the lower the TTL value is, the higher chance of a false negative. You just need to run it while that TTL hasn&#8217;t expired yet. Ever since I&#8217;ve started playing with it. I&#8217;ve run it multiple times a day to see what happens. </p>
<p>So, no, not perfect, but it&#8217;s a step&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okamalo</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-243</link>
		<dc:creator>okamalo</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-243</guid>
		<description>Interesting, but I guess this might miss malicious domains with low TTL values, specially if fast-flux is used. Did you check that?</description>
		<content:encoded><![CDATA[<p>Interesting, but I guess this might miss malicious domains with low TTL values, specially if fast-flux is used. Did you check that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard W. Recher</title>
		<link>http://www.innismir.net/article/467/comment-page-1#comment-242</link>
		<dc:creator>Gerhard W. Recher</dc:creator>
		<pubDate>Fri, 19 Mar 2010 19:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.innismir.net/?p=467#comment-242</guid>
		<description>Hi Ben,

currently aprox. 46021 rows will be returned...

you may limit this by appendig a &amp;limit=0,1000 for the first 1000 items (syntax is like mysql sql syntax...)

but if you need qualified data for zeus tracking you may issue a narrowed query...

like: &amp;url=%bin will bring you mostly zeuss related items...

-- gerhard</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>currently aprox. 46021 rows will be returned&#8230;</p>
<p>you may limit this by appendig a &amp;limit=0,1000 for the first 1000 items (syntax is like mysql sql syntax&#8230;)</p>
<p>but if you need qualified data for zeus tracking you may issue a narrowed query&#8230;</p>
<p>like: &amp;url=%bin will bring you mostly zeuss related items&#8230;</p>
<p>&#8211; gerhard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
