<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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: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/" version="2.0">

<channel>
	<title>SYN-ACK</title>
	
	<link>http://syn-ack.co.uk</link>
	<description>A blog about network security by Ian McGowan</description>
	<lastBuildDate>Sun, 20 Dec 2009 13:08:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/syn-ack-feed" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="syn-ack-feed" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Cisco ASA Interface Configuration</title>
		<link>http://syn-ack.co.uk/91/cisco-asa-interface-configuration</link>
		<comments>http://syn-ack.co.uk/91/cisco-asa-interface-configuration#comments</comments>
		<pubDate>Mon, 14 Dec 2009 14:52:11 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Vendor Specific]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Adaptive Security Appliance]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Interface]]></category>
		<category><![CDATA[Interface Configuration]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=91</guid>
		<description><![CDATA[The Cisco ASA Firewall provides us with flexible and scalable choices for connecting our appliance into the network.  This post will provide elements of the ASA configuration specific to the interfaces for an ASA operating in Routed / Single Mode with no failover commands.
The number and speed of the interfaces installed in your ASA is [...]]]></description>
			<content:encoded><![CDATA[<p>The Cisco ASA Firewall provides us with flexible and scalable choices for connecting our appliance into the network.  This post will provide elements of the ASA configuration specific to the interfaces for an ASA operating in Routed / Single Mode with no failover commands.</p>
<div id="attachment_111" class="wp-caption aligncenter" style="width: 310px"><img class="size-full wp-image-111" title="Cisco ASA5520" src="http://syn-ack.co.uk/wp-content/uploads/2009/12/ASA-55201.jpg" alt="Cisco ASA5520" width="300" height="88" /><p class="wp-caption-text">Cisco ASA5520</p></div>
<p>The number and speed of the interfaces installed in your ASA is dependent on the model and license.  They are as follows:</p>
<div><strong>ASA5505</strong></div>
<div>8 x 10/100 switchports (two of which provide PoE).</div>
<div><strong>ASA5510</strong></div>
<div>Base License &#8211; 5x 10/100 Ports</div>
<div>Security Plus License &#8211; 2x 10/100/100 &amp; 3x 10/100 Ports</div>
<div><strong>ASA5520 &amp; ASA5540</strong></div>
<div>4x 10/100/1000 &amp; 1x 10/100 Ports</div>
<div><strong>ASA5550</strong></div>
<div>8x 10/100/1000, 4x SFP &amp; 1x 10/100</div>
<div><strong>ASA5580</strong></div>
<div>The ASA5580 interfaces are dependant on the modules purchased for it.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><em>Additional Interfaces</em></div>
<div>The 5510, 5520 &amp; 5540 support the 4GE SSM which hosts four additional copper or SFP interfaces</div>
<div style="text-align: center;"><img class="size-thumbnail wp-image-93" title="Cisco ASA 4GE-SSM" src="http://syn-ack.co.uk/wp-content/uploads/2009/12/asa-4ge-ssm-150x120.jpg" alt="" width="150" height="120" /></div>
<div>For basic interface connectivity we must enter interface configuration mode:</div>
<div><strong>ASA (config)# interface gi0/1</strong></div>
<div>*we are now working under interface configuration mode and can configure our IP Address, Nameif, Security Level, Speed &amp; Duplex.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><strong>ASA (config-if)# ip address 10.0.0.1 255.255.255.0</strong></div>
<div><strong>ASA (config-if)# nameif SERVER_DMZ</strong></div>
<div><strong>ASA (config-if)# security-level 50</strong></div>
<div><strong>ASA (config-if)# speed 1000</strong></div>
<div><strong>ASA (config-if)# duplex full</strong></div>
<div><strong>ASA (config-if)# no shut </strong>(physical ports shutdown by default)</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk </span></div>
<div><strong> </strong></div>
<div><em>IP Addressing</em></div>
<div>The IP Address can be assigned statically (as above) or it can be assigned dynamically via DHCP:</div>
<div><strong>ASA (config-if)# ip address dhcp</strong></div>
<div>If you wanted the default route for the ASA to be provided by the DHCP server you would configure:</div>
<div><strong>ASA (config-if)# ip address dhcp setroute</strong></div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><strong> </strong></div>
<div><em>Nameif Command</em></div>
<div>The nameif command allocates the ASA a friendly name that is thereafter used in the configuration instead of the interface type and ID such as Gi0/1.  Be careful when renaming an interface making sure to overwrite it by simply typing &#8220;nameif <em>new-name</em>&#8221; and allowing the ASA to correct all related configuration elements.  If you do &#8220;no nameif&#8221; followed by &#8221;nameif <em>new-name</em>&#8221; you may find a lot of your configuration relating to the old interface name has disappeared!  *Your ASA will not pass traffic on an interface until the nameif command has been configured.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><em>Security Levels</em></div>
<div>Security Levels allow us to define how trusted an interface is.  The higher the number, the more trusted an interface is classed.  If no access lists are applied to an interface the ASA will permit traffic travelling from an interface with a higher security level to a lower security level.  i.e. If the INSIDE is set to 100 and the OUTSIDE set to 0 then users connected to the inside interface could access hosts on the outside.  Users on the outside however would not be able to access resources on the inside interface.  The ASA would allow return traffic to hosts on the inside by tracking connections in the state table.  Usually, the INSIDE interface has a security level of 100 and the OUTSIDE a security level of 0.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>If two interfaces have the same security level configured and you want traffic to flow between them or you want traffic to exit the same interface it entered, you must enter the following commands under global configuration:</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><strong>same-security-traffic permit inter-interface</strong> (for traffic traversing physical interfaces).</div>
<div><strong>same-security-traffic permit intra-interface</strong> (for traffic traversing <em>logical</em> interfaces on the same <em>physica</em>l interface).</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>The &#8220;intra-interface&#8221; switch is also used when routing on a stick.   ie, VPN traffic that terminates on the outside interface but then goes back out that interface to get to the internet would need the &#8220;same-security-traffic permit intra-interface&#8221; command.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><em>Speed &amp; Duplex</em></div>
<div>The speed and duplex settings are alywas configured on the physical interface even when sub-interfaces are defined.  The interfaces on an ASA are set by default to auto-negotiate speed and duplex settings.  In this mode the interface will also be capable of auto-MDI/MDIX eliminating the need for a crossover cable.    As long as either the speed or duplex is set to auto-negotiate then the interface will be capable of Auto-MDI/MDIX.  Gigabit Ethernet will always auto-negotiate when set to auto or 1000/full.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><em>ICMP Control Lists for ASA</em></div>
<div><em><span style="font-style: normal; ">ICMP for traffic that terminates on the ASA interfaces can be turned on and off using the ICMP command, <strong>ICMP permit any echo OUTSIDE </strong>(for example)</span></em></div>
<p>The ASA interface will respond to ICMP requests by default but once you begin using the ICMP control list you have to make sure all required traffic is permitted explicitly.  It is recommended that if you are restricting ICMP traffic with a control list that you enable the ICMP unreachable message type (type 3) so as not to interfere with MTU path discovery as this may cause problems with IPsec and PPtP traffic.</p>
<ul>
<li>
<div><em>Redundant Interfaces</em></div>
</li>
</ul>
<div>Redundant interfaces can be used to group physical interfaces into one logical interface for resiliency.  Redundant interfaces operate in active/standby mode.  To enable this feature both interfaces must be of the same physical specification.  The MAC address listed first in the config is the one used for the logical redundant interface.  When the ASA fails over to the standby interface the same MAC address is used.  It is however possible to define a MAC address statically.</div>
<div><strong>interface redundant 1</strong></div>
<div><strong>(config-if) member-interface gi 0/1</strong></div>
<div><strong>(config-if) member-interface gi 0/2</strong></div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>You just manually define the redundant interface for failover (similar to VLAN sub-interfaces).</div>
<div><strong>monitor-interface redundant 1</strong></div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<ul>
<li>
<div><em>VLAN Sub-interfaces</em></div>
</li>
</ul>
<div>VLAN sub-interfaces allows us to divide a physical interface into multiple logical interfaces tp provide us with more interfaces on the firewall.  The physical link automatically becomes a trunk when VLAN interfaces are used and the switchport that the firewall interface connects to must be configured as an 802.1q trunk and allow all vlans or specifically allow all VLAN&#8217;s used by sub-interfaces on that physical interface.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>To prevent the physical interface passing untagged traffic ensure that &#8220;no nameif&#8221; is configured on the physical interface.  A VLAN ID must be assigned to sub-interfaces and until it is the interface will not pass traffic.  Spanning-tree portfast may be used on the switchport to allow the switchport to move to the forwarding state quicker.  The Speed and Duplex settings are configured on the physical link.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>The different ASA models support varying levels of VLANs</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><strong>ASA5505</strong></div>
<div>Base License &#8211; 3 VLANs (trunking is disabled)</div>
<div>Security Plus License &#8211; 20 VLANs (trunking enabled)</div>
<div><strong>ASA5510</strong></div>
<div>Base License &#8211; 50 VLANs</div>
<div>Security Plus License &#8211; 100 VLANs</div>
<div><strong>ASA5520</strong></div>
<div>150 VLANs</div>
<div><strong>ASA5540</strong></div>
<div>200 VLANs</div>
<div><strong>ASA5550</strong></div>
<div>250 VLANs</div>
<div><strong>ASA5580</strong></div>
<div>250 VLANs</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>To configure a VLAN sub-interface do the following:</div>
<div><strong>(config)#interface gi 0/1.100</strong></div>
<div><strong>(config-subif)#vlan 100</strong> *I prefer to make the sub-interface number the same as the vlan-id for simplicity.</div>
<div>-carry out interface configuration the sub interface such as nameif, ip address, security level, no shut, description.</div>
<div>*remember to perform a &#8220;no shut&#8221; on the physical interface and leave it blank with no nameif configured to prevent it passing traffic.</div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div>VLAN Sub-interfaces can also be configured on redundant interfaces in a similar manner:</div>
<div>
<div><strong>(config)#interface redundant 1.100</strong></div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
<div><span style="color: #ffffff;">www.syn-ack.co.uk</span></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/91/cisco-asa-interface-configuration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance versus TCO – Cisco dominate security market</title>
		<link>http://syn-ack.co.uk/87/performance-versus-tco-cisco-dominate-security-market</link>
		<comments>http://syn-ack.co.uk/87/performance-versus-tco-cisco-dominate-security-market#comments</comments>
		<pubDate>Tue, 18 Nov 2008 14:24:16 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Vendor Specific]]></category>
		<category><![CDATA[Cisco]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=87</guid>
		<description><![CDATA[I thought I’d post up a reference to an interesting article posted on Network World about Cisco’s place in the security market.  It seems that customers now care less about appliance performance and more about overall strategy and product integration.  The data gathered by the IDC shows that customers do not rate Cisco as a [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I’d post up a reference to an interesting article posted on Network World about Cisco’s place in the security market.  It seems that customers now care less about appliance performance and more about overall strategy and product integration.  The data gathered by the IDC shows that customers do not rate Cisco as a “best of breed” vendor” but that they are keen to use Cisco products because of the manner in which they integrate into their network.</p>
<p>If security is of the utmost concern then in my opinion the best solution to the problem should be applied &#8211; end of story.  However, with overworked staff and a lack of multi-vendor skills it is easy to see why companies choose Cisco with the similar looking administration GUI’s, CLI’s and the ability to expand appliance capability by using software modules. </p>
<p>I believe that Cisco are making huge strides in the security market and feel that that although some products may not offer the same performance as others in a certain environment, their products for the most part integrate well into organisations with less administrative overhead if the customer is already a Cisco customer.  I’m trying to stay neutral here and not show a preference either way but I will say that I think Cisco’s layered approach to security is very good.  It is because they have such a wide range of products that slot together well that customers are keen to choose Cisco, in my opinion.  UTM solutions are good for the SMB market but offer little in way of tiered defence.  That said, if I was recommending an appliance for a customer who specified strong security was the priority then performance has to be the deciding factor regardless of vendor.</p>
<p>Anyway, here’s the article -&gt; <a href="http://www.networkworld.com/news/2008/111708-cisco-sec.html">http://www.networkworld.com/news/2008/111708-cisco-sec.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/87/performance-versus-tco-cisco-dominate-security-market/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Models – Polices, Standards &amp; Procedures</title>
		<link>http://syn-ack.co.uk/78/security-models-polices-standards-procedures</link>
		<comments>http://syn-ack.co.uk/78/security-models-polices-standards-procedures#comments</comments>
		<pubDate>Sat, 15 Nov 2008 16:44:21 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Management & Reporting]]></category>
		<category><![CDATA[Policy]]></category>
		<category><![CDATA[Procedure]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Standards]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=78</guid>
		<description><![CDATA[The area of my job that I probably dislike the most is policies.  I like technology and finding ways to make things possible that weren&#8217;t possible before; enabling businesses to become more efficient in their day-to-day work by streamlining cumbersome security strategies into slicker operating methodologies.  Network security is an excellent arena for someone who [...]]]></description>
			<content:encoded><![CDATA[<p>The area of my job that I probably dislike the most is policies.  I like technology and finding ways to make things possible that weren&#8217;t possible before; enabling businesses to become more efficient in their day-to-day work by streamlining cumbersome security strategies into slicker operating methodologies.  Network security is an excellent arena for someone who loves technology because of the ever changing environment but a constantly changing environment brings challenges with it and the biggest of all is ensuring that when you&#8217;re business adapts to meet the challenge, it adapts in a manner that is controlled, directed, managed and monitored.  To do that in my job you need a Security Model to operate within. </p>
<div id="attachment_81" class="wp-caption aligncenter" style="width: 360px"><a href="http://syn-ack.co.uk/wp-content/uploads/2008/11/securanet_policy_image1.jpg"><img class="size-full wp-image-81 " title="Security Model by SecuraNET" src="http://syn-ack.co.uk/wp-content/uploads/2008/11/securanet_policy_image1.jpg" alt="Image displaying how a security model compises various elements." width="350" height="246" /></a><p class="wp-caption-text">Security Model by SecuraNET</p></div>
<p>With new and improved technologies being released every day there are pressures to keep pace with them but without structure you are soon left with a myriad of solutions that are unsupportable and working independently making them difficult to administer and a burden to maintain.  When you have the proper framework in place to direct your efforts in the appropriate direction, that is when things start coming together and improving.  Security Models are comprised of a number of different elements, all of which you will hear banded around loosely at meetings.  The diagram below shows how they slot together to create a security model.  The policy is the &#8220;why&#8221;, standards and baselines are the &#8220;what&#8221;, and procedures and guidelines are the &#8220;how&#8221; of the security model.</p>
<p><strong>Policies</strong></p>
<p>The policy, as you can perhaps interpret from the name, is put in place to police the user’s actions.  Its purpose is to define how information is managed and dissipated throughout your business and there will usually be polices for key areas.  For instance, a common example would be an Acceptable Use Policy that outlines the acceptable use of IT equipment.  The aim of the policy is to define the end results and not necessarily the means.  The policy may refer to standards, procedures or guidelines and are enforceable which can result in disciplinary action should a member of staff breach them.</p>
<p><strong>Standards &amp; Baselines</strong></p>
<p>A standard is written to describe the mandatory rules that must be followed to adhere with the policy.  For example, there will be a standard specified for the allocation of IP addresses that a company uses that may define a specified range for use.  They are usually specific to a system or procedure and employees must follow these standards.  They are usually industry recognized best practices.  ISO27002 is the current ISO standard for Information Security Management.  Standards usually describe the baselines for the minimum level of compliance that must be met in order to meet the standards requirements.</p>
<p><strong>Procedures &amp; Guidelines</strong></p>
<p>Without procedures it would be very hard to enforce a policy.  With procedures we can effectively instruct the employee into acting in a deliberate manner when carrying out certain tasks.  In reference to the earlier example of issuing an IP address range, there may be an IP Address Allocation procedure that instructs the employee to update certain documents with the new details and communicate the details to certain parties.  In contrast, guidelines are recommendations that are set out to help comply with the policies objectives by providing a structure or framework to work against.  They are meant to guide the employee into acting in a manner that is supportive of the policy or model and in a way that helps them comply better with the standards.  There are usually frequent references to the guidelines within the policy document.</p>
<p>There are various ways to interpret how the elements work together, I feel that the policy is a seperate entity but standards and baselines work together to determine the levels of adherence while guidelines and procedures give us the methods in which to acheive these levels so that we may adhere to the policy and work under the model as a whole.   This area certainly isn&#8217;t my forte but I hope you find the article helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/78/security-models-polices-standards-procedures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CS-MARS attacks!</title>
		<link>http://syn-ack.co.uk/67/cs-mars-attacks</link>
		<comments>http://syn-ack.co.uk/67/cs-mars-attacks#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:06:07 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Management & Reporting]]></category>
		<category><![CDATA[Vendor Specific]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[CS-MARS]]></category>
		<category><![CDATA[MARS]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=67</guid>
		<description><![CDATA[Cisco’s new(ish) flagship security event management platform is beginning to make its mark but I wanted to know what it brought to the table that made it different from the rest of the solutions available.
Security Information Management (SIM) platforms are used to provide a central repository for security devices to send any events generated to.  [...]]]></description>
			<content:encoded><![CDATA[<p>Cisco’s new(ish) flagship security event management platform is beginning to make its mark but I wanted to know what it brought to the table that made it different from the rest of the solutions available.</p>
<p>Security Information Management (SIM) platforms are used to provide a central repository for security devices to send any events generated to.  Most SIM offerings have a web front end that allows network security staff access to view all of the logs generated by devices on their network.  SIMs offer excellent benefits to an organization by allowing security events to be viewed from a single source, the SIM will have the necessary disk space to store these events while making them available for analysis and reporting.  Another benefit to us that SIMs provide is that they can correlate event data to show any events received that share certain variables allowing us to recognize trends in the network between reporting devices.  The SIM can be configured to alert administrators if certain events are triggered however it is then up to the administrator to find a way of mitigating whatever is triggering the alerts.</p>
<p>The previous SIMs available before CS-MARS provided some excellent features that enabled network security staff to store, analyse and archive any events generated by devices configured to report to the SIM.  An added benefit is that SIMs can help organizations comply with legislation set out to ensure that companies secure data that is confidential such as in the healthcare sector or online stores that retain personal data of customers.</p>
<p>As you can see SIMs offer us a great deal of functionality but they were lacking in areas that hadn’t been ventured into before by other vendors.  CS-MARS (Cisco Security – Monitoring Analysis Response System) brought us the features that are other vendors lacked.  CS-MARS came about when <a title="Cisco purchased Protego Networks for $65M" href="http://www.theregister.co.uk/2004/12/21/cisco_buys_protego/" target="_blank">Cisco purchased Protego Networks for $65M</a> to extend the capability of Cisco’s self-defending network. Protego had embraced the concept of SIM but enhanced this by adding in STM (Security Threat Management) to the MARS product which Cisco has developed much further since acquiring it.  STM brings us new features to the SIM market allowing us to do things such as timely attack mitigation through mitigation advisories.  Also, because of the STM orientated design, MARS has better overall topology awareness which makes other things possible such as end-to-end network awareness to provide session awareness and date reduction by reducing millions of events down to hundreds.  MARS mitigation strategies employ the use of TCP resets, shuns, editing ACLs and rulebases.</p>
<p>In short, CS-MARS demonstrates an impressive range of new and innovative features in one solution that nothing else on the market can compare to.  Security event management, correlation and normalization of events combined with the option for attack mitigation advisories and immediate single click mitigation deployments places MARS in a class of it’s own.</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/67/cs-mars-attacks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who’s the daddy? :-)</title>
		<link>http://syn-ack.co.uk/62/whos-the-daddy</link>
		<comments>http://syn-ack.co.uk/62/whos-the-daddy#comments</comments>
		<pubDate>Tue, 23 Sep 2008 23:11:06 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=62</guid>
		<description><![CDATA[I&#8217;ve had a couple of emails asking when I&#8217;d be putting up my next VPN post.  Just to say, the reason I&#8217;ve not posted recently is my wife gave birth to our first child last month and I&#8217;ve been hectic since!  
Stay tuned..
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a couple of emails asking when I&#8217;d be putting up my next VPN post.  Just to say, the reason I&#8217;ve not posted recently is my wife gave birth to our first child last month and I&#8217;ve been hectic since! <img src='http://syn-ack.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Stay tuned..</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/62/whos-the-daddy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VPN Technologies: The Big Picture</title>
		<link>http://syn-ack.co.uk/51/vpn-technologies-the-big-picture</link>
		<comments>http://syn-ack.co.uk/51/vpn-technologies-the-big-picture#comments</comments>
		<pubDate>Mon, 04 Aug 2008 13:23:45 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=51</guid>
		<description><![CDATA[I think it would be beneficial to have an overview of how an IPsec VPN is built so we can at least see the “big picture” before delving into the specifics.  There are essentially five main phases.  They are as follows:
1.  &#8220;Interesting Traffic&#8221; initiates the VPN process on the security appliance.
There are usually many different [...]]]></description>
			<content:encoded><![CDATA[<p>I think it would be beneficial to have an overview of how an IPsec VPN is built so we can at least see the “big picture” before delving into the specifics.  There are essentially five main phases.  They are as follows:</p>
<p><strong>1.  &#8220;Interesting Traffic&#8221; initiates the VPN process on the security appliance.</strong></p>
<p>There are usually many different data streams flowing through your devices and not all of them will be part of the VPN tunnel.  Some may be HTTP traffic, SMTP connections etc.  There needs to be a way of the appliance distinguishing what traffic should be tunnelled and what shouldn&#8217;t.  The most common method is to use an Access Control List (ACL) or rulebase.</p>
<p><strong>2.  IKE Phase 1.  IKE (Internet Key Management protocol)</strong></p>
<p>IKE Phase 1 is the process that occurs when the two endpoints first establish connectivity.  The purpose of which is to create a secure connection between VPN peers that will facilitate the IKE Phase 2 security parameters agreement.</p>
<p><strong>3.  IKE Phase 2</strong></p>
<p>Once a temporary secure connection has been formed between the two VPN peers, IKE Phase 2 will negotiate the security parameters that will be used between the two endpoints for the VPN tunnel and then periodically renegotiate them throughout the lifetime of the tunnel to ensure maximum security in the event of an attack.</p>
<p><strong>4.  IPsec VPN Tunnel Established</strong></p>
<p>Once IKE Phase 2 has completed both peers may now send data to each other.  As data is sent and received through the tunnel it will be encrypted and decrypted by the VPN peers using the security parameters agreed upon in IKE Phase 2.</p>
<p><strong>5.  IPsec VPN Tunnel Terminated</strong></p>
<p>IPsec VPN tunnels will be torn down after a specified period or by manually stopping the IPsec.  The tunnel can be re-established before the timeout is reached if new security parameters can be agreed again using IKE Phase 2.  This ensure a stable connection and no interuption of data flow should the timeout expire during communications.</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/51/vpn-technologies-the-big-picture/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPN Technologies:  IPsec 101</title>
		<link>http://syn-ack.co.uk/41/vpn-technologies-ipsec-101</link>
		<comments>http://syn-ack.co.uk/41/vpn-technologies-ipsec-101#comments</comments>
		<pubDate>Fri, 01 Aug 2008 14:01:43 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=41</guid>
		<description><![CDATA[I intend for this to be the first of a number of articles explaining VPN technologies.  The articles that follow on from this one will provide a more in-depth discussion of Virtual Private Networks.  VPNs have become increasingly popular due to the flexibility they offer and the cost of site-to-site circuits.  The demand for unified [...]]]></description>
			<content:encoded><![CDATA[<p>I intend for this to be the first of a number of articles explaining VPN technologies.  The articles that follow on from this one will provide a more in-depth discussion of Virtual Private Networks.  VPNs have become increasingly popular due to the flexibility they offer and the cost of site-to-site circuits.  The demand for unified communications and mobility means that companies must ensure their networks facilitate inter-site communications while keeping costs reasonable.  VPN technology enables us to safely transmit data streams over a public network (the internet) without fear of it being compromised.</p>
<p>There are many different vendors producing appliances responsible for terminating VPN tunnels and it is because of this that VPNs must conform to open standards for interoperability.  The IPsec protocol suite was developed to provide a means of securing data transfer between two points and it can provide data encryption, authentication and anti-replay mechanisms.</p>
<p>IPsec works at layer 3 in the OSI stack and can therefore be used independently of application encryption.  As this article is intended as a guide please remember that this is a brief overview of IPsec.</p>
<p>Amongst others discussed later, IPsec uses two protocols to provide these services, both of which offer different security parameters.  They are:</p>
<p>Authentication Header (AH)</p>
<p>and</p>
<p>Encapsulating Security Payload (ESP)</p>
<p>Nowadays, AH is used when the data being sent and received is not deemed confidential and therefore does not require to be encrypted.  AH offers connectionless integrity and data origin authentication and also optionally provides an anti-replay mechanism using sequence numbers.  This function is enabled by default but it is optional to the receiver if they perform anti-replay checking on it.  AH provides authentication by appending a hash value to the packet.</p>
<p>ESP provides data origin authentication, integrity and confidentiality.  The latter being the reason ESP is far more popular than AH.  ESP uses an encryption algorithm to scramble data that only the receiver can unscramble at the other end.  This means that as well as ensuring you are connected to the correct person and the data hasn&#8217;t been modified, you can relax knowing that in the event someone is sniffing data along the path they cannot decipher what has been sent.  ESP can use different forms of encryption algorithms to provide confidentiality &#8211; more on this in later articles.</p>
<p>Well, that is a a very brief overview of IPsec VPNs.  My next article will discuss the process of a VPN being established, used and then torn down and articles from there on in will discuss individual areas of an IPS VPN.  Once I have bored you all to tears with IPsec I’ll do a few articles about GRE tunnels.</p>
<p>Stay tuned and please remember before commenting that this a brief overview and I&#8217;ll focus on the other areas as each article progresses.</p>
<p>Ian</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/41/vpn-technologies-ipsec-101/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dan Kaminsky’s DNS Bug</title>
		<link>http://syn-ack.co.uk/33/dan-kaminskys-dns-bug</link>
		<comments>http://syn-ack.co.uk/33/dan-kaminskys-dns-bug#comments</comments>
		<pubDate>Fri, 25 Jul 2008 19:32:26 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[DNS]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Kaminsky]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=33</guid>
		<description><![CDATA[Dan posted a nice little explanation on his blog giving a good overview of the bug he found.
Have a look here -&#62; http://www.doxpara.com/?p=1185
]]></description>
			<content:encoded><![CDATA[<p>Dan posted a nice little explanation on his blog giving a good overview of the bug he found.</p>
<p>Have a look here -&gt; <a href="http://www.doxpara.com/?p=1185">http://www.doxpara.com/?p=1185</a></p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/33/dan-kaminskys-dns-bug/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CCNP at last!</title>
		<link>http://syn-ack.co.uk/30/ccnp-at-last</link>
		<comments>http://syn-ack.co.uk/30/ccnp-at-last#comments</comments>
		<pubDate>Fri, 25 Jul 2008 19:27:17 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Vendor Specific]]></category>
		<category><![CDATA[CCNP]]></category>
		<category><![CDATA[ISCW]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=30</guid>
		<description><![CDATA[I finally passed the damned thing!    I sat the ISCW exam today and walked away with the CCNP &#8211; woohoo!  I&#8217;m more happy that I can get back to doing what I enjoy now without having to do any more routing/switching stuff for a while.  The ISCW course focused mainly on VPN technology, ADSL, Cable [...]]]></description>
			<content:encoded><![CDATA[<p>I finally passed the damned thing! <img src='http://syn-ack.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   I sat the ISCW exam today and walked away with the CCNP &#8211; woohoo!  I&#8217;m more happy that I can get back to doing what I enjoy now without having to do any more routing/switching stuff for a while.  The ISCW course focused mainly on VPN technology, ADSL, Cable and secure configuration management.  It was a bit more enjoyable than the other exams but because it&#8217;s locked into Cisco products I sometimes feel like the certification track is more like an ongoing advertisement for the vendor. </p>
<p>I&#8217;m not sure what I&#8217;ll focus on now, I&#8217;ve got to keep my skills sharp and my certifications current because I&#8217;m self employed and the industry can be a bit fickle I suppose &#8211; make no mistake, hands on experience is what counts.  Whatever it is I intend to do something fun alongside it.  I really fancy doing Remote Exploits Offensive Security course although I may warm up with the BackTrack WiFu course first &#8211; the Remote Exploit team are superb -&gt; <a href="http://www.remote-exploit.org/">http://www.remote-exploit.org/</a></p>
<p>It&#8217;s been a few months since I&#8217;ve done any meaty Checkpoint stuff so I may just recertify my CCSA in NGX at the same time.  Decisions decisions!  For now I&#8217;m just happy that this ones out of the way!</p>
<p>Ian</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/30/ccnp-at-last/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Data Security</title>
		<link>http://syn-ack.co.uk/26/usb-data-security</link>
		<comments>http://syn-ack.co.uk/26/usb-data-security#comments</comments>
		<pubDate>Thu, 24 Jul 2008 12:01:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[IronKey]]></category>
		<category><![CDATA[TrueCrypt]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://syn-ack.co.uk/?p=26</guid>
		<description><![CDATA[How many USB keys are lost or stolen every year?  Lots.
How many of those keys have confidential corporate information on them?  Lots.
How many of those data keys are encrypted?  Not many.
USB Data Keys..  A great little gadget that allows users to store up to 320GBs of data in their pocket that&#8217;s accessible simply by plugging [...]]]></description>
			<content:encoded><![CDATA[<p>How many USB keys are lost or stolen every year?  Lots.</p>
<p>How many of those keys have confidential corporate information on them?  Lots.</p>
<p>How many of those data keys are encrypted?  Not many.</p>
<p>USB Data Keys..  A great little gadget that allows users to store up to 320GBs of data in their pocket that&#8217;s accessible simply by plugging it into a USB slot on a PC.</p>
<p><em>or</em></p>
<p>USB Data Keys..  An Information Security nightmare!  Taking data security away from secured systems and putting it in the trust of a user.</p>
<p>Anyone who knows a little about IT security can appreciate the risks involved with using USB data keys.  Don’t get me wrong, I think they&#8217;re great little tools and I have one myself, in fact, I rely quite heavily upon it!  I use it for storing programs, files, data sheets, expense claims and even my Linux distribution that boots from it.  It’s a brilliant little thing.</p>
<p>But what happens when we lose it?  And let’s face it; they are easy to lose.  Why do companies present themselves with and accept this huge risk?  Everything and anything can be stored on these keys by your users – users that can’t remember passwords for more than one week let alone secure a small, easily lost data key filled with sensitive information!</p>
<p>There are two solutions:</p>
<p>1)    Disable the use of USB data keys through a group policy or PC build configuration.</p>
<p>2)    Secure the data on the USB key so that if it is lost it cannot be read or recovered.</p>
<p>The first one is an instant no-go.  Getting that signed off under the IT security policy would be extremely difficult given the convenience of mobile data to users.</p>
<p>Securing the data is where we really need to focus our attention when looking for a solution to our problem and there are two ways of doing so.</p>
<p>1)    Use a date key with built in hardware encryption.</p>
<p>2)    Use third party software to encrypt the USB drive/data.</p>
<p>Option 1 – I’m sure there are a few vendors out there who manufacture USB keys with built in encryption but the leader by far in this area is a company called IronKey.  Their USB keys appear to be very easy to use for the end user (I said appear as I’ve never used one &#8211; send me one for review IronKey! <img src='http://syn-ack.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  ).  Basically, it is a USB key with a encryption chip between the USB interface and the memory chip that encrypts and decrypts data as it is passed to and fro the USB memory chip.  When the USB key is inserted the user is prompted for a password and that is used as the key to encrypting/decrypting the data on the fly.  Don&#8217;r worry about brute force attacks on the password either, 10 strikes and you&#8217;re out!  Dangerous, but secure &#8211; I like it.  Reports indicate that the data transfer speeds are very quick due to the high quality memory being used internally.  So, we have a very secure, fast and easy to operate USB memory key with IronKey, the only drawback is the price.  IronKeys are a fair bit more expensive than traditional USB memory keys with prices starting at $79 for the 1GB Basic version right up to $299 for the 8GB Basic version but hey, you get what you pay for right?</p>
<p>Option 2 – If something like an IronKey is out of your price range or you would simply rather not pay for the convenience that they offer then the alternative is to use third party encryption software (as I do) such as TrueCrypt.  TrueCrypt allows you to either encrypt the whole USB stick or create a secure “container” on it and encrypt that.  The container is then mounted using the TrueCrypt application and is seen as another volume.  The only drawback is that you have to use the application to mount the volume however this can be stored on an unencrypted area of the disk for use on any PC.  TrueCrypt will run on Windows, Linux, OS X and is free to use for personal and enterprise use.</p>
<p>Hope that helps! <img src='http://syn-ack.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Ian</p>
]]></content:encoded>
			<wfw:commentRss>http://syn-ack.co.uk/26/usb-data-security/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.404 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-06 23:48:07 -->
