<?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>Ellison Software Consulting &#187; Network Security</title>
	<atom:link href="http://ellisonsoftware.com/category/network-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://ellisonsoftware.com</link>
	<description>SNMP and MIB Consulting</description>
	<lastBuildDate>Fri, 02 Jul 2010 17:32:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using SNMPv3 for Secure Transmission of SNMP Messages</title>
		<link>http://ellisonsoftware.com/2009/01/02/using-snmpv3-for-secure-transmission-of-snmp-messages/</link>
		<comments>http://ellisonsoftware.com/2009/01/02/using-snmpv3-for-secure-transmission-of-snmp-messages/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 13:29:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Network Configuration]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Remote Management]]></category>
		<category><![CDATA[SNMPv3 Configuration]]></category>

		<guid isPermaLink="false">http://agentsv.com/?p=9</guid>
		<description><![CDATA[Versions of the SNMP prior to third version (SNMPv3) did not include adequate security. Any sufficiently motivated individual with physical access to a shared network link and a protocol sniffer had the ability to capture clear text messages exchanged between a manager application and its agents. Once captured, it was simply a matter of extracting [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 	 	 --></p>
<p>Versions of the SNMP prior to third version (SNMPv3) did not include <strong>adequate security</strong>.  Any sufficiently motivated individual with physical access to a shared network link and a protocol sniffer had the ability to capture clear text messages exchanged between a manager application and its agents.  Once captured, it was simply a matter of extracting community strings and agent addresses of interest in order to usurp the role of the manager application, possibly hijacking and re-configuring network devices along the way.</p>
<p>The design of SNMPv3 included <strong>authentication and privac</strong>y (encryption) mechanisms for the protocol.   By incorporating these mechanisms, SNMPv3 became self sufficient with no need of any other network services for the secure transmission of SNMP messages.  After all, network operators need their network management protocol to be functional even when major portions of the network and its services are impaired.</p>
<p><!-- 	 	 --></p>
<p>Three security levels are defined for SNMPv3, in increasing degree of security as follow:</p>
<ul>
<li><strong>noAuthNoPriv</strong> &#8211; essentially <em><span style="text-decoration: underline;">clear text</span> messages</em> providing backwards compatibility with earlier versions of the SNMP</li>
<li><strong>authNoPriv</strong> &#8211; <em><span style="text-decoration: underline;">authenticated</span> </em>messages (SHA1 or MD5 hash), but messages are still transmitted in clear text</li>
<li><strong>authPriv</strong> &#8211; authenticated messages with the scoped PDU portion of message<em> <span style="text-decoration: underline;">encrypted</span></em> (DES or AES)</li>
</ul>
<p><!-- 	 	 --></p>
<p>For manager applications that only require their agents to verify the authenticity of SNMP message exchanges, the <strong>authNoPriv</strong> security level is sufficient.  This security level offers adequate protection for SNMP message exchanges that do not include sensitive data.</p>
<p>For manager applications that require their agents to both verify the authenticity of SNMP message exchanges and to provide privacy (encryption) of sensitive data contained within the scoped PDU portion of the SNMP message, the <strong>authPriv</strong> security level must be used.  Since the DES encryption cipher is considered cracked, an AES encryption cipher of sufficient length should be used.</p>
<p><!-- 	 	 --></p>
<p>However, it is important to avoid using weak authentication or privacy pass phrases.  Even when an SNMP manager application uses the authPriv security level with the AES cipher, you can jeopardize secure SNMPv3 message transmissions.  In better deployments, the SNMP configuration and applications work together with the <strong>proper ciphers</strong> and <strong>strong pass phrases</strong> to ensure <strong>secure SNMPv3</strong> message transmission and I am happy to show you just how easy it is to get this right.</p>
<p>In <strong>highly secure environments</strong> snmpEngineID values should also be protected by using a discovery mechanism together with a security model that avoids exchanging cleartext SNMP messages on network links.</p>
<p>The next step towards using SNMPv3 for secure transmission of SNMP messages is to <a href="http://ellisonsoftware.com/company/contact/">contact me</a> with your project requirements and questions.</p>
<p><!-- 	 	 --></p>
]]></content:encoded>
			<wfw:commentRss>http://ellisonsoftware.com/2009/01/02/using-snmpv3-for-secure-transmission-of-snmp-messages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
