<?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>ItsyourIP.com &#187; Security</title>
	<atom:link href="http://www.itsyourip.com/category/Security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsyourip.com</link>
	<description>Your gateway to Internet</description>
	<lastBuildDate>Sat, 24 Jan 2009 16:48:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
<link>http://www.itsyourip.com</link>
<url>http://www.itsyourip.com/wp-content/mbp-favicon/Internet-Alt.ico</url>
<title>ItsyourIP.com</title>
</image>
		<item>
		<title>VoIP Hopper &#8211; Opensource Security tool to test VoIP</title>
		<link>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=voip-hopper-opensource-security-tool-to-test-voip</link>
		<comments>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:09:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[Avaya]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[VLAN-Hopping]]></category>
		<category><![CDATA[VoIP-Hopping]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/</guid>
		<description><![CDATA[VoIP Hopper is a Unix/Linux based free opensource security tool that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.&#160; VoIP Hopper is both a VLAN Hop test [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>VoIP Hopper is a Unix/Linux based free opensource security tool that rapidly runs a VLAN Hop into the Voice VLAN on specific Ethernet switches. VoIP Hopper mimicks the behavior of an IP Phone, in both Cisco and Avaya IP Phone environments to hope into the Voice VLAN.&nbsp; VoIP Hopper is both a VLAN Hop test tool and a tool to test VoIP infrastructure security.&nbsp;</p>
<p><span id="more-187"></span></p>
<p>In Cisco IP Phone networks, it first dissects either IEEE 802.3 or Ethernet II for Cisco Discovery Protocol (CDP) packets. If CDP is enabled on the switch port and the Voice VLAN feature is enabled, it will determine the Voice VLAN ID (VVID). This will allow the tool to create a new Ethernet interface on the PC that tags the 802.1q VLAN header in the Ethernet packet. After VoIP Hopper has created the new Ethernet device, it will send a DHCP client request. It can also generate CDP messages just as an IP Phone based on CDP would do.&nbsp; It will send two CDP packets, requesting the Voice VLAN ID.&nbsp; After creating the new interface, it will then iterate between sleeping for 60 seconds, and sending a CDP packet.</p>
<p>In Avaya IP Phone environments, it sends an Option 55 parameter request list, requesting Option 176.&nbsp; When the DHCP server sends Option 176, it decodes the L2QVLAN reply field for the Voice VLAN ID.&nbsp; It then creates a new voice interface and sends a DHCP request.</p>
<p>VOIP Hopper can be downloaded from <a href="http://downloads.sourceforge.net/voiphopper/voiphopper-0.9.9.tar.gz?modtime=1203371558&amp;big_mirror=0" target="_blank" title="Voip Hopper Download">here</a></p>
<p>VOIP Hopper requires</p>
<p><strong><em>libpcap &#8211; For Sniffing</em></strong></p>
<p><strong><em>GNU C Compiler &amp; Make utility to install</em></strong></p>
<p>To install</p>
<p><strong><u>Unzip &amp; Untar VOIP Hopper</u></strong></p>
<blockquote><p><strong>debian# tar -zxvf voiphopper-0.9.9.tar.gz</strong></p>
</blockquote>
<p><strong><u>Change Directory and Install</u></strong></p>
<blockquote><p><strong>debian# cd voiphopper-0.9.9</strong></p>
<p><strong>debian:~/voiphopper-0.9.9# make</strong></p>
</blockquote>
<p>This installs VoIP Hopper on your Linux distribution.</p>
<p>Now, some of the usage examples are</p>
<p><strong><u>Sniff CDP &amp; VoIP Hop</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 0</strong></p>
</blockquote>
<p>where &quot;eth1&quot; is the interface</p>
<p>-c = 0 &#8211; Defines sniffing</p>
<p><strong><u>Spoof CDP &amp; VoIP Hop in Cisco SIP environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 1 -E &#39;SIP00070EEA5086&#39; -P &#39;Port 1&#39; -C Host -L &#39;Cisco IP Phone 7940&#39; -S &#39;P003-08-8-00&#39; -U 1</strong></p>
</blockquote>
<p><strong><u>Spoof CDP &amp; VoIP HOP in Cisco SCCP environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 1 -E &#39;SEP0070EEA5086&#39; -P &#39;Port 1&#39; -C Host -L &#39;Cisco IP Phone 7940&#39; -S &#39;P00308000700&#39; -U 1</strong></p>
</blockquote>
<p><strong><u>VLAN Hop without CDP Sniffing (if VLAN ID is known)</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200</strong></p>
</blockquote>
<p><strong><u>Discover Voice VLAN in Avaya IP Phone environment</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -a</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of an IP Phone by sniffing for CDP</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -c 0 -m AA:AA:AA:AA:AA:AA</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of an IP Phone using Avaya DHCP request</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -a -m AA:AA:AA:AA:AA:AA</strong><br /> &nbsp;<br /> <strong><u>Spoof MAC Address of an IP Phone by VLAN Hopping without CDP or DHCP</u></strong></p>
</blockquote>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA</strong></p>
</blockquote>
<p><strong><u>Spoof MAC Address of IP Phone without changing the MAC Address of default ethernet interface</u></strong></p>
<blockquote><p><strong>debian# voiphopper -i eth1 -v 200 -m AA:AA:AA:AA:AA:AA -D</strong></p>
</blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fvoip-hopper-opensource-security-tool-to-test-voip%2F';
  addthis_title  = 'VoIP+Hopper+%26%238211%3B+Opensource+Security+tool+to+test+VoIP';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/voip-hopper-opensource-security-tool-to-test-voip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to prevent VLAN Hopping in Cisco Switches</title>
		<link>http://www.itsyourip.com/cisco/how-to-prevent-vlan-hopping-in-cisco-switches/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-prevent-vlan-hopping-in-cisco-switches</link>
		<comments>http://www.itsyourip.com/cisco/how-to-prevent-vlan-hopping-in-cisco-switches/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 19:06:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[802.1Q]]></category>
		<category><![CDATA[Double-Tagging]]></category>
		<category><![CDATA[Security-Exploit]]></category>
		<category><![CDATA[switch-spoofing]]></category>
		<category><![CDATA[Tunnel]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[VLAN-Hopping]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-prevent-vlan-hopping-in-cisco-switches/</guid>
		<description><![CDATA[A malicious user can easily gain access to data on another VLAN to which he is not authorised to access using VLAN hopping. A VLAN Hoping attack can be launched by using a Switch Spoofing or Double Tagging of 802.1q trunking protocol. To have a quick insight into VLAN Hopping, click here. You can prevent [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>A malicious user can easily gain access to data on another VLAN to which he is not authorised to access using VLAN hopping. A VLAN Hoping attack can be launched by using a Switch Spoofing or Double Tagging of 802.1q trunking protocol. To have a quick insight into VLAN Hopping, <a href="http://www.itsyourip.com/Security/vlan-hopping-layer-2-security-exploit-bypass-layer-3-security/" target="_blank" title="VLAN Hopping Security Exploit">click here</a>.</p>
<p>You can prevent VLAN Hopping in Cisco Switches as follows:</p>
<p><span id="more-186"></span></p>
<p><strong><u>1. Prevent VLAN Hopping attacks using Switch Spoofing</u></strong></p>
<p>In this form of VLAN Hopping attack, the simplest solution would be to disable &quot;Dynamic Trunking Protocol (DTP)&quot; on all untrusted ports, mostly imporantly on the access switches where end users connect their devices and gain access to network.</p>
<p>This can be done by</p>
<blockquote><p><strong>ciscoswitch# conf t</strong></p>
<p><strong>ciscoswitc(config)# int gi1/10</strong></p>
<p><strong>ciscoswitch(config-if)# switchport nonegotiate</strong></p>
</blockquote>
<p>In the above, the &quot;switchport nonegotiate&quot; command on interface &quot;gi1/10&quot; disable the DTP. So, the switchport will not negotiate trunking on the link.</p>
<p>An even more better option would be to explicitly coonfigure the port as a access port by which eliminates any fears of trunking on the port (assuming you are aware of the fact that there isn&#39;t going to be a need for that port to act as a trunking port)</p>
<blockquote><p><strong>ciscoswitch(config-if)# switchport mode access</strong></p>
</blockquote>
<p>This disables trunking and DTP on the port and marks it as an access port only.</p>
<p><strong><u>2. Prevent VLAN Hopping attacks using Double Encapsulation (Double Tagging)</u></strong></p>
<p>Use a isolated VLAN as a native VLAN for the trunks which is used for tunnel traffic only and not for any other traffic as the trunk port strips the VLAN tag and passes it as untagged traffic.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fcisco%2Fhow-to-prevent-vlan-hopping-in-cisco-switches%2F';
  addthis_title  = 'How+to+prevent+VLAN+Hopping+in+Cisco+Switches';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/cisco/how-to-prevent-vlan-hopping-in-cisco-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VLAN Hopping &#8211; Layer 2 Security exploit bypass Layer 3 security</title>
		<link>http://www.itsyourip.com/Security/vlan-hopping-layer-2-security-exploit-bypass-layer-3-security/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=vlan-hopping-layer-2-security-exploit-bypass-layer-3-security</link>
		<comments>http://www.itsyourip.com/Security/vlan-hopping-layer-2-security-exploit-bypass-layer-3-security/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 18:58:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[802.1Q]]></category>
		<category><![CDATA[DTP]]></category>
		<category><![CDATA[Layer2]]></category>
		<category><![CDATA[Layer3]]></category>
		<category><![CDATA[switch-spoofing]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[VLAN-Hopping]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/vlan-hopping-layer-2-security-exploit-bypass-layer-3-security/</guid>
		<description><![CDATA[VLAN Hopping is a Layer 2 security exploit by which a malicous user connected to a switchport on a Switch assigned to a VLAN can hop on and gain access to another VLAN which otherwise is not accessible. This security exploit allows the malicous hacker to bypass the IP Securities implemented at Layer 3. There [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>VLAN Hopping is a Layer 2 security exploit by which a malicous user connected to a switchport on a Switch assigned to a VLAN can hop on and gain access to another VLAN which otherwise is not accessible. This security exploit allows the malicous hacker to bypass the IP Securities implemented at Layer 3.</p>
<p><span id="more-185"></span></p>
<p>There are 2 ways that a malicious hacker can conduct a VLAN hopping hack on a network.</p>
<p><strong><u>1. Switch Spoofing</u></strong></p>
<p>Switch Spoofing is a method by which the host with the capability of emulating tagging and trunking protocols connected to a switchport with Auto-Trunking capabilities turns the port into a Trunk and thereby havng a complete visibility and access to all the traffic to all the VLANS in the network. In Cisco Switches, the &quot;Dynamic Trunking Protocol&quot; provides the auto-trunking capabilities and most if not all has it enabled by default.</p>
<p>To prevent such attacks, the solution obviously is to disable Auto-Trunking on all ports except the ones which actually trunk other switches. This especially, is very important on all access switches in a network. In cisco, disable the &quot;Dynamic Trunking Protocol&quot;. <a href="http://www.itsyourip.com/cisco/how-to-prevent-vlan-hopping-in-cisco-switches/" target="_blank" title="Prevent VLAN Hoping in Cisco Switches">Click here</a> for the procedure</p>
<p><strong><u>2. Double Tagging</u></strong></p>
<p>Double Tagging or Double 802.1q encapsultaion is a method which takes advantage of the backward compatibility enabled into the 802.1Q protocol to support native VLANs. This allows the 802.1q trunk ports to talk to 802.3 ports directly to send &amp; receive untagged traffic.</p>
<p>A mailicious hacker connected to a switchport generates a packet with two VLAN tags. The Outer VLAN tag is the tag for the Native VLAN of the trunk and the inner tag is the one of the target VLAN to which the hacker is trying to gain access to.</p>
<p>When a 802.1q trunk port on a switch whose native VLAN is the same as the VLAN&nbsp; on the outer tag gets the packet, it strips the outer tag and forwards the packet as untagged traffic. Now, the inner tag which has the VLAN tag of the target VLAN becomes the permanent identity of the packet and hence the hacker has hopped onto the target VLAN and has gained access to data on the VLAN thereby bypassing the layer 3 securities.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fvlan-hopping-layer-2-security-exploit-bypass-layer-3-security%2F';
  addthis_title  = 'VLAN+Hopping+%26%238211%3B+Layer+2+Security+exploit+bypass+Layer+3+security';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/vlan-hopping-layer-2-security-exploit-bypass-layer-3-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Set Login Restrictions to protect Cisco IOS Routers &amp; Switches</title>
		<link>http://www.itsyourip.com/cisco/set-login-restrictions-to-protect-cisco-ios-routers-switches/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=set-login-restrictions-to-protect-cisco-ios-routers-switches</link>
		<comments>http://www.itsyourip.com/cisco/set-login-restrictions-to-protect-cisco-ios-routers-switches/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 00:21:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[audit-logs]]></category>
		<category><![CDATA[Enhancements]]></category>
		<category><![CDATA[failed-logins]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/cisco/set-login-restrictions-to-protect-cisco-ios-routers-switches/</guid>
		<description><![CDATA[While no security is fool proof, it is important that we do as much as we can to ensure maximum protection on our netowrk devices like Routers and Switches. Cisco IOS has enhanced Login restriction features which can control login attempts to it. This includes time delay between failed login attempts, block period after a [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>While no security is fool proof, it is important that we do as much as we can to ensure maximum protection on our netowrk devices like Routers and Switches. Cisco IOS has enhanced Login restriction features which can control login attempts to it. This includes time delay between failed login attempts, block period after a set of failed login attempts and audit logs of successful and failed login attempts.</p>
<p> These login restrictions provides more control and make it that more harder for unauthorised accesses and prevent against Dictionary based DoS attacks.<br /> <span id="more-173"></span><br /> To start of with,</p>
<p> <u><strong>Block Logins after failed attempts</strong></u></p>
<p> From the Global configuration mode enter the login block-for command to block login attempts to the Cisco Router and Switches for a set period after a preset number of failed login attempts in a specified period of time.</p>
<blockquote><p><strong>ciscorouter# conf t</strong></p>
<p> <strong>ciscorouter(config)# login block-for 300 attempts 3 within 60</strong></p>
</blockquote>
<p>Here we block all login attempts (except for the exception ACL list which we will see a few lines down) for 300seconds (5mins) after 3 failed login attempts with 60 seconds (1min). This blocking period is called &quot;Quiet mode&quot;</p>
<p> <u><strong>Set Login Delays<br /> </strong></u><br /> We can enforce a time delay after a failed login attempt. As soon as the &quot;login lock-for&quot; option is set, this automatically kicks in with the default value of 1 second. However, this can manually changed to anything upto 10 seconds.</p>
<blockquote><p><strong>ciscorouter(config)# login delay 10</strong> </p></blockquote>
<p> Here we set a delay of 10 seconds after a failed login attempt.</p>
<p> <u><strong>Set Quiet Mode Exception ACL</strong></u></p>
<p>While we enforce a blocking period after successive failed login attempts, we can configure an Exception Access list of hosts or networks. These hosts or networks will be able to login to the router even in the quiet mode.</p>
<blockquote><p><strong>ciscorouter(config)# login quiet-mode access-class 10</strong> </p></blockquote>
<p> Where 10 is the ACL</p>
<p> <u><strong>Audit Logs on Failed and Successfule login attempts</strong></u></p>
<p> To enable logging after failed login attempts</p>
<blockquote><p><strong>ciscorouter(config)# login on-failure log</strong> </p></blockquote>
<p> This logs every time there is a failed login attempt. We can customize the number of failed attempts after which the message is logged.</p>
<blockquote><p><strong>ciscorouter(config)# login on-failure log 3</strong> </p></blockquote>
<p> The above logs the failed attempts after 3 successive failure.</p>
<p> Similarly, successful logins can be logged as well</p>
<blockquote><p><strong>ciscorouter(config)# login on-success log</strong></p>
<p> or</p>
<p> <strong>ciscorouter(config)# login on-success log 5</strong> </p></blockquote>
<p> To display the Login configuration status</p>
<p> Simply do a</p>
<blockquote><p><strong>ciscorouter# sh login<br /> </strong><br /> A default login delay of 10 seconds is applied.</p>
<p> No Quiet-Mode access list has been configured.</p>
<p> All successful login is logged and generate SNMP traps.</p>
<p> All failed login is logged and generate SNMP traps.</p>
<p> Router enabled to watch for login Attacks.</p>
<p> If more than 3 login failures occur in 60 seconds or less, logins will be disabled for 300 seconds.</p>
<p> Router presently in Quiet-Mode, will remain in Quiet-Mode for 93 seconds.</p>
<p> Denying logins from all sources. </p></blockquote>
<p> To only display failed login attempts</p>
<blockquote><p><strong>ciscorouter# sh login failure</strong> </p></blockquote>
<p> Information about login failure&#39;s with the device</p>
<p> </p>
<blockquote><p>Username&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Source IPAddr&nbsp; lPort Count&nbsp; TimeStamp</p>
<p> admin1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 192.168.1.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp; 21:52:49 UTC Sun Mar 9 2008</p>
<p> someone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 192.168.1.2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp; 21:52:52 UTC Sun Mar 9 2008 </p></blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fcisco%2Fset-login-restrictions-to-protect-cisco-ios-routers-switches%2F';
  addthis_title  = 'Set+Login+Restrictions+to+protect+Cisco+IOS+Routers+%26%23038%3B+Switches';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/cisco/set-login-restrictions-to-protect-cisco-ios-routers-switches/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to configure Site-Site IPSec VPN in Cisco Routers (IOS)</title>
		<link>http://www.itsyourip.com/cisco/how-to-configure-site-site-ipsec-vpn-in-cisco-routers-ios/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-configure-site-site-ipsec-vpn-in-cisco-routers-ios</link>
		<comments>http://www.itsyourip.com/cisco/how-to-configure-site-site-ipsec-vpn-in-cisco-routers-ios/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 20:32:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[3DES]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[ah]]></category>
		<category><![CDATA[authentication-header]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[esp]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[SHA]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/cisco/how-to-configure-site-site-ipsec-vpn-in-cisco-routers-ios/</guid>
		<description><![CDATA[Virtual Private Network (VPN) is a network which uses a shared network infrastructure (Internet) which allows a secure access between two networks or securely connects a remote user to his corporate network. Let&#39;s check out here how to configure a Site to Site VPN using a Pre-shared Key in Cisco Routers running Cisco IOS Let&#39;s [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Virtual Private Network (VPN) is a network which uses a shared network infrastructure (Internet) which allows a secure access between two networks or securely connects a remote user to his corporate network.</p>
<p>Let&#39;s check out here how to configure a Site to Site VPN using a Pre-shared Key in Cisco Routers running Cisco IOS</p>
<p><span id="more-160"></span></p>
<p>Let&#39;s use a HQ-Branch office network setup with the following:</p>
<blockquote><p><em>Authentication Method: Pre-Shared Key</em></p>
<p><em>Encryption Algorithm: 3DES</em></p>
<p><em>Hash Algorithm: SHA</em></p>
<p><em>HQ Router External IP : 172.10.10.100</em></p>
<p><em>(Peer IP for Branch Network)</em></p>
<p><em>HQ Internal Network: 172.11.1.0/24</em></p>
<p><em>Branch&nbsp;Router&nbsp;External IP : 10.1.1.100</em></p>
<p><em>(Peer IP for&nbsp;HQ Network)</em></p>
<p><em>Branch&nbsp;Internal Network: 10.11.2.0/24</em></p>
</blockquote>
<p><strong><u>Configuring IKE Policies</u></strong></p>
<p><strong>Create an IKE Policy</strong></p>
<p>From the global configuration mode, create a new IKE Policy.</p>
<blockquote><p><strong>VPN-HQ(config)# crypto isakmp policy 1</strong></p>
</blockquote>
<p><strong>Set the Keep-Alive &amp; Retry intervals</strong></p>
<p>The default Keep-Alive time os 10 seconds and retry when the keep-alive fails is 2 seconds. If you prefer changing this value then do the following else can be ignored</p>
<blockquote><p><strong>VPN-HQ(config-isakmp)# crypto isakmp keepalive 15 retry 3</strong></p>
</blockquote>
<p><strong>Specify the Encryption Algorithm</strong></p>
<p>I&#39;m using 3DES encryption method here</p>
<blockquote><p><strong>VPN-HQ(config-isakmp)# encryption 3des</strong></p>
</blockquote>
<p><strong>Specify the HASH Algorithm</strong></p>
<p>I&#39;m using sha hashing algorithm here</p>
<blockquote><p><strong>VPN-HQ(config-isakmp)# hash sha</strong></p>
</blockquote>
<p><strong>Set the Authentication Method</strong></p>
<p>We are using Pre-shared key here for Authentication</p>
<blockquote><p><strong>VPN-HQ(config-isakmp)# authentication pre-share</strong></p>
</blockquote>
<p> <strong>Set the Diffe-Hellman Group Identifier</strong></p>
<p>We are using DH Group-2 (1024)</p>
<blockquote><p><strong>VPN-HQ(config-isakmp)# group 2</strong></p>
</blockquote>
<p><strong>Specify SA&#39;s lifetime (seconds)</strong></p>
<p>Set the lifetime of the Security Associations in seconds. I&#39;ll set it for 24hrs (86400 seconds) here</p>
<blockquote><p><strong>VPN-HQ(config-isakmp)# lifetime 86400</strong></p>
</blockquote>
<p><strong>Set Pre-shared Key</strong></p>
<p>The Authentication method we use here is the Pre-Shared key. We should now set this previously agreed shared key (don&#39;t exchange on emails. Use your phone,letters or faxes) from the global configuration mode.I&#39;ll use a simple pre-shared key &quot;0urVpN&quot; but use more complex key when configuring a production system.</p>
<blockquote><p><strong>VPN-HQ(config)# crypto isakmp key 0urVpN address 10.1.1.100</strong></p>
</blockquote>
<p>where 10.1.1.100 is the Peer routers IP Address and &quot;0urVpN&quot; is the pre-shared key.</p>
<p><strong>Define Transformation Set</strong></p>
<p>We set the transformation of ESP-3DES transform and ESP-SHA-HMAC transform to Transformation set 3DES-SHA-HMAC</p>
<blockquote><p><strong>VPN-HQ(config)# crypto ipsec transform-set 3DES-SHA-HMAC esp-3des esp-sha-hmac</strong></p>
<p><strong>VPN-HQ(cfg-crypto-trans)# exit</strong></p>
</blockquote>
<p><strong>Setup a Crypto ACL</strong></p>
<p>This ACL defines the protected traffic that passes through the VPN tunnel. Customize the ACL as per your organisation needs.</p>
<blockquote><p><strong>VPN-HQ(config)# ip access-list 101 permit ip 172.11.1.0 0.0.0.0 10.11.2.0 0.0.0.0</strong></p>
</blockquote>
<p><strong>Create an IPSec Map</strong></p>
<p>Create an IPSec Crypto Map and assign it a Sequence number</p>
<blockquote><p><strong>VPN-HQ(config)# crypto map HQ-BR1-MAP 2 ipsec-isakmp</strong></p>
</blockquote>
<p>where 2 is the sequence number and HQ-BR1-MAP is the nameof the map.</p>
<p><strong>Set the Network traffic to be protected</strong></p>
<p>Here use the extended ACl created earlier to define the traffic that is protected and passed through the tunnel.</p>
<blockquote><p><strong>VPN-HQ(config-crypto-map)# match address 101</strong></p>
</blockquote>
<p>where 101 is the Extended ACL</p>
<p><strong>Set the Peer Address</strong></p>
<blockquote><p><strong>VPN-HQ(config-crypto-map)# set peer 10.1.1.100</strong></p>
</blockquote>
<p><strong>Set Transform Set</strong></p>
<blockquote><p><strong>VPN-HQ(config-crypto-map)# set 3DES-SHA-HMAC</strong></p>
</blockquote>
<p><strong>Set Perfect Forwarding Secret</strong></p>
<blockquote><p><strong>VPN-HQ(config-crypto-map)# set pfs group 2</strong></p>
</blockquote>
<p><strong>Apply Crypto Map to the external Interface</strong></p>
<blockquote><p><strong>VPN-HQ(config)# int fa0/0</strong></p>
<p><strong>VPN-HQ(config-if)# crypto map HQ-BR1-MAP</strong></p>
</blockquote>
<p>Allow inbound IPSec traffic from the Peer on the external interface</p>
<blockquote><p><strong>VPN-HQ(config)# ip access-list 102 permit udp host 10.1.1.100 any eq isakmp</strong></p>
<p><strong>VPN-HQ(config)# ip access-list 102 permit esp host 10.1.1.100 any</strong></p>
</blockquote>
<p>That completes the configuration on the Cisco Router at the HQ. Repeat the procedure with only changing</p>
<p>1. The Peer IP in the steps for setting the Pre-shared Key &amp; setting Peer.</p>
<p>2. Modify the ACLs for the protected networks</p>
<p>3. Inbound ACL to allow incoming traffic from peer</p>
<p>To verify the configs, use the following show commands:</p>
<p><strong>Display Crypto IKE Policy</strong></p>
<blockquote><p><strong>VPN-HQ# show crypto isakmp policy</strong></p>
</blockquote>
<p><strong>Display Crypto Transform Set</strong></p>
<blockquote><p><strong>VPN-HQ# show crypto ipsec transform-set</strong></p>
</blockquote>
<p><strong>Display Crypto Map entries</strong></p>
<blockquote><p><strong>VPN-HQ# show crypto map</strong></p>
</blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fcisco%2Fhow-to-configure-site-site-ipsec-vpn-in-cisco-routers-ios%2F';
  addthis_title  = 'How+to+configure+Site-Site+IPSec+VPN+in+Cisco+Routers+%28IOS%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/cisco/how-to-configure-site-site-ipsec-vpn-in-cisco-routers-ios/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to enable Path MTU Discovery in Juniper Netscreen Firewalls (ScreenOS)</title>
		<link>http://www.itsyourip.com/Security/how-to-enable-path-mtu-discovery-in-juniper-netscreen-firewalls-screenos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-enable-path-mtu-discovery-in-juniper-netscreen-firewalls-screenos</link>
		<comments>http://www.itsyourip.com/Security/how-to-enable-path-mtu-discovery-in-juniper-netscreen-firewalls-screenos/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 23:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[Discovery]]></category>
		<category><![CDATA[encapsulation]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[mtu]]></category>
		<category><![CDATA[netscreen]]></category>
		<category><![CDATA[Path MTU]]></category>
		<category><![CDATA[screenos]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/how-to-enable-path-mtu-discovery-in-juniper-netscreen-firewalls-screenos/</guid>
		<description><![CDATA[If you have site to site IPSec VPNs configured between two network with your Juniper Netscreen or SSG firewalls and clients from one network access servers or services from the other network then it is advisable to enable Path MTU Discovery support on the Juniper firewalls. Juniper Netscreen or SSG firewalls running Screen OS by [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>If you have site to site IPSec VPNs configured between two network with your Juniper Netscreen or SSG firewalls and clients from one network access servers or services from the other network then it is advisable to enable Path MTU Discovery support on the Juniper firewalls.</p>
<p>Juniper Netscreen or SSG firewalls running Screen OS by default disable the Path MTU Discovery support. This means, when an IP Packet with DF bit set (&quot;1&quot;) in the ip Header and its size after IPSec Encapsulation is more the MTU of the Juniper VPN Firewall arrives at the VPN Firewall, the firewall will ignore the &quot;DF&quot; bit and simply fragments the packets and forwards it to the appropriate tunnel interface. This can cause serious problems with some applications. A classic example is the Microsoft Applications that rely on NetBIOS over TCP/IP which wouldn&#39;t prefer the packets being fragmented (and hence DF set).</p>
<p><span id="more-158"></span></p>
<p>It is advisable that the Path MTU Discovery support is enabled on the Juniper VPN Firewalls. When enabled in the above scenario, the Firewall will drop the packet instead and send an &quot;ICMP Destination Unreachable (Datagram Too Big)&quot; message (ICMP Type 3 Code 4 message) back to the host with its MTU value. The source host then adjusts its assumed Path MTU value appropriately and sends the packet accordingly so the packet size is well within the MTU of the firewall and hence the packet is not fragmented and is forwarded as such.</p>
<p>To enable Path MTU Discovery in Juniper firewalls running Screen OS logon as an admin user and run the following commands:</p>
<p><strong><u>Set Path MTU</u></strong></p>
<blockquote><p><strong>SSG20&gt; set flow path-mtu</strong></p>
<p><strong>SSG20&gt; save</strong></p>
</blockquote>
<p>To verify the change</p>
<blockquote><p><strong>SSG20&gt; get config | incl path</strong></p>
</blockquote>
<p>Remember, this needs to be enabled on the other VPN Peer as well.</p>
<p>This change should make users on either side a happy bunny!!!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fhow-to-enable-path-mtu-discovery-in-juniper-netscreen-firewalls-screenos%2F';
  addthis_title  = 'How+to+enable+Path+MTU+Discovery+in+Juniper+Netscreen+Firewalls+%28ScreenOS%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/how-to-enable-path-mtu-discovery-in-juniper-netscreen-firewalls-screenos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yersinia &#8211; Free Network Testing tool for CDP,STP,VTP,DHCP,DTP,ISL,802.1Q,802.1X</title>
		<link>http://www.itsyourip.com/ip-tools/yersinia-free-network-testing-tool-for-cdpstpvtpdhcpdtpisl8021q8021x/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=yersinia-free-network-testing-tool-for-cdpstpvtpdhcpdtpisl8021q8021x</link>
		<comments>http://www.itsyourip.com/ip-tools/yersinia-free-network-testing-tool-for-cdpstpvtpdhcpdtpisl8021q8021x/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 19:23:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IP Tools]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security/Penetration Testing]]></category>
		<category><![CDATA[802.1Q]]></category>
		<category><![CDATA[802.1X]]></category>
		<category><![CDATA[bpdu]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[DTP]]></category>
		<category><![CDATA[ISL]]></category>
		<category><![CDATA[Network-Testing]]></category>
		<category><![CDATA[stp]]></category>
		<category><![CDATA[VTP]]></category>
		<category><![CDATA[Yersinia]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/ip-tools/yersinia-free-network-testing-tool-for-cdpstpvtpdhcpdtpisl8021q8021x/</guid>
		<description><![CDATA[Yersinia is a free Network Penetration testing tool used to test and analyse some of the most commonly used protocols on your network. Penetration testing tools of this kind will provide deep insight on network security issues. Yersinia is a UNIX based tool that works on Linux, Solaris 8, FreeBSD. NOTE: The tool is described [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Yersinia is a free Network Penetration testing tool used to test and analyse some of the most commonly used protocols on your network. Penetration testing tools of this kind will provide deep insight on network security issues. Yersinia is a UNIX based tool that works on Linux, Solaris 8, FreeBSD.</p>
<p><font color="#ff0000"><strong>NOTE: The tool is described as a tool to perform network tests and exercise responsible actions when performing tests which includes obtaining the permission from responsible authorities. DO NOT USE THIS TOOL FOR ANY UNAUTHROSIED HACKING PURPOSES</strong></font></p>
<p><span id="more-154"></span><strong><font color="#ff0000"></font></strong></p>
<p>The attacks for testing can be performed on the following protocols:</p>
<p><strong>Inter-Switch Link Protocol (ISL) </strong></p>
<p><strong>Cisco Discovery Protocol (CDP)</strong></p>
<blockquote><p>Sending RAW CDP packet<br /> DoS flooding CDP neighbors table<br /> Setting up a virtual device</p>
</blockquote>
<p><strong>Spanning Tree Protocol (STP)</strong></p>
<blockquote><p>Sending RAW Configuration BPDU<br /> Sending RAW TCN BPDU<br /> DoS sending RAW Configuration BPDU<br /> DoS sending RAW TCN BPDU<br /> Claiming Root Role<br /> Claiming Other Role<br /> Claiming Root Role dual home (MITM)</p>
</blockquote>
<p> <strong>Dynamic Trunking Protocol (DTP)</strong></p>
<blockquote><p>Sending RAW DTP packet<br /> Enabling trunking</p>
</blockquote>
<p> <strong>Dynamic Host Configuration Protocol (DHCP) </strong></p>
<blockquote><p>Sending RAW DHCP packet<br /> DoS sending DISCOVER packet (exhausting ip pool)<br /> Setting up rogue DHCP server<br /> DoS sending RELEASE packet (releasing assigned ip)</p>
</blockquote>
<p><strong>Hot Standby Router Protocol (HSRP)</strong></p>
<blockquote><p>Sending RAW HSRP packet<br /> Becoming active router<br /> Becoming active router (MITM)</p>
</blockquote>
<p><strong>IEEE 802.1Q</strong></p>
<blockquote><p>Sending RAW 802.1Q packet<br /> Sending double encapsulated 802.1Q packet<br /> Sending 802.1Q ARP Poisoning</p>
</blockquote>
<p><strong>IEEE 802.1X </strong></p>
<blockquote><p>Sending RAW 802.1X packet<br /> Mitm 802.1X with 2 interfaces</p>
</blockquote>
<p><strong>VLAN Trunking Protocol (VTP)</strong></p>
<blockquote><p>Sending RAW VTP packet<br /> Deleting ALL VLANs<br /> Deleting selected VLAN<br /> Adding one VLAN<br /> Catalyst crash</p>
</blockquote>
<p>Yersinia has precompiled builds for Ubuntu, Debian &amp; FreeBSD but also has the source from which we can build and install Yersinia.</p>
<p>To build and install from source,</p>
<p>Download the latest versio (0.7.1) from <a href="http://www.yersinia.net/download/" target="_blank" title="Yersinia - Free Penetration Testing tool">here</a></p>
<p>Untar, Compile, Build and install as follows</p>
<blockquote><p><strong>pentest# tar -zxvf yersinia-0.7.1.tar.gz</strong></p>
<p><strong>pentest# cd yersinia-0.7.1</strong></p>
<p><strong>pentest# ./configure</strong></p>
<p><strong>pentest# make</strong></p>
<p><strong>pentest# make install</strong></p>
</blockquote>
<p>For more information and some very useful writeups <a href="http://www.yersinia.net" target="_blank" title="Yersinia - Free Penetration testing tool">click here</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2Fip-tools%2Fyersinia-free-network-testing-tool-for-cdpstpvtpdhcpdtpisl8021q8021x%2F';
  addthis_title  = 'Yersinia+%26%238211%3B+Free+Network+Testing+tool+for+CDP%2CSTP%2CVTP%2CDHCP%2CDTP%2CISL%2C802.1Q%2C802.1X';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/ip-tools/yersinia-free-network-testing-tool-for-cdpstpvtpdhcpdtpisl8021q8021x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>File Shredder &#8211; Free Opensource tool to Secure File Destruction</title>
		<link>http://www.itsyourip.com/Security/file-shredder-free-opensource-tool-to-secure-file-destruction/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=file-shredder-free-opensource-tool-to-secure-file-destruction</link>
		<comments>http://www.itsyourip.com/Security/file-shredder-free-opensource-tool-to-secure-file-destruction/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 22:25:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[file-shredder]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[permanent-destruction]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/file-shredder-free-opensource-tool-to-secure-file-destruction/</guid>
		<description><![CDATA[Secure destruction of data like personal details, banking information, confidential company information or critical customer data when they are no longer required is very important to information security for the simple reason that they can always be recovered in many ways from the hard disk. This is even more important when you sell or throw [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Secure destruction of data like personal details, banking information, confidential company information or critical customer data when they are no longer required is very important to information security for the simple reason that they can always be recovered in many ways from the hard disk. This is even more important when you sell or throw away your old PCs. Simply deleting the files from the PC doesn&#39;t really remove the files for good. They can always be recovered. FileShredder just protects you from that. File Shredder is an opensource free file secure destruction software for permanent removal of critical confidential files from the hard disk. With File Shredder you can remove files from your hard drive without fear they could be recovered. File Shredder has been developed as fast, safe and reliable tool to shred company files.</p>
<p><font color="#0072bc"><a href="http://www.windowsreference.com/windows-xp/file-shredder-free-opensource-software-for-secure-permanent-file-destruction/" target="_blank" title="FileShredder - Free opensource secure file destruction">Read more&hellip; &raquo;</a></font></p>
<p> <!--adsense#content_336_280--></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Ffile-shredder-free-opensource-tool-to-secure-file-destruction%2F';
  addthis_title  = 'File+Shredder+%26%238211%3B+Free+Opensource+tool+to+Secure+File+Destruction';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/file-shredder-free-opensource-tool-to-secure-file-destruction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secure yourself from Phishing attacks with NetCraft Toolbar</title>
		<link>http://www.itsyourip.com/Security/secure-yourself-from-phishing-attacks-with-netcraft-toolbar/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=secure-yourself-from-phishing-attacks-with-netcraft-toolbar</link>
		<comments>http://www.itsyourip.com/Security/secure-yourself-from-phishing-attacks-with-netcraft-toolbar/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 18:07:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[internet-explorer]]></category>
		<category><![CDATA[anti-phishing]]></category>
		<category><![CDATA[netcraft-toolbar]]></category>
		<category><![CDATA[phishing]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/secure-yourself-from-phishing-attacks-with-netcraft-toolbar/</guid>
		<description><![CDATA[Phishers send well crafted emails as if coming from a valid source like your bank tricking you to enter your bank account or any portal (like eBay or Paypal) details including login and password or PIN numbers . Once, you enter the details, they are sent to remote servers. Now, that&#8217;s more than anything for [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p>Phishers send well crafted emails as if coming from a valid source like your bank tricking you to enter your bank account or any portal (like eBay or Paypal) details including login and password or PIN numbers . Once, you enter the details, they are sent to remote servers. Now, that&rsquo;s more than anything for the hackers to loot money out of your account.
<p>Taking security seriously, we will discuss the community aided Netcraft tool bar for Internet Explorer &amp; Firefox. First of all, I have to applaud NetCraft toolbar as by far the best toolbar that you can get for free. When I tested a new eBay scam email URL, no other toolbar other than NetCraft can catch the Phishing URL.</p>
<p><a href="http://www.windowsreference.com/windows-xp/secure-yourself-from-phishing-attacks-with-netcraft-toolbar/" target="_blank" title="NetCraft Antiphishing toolbar for Internet Explorer &amp; Firefox">Read More&#8230;&gt;&gt;</a></p>
<p> <!--adsense#content_336_280--></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Fsecure-yourself-from-phishing-attacks-with-netcraft-toolbar%2F';
  addthis_title  = 'Secure+yourself+from+Phishing+attacks+with+NetCraft+Toolbar';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/secure-yourself-from-phishing-attacks-with-netcraft-toolbar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Insecure application Audit &#8211; Secunia Personal Security Inspector(PSI)</title>
		<link>http://www.itsyourip.com/Security/insecure-application-audit-secunia-personal-security-inspectorpsi/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=insecure-application-audit-secunia-personal-security-inspectorpsi</link>
		<comments>http://www.itsyourip.com/Security/insecure-application-audit-secunia-personal-security-inspectorpsi/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 15:50:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[patch status]]></category>
		<category><![CDATA[secunia psi]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.itsyourip.com/Security/insecure-application-audit-secunia-personal-security-inspectorpsi/</guid>
		<description><![CDATA[Secunia Personal Security Inspector (PSI) is a great tool for Windows Operating Systems (Windows 2003,Windows XP SP2, Windows Vista, Windows SP4 )to assess the installed applications on your system for patch status of installed applications and audits the applications for insecured versions and End Of life status. While Secunia PSI is not a replacement to [...]]]></description>
			<content:encoded><![CDATA[<div class="KonaBody"><p><!--adsense#content_336_280-->
<p>Secunia Personal Security Inspector (PSI) is a great tool for Windows Operating Systems (Windows 2003,Windows XP SP2, Windows Vista, Windows SP4 )to assess the installed applications on your system for patch status of installed applications and audits the applications for insecured versions and End Of life status.</p>
<p>While Secunia PSI is not a replacement to a Antivirus, Firewall or a malware protection software, it does lend a great deal of help in auditing the applications installed on the system and to report Insecure, End Of Life applications.</p>
<p><span id="more-138"></span></p>
<p>Secunia PSI is very easy to use and the user does not have to be an IT expert and anyone (even a novice user) canuse the application without any trouble. Secunia PSI checks the files on the system and looks into the Meta-data of the applications found in EXE, DLL and OCX files. This is then sent to the Secunia PSI server where it is compared against the signatures on the server and reported back to the user in a nice friendly way.</p>
<p><a href="http://www.itsyourip.com/wp-content/uploads/secuniapsi-scan.PNG"><img src="http://www.itsyourip.com/wp-content/uploads/thumb-secuniapsi-scan.PNG" border="0" alt="Secunia PSI Scans system" title="Secunia PSI Scans system" width="180" height="150" /></a>&nbsp;<a href="http://www.itsyourip.com/wp-content/uploads/secuniapsi-report.PNG"><img src="http://www.itsyourip.com/wp-content/uploads/thumb-secuniapsi-report.PNG" border="0" alt="Secunia PSI Dashboard report" title="Secunia PSI Dashboard report" width="180" height="150" /></a>&nbsp;<a href="http://www.itsyourip.com/wp-content/uploads/secuniapsi-patchedapplication.PNG"><img src="http://www.itsyourip.com/wp-content/uploads/thumb-secuniapsi-patchedapplication.PNG" border="0" alt="Secunia PSI Pacthed applications" title="Secunia PSI Pacthed applications" width="180" height="150" /></a></p>
<p>When reporting an Insecure / End Of life applications, it also provides a direct download link to the latest patch/fix or newer version of the application. Secunia PSI has an option to hide applications that are not easy to patch but personally I wouldn&#39;t recommend to enable the option.</p>
<p><a href="http://www.itsyourip.com/wp-content/uploads/secuniapsi-insecureapplications.PNG"><img src="http://www.itsyourip.com/wp-content/uploads/thumb-secuniapsi-insecureapplications.PNG" border="0" alt="Secunia PSI Insecure applications" title="Secunia PSI Insecure applications" width="180" height="135" /></a>&nbsp;<a href="http://www.itsyourip.com/wp-content/uploads/secuniapsi-endoflifeapplication.PNG"><img src="http://www.itsyourip.com/wp-content/uploads/thumb-secuniapsi-endoflifeapplication.PNG" border="0" alt="Secunia PSI End of life applications" title="Secunia PSI End of life applications" width="180" height="150" /></a>&nbsp;<a href="http://www.itsyourip.com/wp-content/uploads/secuniapsi-setting.PNG"><img src="http://www.itsyourip.com/wp-content/uploads/thumb-secuniapsi-setting.PNG" border="0" alt="Secunia PSI Settings" title="Secunia PSI Settings" width="180" height="150" /></a></p>
<p>The overview is a dashboard with a nice pie chart and short summary of the system status and history on a graph.</p>
<p>Secunia also a network edition for corporates and can request for an evaluation.</p>
<p>Secunia PSI can be downloaded from <a href="https://psi.secunia.com/" target="_blank" title="Secunia PSI download">Secunia website</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.itsyourip.com%2FSecurity%2Finsecure-application-audit-secunia-personal-security-inspectorpsi%2F';
  addthis_title  = 'Insecure+application+Audit+%26%238211%3B+Secunia+Personal+Security+Inspector%28PSI%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
</div><!-- KonaBody -->]]></content:encoded>
			<wfw:commentRss>http://www.itsyourip.com/Security/insecure-application-audit-secunia-personal-security-inspectorpsi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
