<?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>365 Computer Security Training &#187; TCP/IP</title>
	<atom:link href="http://www.computer-network-security-training.com/category/tcpip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computer-network-security-training.com</link>
	<description>Master Computer Security Basics, Anytime</description>
	<lastBuildDate>Sun, 05 Sep 2010 13:07:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3082</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What is a DNS Poisoning Attack?</title>
		<link>http://www.computer-network-security-training.com/what-is-a-dns-poisoning-attack/</link>
		<comments>http://www.computer-network-security-training.com/what-is-a-dns-poisoning-attack/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 02:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Attacks]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[BIND]]></category>
		<category><![CDATA[DNS Poisoning]]></category>
		<category><![CDATA[DNS Spoofing]]></category>
		<category><![CDATA[Domain Name System]]></category>
		<category><![CDATA[Host Tables]]></category>
		<category><![CDATA[IP Address]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=1043</guid>
		<description><![CDATA[A Domain Name System (DNS) poisoning attack, also called DNS spoofing, is when an attacker is able to redirect a victim to different website than the address that he types into his browser.  For example, a user types www.google.com into their browser, but instead of being directed to Google’s servers he is instead is sent [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1044" title="DNS Poisoning Attack" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/08/DNS-Poisoning-Attack.jpg" alt="DNS Poisoning Attack" width="90" height="103" />A Domain Name System (DNS) poisoning attack, also called DNS spoofing, is when an attacker is able to redirect a victim to different website than the address that he types into his browser.  For example, a user types www.google.com into their browser, but instead of being directed to Google’s servers he is instead is sent to a fraudulent site that may look like Google’s site but is in actuality it is controlled by the attacker.   The attacker is able to do this by changing the Internet Protocol (IP) address that usually points to Google to the fake IP address of the attacker.</p>
<p>The Domain Name System is needed so that networked machines can communicate with each other.  Machines use a unique IP address to identify one another much the same way a street address is used to locate a business or home.  However, people like words such Google, Yahoo, or YouTube instead of a difficult to remember IP address, like 67.13.142.130, which is easier for a machine to understand.   Domain name servers are used to convert names to their corresponding IP address and vice versa.</p>
<p>The DNS system is a massive database with billions of domain names and IP addresses.  The system handles billions of requests everyday as people surf the internet, send email, a create new websites.  Even though the DNS system is distributed around the world, it acts like a single system.</p>
<p>An attack can happen by modifying the host tables that are stored on local computers.  The host table is list of domains and IP addresses that are used to find the correct IP address when a user enters a domain site name.  If the so-called host table name system does not have the correct IP address stored locally then it contacts an external DNS for the correct IP address. If an attacker is able to compromise the entries within the host table then they can direct websites names to any IP address they wish.</p>
<p>Another method of performing a DNS Poisoning Attack is to target the external DNS servers themselves.  External DNS servers exchange information, including name and IP mapping, with each other using zone transfers.  Attackers can set up a DNS server with fake IP address entries so that if the targeted DNS server accepts the zone transfer as authentic, it will then use and distribute the fake IP address assignments to other DNS servers.  One way to prevent a DNS poisoning attack is to ensure that the latest version of the DNS software, called Berkley Internet Name Domain (BIND), is installed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-network-security-training.com/what-is-a-dns-poisoning-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Stop Spam</title>
		<link>http://www.computer-network-security-training.com/how-to-stop-spam/</link>
		<comments>http://www.computer-network-security-training.com/how-to-stop-spam/#comments</comments>
		<pubDate>Wed, 12 May 2010 12:34:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Spam Filter]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=713</guid>
		<description><![CDATA[Spam is flooding inboxes, message boards, newsgroups, user comments, etc with the same message(s).  The message is usually commercial advertising for quasi-legal products and services.  Spam is lucrative because it costs the spammer little money to send. The brunt of the cost is borne by the recipients or carriers instead of the sender.
Email spam that [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="alignleft size-full wp-image-718" title="spam" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/05/spam.jpg" alt="spam" width="236" height="236" />Spam is flooding inboxes, message boards, newsgroups, user comments, etc with the same message(s).  The message is usually commercial advertising for quasi-legal products and services.  Spam is lucrative because it costs the spammer little money to send. The brunt of the cost is borne by the recipients or carriers instead of the sender.</p>
<p>Email spam that is targeted at individual users can be more than just an annoyance.  Spammers can distribute viruses through email messages sent to your inbox.</p>
<p>There are several ways to stop spam. We have outlined four methods here.</p>
<p><strong>The first method for an organization is to install a corporate spam filter.</strong></p>
<p>A corporate spam filter is installed on the receiving email server.  There are two options for installing a corporate spam filter:</p>
<ul>
<li><strong>Install a spam filter with the SMTP server</strong></li>
</ul>
<p style="padding-left: 30px;">The SMTP protocol is for sending email SMTP.  This is the most direct and easiest method for installing a spam filter.  The filter is installed on Port 25 where it inspects incoming email messages and then passes them on to the  SMTP server that is listening on another port.  The SMTP server then sends the message to the POP3 server, which forwards it to the email recipient.</p>
<ul>
<li><strong>Install a spam filter with the POP3 server </strong></li>
</ul>
<p style="padding-left: 30px;">The POP3 protocol is for retrieving email.  When a spam filter is installed on the POP3 server, email messages must still pass through the SMTP server.  This may cause increased costs for data storage and handling.</p>
<p><strong>The second method to stop spam is to contract with a third party organization. </strong>Using this method all email is directed to the third party’s spam filter.  Unsolicited bulk mail (spam) is deleted and the clean mail is redirected to the organization’s recipient.  In order for the organization’s mail to go to the third party their MX (mail exchange) record must be changed at the Domain Name System (DNS).</p>
<p><strong>The third method is to install a spam filter on your local computer.</strong> The majority of email clients can be configured to filter spam.  Some of the configurations typically include:</p>
<ul>
<li><strong>Blacklist Senders</strong></li>
</ul>
<p style="padding-left: 30px;">This configuration blocks a list of senders.  Databases of blacklists are available on the Internet.</p>
<ul>
<li><strong>Whitelist Senders</strong></li>
</ul>
<p style="padding-left: 30px;">This configuration allows the recipient to enter a list of email addresses that are allowed to pass thru.  All others are sent to the junk email folder.</p>
<ul>
<li><strong>Block Top Level Domain</strong></li>
</ul>
<p style="padding-left: 30px;">Some spam filters can be configured to block email from regions and even entire continents known for distributing spam such as Eastern Europe.</p>
<p><strong>The final method is to install a separate spam filtering software.</strong> The software works with your email client to eliminate junk mail.  This software may need to be “trained” meaning that the user must identify the unsolicited messages they receive as spam.  The filtering software then uses the characteristics of the spam messages to identify and block unwanted email.</p>
<p>A comparison and list of spam filters is available <a title="Spam Filters" href="http://www.spam.org/filters.htm" target="_blank">HERE</a>.<br />
<!-- AddThis Button BEGIN --><br />
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4baa9e010b3d12b1"><img style="border:0" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" alt="Bookmark and Share" width="125" height="16" /></a><script src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4baa9e010b3d12b1" type="text/javascript"></script><br />
<!-- AddThis Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-network-security-training.com/how-to-stop-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Free Online Security Training</title>
		<link>http://www.computer-network-security-training.com/how-to-get-free-computer-security-training/</link>
		<comments>http://www.computer-network-security-training.com/how-to-get-free-computer-security-training/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 04:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Certifications]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[TCP/IP]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[CIA]]></category>
		<category><![CDATA[Computer Network Security]]></category>
		<category><![CDATA[Cybercrime]]></category>
		<category><![CDATA[Protocols]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=76</guid>
		<description><![CDATA[Here is a quick video on how to access our Virtual Campus.  When you login you will be able to view the first 3 lessons from our actual online computer security course.  Each of the lessons are over 20 minutes in length and will give you a solid understanding of the current issues you will [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="size-full wp-image-87 alignleft" title="365 Logo" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/01/365_Youtube.jpg" alt="365 Logo" width="104" height="97" />Here is a quick video on how to access our <strong>Virtual Campus</strong>.  When you login you will be able to view the first 3 lessons from our actual online computer security course.  Each of the lessons are <strong>over 20 minutes</strong> in length and will give you a solid understanding of the current issues you will encounter in today&#8217;s hostile environment.  You do not need <strong>any prior knowledge</strong> because these lessons start from scratch and build from the basics of networking and internet.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="660" height="525" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/VrJiN7e9bPw&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="660" height="525" src="http://www.youtube.com/v/VrJiN7e9bPw&amp;hl=en_US&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span><br />
<strong>Lesson One: InfoSec Fundamentals</strong><br />
What information security is, the current attack trends and basic vocabulary of security professionals.</span></p>
<p><strong>Lesson Two: Attack and Defense</strong><br />
The basic attacks and basic defenses, cybercrime, security management, and corporate information systems defense.</p>
<p><strong>Lesson Three: TCP/IP</strong><br />
The secrets of TCP/IP, structure of protocols, networks and the Internet.</p>
<p>In addition if you sign up for our<strong> full 25 lesson course</strong> you will be able to<strong> download audio</strong>, <strong>video</strong>, <strong>transcripts</strong>, <strong>definitions</strong>, and <strong>quizzes</strong> to test your understanding.<br />
<!-- AddThis Button BEGIN --><br />
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9df4636df851c4"><img style="border:0" src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" alt="Bookmark and Share" width="125" height="16" /></a><script src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9df4636df851c4" type="text/javascript"></script><br />
<!-- AddThis Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-network-security-training.com/how-to-get-free-computer-security-training/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

