<?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>jusupov.com &#187; Security</title>
	<atom:link href="http://www.jusupov.com/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jusupov.com</link>
	<description>Computer Technology Blog</description>
	<lastBuildDate>Thu, 06 May 2010 16:04:20 +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>Free public DNS servers to use</title>
		<link>http://www.jusupov.com/2008/05/13/free-public-dns-servers-to-use/</link>
		<comments>http://www.jusupov.com/2008/05/13/free-public-dns-servers-to-use/#comments</comments>
		<pubDate>Tue, 13 May 2008 15:01:25 +0000</pubDate>
		<dc:creator>Arstan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.jusupov.com/2008/05/13/free-public-dns-servers-to-use/</guid>
		<description><![CDATA[If you happened to be using TMNet(Malaysia&#8217;s leading(?!) ISP) DNS servers you probably know how much do they suck. Well here&#8217;s a small tip from me for those in need: a small list of publicly available DNS servers to make a switch.
1. OpenDNS &#8211; http://www.opendns.org &#8211; pretty much solid dns servers, highly recommended by many [...]]]></description>
			<content:encoded><![CDATA[<p>If you happened to be using TMNet(Malaysia&#8217;s leading(?!) ISP) DNS servers you probably know how much do they suck. Well here&#8217;s a small tip from me for those in need: a small list of publicly available DNS servers to make a switch.</p>
<p>1. OpenDNS &#8211; http://www.opendns.org &#8211; pretty much solid dns servers, highly recommended by many people.</p>
<p>2. ScrubIt &#8211; http://scrubit.com &#8211; Haven&#8217;t used myself, found in the net.</p>
<p>3. gtei.net &#8211; nosite &#8211; One of the advantages of these servers &#8211;> IP numbers easy to remember!<br />
a) 4.2.2.1<br />
b) 4.2.2.2<br />
c) 4.2.2.3<br />
d) 4.2.2.4<br />
e) 4.2.2.5<br />
f) 4.2.2.6</p>
<p>Cool, ah? <img src='http://www.jusupov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Others you can get at http://www.dnsserverlist.org/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jusupov.com/2008/05/13/free-public-dns-servers-to-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Of hubs, switches and network security</title>
		<link>http://www.jusupov.com/2007/11/27/of-hubs-switches-and-network-security/</link>
		<comments>http://www.jusupov.com/2007/11/27/of-hubs-switches-and-network-security/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 09:29:45 +0000</pubDate>
		<dc:creator>Arstan</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.jusupov.com/2007/11/27/of-hubs-switches-and-network-security/</guid>
		<description><![CDATA[ At the Network layer, hosts are identified by IP addresses. At the Data Link layer, however, hosts are identified by MAC addresses. All packets (in ethernet) are delivered by MAC address (ARP and RARP convert between IP and MAC addresses).
To conserve bandwidth, switches direct traffic to a specific port based on the target MAC [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"> At the Network layer, hosts are identified by IP addresses. At the Data Link layer, however, hosts are identified by MAC addresses. All packets (in ethernet) are delivered by MAC address (ARP and RARP convert between IP and MAC addresses).</span></p>
<p>To conserve bandwidth, switches direct traffic to a specific port based on the target MAC address (as opposed to hubs which simply broadcast all packets to all ports). This allows multiple peer-to-peer conversations to occur at the same time as each conversation only requires two ports (whereas in a hub each conversation occupies all ports!) Hence, bandwidth management; not security <img src="http://ettercap.sourceforge.net/forum/images/smiles/icon_wink.gif" border="0" /> .</p>
<p>For a switch to know which port connects to which MAC addresses, the switch creates and manages a CAM table (a simple mapping between port and MAC address(es)). If no Port Security, this table is dynamic and changes over time (to allow for hosts to appear, disappear and move between ports). The switch learns the CAM table mappings by monitoring the source and destination MAC addresses in packets that it directs.</p>
<p>Now look at the Port Stealing slide. Send layer 2 packets with &#8220;source address equal to victim host address&#8221; and &#8220;destination address equal to its own mac address&#8221;. Taking these in reverse order, the switch will direct the packet to the port mapped to the destination address, the attackers &#8220;own mac address&#8221;; i.e. the packet will return to the attackers host (so no other hosts will notice the packet). At the same time, the switch will record the source address of the packet against the port it came from in the CAM table; i.e. the victim host (MAC) address against the attacker&#8217;s port. If you looked in the CAM table, you&#8217;d now find the attackers port mapped to both the attackers MAC address and also the victim&#8217;s MAC address.</p>
<p>The switch will now direct the next packet targeted at the victim&#8217;s MAC address to the attackers port (based on the CAM table entry) &#8211; the port is &#8217;stolen&#8217;.</p>
<p>To relay the packet to the correct port (so that the conversations can continue uniterrupted), the attacker needs to get the CAM table back to the original state, i.e. with the victim&#8217;s port mapped to the victim&#8217;s MAC address. This is achieved by issuing a broadcast ARP request for the victim&#8217;s IP address. Broadcast means the request will go to all ports (including the victim). When the victim responds, the switch will record the new CAM table mapping (back to where it was originally). The captured packet can now be resent by the attacker and correctly directed by the switch to the victim&#8217;s port.</p>
<p>Now (and this is the scary bit) to get and relay the _next_ packet, the attacker needs to repeat the entire process. It looks like a lot of work and is why I raised queries about whether or not packets would be dropped. NaGA says &#8216;not necessarily&#8217; which is fair enough.</p>
<p>URL: <a href="http://oss.mmu.edu.my/videos/undp-adpip/codebreakers-208x160.wmv" target="_blank">http://ettercap.sourceforge.net/forum/viewtopic.php?t=2329 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jusupov.com/2007/11/27/of-hubs-switches-and-network-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://oss.mmu.edu.my/videos/undp-adpip/codebreakers-208x160.wmv" length="63584306" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>How to be secure while surfing the net on your PC?</title>
		<link>http://www.jusupov.com/2007/04/19/how-to-be-secure-while-surfing-the-net-on-your-pc/</link>
		<comments>http://www.jusupov.com/2007/04/19/how-to-be-secure-while-surfing-the-net-on-your-pc/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 08:03:25 +0000</pubDate>
		<dc:creator>Arstan</dc:creator>
				<category><![CDATA[Desktops]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software reviews]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.jusupov.com/2007/04/19/how-to-be-secure-while-surfing-the-net-on-your-pc/</guid>
		<description><![CDATA[Days past away when there was dial-up and the speed was slow, now almost everybody has DSL connection at home. Eventually, you will face security, virus, spyware, adwares, trojan horses and etc problems. This post will explain how and what softwares, mostly free and/or open source softwares and tools to prevent and enhance your personal [...]]]></description>
			<content:encoded><![CDATA[<p>Days past away when there was dial-up and the speed was slow, now almost everybody has DSL connection at home. Eventually, you will face security, virus, spyware, adwares, trojan horses and etc problems. This post will explain how and what softwares, mostly free and/or open source softwares and tools to prevent and enhance your personal security while having access to broadband internet connection.<span id="more-50"></span></p>
<p>Let&#8217;s agree on that all of the above mentioned stuff is applicable to Windows OS stations. Agree that Linux/UNIX based Operations Systems have almost none of the above mentioned problems. However, I don&#8217;t claim that you cannot hack them, exploit or have trojans on them, yes you can BUT you must be very much skillful and probabilities you get a virus is almost none. Having stated this we suppose that we are talking about Windows, particularly Windows XP.</p>
<p>If you are using broadband at home with only one single PC here&#8217;s what I recommend to install:</p>
<ol>
<li> <a href="http://free.grisoft.com/doc/avg-anti-virus-free/lng/us/tpl/v5" title="AVG Free Antivirus">AVG Antivirus</a> and <a href="http://free.grisoft.com/doc/avg-anti-spyware-free/lng/us/tpl/v5" title="AVG Antispyware">AVG AntiSpyware</a> from Grisoft</li>
<li><a href="http://www.zonealarm.com/store/content/company/products/znalm/freeDownload.jsp" title="ZoneAlarm Personal Firewall">ZoneAlarm</a> by Check Point</li>
<li>Have the latest patches and updates installed on your WindowsXP</li>
<li>Optionally to AVG have <a href="http://w32.clamav.net/" title="ClamAV for Windows">ClamAV win32</a> installed</li>
<li>Use <a href="http://www.mozilla.com" title="Mozilla Firefox">Mozilla Firefox</a> or at least <a href="http://www.opera.com" title="Opera">Opera</a> web browsers instead of <a href="http://www.microsoft.com/ie" title="Microsoft Sucks">Internet Explorer</a> from Microsoft. Yes, at some point IE has more security issues, attract more viruses then the other browsers.</li>
<li>Have your phone line closed to make international calls. You can have somebody from your Telco assist you on this.</li>
</ol>
<p>If you have a single PC connected these softwares will help you to defend yourself against malware, adware, spyware and various viruses and threats that can be easily found if you are using internet.</p>
<p>Now if you have multiple PC network I can say that it is more or less same except that you might want to install some kind of firewall/router centrally in your network. That is apart from each clients personal firewall and antivirus softwares.</p>
<ol>
<li>Let modem handle the connection by itself. This can be done via modem&#8217;s web configuration panel. Most of the modems nowadays ship with some kind of strip down linux versions and have a web interface to control.</li>
<li>If your number of PCs in your network is 1-10, you can use your modem to act as a network server &#8211; DHCP,Router, Gateway, DNS, Proxy, Firewall.</li>
<li>If you have more then 10, I suggest you might consider having additional PC to act as a network server. I recommend <a href="http://www.ipcop.org" title="IPCop - Bad packets stop here">IPcop</a> or its fork <a href="http://www.endian.it" title="Endian Firewall">Endian Community Edition</a>. If you just need the work to be done without much hardware investments you might consider building your own firewall/router with one of the <a href="http://www.distrowatch.com" title="There are plenty of them!">linux/bsd distros</a>.</li>
<li>Convince you friends/family/colleagues use Linux! <img src='http://www.jusupov.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ol>
<p>There are always threats day by day and the most important rule of thumb here is to make sure you follow the updates from software vendors, subscribing to their E-Mail lists, news RSS and read the updates from their websites. Also good to join some kind of forum local in your area to be aware of the latest threats and issues. And of course visit less on porn(!)  and warez  offering websites! Most of the time they contain viruses and trojans as well as various kind of adware/spyware/malware.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jusupov.com/2007/04/19/how-to-be-secure-while-surfing-the-net-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
