<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.1.3" --><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Network Administrator</title>
		<link>http://blogs.techrepublic.com.com/networking</link>
		<description />
		<pubDate>Tue, 06 Jan 2009 14:12:18 +0000</pubDate>
		<generator>http://wordpress.org/?v=2.1.3</generator>
		<language>en</language>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/techrepublic/networking" type="application/rss+xml" /><item>
			<title>SSL: Really broken this time</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/502880755/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=776#comments</comments>
			<pubDate>Sun, 04 Jan 2009 23:16:38 +0000</pubDate>
			<dc:creator>Michael Kassner</dc:creator>
			<category><![CDATA[General]]></category>
			<category><![CDATA[security]]></category>
			<category><![CDATA[cybercrime]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=776</guid>
			<description><![CDATA[Cryptographers have exploited a known weakness in the MD5 algorithm, allowing them to create forged digital certificates. Doing so potentially trashes any security provided by the HTTPS protocol.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=f220eaf5492171f5410db51a5de44e5a&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=f220eaf5492171f5410db51a5de44e5a&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=f220eaf5492171f5410db51a5de44e5a" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>Cryptographers have exploited a known weakness in the MD5 algorithm, allowing them to create forged digital certificates. Doing so potentially trashes any security provided by the HTTPS protocol.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
A part of SSL is broken, and that&#8217;s serious. Not being able to trust secure Web sites totally affects all of us, and I&#8217;d certainly be remiss if I didn&#8217;t make sure everyone understood what&#8217;s happening.</p>
<p>To begin with, it&#8217;s important to understand SSL certificates. If there&#8217;s any confusion, please refer to the following two articles that I wrote about SSL certificates: &#8220;<a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=640" title="Article">SSL/TLS Certificates: What You Need to Know</a>&#8221; and &#8220;<a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=644" title="Article">SSL/TLS Certificates: Perspectives Helps Authentication</a>.&#8221;</p>
<p>In the articles, I initially explain that untrusted certificates are insecure and ripe for phishing exploits. Simple because most of us just OK the untrusted certificate regardless of the warnings; we&#8217;re impatient and just want the Web page to be served up. That&#8217;s still a problem, but things just got a whole lot worse, and I&#8217;ll explain why in this article. A little background information first though.</p>
<p><strong>Creating SSL certificates</strong></p>
<p>I also mentioned in the articles that SSL certificates become trusted because they are provided by <a target="_blank" href="http://en.wikipedia.org/wiki/Certificate_authority" title="CA">Certificate Authorities</a> (CA) such as Verisign and Network Solutions. The logic behind all of this is quite simple. The CA authenticates the Web-site host so users can trust the secure Web sites provided by that particular hosting organization. People interested in cryptography call this a <a target="_blank" href="http://en.wikipedia.org/wiki/Chain_of_trust" title="Chain of trust">chain of trust</a> The research team that discovered how to break SSL has an excellent definition of SSL certificates in their article &#8220;<a target="_blank" href="http://www.win.tue.nl/hashclash/rogue-ca/" title="MD5">MD5 Considered Harmful Today</a>&#8220;:</p>
<blockquote><p><em>&#8220;A certificate is a document that contains both an identity and a public key, binding them together by a digital signature. This digital signature is created by an organization called a Certification Authority. This organization guarantees that upon creating the digital signature it has checked the identity of the public key owner (e.g. Web-site host) and it has checked that this public key owner is in possession of the corresponding private key.</em></p>
<p><em>Anybody in possession of the CA&#8217;s public key can verify the CA&#8217;s signature on the certificate. In this way the CA guarantees that the public key in the certificate belongs to the individual whose identity is in the same certificate.&#8221;</em></p></blockquote>
<p>To avoid confusion, I wanted to clarify that SSL certificates are a subset of digital signatures. With that in mind, I&#8217;d like to continue using the term digital signature since the researchers do as well.</p>
<p><strong>Why are digital signatures used?</strong></p>
<p>I thought it might be a good idea to review why digital signatures are important to SSL. Digital signatures are used to create the chain of trust I mentioned earlier. The way digital signatures accomplish this is through the use of public-key cryptography. Public-key cryptography can be a whole discussion in itself, so please refer to the RSA article &#8220;<a target="_blank" href="http://www.rsa.com/rsalabs/node.asp?id=2165" title="PKI">What Is Public-Key Cryptography</a>&#8221; for a helpful definition.</p>
<p>With public-key cryptography, we start to see how information from a CA if signed with its private key (something that only it has) is one method for the CA to prove its identity. This verification process consists of two parts &#8212; signature generation and signature confirmation:</p>
<ul>
<li>Digital signature generation is the result of hashing the message (consisting of the CA&#8217;s identity and the public key of the Web-site host) with the CA&#8217;s private key.</li>
<li>Digital signature confirmation is accomplished by the Web browser during the HTTPS handshake between it and the secure Web site.</li>
</ul>
<p>If everything is working properly, the Web browser will use the CA&#8217;s public key to decrypt the digital signature and verify the CA&#8217;s identity against the list of CA signature files (almost 300 to date) encoded in the Web-browser application.</p>
<p>Once the identity is confirmed the Web browser can initiate a SSL tunnel with the Web site using the public key sent in the CA&#8217;s digital signature. The following diagram depicts the normal HTTPS handshake (courtesy of the research team):</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/normal-cert.png" title="normal-cert.png"><img src="http://blogs.techrepublic.com.com/networking/images/normal-cert.png" alt="normal-cert.png" /></a></p>
<h6>Trusted certificates are no longer a sure thing.</h6>
<p>All is not well with the supposedly secure connections between Web browsers and Web sites using HTTPS. As is typical with IT security and especially cryptography, protocols and concepts that have been around for a long time slowly start to cause trouble. In this case the <a target="_blank" href="http://en.wikipedia.org/wiki/MD5" title="md5">MD5</a> algorithm is one of those old timers.</p>
<p>The following is a brief outline of the attack taken from the article &#8220;<a target="_blank" href="http://www.win.tue.nl/hashclash/rogue-ca/" title="Article">MD5 Considered Harmful Today</a>,&#8221; written by the team of cryptographers who discovered the potential exploit. The team consisted of Alexander Sotirov, Marc Stevens, Jacob Appelbaum, Arjen Lenstra, David Molnar, Dag Arne Osvik, and Benne de Weger:</p>
<blockquote><p><em>&#8220;Our attack scenario basically is as follows. We request a legitimate website certificate from a commercial Certification Authority trusted by all common browsers. Since the request is legitimate, the CA signs our certificate and returns it to us.</em></p>
<p><em>We have picked a CA that uses the MD5 hash function to generate the signature of the certificate, which is important because our certificate request has been crafted to result in an MD5 collision with a second certificate. This second certificate is not a website certificate, but an intermediary CA certificate that can be used to sign arbitrary other website certificates we want to issue.</em></p>
<p><em>Since the MD5 hashes of both the legitimate and the rogue certificates are the same, the digital signature obtained from the commercial CA can simply be copied into our rogue CA certificate and it will remain valid.&#8221;</em></p></blockquote>
<p><strong>Collisions are bad</strong></p>
<p>As with many cryptographic concepts, encryption-based security relies on the fact that huge amounts of time and/or money are required to come up with a solution or in this case a collision. The term is actually appropriate, since a collision occurs when two different hashed entities like digital signatures end up being identical.</p>
<p>Since the strength of a digital signature is entirely based on the premise that it&#8217;s virtually impossible to have two identical digital signatures, collisions are a bad thing. Now guess what the researchers have been able to do. That&#8217;s right; they were able to figure out how to generate collisions for known hashes.</p>
<p>More importantly their approach doesn&#8217;t take that long and is definitely low budget. The research team used <a target="_blank" href="http://people.epfl.ch/arjen.lenstra" title="Arjen">Arjen Lenstra&#8217;s</a> Playstation lab at <a target="_blank" href="http://www.epfl.ch/" title="EPFL">EPFL</a>, which consists of 200 PS3s as shown in the image below (courtesy of Lenstra and EPFL):</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/ps3cluster.png" title="ps3cluster.png"><img src="http://blogs.techrepublic.com.com/networking/images/ps3cluster.png" alt="ps3cluster.png" /></a></p>
<p>I&#8217;d like to once again refer you to the article &#8220;<a target="_blank" href="http://www.win.tue.nl/hashclash/rogue-ca/" title="Article">MD5 Considered Harmful Today</a>,&#8221; as the researchers do a much better job explaining the details of how they were able to reliably locate MD5 collisions.</p>
<p><strong>What&#8217;s it all mean?</strong></p>
<p>It means an attacker could mimic a secure Web site like Amazon.com, and there wouldn&#8217;t be any indication that the displayed Web pages weren&#8217;t from Amazon&#8217;s Web server. The URL would have https in it, the lock would shut, and the user would be none the wiser. Needless to say that sounds scary; still this exploit by itself is almost useless.</p>
<p>So what&#8217;s the problem? It becomes a huge concern when the MD5 collision exploit is used in concert with exploits that redirect traffic. Consider a blended attack that uses <a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=622" title="Kaminsky bug">Kaminsky&#8217;s bug</a> and the MD5 collision exploit. The attack could consist of redirecting a user to a malicious Web site that is mimicking the user&#8217;s bank portal.</p>
<p>Another attack vector could consist of two parts. First subvert a network by using the <a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=774" title="DNS Changer">DNS Changer trojan</a>. Ultimately service up fake DNS records, which happen to point a user&#8217;s Web browser to malicious Web sites, and well, you know the rest. The following diagram (courtesy of the research team) outlines the steps required to carry out a redirection/MD5 collision attack:</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/redirected-cert.png" title="redirected-cert.png"><img src="http://blogs.techrepublic.com.com/networking/images/redirected-cert.png" alt="redirected-cert.png" /></a></p>
<p><strong>How to fix the problem?</strong></p>
<p>That&#8217;s a good question. There&#8217;s woefully little that we as users can do to prevent these types of exploits. Just understanding what&#8217;s happening is our best defense at this time. So I wanted to make sure everyone knew where these digital signature files were located in the various Web browsers. Pay particular attention to the signature algorithm. That&#8217;s the private key algorithm CAs use to generate the digital signature file. The steps listed below show where the files are located in the Internet Explorer and FireFox browsers:</p>
<p><strong>Internet Explorer</strong></p>
<p>1. Start Internet Explorer.</p>
<p>2. Go to Tools and click on Internet Options.</p>
<p>3. Go to the Content tab and click the Certificates button.</p>
<p>4. Select the Trusted Root Certification Authorities tab.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/ie1.JPG" title="ie1.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/ie1.JPG" alt="ie1.JPG" /></a></p>
<p>5. Double-click a certificate of interest.</p>
<p>6. Select the Details tab and check the Signature algorithm.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/ie2.JPG" title="ie2.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/ie2.JPG" alt="ie2.JPG" /></a></p>
<p><strong>FireFox</strong></p>
<p>1. Start FireFox.</p>
<p>2. Go to Tools and click on Options.</p>
<p>3. Go to Advanced and click on the Encryption tab.</p>
<p>4. Click on View Certificates and select the Authorities tab.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/ff1.JPG" title="ff1.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/ff1.JPG" alt="ff1.JPG" /></a></p>
<p>5. Highlight a certificate of interest and click View.</p>
<p>6. Choose the Details tab and check the Certificate Signature Algorithm.</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/ff2.JPG" title="ff2.JPG"><img src="http://blogs.techrepublic.com.com/networking/images/ff2.JPG" alt="ff2.JPG" /></a></p>
<p>If you notice, in the above examples I kept highlighting the Equifax certificate. This particular certificate was the one exploited by the researchers. As you can see, Equifax is using MD5 as the signature algorithm.</p>
<p>This is where users have an option. If the SSL certificate is signed by a CA that&#8217;s still using MD5, the collision exploit is entirely possible. If the CA uses SHA-1 for its signature algorithm, the SSL certificates are not affected by this exploit. At least as of yet, there is some concern as SHA-1 has a similar collision problem.</p>
<p><strong>Final thoughts</strong></p>
<p>Whew, yet another major Internet issue that leaves users vulnerable to some potentially heavy-duty exploits. As with the DNS vulnerability, users are pretty much at the mercy of others as to when and how this gets fixed. Hopefully Certificate Authorities and Web hosts will stop using MD5 and even <a target="_blank" href="http://en.wikipedia.org/wiki/SHA1" title="sha-1">SHA-1</a>, switching to <a target="_blank" href="http://en.wikipedia.org/wiki/SHA1" title="sha-2">SHA-2</a>, which raises the bar and is recommended by the research team that found this flaw in SSL.</p>
<p>One thing I see in our favor is that on-line retailers will certainly drive these changes, because they certainly don&#8217;t want to lose our business.</p>
<p>Need help keeping systems connected and running at high efficiency? Delivered Monday and Wednesday, TechRepublic&#8217;s Network Administrator newsletter has the tips and tricks you need to better configure, support, and optimize your network. <a target="_blank" href="http://nl.com.com/MiniFormHandler?brand=techrepublic&amp;list_id=e102" title="Sign Up">Automatically sign up</a> today!</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=f220eaf5492171f5410db51a5de44e5a&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=f220eaf5492171f5410db51a5de44e5a&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=f220eaf5492171f5410db51a5de44e5a" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/502880755" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=776</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=776</feedburner:origLink></item>
		<item>
			<title>The issue of remote access software and vigilance</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/502864118/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=775#comments</comments>
			<pubDate>Sun, 04 Jan 2009 22:40:40 +0000</pubDate>
			<dc:creator>Rick Vanover</dc:creator>
			<category><![CDATA[Remote Access]]></category>
			<category><![CDATA[Dial-in VPN]]></category>
			<category><![CDATA[System Administration]]></category>
			<category><![CDATA[network tools]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=775</guid>
			<description><![CDATA[Protecting the network from the inside out is a task of eternal vigilance. In this blog post, Rick Vanover takes a look at some particular tools that are used for console access over the Internet and their position in network policy.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=dd80f006258f117b7d442b76279c4b41&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=dd80f006258f117b7d442b76279c4b41&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=dd80f006258f117b7d442b76279c4b41" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>Protecting the network from the inside out is a task of eternal vigilance. In this blog post, Rick Vanover takes a look at some particular tools that are used for console access over the Internet and their position in network policy.</em><br />
—————————————————————————————————————</p>
<p>In protecting access to internal networks from the outside, sometimes we need to look at just what is occurring on the inside to get a good picture of what is going on. In particular, I want to focus in this post on Web-based remote access services. Don’t get me wrong &#8211; these services are great &#8212; I support a lot of my family with services like <a href="https://secure.logmein.com/products/free/">LogMeIn’s Free</a> product. I like these tools because they are incredibly easy to use, they always work, and they work with any Internet connection. This is where my issue starts to take shape.</p>
<p>Web-based remote access software is brilliant in that it generally connects with outbound HTTPS traffic to the Web site that manages the service. The requesting client connects to the same Web site to authenticate initially and usually authenticate back down to the computer hosting the remote access. All traffic is usually SSL encrypted, and the services usually offer mechanisms that protect against authentication failures as well as a configurable authentication.</p>
<p>The products are good, but there is a very clear dividing line between the small office and home office (SOHO) and the enterprise on these tools. The SOHO can’t live without these tools. These products are simply a requirement. One good example in experience I had was providing full IT support for a church. Without these tools, the task would be futile as there were no funds available for any purchases.</p>
<p>The enterprise blocks these Web sites for outbound traffic without question. Tools beyond LogMeIn include GoToMyPc, WebEx, Bomgar, Goverlan, Remoteus, eBLVD, and more. Many of them may work in different mechanisms than LogMeIn, but it is important to know the field. For enterprise networks, users are crafty and may sign up for one of the services for a trial. What can be even worse is when these services are purchased autonomously from IT’s assistance.</p>
<p>What is your take on using these services? The arguments are plenty. These tools can allow information to leak from an organization, allow users to bypass Web policies, and possibly allow unknown individuals to be given console access on a system on your network. Share your comments below on how you address these Web-based remote access services.</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=dd80f006258f117b7d442b76279c4b41&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=dd80f006258f117b7d442b76279c4b41&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=dd80f006258f117b7d442b76279c4b41" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/502864118" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=775</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=775</feedburner:origLink></item>
		<item>
			<title>DNS Changer trojan: Latest variant is certainly unique</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/497973140/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=774#comments</comments>
			<pubDate>Mon, 29 Dec 2008 19:00:06 +0000</pubDate>
			<dc:creator>Michael Kassner</dc:creator>
			<category><![CDATA[security]]></category>
			<category><![CDATA[antivirus]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=774</guid>
			<description><![CDATA[The developers of the DNS Changer trojan have been busy, three generations just in the past year. The newly released version is the one we need to worry about. Learn how to find and combat it. <br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=c733c2b70c643e40d4921ed48dc02ed3&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=c733c2b70c643e40d4921ed48dc02ed3&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=c733c2b70c643e40d4921ed48dc02ed3" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>The developers of the DNS Changer trojan have been busy, three generations just in the past year. The newly released version is the one we need to worry about. Learn how to find and combat it.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
As the name implies <a target="_blank" href="http://isc.sans.org/diary.html?storyid=5434" title="SANS">DNS Changer (Trojan.Flush.M)</a> is a malware application that replaces the correct IP addresses used for the primary and secondary DNS servers with those designated by the attacker. Once that happens, any <a target="_blank" href="http://www.tcpipguide.com/free/t_DNSBasicNameResolutionTechniquesIterativeandRecurs.htm" title="name resolution">name resolution</a> that&#8217;s required will be directed toward the attacker&#8217;s DNS servers. Depending on the circumstances, the attacker&#8217;s DNS servers could respond with correct or incorrect DNS records.</p>
<p>Why you may ask? It&#8217;s all about deception. If the attackers have their DNS servers respond correctly for a majority of name resolution requests, most users aren&#8217;t going to suspect anything. Besides what the attackers really want are name resolution requests for legitimate Web sites that they have created malicious copies of.</p>
<p>If such a request is received, the attacker&#8217;s DNS server will then send the name record for the malicious Web site instead of the correct name record. Once the user&#8217;s Web browser downloads the fake Web site, it&#8217;s relatively easy to use one of several exploits to get personal information about the user or download additional malware.</p>
<p>This trojan has some notoriety in that DNS Changer targets Mac OS X as well as Windows operating systems. Some experts even say that DNS Changer influenced <a target="_blank" href="http://news.cnet.com/8301-1009_3-10110852-83.html" title="Apple">Apple to publically advise</a> (but quickly retract) Mac users that antivirus software might be a good idea.</p>
<p>What&#8217;s also interesting about DNS Changer is the fairly intense scrutiny that it&#8217;s received throughout its existence. By watching closely, security analysts are learning right along with the malware coders what works and what doesn&#8217;t when it comes to malware propagation.</p>
<p>Even with three different versions of DNS Changer, the results are always the same: Compromised computers are configured to use the attacker&#8217;s DNS servers. Like the analysts, it&#8217;s a good idea for all of us to understand how the trojan works, simply because increased awareness reduces our risk.</p>
<p><strong>Version 1</strong></p>
<p>Security analysts first noticed version 1 in January 2008. Version 1 tries to take advantage of users who are attempting to download movies from a Web site. It&#8217;s the typical scam where the Web site points out that a special file or codec needs to be installed on the user&#8217;s computer in order for the movie to play. In reality, the codec is the dropper that starts the installation of the trojan and after asking the user for admin rights will install DNS Changer on the computer.</p>
<p>Version 1 perplexed security analysts because it was almost totally benign. It changes the DNS settings on the computer under attack and reports back to specified command and control servers, and that&#8217;s it. Still version 1 made trojan history in that it targeted Apple as well as Microsoft operating systems.</p>
<p><strong>Version 2</strong></p>
<p>Version 2 surfaced around July 2008 using similar drive-by dropper techniques to get installed. After being installed on a computer, version 2 attempts to determine the management username and password of any gateway routers on the network. If DNS Changer successfully determines the admin credentials, it then has access to the gateway router&#8217;s Web-based configuration.</p>
<p>The next step is to change the gateway router&#8217;s DNS server settings to that of the attacker&#8217;s DNS servers. After which all the computers that receive DHCP leases from the gateway router will get erroneous DNS server IP addresses, and as with version 1 any name resolution requests will be sent to the attacker&#8217;s DNS server.</p>
<p>This tactic has merit if you think about it. Even if the trojan is removed from the computer name, resolution remains compromised, because the gateway router continues to advertise the attacker&#8217;s DNS servers. Still, this version is losing its appeal. People are starting to understand the need to change default settings on their network-management devices, which removes version 2&#8217;s attack vector.</p>
<p><strong>Version 3</strong></p>
<p>Version 3 was just discovered this month, and the malware coders seem to have gotten it right this time. The trojan sets up ndisprot.sys <a target="_blank" href="http://en.wikipedia.org/wiki/Network_Driver_Interface_Specification" title="NDIS">(NDIS protocol driver)</a> as a registered service, which in turn creates a working DHCP server on the compromised computer. The rogue DHCP server then tries to intercept <a target="_blank" href="http://www.tcpipguide.com/free/t_DHCPLeaseAllocationProcess-2.htm" title="DHCP">DHCPDISCOVER</a> packets from the remaining computers on the network, ultimately supplying the querying computer with DHCP responses containing IP addresses of the attacker&#8217;s DNS servers.</p>
<p>The trick here is for the rogue DHCP server to respond faster than the authorized DHCP server. If the DHCP client accepts the DHCP query response from the rogue DHCP server, it&#8217;s all over. The rogue DHCP server supplies an internal network IP address with a very long lease time as well as IP addresses for the attacker&#8217;s primary and secondary DNS server.</p>
<p>Version 3 has all sorts of implications. For example, what if a computer compromised with version 3 of DNS Changer connected to an open Wi-Fi hot spot? Any new arrivals may get erroneous DNS information from the rogue DHCP server. This variant also has a much better chance of succeeding, because it doesn&#8217;t have to try and guess default management credentials.</p>
<p><strong>Thing to watch out for</strong></p>
<p>SANS Internet Storm Center notes that &#8220;it&#8217;s probably wise to at least monitor traffic to 85.255.112.0 to .255, if not block it.&#8221; For now this appears to be the IP address range that&#8217;s being used by the malicious DNS servers. On individual computers, the user can easily <a target="_blank" href="http://www.more.net/technical/netserv/tcpip/viewip.html" title="ipconfig">determine the IP addresses</a> of the primary and secondary DNS servers by using the ipconfig (Windows), ifconfig (Linux), or system preferences (Mac).</p>
<p>As for rogue DHCP servers on the network, there are applications such as <a target="_blank" href="http://www.softpedia.com/get/Network-Tools/Network-IP-Scanner/DHCP-Find.shtml" title="DHCP finder">DHCP Find</a> that locate and report all pertinent information about any clandestine DHCP servers that are on the same network.</p>
<p>It appears that most antivirus applications have signatures for all three versions of DNS Changer, and that&#8217;s a good thing. So, make sure your AV application is up to date. Even so, please be cautious as DNS redirection can occur even if your computer is clean.</p>
<p><strong>Final thoughts</strong></p>
<p>All variations of DNS Changer are in the wild, but version 3 is the one to watch out for. If possible, I&#8217;d suggest setting up the computer&#8217;s working network interface to use static IP addresses for the DNS servers. <a target="_blank" href="http://www.opendns.com/" title="opendns">OpenDNS</a> is highly recommended for this, and their Web site explains exactly what to do. OpenDNS also eliminates several other potential problems such as <a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=622" title="Kaminskys bug">Kaminsky&#8217;s bug</a>.</p>
<p>If static DNS server IP addresses aren&#8217;t an option, typical of larger networks, the monitoring of traffic destined for the 85.255.112.0 to .255 subnet becomes important. Using some sort of rogue DHCP server monitor is also equally important.</p>
<p>Need help keeping systems connected and running at high efficiency? Delivered Monday and Wednesday, TechRepublic&#8217;s Network Administrator newsletter has the tips and tricks you need to better configure, support, and optimize your network. <a target="_blank" href="http://nl.com.com/MiniFormHandler?brand=techrepublic&amp;list_id=e102" title="sign up">Automatically sign up</a> today!</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=c733c2b70c643e40d4921ed48dc02ed3&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=c733c2b70c643e40d4921ed48dc02ed3&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=c733c2b70c643e40d4921ed48dc02ed3" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/497973140" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=774</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=774</feedburner:origLink></item>
		<item>
			<title>Enhance your skills and meet others: How to create a certification study group</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/497785933/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=770#comments</comments>
			<pubDate>Mon, 29 Dec 2008 14:00:19 +0000</pubDate>
			<dc:creator>Brad Bird</dc:creator>
			<category><![CDATA[General]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=770</guid>
			<description><![CDATA[Blogger Brad Bird describes how his local group of IT pros created a study group to help prepare for certification exams and stay current on technology. Read about his experience with the many benefits of user groups.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=4b1621f118110a6ca9722d37beedcba6&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=4b1621f118110a6ca9722d37beedcba6&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=4b1621f118110a6ca9722d37beedcba6" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>Brad Bird describes how his local group of IT pros created a study group to help prepare for certification exams and stay current on technology. Read about his experience with the many benefits of well-organized user groups and start one of your own. </em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Earlier this month, I blogged about leveraging your <a href="http://blogs.techrepublic.com.com/networking/?p=757" target="_blank">IT community resources with user groups</a>. In the Ottawa area, we created the Ottawa Windows Server User Group. In this group, meetings are held monthly to discuss topics of common interest as selected by the members or through member feedback. Guest presenters consist of members themselves, corporate sponsors, Microsoft IT Pro members, and external speakers.</p>
<p>From that initiative, the study group was born. The study group has the purpose of leveraging a group effort to achieve certification in a particular area. Groups that have been successfully held by the OWSUG covered the MCSE 2003 core server exam areas as well as the MCITP Enterprise Support Technician track for Windows Vista.</p>
<p>The study group meetings take place in a location to accommodate members. In our case, we were fortunate to have a Professional Training Center sponsor us and allow us the use of their classroom facilities in the evenings. Our sponsor is CTE Solutions. I will speak about our model in its current state to help guide you in creating a study group of your own in your local area. We have had much success with more than 65% of our study group attendees not only writing the certification exam but passing it and achieving certification.</p>
<p>The first thing I want to make clear is that study groups are an alternate form of the &#8220;self-study&#8221; methodology. They do not replace courses. In fact, courses reinforce what is learned at the study groups or vice-versa.</p>
<p>Once a topic is selected and the location is chosen, the topic materials are needed. This is usually where the study group members must kick in a fee. The fee covers the study group materials at a minimum. If the location is provided at a cost, this can be split among the members as part of the fee. (You may want to investigate free meeting spaces, such as those provided by a local public library.) The OWSUG has furthered the structure by requiring members to also front the cost of an exam voucher to actually attempt the certification exam. We also include a nominal $50 to cover an end-of-session celebratory party with excess going to the OWSUG user group to cover overhead. The user group functions on a volunteer basis with minimal corporate funding from sponsorships, if available.</p>
<p>The topic material has typically been an &#8220;exam focused&#8221; book available from Amazon, Chapters, or any outlet. Corporate sponsors occasionally supply these to the group as well. Alternative materials can be used such as E-Learning, member-compiled materials, presentations, user group forums like TechRepublic, MyITForum, etc.</p>
<p>Once all this has been worked out, take the topic material and break it down into sessions. We have found that a time period of 10-15 weeks per certification study group is generally acceptable by all members. Break the members into teams of no fewer than four. In each team, assign a leader and alternate who are responsible to keep the team informed of status and schedule.</p>
<p>Each week, one team presents their assigned modules as per the schedule. This has MANY benefits. Some of which include public speaking, presentation skills, and, of course, learning the topics themselves!</p>
<p>The study group should typically have at least one mentor. The mentor can be someone who is senior and already has job knowledge of the subject matter or someone who is certified. In our case, CTE Solutions has occasionally had a Microsoft Certified Trainer from their staff attend some groups and offer perspective and further insights to the material.</p>
<p>Members are encouraged while they study to post questions and thoughts to forums like the ones we host on OWSUG, TechRepublic, or other newsgroups. Outside content, which can be helpful from these sources, is often pulled in to enhance the process.</p>
<p>Included in the schedule, try to target a time frame for members to actually book the certification exam. This group push really helps!</p>
<p>At the end of it all, host a scheduled party and tear loose!</p>
<p>How do you prepare for certification exams? What do you think of this suggestion? Share your thoughts.</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=4b1621f118110a6ca9722d37beedcba6&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=4b1621f118110a6ca9722d37beedcba6&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=4b1621f118110a6ca9722d37beedcba6" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/497785933" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=770</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=770</feedburner:origLink></item>
		<item>
			<title>Terminal Services Gateway is a good way to go for remote desktop</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/497491754/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=773#comments</comments>
			<pubDate>Mon, 29 Dec 2008 04:57:45 +0000</pubDate>
			<dc:creator>Rick Vanover</dc:creator>
			<category><![CDATA[Remote Access]]></category>
			<category><![CDATA[Dial-in VPN]]></category>
			<category><![CDATA[System Administration]]></category>
			<category><![CDATA[Infrastructure]]></category>
			<category><![CDATA[NAT]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=773</guid>
			<description><![CDATA[The Terminal Services Gateway is simply a HTTPS-based connection for remote desktop. It does this by providing native encryption, using port 443, allowing enhanced logging, policy configuration, and centrally controlling the remote desktop connections. The Terminal Services Gateway is a new role that is made available with Windows Server 2008, and it can provide some features that network administrators may be excited to use. <br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=b61c85b4614d4c8c6c14afcddcca3401&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=b61c85b4614d4c8c6c14afcddcca3401&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=b61c85b4614d4c8c6c14afcddcca3401" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>Remote desktop connections are common on most networks. Taking a closer look at the traffic patterns at remote desktop likely shows an area that can use a step up in security. In this blog, Rick Vanover discusses the Terminal Services Gateway.</em><br />
—————————————————————————————————————</p>
<p>The Terminal Services Gateway is simply a HTTPS-based connection for remote desktop. It does this by providing native encryption, using port 443, allowing enhanced logging, policy configuration, and central controlling of the remote desktop connections. The Terminal Services Gateway is a new role that is made available with Windows Server 2008, and it can provide some features that network administrators may be excited to use. The fundamental point is that the connections use port 443, instead of 3389, for traditional connections. With 443 being used, there is a certificate exchange, which is a good thing. Further, the Terminal Server Gateway’s Web front end can manage connections to resources on different networks that may contain NAT addresses, which when managed point-to-point from clients and VPN based connections could be a mess. With the Terminal Services Gateway, this can be consolidated to a single host that has specific rules that all clients come into and through with the certificate exchange.</p>
<p>Terminal Services Gateway sparked some interest in me while reading this <a href="http://blogs.msdn.com/ts/archive/2008/12/04/introduction-to-ts-gateway-certificates.aspx">MSDN blog</a> and in particular looking at the very handy chart of certificate types and RDP client levels. Luckily, having a private certificate authority infrastructure in place makes most things easy. But what got me on a tear about this entire configuration is that most organizations do point-to-point RDP. This configuration has very difficult traceability for connections across large environments as well as frequent over-assigning of permissions by group memberships to systems that are not needed. Lastly, the nice certificate exchange does not occur here either. The Terminal Services Gateway offers a next level of management for the RDP connections that are a requirement for infrastructure administrators and developers alike. This isn’t simply a right-click and we are there, however. The Terminal Services Gateway takes some planning and additional components, IIS for starters and some various Network Policy Services that are part of Windows Server 2008 as well.</p>
<p>It is worth going ahead and taking the time to configure the gateway for the enhanced security configuration. There may be some overlap and co-administration needed between the infrastructure administration and network administration teams, but the enhanced management and security of Terminal Services Gateway could be a welcome addition to securing this frequently used traffic on the internal network. More information on the Terminal Services Gateway can be found on the <a href="http://technet.microsoft.com/en-us/library/cc731264.aspx">TechNet Web site.</a></p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=b61c85b4614d4c8c6c14afcddcca3401&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=b61c85b4614d4c8c6c14afcddcca3401&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=b61c85b4614d4c8c6c14afcddcca3401" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/497491754" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=773</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=773</feedburner:origLink></item>
		<item>
			<title>TechRepublic’s networking host: My dream come true</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/494135467/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=771#comments</comments>
			<pubDate>Wed, 24 Dec 2008 15:44:56 +0000</pubDate>
			<dc:creator>Michael Kassner</dc:creator>
			<category><![CDATA[General]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=771</guid>
			<description><![CDATA[I've been living a dream this past year. Simply being here, having a great son, and writing about techy things for TechRepublic is something I'm very thankful for.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=a851d7d6787ce23a4f823d244bb20a21&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=a851d7d6787ce23a4f823d244bb20a21&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=a851d7d6787ce23a4f823d244bb20a21" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>I&#8217;ve been living a dream this past year. Simply being here, having a great son, and writing about techy things for TechRepublic is something I&#8217;m very thankful for.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>It&#8217;s not much of a secret that I&#8217;m a technology geek. I did the normal nerdy things in high school and college. You know, the carrying a slide rule in my pocket protector sort of thing. The strange part was my being totally enamored by grammar and writing. Talk about a double whammy: ever been ostracized by mainstream and geek types alike? I&#8217;d almost given up on writing for anyone other than myself. Fortunately for me, several TechRepublic editors took a chance on me a few years ago. Never doubt the courage of Jason, Toni, and Selena.</p>
<p>In the beginning, I stumbled around, patiently being mentored by TR editors and you, the members. Please know that I&#8217;m eternally grateful for all of you showing me the way. I think, no I know, I learned a great deal and hopefully it shows.</p>
<p><strong>That operation thing</strong></p>
<p>Remember I mentioned that I&#8217;m glad to even be here. Well, that&#8217;s because this time last year I was recovering from heart surgery, a triple bypass to be exact. I guess (being there in body, not sure where the mind was) the operation was anything but smooth. So, I owe my being alive to Dr. Emery and his amazing medical assistant Ms. Cadwell.</p>
<p>I&#8217;m proud to say that even under the influence of major pain killers I was totally geeked out by the networking and wireless equipment that were all around me. Just ask the hospital staff who took care of me. They showed amazing patience while under a constant barrage of questions from me. Ultimately, I even wrote an article about my experience titled, &#8220;<a href="http://blogs.techrepublic.com.com/wireless/?p=168" target="_blank" title="Surgery">Wireless Technology Played a Big Role in My Surgery</a>.&#8221;</p>
<p><strong>Proud parent</strong></p>
<p>Surviving a life-threatening surgery is what I would consider a major gift, yet it pales in comparison to the gifts my son gives me every day. For example when I was recovering, he uncomplainingly took care of me, went to college full time, and worked 35 to 40 hours a week. He even told me not to talk about this. Something about being embarrassed, but since when do I listen to anyone except my editors.</p>
<p><strong>TR members</strong></p>
<p>I&#8217;ve been involved with IT for longer than I care to admit, just because doing so makes me feel really old. Remember the discussion on the forum about punched cards and the &#8220;old fart&#8217;s club&#8221;? Having been around this long allows me to make somewhat informed hypotheses. One of which is that you the members of TechRepublic are by far the most knowledgeable and dare I say nerdy (good thing in my world) people that I know.</p>
<p>Wanting to understand all things about IT is a true kinship that I share with you the members. So please know that I especially appreciate your allowing me to tag along. In the year coming up I&#8217;d like to continue learning and sharing the amazing world of IT with you, but only with your help and patience.</p>
<p><strong>Final thoughts</strong></p>
<p>If there&#8217;s anything that I learned this year it&#8217;s to tell people you care about how you feel. Thus my wanting to make sure the TechRepublic staff, the TechRepublic members, and everyone who suffers through my writing understands how much I appreciate their allegiance. It&#8217;s a gift that I never thought I&#8217;d realize and will never disrespect. Thank you from my now well heart, and I wish the best of the New Year to everyone.</p>
<p>Need help keeping systems connected and running at high efficiency? Delivered Monday and Wednesday, TechRepublic&#8217;s Network Administrator newsletter has the tips and tricks you need to better configure, support, and optimize your network. <a href="http://nl.com.com/MiniFormHandler?brand=techrepublic&amp;list_id=e102" target="_blank" title="Sign Up"><em>Automatically sign up</em></a> today!</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=a851d7d6787ce23a4f823d244bb20a21&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=a851d7d6787ce23a4f823d244bb20a21&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=a851d7d6787ce23a4f823d244bb20a21" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/494135467" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=771</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=771</feedburner:origLink></item>
		<item>
			<title>A closer look at femtocells</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/493860136/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=769#comments</comments>
			<pubDate>Wed, 24 Dec 2008 08:01:22 +0000</pubDate>
			<dc:creator>Paul Mah</dc:creator>
			<category><![CDATA[Wireless]]></category>
			<category><![CDATA[mobile technology]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=769</guid>
			<description><![CDATA[Femtocell technology has been hailed as an alternative to deliver the advantages of fixed mobile convergence.  Poised for commercial launches by Telcos around the world in 2009, we take a closer look at this nascent new wireless mobile technology.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=decec41107ccc1d4db3764c9022ad9b7&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=decec41107ccc1d4db3764c9022ad9b7&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=decec41107ccc1d4db3764c9022ad9b7" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>Femtocell technology has been hailed as an alternative to deliver the advantages of fixed mobile convergence. Poised for commercial launches by telcos around the world in 2009, we take a closer look at this nascent new wireless mobile technology.</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I will be getting the hardware for my trial femtocell service from local telco <a target="_blank" href="http://www.starhub.com/">StarHub</a> tomorrow. This close to Christmas, unfortunately, means that I won&#8217;t be able to get my first hands-on impressions out on TechRepublic before the holidays.</p>
<p>However, I will use this time to first introduce femtocell and then follow up with a more detailed appraisal at the beginning of January.</p>
<h2><strong>What is femtocell?</strong></h2>
<p>A femtocell is a small cellular base station that connects to a mobile service provider&#8217;s network via a broadband connection. The actual number of mobile phones that can be supported per femtocell varies, but general consensus seems to peg it at between two to five phones &#8212; at least for the initial generation of equipment.</p>
<p>In a nutshell, a femtocell is a miniature version of the celco&#8217;s cellular base station that resides within your office or residence. Some see it as another way to deliver on the benefits of fixed mobile convergence without having to invest in dual-mode handsets or be mired with potential difficulties of getting handsets to work over disparate Wi-Fi access points.</p>
<p>Personally, I am just looking forward to more reliable mobile reception, which can get a little flaky at times in the high-rise apartment where I live.</p>
<h2><strong>How does femtocell work?</strong></h2>
<p>As I mentioned earlier, femtocell operates like a mini-cellular base station. When a registered mobile device is within the proximity of the femtocell, the handset will switch over transparently to the femtocell network. While connected to the femtocell, users can continue to use the mobile handset for all their usual voice and mobile data services, including sending text messages.</p>
<p>The only difference is that the traffic will be passed along the connected broadband network to the Telco&#8217;s mobile network infrastructure. As such, a femtocell will obviously not work if the Internet connectivity is down.</p>
<h2><strong>What is the value proposition of femtocell?</strong></h2>
<p>There are certainly a number of value propositions to using femtocell, be it within the confines of a city or in a more rural setting. Within a city, it would not be unusual to encounter parts of a building or office with poor or erratic reception. The presence of a femtocell unit would certainly reduce or eradicate these wireless &#8220;dead spots.&#8221; Rural areas that are too sparsely populated for base stations to be economical would certainly benefit from the presence of femtocells as well.</p>
<p>In an organization where I worked previously, we wanted to equip the delivery staff with handhelds linked to backend ERP servers via GPRS. Unfortunately, we realized that a big portion of the office was a cellular dead zone, and attempts by the telco to add in repeaters or reposition the local base station proved to be in vain. In such a scenario, the presence of a few femtocell base stations would certainly have come in handy.</p>
<h2><strong>Potential problems with femtocell</strong></h2>
<p>Some potential challenges that might hinder the success of femtocell deployments would be interference from other femtocell units or base stations. In addition, evidence ironically seems to suggest slightly higher battery consumption from mobile devices when connected to a femtocell, likely due to mobile devices increasing their transmit power as they detect the slightly weaker signals from the femtocell transmitters.</p>
<p>Other challenges come in the form of access controls issues &#8212; I certainly won&#8217;t want my neighbor&#8217;s phone using my Internet connection! Fortunately, StarHub addressed this issue by allowing only a whitelist of mobile numbers that the femtocell unit will accept.</p>
<p>According to Anil Nihalani, Head of Mobile and Communications, femtocell technology is a nascent technology where the standards are still evolving, though it is a fast-developing one, with new upgrades and functionalities. It is clear that the company has high hopes for the potential of femtocell.</p>
<p><strong>In conclusion</strong></p>
<p>One thing is for certain: femtocell is very new technology. When StarHub rolled out 3G femtocell services in November, it became the first to do so on a commercial, nation-wide level. Indeed, the general expectation is that 2009 will see more commercial launches around the world, though many networks are already involved in limited trials this year.</p>
<p>I&#8217;ll reserve the rest of my thoughts until I have used femtocell for a couple of weeks. In the meantime, do you see yourself benefiting from femtocell?</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=decec41107ccc1d4db3764c9022ad9b7&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=decec41107ccc1d4db3764c9022ad9b7&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=decec41107ccc1d4db3764c9022ad9b7" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/493860136" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=769</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=769</feedburner:origLink></item>
		<item>
			<title>Phorm’s Webwise: It’s back and gaining traction</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/492216449/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=768#comments</comments>
			<pubDate>Mon, 22 Dec 2008 13:14:41 +0000</pubDate>
			<dc:creator>Michael Kassner</dc:creator>
			<category><![CDATA[General]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=768</guid>
			<description><![CDATA[Michael Kassner has been keeping up with news about Phorm and Webwise. Webwise is a behavioral targeting application offered by Phorm, and now major ISPs are seriously considering using Webwise. Knowing what that means is important to all of us who care about privacy issues.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=751f8965a451a6860e2c22762469f1cc&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=751f8965a451a6860e2c22762469f1cc&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=751f8965a451a6860e2c22762469f1cc" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>I promised to keep everyone up to date about Phorm and Webwise. Well, they&#8217;re back, and major ISPs are seriously considering using Webwise. Knowing what that means is important to all of us.</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>It appears that the company <a target="_blank" href="http://www.phorm.com/" title="Phorm">Phorm</a> and its application <a target="_blank" href="http://www.webwise.com/" title="webwise">Webwise</a> are alive and well. Phorm and several major British ISPs are putting a new spin on Webwise and how it will make everyone&#8217;s Internet experience better. For instance this is <a target="_blank" href="http://www2.bt.com/static/i/btretail/webwise/" title="BT take">British Telecommunications Group&#8217;s</a> (BT) take on Webwise:</p>
<blockquote><p><em>&#8220;BT Webwise increases your protection against online fraud and makes ads that appear on participating websites more relevant to your interests. It&#8217;s completely free for BT Total Broadband customers and you don&#8217;t have to download or install any software for it to work.</em></p>
<p><em>BT Webwise automatically adds an additional layer of protection against online fraud by checking the sites you visit against a list of suspected fraudulent and untrustworthy websites. When you attempt to visit any website on the list, you&#8217;ll see a warning, so you can choose whether or not to visit it. It&#8217;s another way BT is helping to protect you online.&#8221;</em></p></blockquote>
<p><strong>It&#8217;s free?</strong></p>
<p>Webwise requires massive amounts of hardware and software to check every single bit of network traffic that passes through the ISP. So, if you&#8217;re wondering why an ISP would offer this service for free, wonder no longer. BT explains that your advertising (hint hint) experience will be more personal:</p>
<blockquote><p><em>&#8220;BT Webwise also personalizes the online advertising you see when browsing on participating websites by linking ads to your interests. For example, if you search for a weekend trip to Paris or visit pages related to Paris, BT Webwise would replace the standard ads that would normally appear with advertising relating to travel or hotels information. You won&#8217;t see any more adverts than you normally do &#8212; they&#8217;ll simply be more relevant.&#8221;</em></p></blockquote>
<p>The reason it&#8217;s free to the ISP members is that Webwise will become a major revenue stream for the ISP. As I understand the process, advertisers will pay Phorm and Phorm will then pay the ISPs. So, the ISPs are hoping that members will go along with it.</p>
<p><strong>Some history</strong></p>
<p>Back in July of this year I wrote two articles about new technology that has the potential to track and shape everyone&#8217;s Internet traffic. &#8220;<a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=609" title="DPI">Deep Packet Inspection: What You Need to Know</a>&#8221; discusses technology that enables real-time deep packet inspection (DPI) of traffic. DPI has allowed companies to develop behavioral targeting applications that can shape traffic and inject third-party vendor (TPV) advertisements. The article &#8220;<a target="_blank" href="http://blogs.techrepublic.com.com/networking/?p=612" title="Behavioral Targeting">Behavioral Targeting: What You Need to Know</a>&#8221; discusses one such company, Phorm, and its traffic-shaping application Webwise.</p>
<p>Just to keep all of us on the same page, a high-level view of behavioral targeting might be helpful. Briefly, behavioral targeting first determines what you like, based on where you go on the Internet. Then, behavioral targeting selects advertisements that are most likely to influence you, displaying them on the new Web pages you ask for.</p>
<p><strong>Back to the infamous cookie yet again</strong></p>
<p>If your ISP uses Webwise, your browser is given a cookie from the Webwise Web site, even though the Webwise site was never visited. This cookie contains a unique identifying number (UID), which identifies you to the advertising network. Then every time you surf to a new Web site, the UID along with information about that Web site is captured by Webwise. The UID is then compared to a database of previously visited Web sites and information about your browsing habits. After which Webwise will return what it considers relevant advertising information to your Web browser.</p>
<p>Phorm is supposedly making Webwise an opt-in option now, which appears to be satisfying some of the privacy advocates. The reason I say some is that Webwise still installs a UID cookie for every Web page that you visit, even if you have opted out. Webwise still has to monitor all your surfing as it&#8217;s the only way the application can read the opted-out status of the cookie.</p>
<p>Therein lays the crux of the matter &#8212; mission creep. The ISP and Phorm can potentially track your whole Internet experience. Since DPI is being used, the tracking and scanning of information isn&#8217;t limited to Web browsing. E-mail and virtually any traffic of interest could be captured and analyzed.</p>
<p><strong>Which ISPs are involved?</strong></p>
<p>As of now <a target="_blank" href="http://www2.bt.com/static/i/btretail/webwise/index.html" title="BT">BT</a>, <a target="_blank" href="http://www.virginmedia.com/customers/webwise.php" title="Virgin Media">Virgin Media</a>, and <a target="_blank" href="http://webwise.phorm.com/talktalk_webwise_pilot.php" title="Talk Talk">TalkTalk</a> have conducted tests or are in the process of testing. All indications are that the ISPs will in the near future launch the Webwise program.</p>
<p><strong>Preventative measures</strong></p>
<p>There are options that you can use to avoid behavioral targeting cookies and DPI scrutiny. Encrypted tunnels through your ISP disallow the installation of behavioral targeting cookies. Also using VPNs, whether they are IPsec, L2TP, or SSL, will negate any effort by DPI to decipher the encrypted traffic. E-mail is another subject, and once again the only sure way to ensure its privacy is to encrypt the message. There are not a whole lot of options, but that’s because behavioral targeting applications are being placed only one hop away from your network perimeter.</p>
<p><strong>Final thoughts</strong></p>
<p>Whether this technology gains traction or not is going to depend on the legality of it and whether people are comfortable with having their Internet experience monitored. It appears that the British government doesn&#8217;t consider it a <a target="_blank" href="http://www.theregister.co.uk/2008/09/22/bt_phorm_police_drop/" title="privacy">privacy</a> or <a target="_blank" href="http://www.publications.parliament.uk/pa/ld200708/ldhansrd/text/81118w0002.htm" title="copyright">copyright</a> issue. It will be interesting to see if the new spin Phorm is placing on Webwise will be sufficient to overcome member concern about privacy issues.</p>
<p>Regarding the members of the the three ISPs, I recently read the Register&#8217;s article &#8220;<a target="_blank" href="http://www.theregister.co.uk/2008/11/19/bt_phorm_censor/" title="Censor">BT Silences Customers over Phorm</a>.&#8221; One has to wonder about the logic behind that. I suspect it will be interpreted as BT having something to hide.</p>
<p>Need help keeping systems connected and running at high efficiency? Delivered Monday and Wednesday, TechRepublic&#8217;s Network Administrator newsletter has the tips and tricks you need to better configure, support, and optimize your network. <a target="_blank" href="http://nl.com.com/MiniFormHandler?brand=techrepublic&amp;list_id=e102" title="sign up"><em>Automatically sign up</em></a> today!</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=751f8965a451a6860e2c22762469f1cc&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=751f8965a451a6860e2c22762469f1cc&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=751f8965a451a6860e2c22762469f1cc" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/492216449" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=768</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=768</feedburner:origLink></item>
		<item>
			<title>Protocol control made easy for the SOHO</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/491981708/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=767#comments</comments>
			<pubDate>Mon, 22 Dec 2008 06:46:20 +0000</pubDate>
			<dc:creator>Rick Vanover</dc:creator>
			<category><![CDATA[General]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=767</guid>
			<description><![CDATA[Managing what network traffic occurs on a small office network is a great challenge. The Untangle gateway offers a free way to block certain protocols from being used on a network.<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=5a6766fcd85181d5f0b89fd923790870&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=5a6766fcd85181d5f0b89fd923790870&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=5a6766fcd85181d5f0b89fd923790870" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>Managing what network traffic occurs on a small office network is a great challenge. The Untangle gateway offers a free way to block certain protocols from being used on a network.</em><br />
—————————————————————————————————————</p>
<p>For all networks, there is focus given on what traffic is permitted in from the Internet to keep the internal computing resources secure and reliable. As small office or home office (SOHO) users become more sophisticated and at risk for using different Web services, we can start to see a need arise for prohibiting what traffic can also leave a network. One way to tackle this subject is to set up a protocol control that prohibits configured outbound traffic from an internal network. For various reasons, the outbound traffic can be managed for free with the <a target="_blank" href="http://www.untangle.com">Untangle open source gateway</a>.</p>
<p>Untangle’s protocol control module is a canned collection of 94 protocols and an associated application that can be either blocked and/or logged. Some of the available protocols to be managed on the gateway include:</p>
<ul>
<li>Instant Messenger: Eight of the top instant messenger Web products are included. This can help prevent an untracked leakage of sensitive company data by using an Internet-based instant messenger in lieu of an internally hosted, managed, and traceable system.</li>
<li>E-mail: Three e-mail protocols such as SMTP, IMAP, and POP3 can be blocked from the internal SOHO network.</li>
<li>Peer to Peer file exchange: Over 20 services offered for uncontrolled file exchange.</li>
<li>Voice over IP, games, other VPN clients, and more: A various collection of Web-based services that the SOHO may not really need if not part of your standard offering.</li>
</ul>
<p>The protocol control module is displayed like the other Untangle components in the virtual rack. Further, protocols and applications can be added to the list based on your specific needs. <strong>Figure A</strong> shows a page of the available applications for managements:</p>
<h4>Figure A</h4>
<h4>
<a href="http://content.techrepublic.com.com/2347-10877_11-249604-256706.html?seq=11"><img border="0" align="middle" src="http://i.techrepublic.com.com/gallery/256706-500-252.jpg" hspace="5" alt="Figure A" title="Figure A" /></a></h4>
<h6>Click to enlarge.</h6>
<p>This is different from the standard Web filter module of the Untangle as it goes beyond port 80 and generic categories. The protocol control list allows specific Web-based services to be prohibited that may not be using ports 80 or 443. More information on the Untangle protocol control module can be found on the <a target="_blank" href="http://www.untangle.com/index.php?option=com_content&amp;task=view&amp;id=69&amp;Itemid=142">Untangle Web site.</a></p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=5a6766fcd85181d5f0b89fd923790870&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=5a6766fcd85181d5f0b89fd923790870&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=5a6766fcd85181d5f0b89fd923790870" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/491981708" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=767</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=767</feedburner:origLink></item>
		<item>
			<title>Linksys WVC54GC: Exploit discloses system configuration</title>
			<link>http://feeds.feedburner.com/~r/techrepublic/networking/~3/491743642/</link>
			<comments>http://blogs.techrepublic.com.com/networking/?p=765#comments</comments>
			<pubDate>Sun, 21 Dec 2008 23:50:40 +0000</pubDate>
			<dc:creator>Michael Kassner</dc:creator>
			<category><![CDATA[General]]></category>
			<guid isPermaLink="false">http://blogs.techrepublic.com.com/networking/?p=765</guid>
			<description><![CDATA[A Linksys Web camera is vulnerable to SetSource() boundary error. This vulnerability will disclose sensitive system information in plain text to an attacker. <br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=faa85d2aea93747888998106d4d6b2dd&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=faa85d2aea93747888998106d4d6b2dd&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=faa85d2aea93747888998106d4d6b2dd" style="display: none;" border="0" height="1" width="1" alt=""/>
]]></description>
			<content:encoded><![CDATA[<p><em>A Linksys Web camera is vulnerable to the SetSource() boundary error. This vulnerability will disclose sensitive system information in plain text to an attacker.</em><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
As I was checking out my weekly e-mail from US-Cert, I came across <a target="_blank" href="http://www.kb.cert.org/vuls/id/528993" title="US cert"><em>Vulnerability Note VU#528993</em></a>, which states:</p>
<blockquote><p><em>&#8220;The Linksys WVC54GC wireless video camera insecurely sends initial configuration information over the network, which can allow a remote, unauthenticated attacker to intercept video streams, access wireless network authentication credentials, modify the device firmware, or cause a denial-of-service to the video camera.&#8221;</em></p></blockquote>
<p>The following image of the Linksys WVC54GC is courtesy of Linksys:</p>
<p><a href="http://blogs.techrepublic.com.com/networking/images/wvc54gc_med.jpg" title="wvc54gc_med.jpg"><img src="http://blogs.techrepublic.com.com/networking/images/wvc54gc_med.jpg" alt="wvc54gc_med.jpg" /></a></p>
<p><strong>That&#8217;s not good</strong></p>
<p>Most Linksys devices use port 916 UDP for remote management commands. This vulnerability allows an attacker to craft a packet and send it to the Web camera, and the Web camera will return sensitive system information to the attacker. The information that&#8217;s sent back amounts to login credentials, wireless network connection information, including encryption keys and SSID, and normal system management information.</p>
<p><strong>Keys to the kingdom</strong></p>
<p>If the attacker is successful in retrieving the configuration information, owning the network just became a whole lot easier. Depending on where the attacker is physically located, access may be possible via the Internet or Wi-Fi. To add insult to injury the attacker also has access to the Web camera and who knows how embarrassing that could be.</p>
<p><strong>Final thoughts</strong></p>
<p>Please remember attackers always take the simplest approach to gain access to networks, and this attack vector is just that. The vulnerability applies to all Linksys WVC54GC cameras that are using firmware prior to version 1.25. It&#8217;s advisable to update as soon as possible. Why take the chance when updating the firmware is simple to do. This is yet another reminder to make sure firmware on all networking devices is up to date, because this exploit may not be confined to the WVC54GC.</p>
<p>Need help keeping systems connected and running at high efficiency? Delivered Monday and Wednesday, TechRepublic&#8217;s Network Administrator newsletter has the tips and tricks you need to better configure, support, and optimize your network. <a target="_blank" href="http://nl.com.com/MiniFormHandler?brand=techrepublic&amp;list_id=e102" title="Sign Up"><em>Automatically sign up</em></a> today!</p>
<br clear="both" style="clear: both;"/>
<br clear="both" style="clear: both;"/>
<a href="http://www.pheedo.com/click.phdo?s=faa85d2aea93747888998106d4d6b2dd&p=1"><img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=faa85d2aea93747888998106d4d6b2dd&p=1"/></a>
<img src="http://www.pheedo.com/feeds/tracker.php?i=faa85d2aea93747888998106d4d6b2dd" style="display: none;" border="0" height="1" width="1" alt=""/>
<img src="http://feeds.feedburner.com/~r/techrepublic/networking/~4/491743642" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.techrepublic.com.com/networking/?feed=rss2&amp;p=765</wfw:commentRss>
		<feedburner:origLink>http://blogs.techrepublic.com.com/networking/?p=765</feedburner:origLink></item>
	</channel>
</rss>
