<?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>Sekiur My Thoughts &#187; nessus</title>
	<atom:link href="http://blog.sekiur.com/tag/nessus/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sekiur.com</link>
	<description>VoIP, Mobility, Security, Open Source, Science, Politics, and Technology.</description>
	<lastBuildDate>Wed, 24 Aug 2011 19:46:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Keeping The Network Clean</title>
		<link>http://blog.sekiur.com/2009/01/keeping-the-network-clean/</link>
		<comments>http://blog.sekiur.com/2009/01/keeping-the-network-clean/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:50:56 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bradford networks]]></category>
		<category><![CDATA[nac]]></category>
		<category><![CDATA[nessus]]></category>
		<category><![CDATA[netreg]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network access control]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=699</guid>
		<description><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/01/nac_circle.jpg"></a>In today&#8217;s environment of mobile computing and the increasing integration of consumer electronics with the corporate network, it has become a necessity to plan accordingly in order to mitigate the risk this presents.</p> <p>Whether it be an iPhone or guest laptop connecting via wireless or using an unused network port, brings new challenges to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/01/nac_circle.jpg"><img class="alignleft size-medium wp-image-702" title="nac_circle" src="http://blog.sekiur.com/wp-content/uploads/2009/01/nac_circle.jpg" alt="" width="293" height="291" /></a>In today&#8217;s environment of mobile computing and the increasing integration of consumer electronics with the corporate network, it has become a necessity to plan accordingly in order to mitigate the risk this presents.</p>
