<?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>Philosophically Secure &#187; networking</title>
	<atom:link href="http://eugk.net/wordpress/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://eugk.net/wordpress</link>
	<description>Eugene Kogan&#039;s blog on information security and software engineering</description>
	<lastBuildDate>Mon, 27 Jun 2011 13:25:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>We need more than a new Internet</title>
		<link>http://eugk.net/wordpress/2009/02/16/we-need-more-than-a-new-internet/</link>
		<comments>http://eugk.net/wordpress/2009/02/16/we-need-more-than-a-new-internet/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:20:08 +0000</pubDate>
		<dc:creator>eugenekogan</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://eugk.net/wordpress/?p=231</guid>
		<description><![CDATA[It&#8217;s nice to see the New York Times write on the topic of Internet security, and actually focusing on a more radical solution than normal. The article basically says, Internet security is so broken that we need to start over with a &#8220;new Internet.&#8221; Sounds like fun, but that seriously misses the point. If we [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s nice to see the New York Times write on the topic of Internet security, and actually focusing on a more radical solution than normal. The article basically says, Internet security is so broken that we need to start over with a &#8220;<a href="http://www.nytimes.com/2009/02/15/weekinreview/15markoff.html?_r=1&amp;ref=weekinreview" target="_blank">new Internet</a>.&#8221; Sounds like fun, but that seriously misses the point.</p>
<p>If we are going to go down the path of starting over, why not go right to the root of the problem, and fix our hardware? Now that we know what kinds of vulnerabilities exist in our existing designs (based on the <a href="http://www.forth.gr/onassis/lectures/2008-07-21/presentations_08/vonNeumann_and_the_current_computer_security_landscape.pdf" target="_blank">von Neumann architecture</a>), we could create a new hardware platform that has security and privacy protections built in. This would naturally lead to a new kind of software, which could take advantage of the new hardware features and architectural decisions, to keep itself secure. Since the Internet is just a collection of networking hardware and software, it would obviously also benefit.</p>
<p>In fact, by rethinking the very basic underpinnings of computer design, we can propagate the results throughout the entire CPU-based world, not just the Internet. Trying to fix only one part of the problem, such as by creating &#8220;a &#8216;gated community&#8217; where users would give up their anonymity and certain freedoms in return for safety&#8221; would be a disaster. Not only would it quickly be broken and misused, like every other attempt to do something similar, but it would eliminate one of the best features of the Internet that caused it to thrive in the first place.</p>
<p>Sadly, I doubt we will ever be able to &#8220;start over&#8221; on something like this (IPv6, anyone?). I mean, there are so many aspects of life that could use the benefit of hindsight and a redesign, like politics, tax law, health care&#8230; but they are too entrenched in society to be replaced by better systems. That makes for good job security for those of us in the computer security field, as long as we can put up with the feeling of continuous frustration, knowing that a true <a href="http://en.wikipedia.org/wiki/Modified_Harvard_architecture" target="_self">alternative</a> is possible, but we are essentially powerless to pursue it.</p>
]]></content:encoded>
			<wfw:commentRss>http://eugk.net/wordpress/2009/02/16/we-need-more-than-a-new-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CloudAV prototypes anti-virus scanning via cloud computing</title>
		<link>http://eugk.net/wordpress/2008/08/11/cloudav-prototypes-anti-virus-scanning-via-cloud-computing/</link>
		<comments>http://eugk.net/wordpress/2008/08/11/cloudav-prototypes-anti-virus-scanning-via-cloud-computing/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 23:09:19 +0000</pubDate>
		<dc:creator>eugenekogan</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://eugk.net/wordpress/2008/08/11/cloudav-prototypes-anti-virus-scanning-via-cloud-computing/</guid>
		<description><![CDATA[This is interesting research, but is it something you would use? The researchers&#8217; new approach, called CloudAV, moves antivirus functionality into the &#8220;network cloud&#8221; and off personal computers. CloudAV analyzes suspicious files using multiple antivirus and behavioral detection programs simultaneously. In general, that&#8217;s not a bad idea. It might save a few CPU cycles on [...]]]></description>
			<content:encoded><![CDATA[<p>This is interesting research, but is it something you would use?</p>
<blockquote><p>The researchers&#8217; new approach, called CloudAV, moves antivirus functionality into the &#8220;network cloud&#8221; and off personal computers. CloudAV analyzes suspicious files using multiple antivirus and behavioral detection programs simultaneously.</p></blockquote>
<p>In general, that&#8217;s not a bad idea. It might save a few CPU cycles on your local workstation by not having to directly virus scan files. Then again, you have to use network resources uploading each file to the cloud, where it is scanned for you.</p>
<blockquote><p>Each time a computer or device receives a new document or program, that item is automatically detected and sent to the antivirus cloud for analysis.</p></blockquote>
<p>The privacy concerns here are obvious. Would you trust CloudAV to receive a copy of every file you want to virus scan? How sure can you be that they don&#8217;t use the contents for something else, or accidentally leak private information?</p>
<p>I think this idea has more merit as an internal virus scanning system for a large organization. That way sensitive data doesn&#8217;t have to leave the corporate boundary, or be sent to a third party. The benefit is that you have a more thorough and updated virus scanning engine, possibly using several different products at once.</p>
<p><a href="http://www.ns.umich.edu/htdocs/releases/story.php?id=6666">Researchers develop next-generation antivirus system</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://eugk.net/wordpress/2008/08/11/cloudav-prototypes-anti-virus-scanning-via-cloud-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking advantage of UPnP to be evil</title>
		<link>http://eugk.net/wordpress/2008/01/13/taking-advantage-of-upnp-to-be-evil/</link>
		<comments>http://eugk.net/wordpress/2008/01/13/taking-advantage-of-upnp-to-be-evil/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 23:53:04 +0000</pubDate>
		<dc:creator>eugenekogan</dc:creator>
				<category><![CDATA[hacking]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://eugk.net/wordpress/2008/01/13/taking-advantage-of-upnp-to-be-evil/</guid>
		<description><![CDATA[pdp posted an interesting little article. He describes how he can take over a home router (like the kind someone might use with a cable modem) using a malicious Flash application and UPnP (Universal Plug-n-Play). Basically, all the user/victim has to do is load up a website with this particular Flash application embedded in it. [...]]]></description>
			<content:encoded><![CDATA[<p>pdp posted an <a href="http://www.gnucitizen.org/blog/hacking-the-interwebs" target="_blank">interesting little article</a>. He describes how he can take over a home router (like the kind someone might use with a cable modem) using a malicious Flash application and <a href="http://en.wikipedia.org/wiki/Universal_Plug_and_Play" target="_blank">UPnP</a> (Universal Plug-n-Play). Basically, all the user/victim has to do is load up a website with this particular Flash application embedded in it. Then the attacker can make whatever changes to the router he likes, such as disabling the firewall, forwarding ports to the outside, or even changing the DNS server.</p>
<p>As <a href="http://www.gnucitizen.org/about/pdp" target="_blank">pdp</a> states, this isn&#8217;t necessarily a bug, but rather an unintended consequence of the fact that UPnP does not require any authentication. I guess they figured since it only listens for multicast on the internal interface, that it&#8217;s not a big deal. If you don&#8217;t actually need UPnP functionality, disabling it might be a good idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://eugk.net/wordpress/2008/01/13/taking-advantage-of-upnp-to-be-evil/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco disbands security research group</title>
		<link>http://eugk.net/wordpress/2007/10/10/cisco-disbands-security-sesearch-group/</link>
		<comments>http://eugk.net/wordpress/2007/10/10/cisco-disbands-security-sesearch-group/#comments</comments>
		<pubDate>Wed, 10 Oct 2007 13:10:47 +0000</pubDate>
		<dc:creator>eugenekogan</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://eugenekogan.net/wordpress/2007/10/10/cisco-disbands-security-sesearch-group/</guid>
		<description><![CDATA[Apparently, Cisco has decided it doesn&#8217;t need to invest that much into security research. It has closed the doors on its Critical Infrastructure Assurance Group. CIAG was focused on research in some really critical areas, such as the security of SCADA systems, DNS attacks, VOIP threats, and the Common Vulnerability Scoring System. Considering how important [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently, Cisco has decided it doesn&#8217;t need to invest that much into security research. It has <a href="http://seclists.org/isn/2007/Oct/0044.html" target="_blank">closed the doors</a> on its Critical Infrastructure Assurance Group. <a href="http://www.cisco.com/web/about/security/security_services/ciag/" target="_blank">CIAG</a> was focused on research in some really critical areas, such as the <a href="http://rawstory.com/news/2007/Study_U.S._power_grid_could_be_0927.html" target="_blank">security of SCADA systems</a>, DNS attacks, VOIP threats, and the <a href="http://www.first.org/cvss/" target="_blank">Common Vulnerability Scoring System</a>.</p>
<p>Considering how important protecting the nation&#8217;s critical infrastructure is, I think shutting down CIAG was the wrong decision. We need all the help we can get to keep our networks secure, and Cisco is a huge part of that process, simply because their products are so widely deployed.</p>
<p>Also, I doubt this move will help reduce the number of <a href="http://www.cisco.com/en/US/products/products_security_advisories_listing.html" target="_blank">vulnerabilities</a> discovered in Cisco hardware.</p>
]]></content:encoded>
			<wfw:commentRss>http://eugk.net/wordpress/2007/10/10/cisco-disbands-security-sesearch-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Comcast actively reseting BitTorrent traffic?</title>
		<link>http://eugk.net/wordpress/2007/09/05/is-comcast-actively-reseting-bittorrent-traffic/</link>
		<comments>http://eugk.net/wordpress/2007/09/05/is-comcast-actively-reseting-bittorrent-traffic/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 13:32:47 +0000</pubDate>
		<dc:creator>eugenekogan</dc:creator>
				<category><![CDATA[legal]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://eugenekogan.net/wordpress/2007/09/05/is-comcast-actively-reseting-bittorrent-traffic/</guid>
		<description><![CDATA[There are widely spreading rumors that Comcast is actively trying to degrade the performance of BitTorrent file transfers on its broadband cable modem network. Since BT uses a complex peer-to-peer architecture, stopping it is not as simple as just blocking a few port numbers. So, it looks like Comcast has resorted to sending spoofed TCP [...]]]></description>
			<content:encoded><![CDATA[<p>There are widely spreading rumors that <a href="http://www.cnet.com/8301-13739_1-9769645-46.html" target="_blank">Comcast is actively trying to degrade the performance of BitTorrent</a> file transfers on its broadband cable modem network. Since BT uses a complex <a href="http://www.bittorrent.org/introduction.html" target="_blank">peer-to-peer architecture</a>, stopping it is not as simple as just blocking a few port numbers. So, it looks like Comcast has resorted to sending spoofed <a href="http://kerneltrap.org/node/3072" target="_blank">TCP reset packets</a> to terminate the occasional BT connection, making the protocol much slower and less reliable.</p>
<p>Why are they doing this? Well, the obvious reason is that BitTorrent traffic is taking up a huge part of their bandwidth, and that&#8217;s slowing down their over-subscribed cable modem networks. But this makes no sense. If Comcast users choose to allocate their bandwidth to BT, why shouldn&#8217;t they be allowed to? After all, that&#8217;s what they pay around $60 per month for.</p>
<p>Of course, Comcast will claim that they are trying to throttle the BitTorrent protocol due to the large number of copyrighted files it is used to transfer. Are they ignoring all the <em>legal</em> software, video, and music content that is also available via BitTorrent? There are tons of open source Linux distributions (which can be 4GB in size) that are frequently distributed via BT. And don&#8217;t forget local bands and amateur movie makers who use the protocol to spread their media content.</p>
<p>This makes about as much sense as blocking all email to help stop spam, or blocking all web traffic to help stop phishing attacks. Going after a widely used, generic, peer-to-peer file transfer protocol is the wrong approach.</p>
<p>By the way, according to Comcast, this is their policy on blocking network ports:</p>
<blockquote><p>The only ports that may be actively blocked on the Comcast network are 67, 68, 135, 137, 138, 139, 445, 512, 520, and 1080 at this time. Any ports that are blocked will not be unblocked. If the port you would like to use is on this list, please select another port to use with your software. There are over 10,000 ports available for use. Please be advised that Comcast reserves the entitlement to block any ports on the network without prior notice. We thank you for understanding this security policy.</p></blockquote>
<p>There is a good discussion about this topic on <a href="http://it.slashdot.org/article.pl?sid=07/09/04/2014236&amp;from=rss">Slashdot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://eugk.net/wordpress/2007/09/05/is-comcast-actively-reseting-bittorrent-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

