<?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>evardsson.com: stuff that w0rks &#187; Analysis</title>
	<atom:link href="http://www.evardsson.com/blog/tag/analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evardsson.com/blog</link>
	<description>tweaks and hacks, php, python, music, home and ???</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:25:27 +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>Botnet on port 23130?</title>
		<link>http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/</link>
		<comments>http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 04:07:01 +0000</pubDate>
		<dc:creator>Sjan Evardsson</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Botnet]]></category>

		<guid isPermaLink="false">http://www.evardsson.com/blog/?p=378</guid>
		<description><![CDATA[Yesterday evening my roommate&#8217;s machine was botted. I got a text message to my phone from Pingdom that my site was down and I did a bit of digging and found that his machine had somewhere in the range of 80-100 open outbound connections at all times. I notified him and he immediately went to [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday evening my roommate&#8217;s machine was botted. I got a text message to my phone from Pingdom that my site was down and I did a bit of digging and found that his machine had somewhere in the range of 80-100 open outbound connections at all times.</p>
<p>I notified him and he immediately went to <a href="http://housecall.trendmicro.com/">TrendMicro House Call</a> to clean it up. He said it found &#8220;a few things,&#8221; but he didn&#8217;t  note what they were, nor did he try to isolate them so I could attempt to decompile and inspect them. Ah well, such is the world, and he had work he needed to be able to finish with his machine.</p>
<p>The odd thing was, once his machine was cleaned and no longer in contact I began to get a flood of TCP SYN packets and UDP packets to the server on port 23130. The size of the UDP packets (between 75 and 196 bytes) leads me to believe they were some sort of botnet commands, while the TCP SYN packets were bots trying to reconnect to their lost buddy. This definitely did not have the marks of a DDoS of any sort, as once the bot on the Windows machine was stopped (and I once again had outbound bandwidth) the packets were hitting the server in a fairly steady fashion, but not in any kind of flooding behavior. In other words, each host was trying no more than 5 times to connect via TCP and no host sent 2 identical UDP packets in a row. The reason they were hitting the server is that the packets were being sent to a specific IP address, and trying to create a new connection with that IP means you are trying to connect to the server. Without the established connections in NAT on the router, all these packets were going to the server. Unfortunately the server in question is not beefy enough to run tcpdump, even for a few minutes, and trying to alter my network enough to get my laptop in where it could sniff the packets was out of the question.</p>
<p>While I didn&#8217;t have tcpdumps or even extensive firewall logs I did have the abbreviated logging that takes place in messages. (I also had dmesg logs to look at, but I never realized until last night that dmesg logs are not timestamped. I wonder if that is a configuration error on my part. Right now I am too exhausted to try to figure that one out.) So, I had the log entries in /var/log/messages and there is plenty good information there &#8211; and here is what I saw, from the hours of Sep 18, 19:16:59 to Sep 19 03:06:49. (Note that the packets are still coming in, but now at a rate of somewhere around 2 attempts per hour.)</p>
<p>There were a total of 178,335 TCP SYN packets to port 23130, along with 33,894 UDP packets to the same port. These requests came from 1,994 unique IP addresses. Below are some interesting statistics.</p>
<table border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr>
<th colspan="3" align="center">Top ISPs by number of unique hosts</th>
</tr>
<tr>
<th>ISP</th>
<th>Country</th>
<th>Hosts</th>
</tr>
<tr>
<td>Comcast Cable Communications</td>
<td>United States</td>
<td align="right">129</td>
</tr>
<tr>
<td>Abovenet Communications, Inc</td>
<td>United States</td>
<td align="right">119</td>
</tr>
<tr>
<td>Road Runner HoldCo LLC</td>
<td>United States</td>
<td align="right">92</td>
</tr>
<tr>
<td>AT&amp;T</td>
<td>United States</td>
<td align="right">77</td>
</tr>
<tr>
<td>Shaw Communications Inc.</td>
<td>Canada</td>
<td align="right">51</td>
</tr>
<tr>
<td>Verizon Internet Services Inc.</td>
<td>United States</td>
<td align="right">41</td>
</tr>
<tr>
<td>Cox Communications Inc.</td>
<td>Canada</td>
<td align="right">34</td>
</tr>
<tr>
<td>Rogers Cable Communications Inc.</td>
<td>Canada</td>
<td align="right">26</td>
</tr>
<tr>
<td>Bell Canada</td>
<td>Canada</td>
<td align="right">19</td>
</tr>
<tr>
<td>Charter Communications</td>
<td>United States</td>
<td align="right">19</td>
</tr>
</tbody>
</table>
<table border="1" cellspacing="0" cellpadding="3">
<tbody>
<tr>
<th colspan="2" align="center">All countries by number of unique hosts</th>
</tr>
<tr>
<th>Country</th>
<th>Hosts</th>
</tr>
<tr>
<td>United States</td>
<td align="right">643</td>
</tr>
<tr>
<td>Canada</td>
<td align="right">152</td>
</tr>
<tr>
<td>United Kingdom</td>
<td align="right">135</td>
</tr>
<tr>
<td>India</td>
<td align="right">117</td>
</tr>
<tr>
<td>China</td>
<td align="right">67</td>
</tr>
<tr>
<td>Philippines</td>
<td align="right">65</td>
</tr>
<tr>
<td>Australia</td>
<td align="right">62</td>
</tr>
<tr>
<td>Malaysia</td>
<td align="right">39</td>
</tr>
<tr>
<td>Japan</td>
<td align="right">33</td>
</tr>
<tr>
<td>Russian Federation</td>
<td align="right">32</td>
</tr>
<tr>
<td>Mauritius</td>
<td align="right">30</td>
</tr>
<tr>
<td>Netherlands</td>
<td align="right">30</td>
</tr>
<tr>
<td>Portugal</td>
<td align="right">27</td>
</tr>
<tr>
<td>Uruguay</td>
<td align="right">25</td>
</tr>
<tr>
<td>Pakistan</td>
<td align="right">22</td>
</tr>
<tr>
<td>United Arab Emirates</td>
<td align="right">22</td>
</tr>
<tr>
<td>Spain</td>
<td align="right">21</td>
</tr>
<tr>
<td>Greece</td>
<td align="right">21</td>
</tr>
<tr>
<td>Romania</td>
<td align="right">19</td>
</tr>
<tr>
<td>Thailand</td>
<td align="right">19</td>
</tr>
<tr>
<td>Poland</td>
<td align="right">19</td>
</tr>
<tr>
<td>Saudi Arabia</td>
<td align="right">18</td>
</tr>
<tr>
<td>Germany</td>
<td align="right">18</td>
</tr>
<tr>
<td>France</td>
<td align="right">18</td>
</tr>
<tr>
<td>Bulgaria</td>
<td align="right">16</td>
</tr>
<tr>
<td>Norway</td>
<td align="right">16</td>
</tr>
<tr>
<td>Singapore</td>
<td align="right">16</td>
</tr>
<tr>
<td>Korea, Republic of</td>
<td align="right">15</td>
</tr>
<tr>
<td>Taiwan, Province of China</td>
<td align="right">13</td>
</tr>
<tr>
<td>Brazil</td>
<td align="right">13</td>
</tr>
<tr>
<td>Viet Nam</td>
<td align="right">12</td>
</tr>
<tr>
<td>Italy</td>
<td align="right">11</td>
</tr>
<tr>
<td>Turkey</td>
<td align="right">11</td>
</tr>
<tr>
<td>Mexico</td>
<td align="right">10</td>
</tr>
<tr>
<td>Sweden</td>
<td align="right">9</td>
</tr>
<tr>
<td>Croatia</td>
<td align="right">9</td>
</tr>
<tr>
<td>Finland</td>
<td align="right">9</td>
</tr>
<tr>
<td>Israel</td>
<td align="right">9</td>
</tr>
<tr>
<td>Ukraine</td>
<td align="right">8</td>
</tr>
<tr>
<td>Hong Kong</td>
<td align="right">7</td>
</tr>
<tr>
<td>Ireland</td>
<td align="right">7</td>
</tr>
<tr>
<td>Argentina</td>
<td align="right">7</td>
</tr>
<tr>
<td>Switzerland</td>
<td align="right">6</td>
</tr>
<tr>
<td>Denmark</td>
<td align="right">6</td>
</tr>
<tr>
<td>Estonia</td>
<td align="right">6</td>
</tr>
<tr>
<td>Cyprus</td>
<td align="right">6</td>
</tr>
<tr>
<td>Czech Republic</td>
<td align="right">5</td>
</tr>
<tr>
<td>Kazakhstan</td>
<td align="right">5</td>
</tr>
<tr>
<td>Chile</td>
<td align="right">5</td>
</tr>
<tr>
<td>Qatar</td>
<td align="right">5</td>
</tr>
<tr>
<td>Belgium</td>
<td align="right">5</td>
</tr>
<tr>
<td>Sri Lanka</td>
<td align="right">5</td>
</tr>
<tr>
<td>Latvia</td>
<td align="right">4</td>
</tr>
<tr>
<td>Iran, Islamic Republic of</td>
<td align="right">4</td>
</tr>
<tr>
<td>Indonesia</td>
<td align="right">3</td>
</tr>
<tr>
<td>New Zealand</td>
<td align="right">3</td>
</tr>
<tr>
<td>Slovakia</td>
<td align="right">3</td>
</tr>
<tr>
<td>Dominican Republic</td>
<td align="right">3</td>
</tr>
<tr>
<td>Serbia</td>
<td align="right">3</td>
</tr>
<tr>
<td>El Salvador</td>
<td align="right">3</td>
</tr>
<tr>
<td>Slovenia</td>
<td align="right">3</td>
</tr>
<tr>
<td>Unknown</td>
<td align="right">2</td>
</tr>
<tr>
<td>Kuwait</td>
<td align="right">2</td>
</tr>
<tr>
<td>Trinidad and Tobago</td>
<td align="right">2</td>
</tr>
<tr>
<td>Brunei Darussalam</td>
<td align="right">2</td>
</tr>
<tr>
<td>Costa Rica</td>
<td align="right">2</td>
</tr>
<tr>
<td>Bangladesh</td>
<td align="right">2</td>
</tr>
<tr>
<td>Venezuela, Bolivarian Republic of</td>
<td align="right">2</td>
</tr>
<tr>
<td>Hungary</td>
<td align="right">2</td>
</tr>
<tr>
<td>Moldova, Republic of</td>
<td align="right">2</td>
</tr>
<tr>
<td>Barbados</td>
<td align="right">2</td>
</tr>
<tr>
<td>Puerto Rico</td>
<td align="right">2</td>
</tr>
<tr>
<td>Aruba</td>
<td align="right">1</td>
</tr>
<tr>
<td>Malta</td>
<td align="right">1</td>
</tr>
<tr>
<td>Ecuador</td>
<td align="right">1</td>
</tr>
<tr>
<td>Bahamas</td>
<td align="right">1</td>
</tr>
<tr>
<td>Austria</td>
<td align="right">1</td>
</tr>
<tr>
<td>Peru</td>
<td align="right">1</td>
</tr>
<tr>
<td>Montenegro</td>
<td align="right">1</td>
</tr>
<tr>
<td>Angola</td>
<td align="right">1</td>
</tr>
<tr>
<td>Guatemala</td>
<td align="right">1</td>
</tr>
<tr>
<td>Paraguay</td>
<td align="right">1</td>
</tr>
<tr>
<td>Antigua and Barbuda</td>
<td align="right">1</td>
</tr>
<tr>
<td>Lithuania</td>
<td align="right">1</td>
</tr>
<tr>
<td>South Africa</td>
<td align="right">1</td>
</tr>
<tr>
<td>Palestinian Territory, Occupied</td>
<td align="right">1</td>
</tr>
<tr>
<td>Aland Islands</td>
<td align="right">1</td>
</tr>
<tr>
<td>Macao</td>
<td align="right">1</td>
</tr>
<tr>
<td>Jamaica</td>
<td align="right">1</td>
</tr>
<tr>
<td>Honduras</td>
<td align="right">1</td>
</tr>
<tr>
<td>Oman</td>
<td align="right">1</td>
</tr>
<tr>
<td>Iceland</td>
<td align="right">1</td>
</tr>
<tr>
<td>Guam</td>
<td align="right">1</td>
</tr>
<tr>
<td>Bahrain</td>
<td align="right">1</td>
</tr>
<tr>
<td>Albania</td>
<td align="right">1</td>
</tr>
<tr>
<td>Nepal</td>
<td align="right">1</td>
</tr>
<tr>
<td>Luxembourg</td>
<td align="right">1</td>
</tr>
<tr>
<td>Iraq</td>
<td align="right">1</td>
</tr>
<tr>
<td>Afghanistan</td>
<td align="right">1</td>
</tr>
</tbody>
</table>
<p>Edit: Mostly I am curious about the botnet in question. If anyone comes across a bot that is communicating on port 23130 please let me know what you find out about it.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Botnet+on+port+23130%3F+http://g9b5e.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;submitHeadline=Botnet+on+port+23130%3F" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;submitHeadline=Botnet+on+port+23130%3F" title="Post to Yahoo Buzz">Buzz This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to Delicious"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to Digg"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Botnet+on+port+23130%3F&amp;link=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/" title="Post to Ping.fm"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Botnet+on+port+23130%3F&amp;link=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/" title="Post to Ping.fm">Ping This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to Reddit"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to StumbleUpon"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/&amp;title=Botnet+on+port+23130%3F" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.evardsson.com/blog/2009/09/19/botnet-on-port-23130/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Root Servers Attacked</title>
		<link>http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/</link>
		<comments>http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 03:46:23 +0000</pubDate>
		<dc:creator>Sjan Evardsson</dc:creator>
				<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/</guid>
		<description><![CDATA[At least 3 of the 13 global root servers were briefly overwhelmed in a sustained attack last night, lasting, in some cases, as long as 12 hours. Looking at the RIPE NCC DNS monitoring service it seems that 2 of them, G (US Dept of Defense) and L (ICANN) were having the most difficulty dealing [...]]]></description>
			<content:encoded><![CDATA[<p>At least 3 of the 13 global root servers were briefly overwhelmed in a sustained attack last night, lasting, in some cases, as long as 12 hours. Looking at the <a href="http://dnsmon.ripe.net/dns-servmon/domain/plot?domain=root&amp;day=5&amp;month=2&amp;year=2007&amp;hour=16&amp;period=48h&amp;plot%2F=SHOW">RIPE NCC DNS monitoring service</a> it seems that 2 of them, <a href="http://dnsmon.ripe.net/dns-servmon/server/plot?server=g.root-servers.net&amp;type=drops&amp;tstart=1170691200&amp;tstop=1170810256">G (US Dept of Defense)</a> and <a href="http://dnsmon.ripe.net/dns-servmon/server/plot?server=l.root-servers.net&amp;type=drops&amp;tstart=1170691200&amp;tstop=1170810256">L (ICANN)</a> were having the most difficulty dealing with and recovering from the attack.</p>
<p>At this point the attacks seem to have been aimed at UltraDNS, which primarily handles traffic for .org sites.</p>
<p>While there is as yet no mention of who is suspected or what their motives may be, there was a <a href="http://blog.washingtonpost.com/securityfix/2006/05/blue_security_surrenders_but_s.html">similar attack last year</a> on UltraDNS.</p>
<p><a href="http://hosted.ap.org/dynamic/stories/I/INTERNET_ATTACKS?SITE=WIRE&amp;SECTION=HOME&amp;TEMPLATE=DEFAULT">The AP&#8217;s report is here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/DNS" class="performancingtags" rel="tag">DNS</a>, <a href="http://technorati.com/tag/UltraDNS" class="performancingtags" rel="tag">UltraDNS</a>, <a href="http://technorati.com/tag/security" class="performancingtags" rel="tag">security</a>, <a href="http://technorati.com/tag/analysis" class="performancingtags" rel="tag">analysis</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=DNS+Root+Servers+Attacked+http://h36sx.th8.us" title="Post to Twitter"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;submitHeadline=DNS+Root+Servers+Attacked" title="Post to Yahoo Buzz"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;submitHeadline=DNS+Root+Servers+Attacked" title="Post to Yahoo Buzz">Buzz This Post</a> <a class="tt" href="http://delicious.com/post?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to Delicious"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to Delicious">Delicious</a> <a class="tt" href="http://digg.com/submit?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to Digg"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to Digg">Digg This Post</a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=DNS+Root+Servers+Attacked&amp;link=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/" title="Post to Ping.fm"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=DNS+Root+Servers+Attacked&amp;link=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/" title="Post to Ping.fm">Ping This Post</a> <a class="tt" href="http://reddit.com/submit?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to Reddit"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to Reddit">Reddit</a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to StumbleUpon"><img class="nothumb" src="http://www.evardsson.com/blog/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/&amp;title=DNS+Root+Servers+Attacked" title="Post to StumbleUpon">Stumble This Post</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.evardsson.com/blog/2007/02/06/dns-root-servers-attacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