<p>Whether it be an iPhone or guest laptop connecting via wireless or using an unused network port, brings new challenges to network administrators who need, not only be aware of what is on their network but also prevent an un-managed device from infecting other devices on the network.</p>
<p>The situation grows in complexity in higher education where the inherent open network environment becomes a juggling act balancing network security and open access. Students do not patch and fail to run current anti-virus.</p>
<p>Network Access Control, which is more commonly referred to by the acronym NAC, is the most hyped term in networking today. It&#8217;s also one of the least understood.</p>
<blockquote><p>Network Access Control (NAC) is a <a title="Computer" href="http://en.wikipedia.org/wiki/Computer">computer</a> <a title="Computer network" href="http://en.wikipedia.org/wiki/Computer_network">networking</a> solution that uses a set of <a title="Protocol (computing)" href="http://en.wikipedia.org/wiki/Protocol_%28computing%29">protocols</a> to define &amp; implement a policy that describes how to secure access to a network <a title="Node (networking)" href="http://en.wikipedia.org/wiki/Node_%28networking%29">nodes</a> by devices when they initially attempt to access the network<sup class="noprint Template-Fact"><span style="white-space: nowrap;" title="This claim needs references to reliable sources since December 2007">[<em><a title="Wikipedia:Citation needed" href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed">citation needed</a></em>]</span></sup>. NAC might integrate the automatic remediation process (fixing non-compliant nodes before allowing access) into the network systems, allowing the network infrastructure such as routers, switches and firewalls to work together with back office servers and end user computing equipment to ensure the <a class="mw-redirect" title="Information system" href="http://en.wikipedia.org/wiki/Information_system">information system</a> is operating securely before interoperability is allowed.</p></blockquote>
<p>The idea behind Network Access Control (NAC) is to implement a set of pre-admission rules and post-admission controls over where users can go and what they can do. Kind of like an in-versed firewall framework on steroids.</p>
<p>What&#8217;s important to understand is the Network Access Control (NAC) is not a device or appliance that is dropped in on the network, but rather a structure that needs to be deployed throughout the enterprise network.</p>
<p>The goals that Network Access Control aims to address can be distilled into three categories.</p>
<ol>
<li><strong>Identity Management</strong> &#8211; Which includes device registration, authentication and role based access.</li>
<li><strong>Endpoint Compliance</strong> &#8211; The ability to prevent devices that lack anti-virus, patches or host prevention software from accessing the corporate network to prevent putting other computers at risk.</li>
<li><strong>Policy Enforcement</strong> &#8211; Provides the ability to enforce company-specific policies in either block, notify or report mode and integration with other solutions to identify and disable unauthorized activities.</li>
</ol>
<p>Different vendors take different approaches in order to accomplish these goals, were policies are enforced on a pre-admission vs. a post-admission basis, software clients are installed on the users computer vs. scanning those computers in an effort to gather information to automate decision making at the time the policy is enforced, and finally out-of-band vs. in-line solutions.</p>
<p>In 2005 I started experimenting with Network Access Control technology and came across an open-source solution called <a href="http://netreg.sourceforge.net/" target="_self">NetReg</a>.</p>
<p><a href="http://netreg.sourceforge.net/" target="_self">NetReg</a> is an in-line, pre-admission, client-less Network Access Control solutions. The system sits between the users and the network. <strong>Identity management</strong> is accomplished by authenticating the user through a website against an LDAP server and storing in a database the username, the IP address assigned and the devices MAC address.</p>
<p><strong>Endpoint compliance</strong> is achieved by 2 dynamic DHCP address pools; one for unregistered (unknown hosts) with non-routable IP addresses (network/Internet blocked) and the second for registered (known hosts) with routable IP addresses (network/Internet accessible). A bogus DNS server prevents users from accessing anything but certain websites where a user can download anti-virus and patches for remediation purposes.</p>
<p>Nessus vulnerability scanning software periodically scans devices to determine if these should be quarantined until they have met the established acceptable use policy. If a computer in the unregistered network is found to be non-compliant, it is notified and only when appropriate action has been taken will the computer be assigned a valid routable IP address. If the computer has already been assigned a valid IP address then it is blocked.</p>
<p>Some of the shortfalls of this approach were the inability to determine which patches were missing and firewalled clients are not checked.</p>
<p>Netreg which was originally developed by Southwestern University at Georgetown branched out into several versions and currently the only one being maintained is by Carnegie Mellon <a href="http://www.net.cmu.edu/netreg/" target="_blank">here</a>.</p>
<p>Finally is important to note that there is no silver bullet when it comes to security and there are always ways to get around a system. A thought that came to mind was how these products deal with printers, VoIP phones, gaming consoles, etc, when it comes to registration and how by changing one&#8217;s MAC address to mimic a VoIP phone or printer vendor would bypass the authentication.</p>
<p>In researching when writing this blog, I came across another open source solutions started in 2007 called <a href="http://packetfence.org/en/home.html" target="_blank">PacketFence</a> which I will take a closer look at.</p>
<p><strong>Major Commercial Solutions:</strong></p>
<ul>
<li><a href="http://www.bradfordnetworks.com/" target="_blank">Bradford Networks</a></li>
<li><a href="http://www.cisco.com/go/nac/" target="_blank">Cisco</a></li>
<li><a href="http://http//www.consentry.com/" target="_blank">ConSentry Networks</a></li>
<li><a href="http://www.juniper.net/solutions/information_technology_topics/controlling_access/index.html" target="_blank">Juniper Networks</a></li>
<li><a href="http://www.sophos.com/products/enterprise/nac/sophos-nac/" target="_blank">Sophos</a></li>
<li><a href="http://www.stillsecure.com/" target="_blank">StillSecure</a></li>
<li><a href="http://www.symantec.com/business/network-access-control" target="_blank">Symantec</a></li>
</ul>
<p><strong>Open Source Solutions:</strong></p>
<ul>
<li><a title="FreeNAC" href="http://en.wikipedia.org/wiki/FreeNAC">FreeNAC</a></li>
<li><a class="external text" title="http://www.net.cmu.edu/netreg/" rel="nofollow" href="http://www.net.cmu.edu/netreg/">NetReg</a></li>
<li><a class="external text" title="http://packetfence.org/" rel="nofollow" href="http://packetfence.org/">PacketFence</a><a class="external text" title="http://sourceforge.net/projects/rings" rel="nofollow" href="http://sourceforge.net/projects/rings"><br />
</a><a class="external text" title="http://ungoliant.sourceforge.net/" rel="nofollow" href="http://ungoliant.sourceforge.net/"></a></li>
</ul>
<p><strong>Sources:</strong></p>
<p><a href="http://en.wikipedia.org/wiki/Network_Access_Control" target="_self">Wikipedia</a><br />
<a href="http://bradfordnetworks.icentera.com/exLink.asp?5415274OS38A14I26010985" target="_blank">Gartner Market Scope for NAC 2008</a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-3340920433757461";
google_ui_features = "rc:10";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/01/keeping-the-network-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

