<?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>Fnode Online &#187; Security</title>
	<atom:link href="http://www.fnode.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Fri, 01 Jan 2010 19:57:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IPSec Explained</title>
		<link>http://www.fnode.com/2009/08/ipsec-explained/</link>
		<comments>http://www.fnode.com/2009/08/ipsec-explained/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 22:45:41 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ip security]]></category>
		<category><![CDATA[ipsec]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=366</guid>
		<description><![CDATA[I have been going through YouYube and found this great video about IPSec&#8230;

]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been going through YouYube and found this great video about IPSec&#8230;</p>
<p style="text-align: center;"><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/DH1zI8QYi4A&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/DH1zI8QYi4A&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/08/ipsec-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Cache Poisoning Bug</title>
		<link>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/</link>
		<comments>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 11:52:39 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[DNS bug]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=324</guid>
		<description><![CDATA[When a Name Server looks up a domain for the IP address, it stores the information into the cache so it doesn’t have to look it up every single time a request is made. For example, if someone looks for www.nishv.com the DNS server will look up the domain and stores the IP address 72.52.178.35 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When a Name Server looks up a domain for the IP address, it stores the information into the cache so it doesn’t have to look it up every single time a request is made. For example, if someone looks for www.nishv.com the DNS server will look up the domain and stores the IP address 72.52.178.35 into the cache for a given time so it doesn’t have to look up that domain again for a given period of time.</p>
<p>DNS cache poisoning (also known as DNS cache pollution) is a maliciously created or unintended situation that provides data to a DNS Server that did not originate from authoritative DNS sources.</p>
<p>It happens when an attacker sends malicious data in response to a DNS query. For example, DNS query for www.nishv.com can be redirected to another website.</p>
<p>This method is taking the phishing scam to another level, you might be visiting your bank’s website but without you realising it, you will actually be putting in all the login information into some hackers servers which made it look exactly like the bank’s website. Yes, this is very serious!</p>
<p><strong>How do you patch it?</strong></p>
<p>On the client side (we are talking about Microsoft Windows here), your machines should have been patches automatically if you set the Auto-Update option. If not, I recommend you check the available updates and patch it as soon as possible.</p>
<p>If you use a DNS Server, my recommendation is to use the following command to figure out whether it has been patched or not. If it is not, STOP using it and have a look at this post on <a href="http://www.fnode.com/2008/03/opendns/" target="_self">OpenDNS</a> for more info.</p>
<p><strong>Use the following DIG command on UNIX</strong></p>
<p><code><br />
dig +short @{name-server-ip} porttest.dns-oarc.net txt<br />
dig +short @ns1.example.com porttest.dns-oarc.net txt<br />
dig +short @208.67.222.222 porttest.dns-oarc.net txt<br />
</code></p>
<p>and you should get a result similar to this&#8230;</p>
<p><code><br />
nishv@nishv.com [~]# dig +short @208.67.222.222 porttest.dns-oarc.net txt<br />
porttest.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.<br />
"208.67.217.8 is GREAT: 26 queries in 2.1 seconds from 26 ports with std dev 20119"<br />
</code><br />
Or something like this&#8230;<br />
<code><br />
nishv@nishv.com [~]# dig +short @4.2.2.2 porttest.dns-oarc.net txt<br />
porttest.y.x.w.v.u.t.s.r.q.p.o.n.m.l.k.j.i.h.g.f.e.d.c.b.a.pt.dns-oarc.net.<br />
"209.244.4.25 is GOOD: 26 queries in 1.9 seconds from 26 ports with std dev 3880"<br />
</code></p>
<p>If you don’t get <strong>GREAT</strong> or <strong>GOOD</strong> and gets something like <strong>POOR</strong>, you should immediately stop using it.</p>
<p>If you manage that DNS server, patch it or decommission it!</p>
<p><strong>This is how to check on Windows</strong></p>
<p>Open up command prompt by going <strong>Start</strong> --&gt; <strong>Run</strong> --&gt; <strong>CMD</strong> or on Vista typing <strong>CMD</strong> on the <em>Start Search</em> box</p>
<p><code><br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net<br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net ns1.your-isp.com<br />
nslookup -type=txt -timeout=30 porttest.dns-oarc.net NS-SERVER-IP<br />
</code></p>
<p>You must see the <strong>GREAT</strong> or <strong>GOOD</strong>, if not your DNS Server is compromised.</p>
<p style="text-align: center;"><a href="http://www.fnode.com/wp-content/uploads/nslookup1.jpg"><img class="size-medium wp-image-362 aligncenter" title="nslookup1" src="http://www.fnode.com/wp-content/uploads/nslookup1-300x150.jpg" alt="" width="300" height="150" /></a></p>
<p style="text-align: center;">
<p>You can see Dan Kaminsky&#8217;s presentation below&#8230;</p>
<p style="text-align: center;"><!-- Smart Youtube --><span class="youtube"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/B0dHDD9fFM4&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" /><param name="allowFullScreen" value="true" /><embed wmode="transparent" src="http://www.youtube.com/v/B0dHDD9fFM4&amp;rel=1&amp;color1=d6d6d6&amp;color2=f0f0f0&amp;border=&amp;fs=1&amp;hl=en&amp;autoplay=&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355" ></embed><param name="wmode" value="transparent" /></object></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/08/dns-cache-poisoning-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should UK Monitor Internet Activities</title>
		<link>http://www.fnode.com/2008/04/should-uk-monitor-internet-activities/</link>
		<comments>http://www.fnode.com/2008/04/should-uk-monitor-internet-activities/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 14:49:03 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[England Net Monitor]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[Internet Monitor]]></category>
		<category><![CDATA[UK Monitor Internet]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=234</guid>
		<description><![CDATA[This is a controversial question among people whether UK should monitor all Internet and communication activates like the USA. When this subject is brought up, people automatically go on the defensive and starts to argue the fact about privacy and human rights; Granted, privacy is a major issue, and when it involves national security, it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a controversial question among people whether UK should monitor all Internet and communication activates like the USA. When this subject is brought up, people automatically go on the defensive and starts to argue the fact about privacy and human rights; Granted, privacy is a major issue, and when it involves national security, it will spark some inimitable questions among us.</p>
<p>I am not in favour of the Government breaching privacy and human rights issues; on the contrary, in my opinion, national security should be given priority among other things.</p>
<p>This is a very sensitive issue and when this subject is brought up, people seem to think that all their internet activities are going to be watched, including their internet shopping. This is not the case here, and if the government goes ahead and do such monitoring system, it will cost billions.</p>
<p>I think the word monitoring should be redefined when it comes to this topic and should be balanced in a way that it does not interfere with people’s privacy issues, thus a flagging system to use for such monitoring would an ideal choice. This way, people’s privacy won’t be compromised and at the same time it would allow the government to monitor the internet.</p>
<p>All we see in the news lately is terrorist activities directly linked to the internet and how they used the net to communicate with each other. So, if such system was in place, in theory the chances of stopping such thing would be extremely high.</p>
<p>I think it’s safe to say, UK should monitor all Internet and communication activities so they can rule out terrorism in their home soil.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/04/should-uk-monitor-internet-activities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Secure Internet Connection</title>
		<link>http://www.fnode.com/2008/03/secure-internet-connection/</link>
		<comments>http://www.fnode.com/2008/03/secure-internet-connection/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 19:09:40 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ethernet modem]]></category>
		<category><![CDATA[secure interent]]></category>
		<category><![CDATA[secure router]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2008/03/15/secure-internet-connection/</guid>
		<description><![CDATA[In this post I will only be covering how you are connected to the interent, and most users are connected to the internet via a router and connected via an Ethernet Cable (Cat5/Cat6). It is definitely the best way to connect to the internet because when you use a router, it doesn’t normally expose your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In this post I will only be covering how you are connected to the interent, and most users are connected to the internet via a router and connected via an Ethernet Cable (Cat5/Cat6). It is definitely the best way to connect to the internet because when you use a router, it doesn’t normally expose your PC to the internet. By using a router, a user is reducing the risk of being vulnerable on the internet.</p>
<p>When you are using a Router, your PC is not directly connected to the Internet but the router handles the connection. Most routers nowadays have some sort of protection system by default. It is typically used when there are multiple computers sharing one Internet connection.</p>
<p>Cable and some DSL providers only give their users an Ethernet Modem, in some case a USB modem. When you use such devices, you are directly connected to the Internet and your computer is exposed unless the PC is fully configured and there is a Firewall present to block all the unwanted activities. It is recommended to use a router with the modem to minimize the risk when you use the internet.</p>
<p>If you use an ADSL USB modem, I would recommend you to get an ADSL Modem Router and replace the USB Modem; and If you are using an Ethernet Modem, I would recommend you to get a Broadband Router and use it with the Ethernet Modem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/03/secure-internet-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenDNS</title>
		<link>http://www.fnode.com/2008/03/opendns/</link>
		<comments>http://www.fnode.com/2008/03/opendns/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 17:20:31 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[OpenDNS]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2008/03/11/opendns/</guid>
		<description><![CDATA[OpenDNS is a free DNS provider who does the Web-content filtering on their end. You don’t need to install any software to filter any content. All you need to do is register and follow the setup instructions, once that is done you will have access to your own area where you can filter phishing sites, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>OpenDNS is a free DNS provider who does the Web-content filtering on their end. You don’t need to install any software to filter any content. All you need to do is register and follow the setup instructions, once that is done you will have access to your own area where you can filter phishing sites, give you the power to filter out adult sites and proxies among more than 40 categories, and provide the precision to block individual domains.</p>
<p>All you have to do is, set the DNS server to <strong>208.67.222.222</strong> &amp; <strong>208.67.220.220</strong> and do the content filtering on your very own control panel!</p>
<p>Also this is a great advantage to parents and you will save a lot of money on buying content filtering software like Net Nanny etc&#8230;</p>
<p>Everything you need to know can be found on <a href="http://www.opendns.com/">http://www.opendns.com/</a> and I highly recommend anyone to use this Free service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/03/opendns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Security Software (Antivirus / Firewall)</title>
		<link>http://www.fnode.com/2008/03/security-software-antivirus-firewall/</link>
		<comments>http://www.fnode.com/2008/03/security-software-antivirus-firewall/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 04:35:00 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Security Software]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2008/03/11/security-software-antivirus-firewall/</guid>
		<description><![CDATA[Antivirus
This is one of the most important software one should have, even though I prefer to use GPL / Free software but when it comes to Antivirus, I fully support a paid version of Antivirus or a Security Suit which consists of Antivirus, Firewall etc compared to a Free version.
If you are going to pay [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Antivirus</strong></p>
<p>This is one of the most important software one should have, even though I prefer to use GPL / Free software but when it comes to Antivirus, I fully support a paid version of Antivirus or a Security Suit which consists of Antivirus, Firewall etc compared to a Free version.</p>
<p>If you are going to pay for an Anti-Virus, I would recommend Kaspersky Internet Security (Currently Version 7.0) this cost around £25 per year with 3 licences, so you can install it up to 3 PCs, and if you prefer to have one licence, it cost around £18/Year. This will include an All-In-One protection suit which consists of an Anti-Virus, Firewall, and Intrusion Protection and so on&#8230;</p>
<p>I have used a lot of Anti-Virus software in the past and Kaspersky is definitely the far most advanced AV I have ever come across, I would personally say away from Norton because it is&#8230;</p>
<ul>
<li>A Resource Hog, i.e. It takes a lot of time to start up, which will dramatically slow down your PC.</li>
<li>It is very expensive, simply because Norton is a well known brand compared to Kaspersky or Avast.</li>
<li>Detection rate: Unfortunately Norton does a sloppy job at detecting a lot of Worm / Trojans (Mainly comes from P2P software like Limewire) compared to Kaspersky / Avast Pro.</li>
</ul>
<p>See the following URL for more info <a href="http://www.kaspersky.com/kaspersky_internet_security" target="_blank">http://www.kaspersky.com/kaspersky_internet_security</a></p>
<p>If you are going to use a Free Version, I would recommend Avast, only thing you have to do is, register with them for Home use and you will get a Free Key. Please see the following URL for more info&#8230; <a href="http://www.avast.com/eng/avast_4_home.html " target="_blank">http://www.avast.com/eng/avast_4_home.html </a></p>
<p><strong>Firewall</strong></p>
<p>There are many standalone Firewall software around but for an average user, it is recommend to get a Firewall integrated into with the Antivirus Software such as Kaspersky Internet Security.  If you are connected to the Internet via a Router, you are pretty much covered and the Router will act as a Firewall up to a certain point preventing unauthorised access to the computers connected to the Router.</p>
<p>This doesn’t mean you don’t need a firewall, you still need a firewall to stop unauthorised access from your computer in case you’re infected with a Virus / Trojan.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2008/03/security-software-antivirus-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to gain ROOT access to a Linux Box within 10 Seconds</title>
		<link>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/</link>
		<comments>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 22:49:23 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.nishv.com/2007/08/14/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/</guid>
		<description><![CDATA[It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access.
This is how to change Fedora&#8217;s ROOT Password.
When your box starts up, You will see the GRUB screen…
What you need to do is, press the a Key instead of Enter
You will see something like [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>It is pretty easy when it comes to gaining root password to any Linux System as long as you have physical access.</p>
<p>This is how to change Fedora&#8217;s ROOT Password.</p>
<p>When your box starts up, You will see the GRUB screen…</p>
<p>What you need to do is, press the <strong>a</strong> Key instead of <strong>Enter</strong></p>
<p>You will see something like the following…</p>
<p><code>kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet</code></p>
<p>Add 1 at the end of that… So it looks like the following…</p>
<p><code>kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet 1</code></p>
<p>This will make the box boot into Runlevel 1</p>
<p>You simply type</p>
<p><code>passwd</code></p>
<p>Enter the new ROOT password and reboot the machine.</p>
<p>Same thing goes for Any Linux System as welll… All you got to do is, add the following kernel argument…</p>
<p><code>init=/bin/bash</code></p>
<p>And then just change the password…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2007/09/how-to-gain-root-access-to-a-fedora-box-within-10-seconds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Instant Messenger Privacy</title>
		<link>http://www.fnode.com/2006/07/instant-messenger-privacy/</link>
		<comments>http://www.fnode.com/2006/07/instant-messenger-privacy/#comments</comments>
		<pubDate>Sat, 08 Jul 2006 14:26:37 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[IM]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nishv.com/?p=7</guid>
		<description><![CDATA[There is this pretty nifty software I&#8217;ve came across of, which encrypts the messages you sent via your IM clients. Meaning, this will prevents eavesdroppers from reading your MSN Messenger conversations.
SimpLite-MSN is free for personal use at home or at the office. However, only one product from the SimpLite family can be launched at the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>There is this pretty nifty software I&#8217;ve came across of, which encrypts the messages you sent via your IM clients. Meaning, this will prevents eavesdroppers from reading your MSN Messenger conversations.</p>
<p>SimpLite-MSN is free for personal use at home or at the office. However, only one product from the SimpLite family can be launched at the same time on your computer.Which means, You can only use SimpLite-MSNâ€¦ If you use YahooIM, you will need to kill SimpLite-MSN and launch SimpLite-Yahoo, which can be pain on the neckâ€¦ Unless you have Simp-Pro. Here is a screenshot of my Simp.</p>
<p style="text-align: center"><img src="http://www.fnode.com/wp-content/uploads/2006/09/privacy.jpg" id="image86" alt="privacy.jpg" /></p>
<p>You can get the SimpLite Version for FREE at http://www.secway.fr/us/products/all.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2006/07/instant-messenger-privacy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
