<?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; Security Management</title>
	<atom:link href="http://www.computer-network-security-training.com/category/security-management/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=2797</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What are Access Control Models?</title>
		<link>http://www.computer-network-security-training.com/what-are-access-control-models/</link>
		<comments>http://www.computer-network-security-training.com/what-are-access-control-models/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 15:48:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Access control models]]></category>
		<category><![CDATA[DAC]]></category>
		<category><![CDATA[discretionary access control]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Mandatory access control]]></category>
		<category><![CDATA[RBAC]]></category>
		<category><![CDATA[role based access control]]></category>
		<category><![CDATA[rule based access control]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=1005</guid>
		<description><![CDATA[Access control is the process of deciding who can use specific systems, resources, and applications.  An access control model is a defined set of criteria a system administrator utilizes to define system users’ rights.  There are three main access control models.  These are Mandatory Access Control (MAC), Discretionary Access Control (DAC), and Role [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1006" title="access-control-models" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/07/access-control-models.jpg" alt="access-control-models" width="162" height="135" /><a title="What is Access Control?" href="http://www.computer-network-security-training.com/what-is-access-control/" target="_self">Access control</a> is the process of deciding who can use specific systems, resources, and applications.  An access control model is a defined set of criteria a system administrator utilizes to define system users’ rights.  There are three main access control models.  These are Mandatory Access Control (MAC), Discretionary Access Control (DAC), and Role Based Access Control (RBAC).  In addition, a Rule Based Access Control (RBAC) model is useful for managing permissions across multiple systems.</p>
<p>The mandatory access control model assigns users’ roles strictly according to the system administrator’s wishes.  This is the most restrictive access control method because the end user cannot set any access controls on files.  Mandatory access control is popular in highly secretive environments, such as, the defense industry where errant files can jeopardize national security.</p>
<p>Discretionary access control is at the other end of the access spectrum differing from the mandatory access model in that it is the least restrictive of the three models.  Under the discretionary access model the end user has complete freedom to assign any rights to objects that he wishes.  This level of complete control over files can be dangerous because if an attacker or malware compromises the account then the malicious user or code will have complete control as well.</p>
<p>Role based access control creates permissions by assigning access rights to specific roles or jobs within the company; RBAC then assigns users to those roles, thereby granting privileges. This access control model functions effectively in actual organizations because files and resources are assigned permissions according to the roles that require them.  For instance, a system administrator may create an access role for managers only.  So a user would need to be assigned the role of a manager to use those resources.</p>
<p>One of the lesser-discussed access control models is Rule Based Access Control (RBAC).  It shares the same acronym as role based access control but incorporates top-down management similar to mandatory access control.  Rule based access control permissions are only assigned by the system administrator.  Rules are attached to each resource, which governs the access levels that will be allowed when a user tries to use it.  An example of rule based access control is only allowing a resource to be used at certain times of the day or only allowing specific IP addresses to access the resource.<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/what-are-access-control-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Access Control?</title>
		<link>http://www.computer-network-security-training.com/what-is-access-control/</link>
		<comments>http://www.computer-network-security-training.com/what-is-access-control/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 21:26:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Access Control]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorization]]></category>
		<category><![CDATA[least privilege principle]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=996</guid>
		<description><![CDATA[Access control involves managing who has access to specific systems and resources at a given time.  The concept of access control revolves around the process comprised of three steps.  These steps are identification, authentication, and authorization.  Using these three principles a system administrator can control what resources are available to a system’s users.
The term identification [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-997" title="access control" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/07/access-control.jpg" alt="access control" width="136" height="110" />Access control involves managing who has access to specific systems and resources at a given time.  The concept of access control revolves around the process comprised of three steps.  These steps are identification, authentication, and authorization.  Using these three principles a system administrator can control what resources are available to a system’s users.</p>
<p>The term identification refers such things as user names and identification cards.  It is the means by which a system user identifies who they are.  This step is usually performed when logging in.</p>
<p>Authentication is the second step of the access control process.  Passwords, voice recognition, and <a title="What is a Biometric Fingerprint Scanner?" href="http://www.computer-network-security-training.com/what-is-biometric-fingerprint-scanning/" target="_self">biometric scanners</a> are common methods of authentication.  The purpose of authentication is to verify the system user’s identity.</p>
<p>After a system user is authenticated they are then authorized to use the system.  The user is generally only authorized to use a portion of the system’s resources depending upon their role in the organization.  For example, the engineering staff would have access to different applications and files than the finance staff, or human resources.</p>
<p>There are more ways to enforce access control besides using software.  Access control can be maintained by something a simple as a locked door.  Only users with the correct key or door card would be allowed to enter.</p>
<p>One of the principles that should be incorporated when establishing an effective access control policy is the practice of minimal access or least privilege.  What this means is that a user should have the least amount of access required to do their job.  The principle of least privilege includes limiting the resources and applications accessible by a user as well as the time access is allowed.  For, instance at times it may not be advisable to allow access to financial records at 3AM in the morning when the facilities should be closed.<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/what-is-access-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Environmental Security?</title>
		<link>http://www.computer-network-security-training.com/what-is-environmental-security/</link>
		<comments>http://www.computer-network-security-training.com/what-is-environmental-security/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 20:52:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Business Continuity]]></category>
		<category><![CDATA[Computer Network Security]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[Environmental Security]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=965</guid>
		<description><![CDATA[Environmental security, from a computer networking standpoint, involves protecting and controlling the facilities where your systems are stored.  The benefits of well-constructed environmental security process can ensure that data is not lost or in the case of a system failure is able to restore critical functions.  Environmental security processes ensure business continuity in the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-967" title="Environmental-Security" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/07/Evironmental-Security1.gif" alt="Environmental-Security" width="108" height="107" />Environmental security, from a computer networking standpoint, involves protecting and controlling the facilities where your systems are stored.  The benefits of well-constructed environmental security process can ensure that data is not lost or in the case of a system failure is able to restore critical functions.  Environmental security processes ensure business continuity in the case of disaster along with a disaster recovery plan.  These security processes may involve fire suppression systems, electromagnetic shielding, and heating, ventilation, and air conditioning (HVAC).</p>
<p>A fire can destroy computer equipment and incinerate a building very quickly so some type of fire suppression system is a must.  Many commercial buildings have a water sprinkler system.  Unfortunately, spraying electrical equipment with pressurized water will short the circuits.  Even some chemical fire suppressants can foul electronics.</p>
<p>Clean Agent fire suppressing systems, such a carbon dioxide or Inergen systems, should be used extinguish flames around electric and high voltage equipment.  A clean agent system is also non-toxic to people so the after affects will be minimal after work resumes.</p>
<p>Attackers are able to eavesdrop on computer systems, displays, and other similar devices by detecting their electromagnetic emissions.  This process is called Van Eck phreaking.  Countermeasures to prevent eavesdropping have been put forth by the National Security Agency (NSA) in a study code named TEMPEST, Telecommunications Electronics Material Protected from Emanating Spurious Transmissions.  Some of the unclassified measures include special shielding between circuits and equipment or within the building.  Other countermeasures including scrambling the signal or installing a Faraday cage, which is a metal mesh structure that stops electromagnetic signals form leaking, around the computer room.</p>
<p>Finally, the HVAC must be controlled to ensure that the environment does not do damage.  Humidity levels that are not correct can damage equipment.  For instance, air that is too dry can create static that can damage equipment.  Temperatures that are too hot or too cold can also degrade a system.  Adding to the complication is the dry heat emitted from electronic devices.<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/what-is-environmental-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is an Internet Content Filter?</title>
		<link>http://www.computer-network-security-training.com/what-is-an-internet-content-filter/</link>
		<comments>http://www.computer-network-security-training.com/what-is-an-internet-content-filter/#comments</comments>
		<pubDate>Fri, 28 May 2010 20:45:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Home Computer Security]]></category>
		<category><![CDATA[Internet Content Filter]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=799</guid>
		<description><![CDATA[Internet content filters are used to prevent users on a computer from accessing websites deemed inappropriate and downloading files that may affect the security of a computer. Many Internet content filters are in place to block websites that contain pornography, hate groups, and other sensitive, and possibly illegal, activities and items. Many content filters are [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-800" title="internet content filter" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/05/internet-content-filter.jpg" alt="internet content filter" width="192" height="174" />Internet content filters are used to prevent users on a computer from accessing websites deemed inappropriate and downloading files that may affect the security of a computer. Many Internet content filters are in place to block websites that contain pornography, hate groups, and other sensitive, and possibly illegal, activities and items. Many content filters are software based, but a large amount of organizations are moving toward hardware-based filtering, taking advantage of features in routers.</p>
<p>Companies need to be protected both legally, and in terms of network and information security. Content filters help to prevent programs and files from being downloaded that may be malicious, stealing company data, infecting systems with viruses, and more. Internet content filters are a necessary evil that actually help security.</p>
<p>Additionally, Internet content filters help to keep both an organization and an individual legally protected. By blocking pornographic websites, organizations are helping to prevent sexual harassment lawsuits against themselves, as well as the individual accessing the website. Hate-filled websites dealing with racism, sexism, and more are also blocked to prevent offending anyone, and leaving an organization and individual open to a hate crime related lawsuit. For the large amount of protection these filters provide, the small hindrance and annoyance they bring about are very minor.</p>
<p><strong><em><span style="text-decoration: underline;"> </span></em></strong></p>
<p>Whether it involves using the internet at <strong>work</strong>, <strong>school</strong>, or the <strong>library</strong>, most organizations utilize IT specialists, such as site administrators or media directors, to assist with the decision of which internet filters to implement. These specialists can also help organizations monitor the daily use of the Internet and create website tracking methods.</p>
<p>For most <strong>library</strong> institutions, it is up to the local library board to decide which websites are appropriate for their visitors to use. The librarians who work at an individual location may have a significant amount of input towards this decision, as well as monitor the activity of the computer systems while in use.</p>
<p>In an <strong>elementary</strong> through <strong>high school</strong> environment, the board of education, principals, teachers, and parents should all have a say in which Internet sites are made available to young students. Most parents filter Internet use for their own children at home, so it is imperative that they contribute their opinions.</p>
<p>At a <strong>college </strong>level, most universities should allow department deans and campus libraries to determine the appropriate Internet sites allowed in the classrooms, administration facilities, and academic departments. Depending on the specialty of a given department, certain websites may be allowed in one area over another due to the type of research that is required for specific classes.</p>
<p>As for a <strong>work </strong>environment, executive level management should be involved with the decision, however, department directors should be the main point of contact regarding which websites are allowed and how employees will be monitored.</p>
<p>Unfortunately, there are multiple ways around filters, including proxy websites, and more can be found online.The punishments used against individuals can vary specific to the organization and the severity of the websites used when circumventing Internet filters. In either of the environments mentioned above, the rules and regulations of Internet use should be made clear from the beginning.</p>
<p>Filters are implemented for a reason and for an individual to break the filter, he or she must understand the consequences.  In some cases, the severity of the websites accessed may come into play. Some companies do not allow employees to utilize personal email websites such as Hotmail, Yahoo, or Google. This type of site may be considered a minor offense, however, websites that may involve illegal activity would be considered a severe offense and require an appropriate response.<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/what-is-an-internet-content-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Security Policies for Human Resources</title>
		<link>http://www.computer-network-security-training.com/essential-security-policies-for-human-resources/</link>
		<comments>http://www.computer-network-security-training.com/essential-security-policies-for-human-resources/#comments</comments>
		<pubDate>Wed, 19 May 2010 16:35:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Computer Network Security]]></category>
		<category><![CDATA[human resources]]></category>
		<category><![CDATA[password management software]]></category>
		<category><![CDATA[security policy]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=775</guid>
		<description><![CDATA[This security-related human resource policy example outlines how employee information technology should be addressed. The goal is ensure that all personnel are aware of best practices used to protect information and how to ensure proper usage of their networking equipment, according to organization rules, standards, and guidelines.
While this document covers many rules, standards, and guidelines, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-777" title="human resources security policy" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/05/human-resources-security-policy.jpg" alt="human resources security policy" width="246" height="218" />This security-related human resource policy example outlines how employee information technology should be addressed. The goal is ensure that all personnel are aware of best practices used to protect information and how to ensure proper usage of their networking equipment, according to organization rules, standards, and guidelines.</p>
<p>While this document covers many rules, standards, and guidelines, it is not exhaustive. So, human resource administrators, employees, contractors, and third parties should exercise due care with regard to how employee information technology is handled.</p>
<p>New employees should receive information security training and occasional awareness updates to promote employee vigilance within the company. These activities ensure that employees understand and take responsibility for company information and resources.</p>
<p>The following minimum procedures should be clearly spelled out and enforced.</p>
<ul>
<li>The employee is not allowed to download and/or install unauthorized software onto organization computers nor should they connect to the network with unauthorized equipment.</li>
<li>The employee is not allowed to hinder the proper operation of protection tools including antivirus programs, screensavers, etc.</li>
<li>The employee is not allowed to access prohibited sites via the Internet.</li>
<li>Employees must inform their immediate superior and the IT department of any security incident or malfunction they encounter.</li>
<li>Employee should be instructed in the creation of strong passwords and proper password storage. In addition, the password should expire after a certain length of time depending on the access sensitivity.</li>
<li>When an employee moves or changes roles within the organization their access privileges must be updated accordingly.</li>
<li>When terminating an employee, the employee’s access to technology resources should be immediately suspended.</li>
<li>Once the employee has been informed of the termination, he should not be allowed to return to his office but should be immediately escorted out of the building.</li>
<li>The IT department should have a list of all user accounts and suspend the appropriate accounts immediately.</li>
<li>Log files should be routinely scanned to ensure that all employees’ accounts were suspended.</li>
<li>The supervisor should be responsible for reviewing all employee electronic information and either disposing of it or forwarding it to their replacements.</li>
<li>The supervisor should be responsible for the return of all the terminated employees access cards, ID badges, and manuals.</li>
<li>The supervisor should be responsible for the return of all company owned electronic equipment issued to the terminated employee including laptops, wireless cards, cell phones, and PDAs.</li>
</ul>
<p>A formal disciplinary process concerning any and all users who breach security rules must be developed and published within the organization.</p>
<p>In order to ensure that the organization is not ethically or legally liable for misconduct any employee accused of a malicious activity should be treated equally and not given preferential treatment. Also, any investigation into suspicious employee conduct should examine all material facts.<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/essential-security-policies-for-human-resources/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>What is Biometric Fingerprint Scanning?</title>
		<link>http://www.computer-network-security-training.com/what-is-biometric-fingerprint-scanning/</link>
		<comments>http://www.computer-network-security-training.com/what-is-biometric-fingerprint-scanning/#comments</comments>
		<pubDate>Fri, 07 May 2010 20:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Access Control]]></category>
		<category><![CDATA[Biometric Fingerprint Scanners]]></category>
		<category><![CDATA[Computer Network Security]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=691</guid>
		<description><![CDATA[Fingerprint scanning is a standard biometric method that authenticates a user’s identity based upon who they are. Even though authentication using fingerprint scanning attempts to verify identities by using a completely unique characteristic, it is not 100% secure or reliable.
A user’s fingerprint consists of a number of ridges and valleys on the top layer of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-698" title="Fingerprint Scanning2" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/05/Fingerprint-Scanning2.jpg" alt="Fingerprint Scanning2" width="156" height="156" align="left" />Fingerprint scanning is a standard biometric method that authenticates a user’s identity based upon who they are. Even though authentication using fingerprint scanning attempts to verify identities by using a completely unique characteristic, it is not 100% secure or reliable.</p>
<p>A user’s fingerprint consists of a number of ridges and valleys on the top layer of skin. A fingerprint scanner plate using optics or capacitors collects a print sample of the pattern of peaks and valleys, converts the pattern to a number or algorithm, and compares it to other stored templates.</p>
<p>There are two basic types of fingerprint scanners, dynamic and static, with the latter being easier to defeat because a print can be extracted from another object and transferred to the scanner. The dynamic scanner uses a small opening or window to capture prints, which makes it much more difficult to defeat.</p>
<p>Circumventing fingerprint scanners is possible because optical scanners can&#8217;t always distinguish between a picture of a finger and the finger itself, and capacitive scanners can sometimes be fooled by a mold of a person&#8217;s finger. Some scanners have additional pulse and heat sensors to verify the finger is alive but even these systems can be fooled by a gel or silicone printed mold over a real finger.</p>
<p>In addition to threats by posed attackers, fingerprint scanning has inherent problems, for instance in cold climates it might be too cold for fingerprints to register on a heat sensor or a finger may be too dry to close a capacitive circuit. Further, the (FAR) false accept rate and (FRR) false reject rate of fingerprint scanning compared to other biometric standards is somewhat misleading due to the fact that much of the data comes from biased vendors. However, in general fingerprint scanning rates are better than facial recognition rates but less favorable when compared to iris recognition or palm print scanning.</p>
<p>Keep in mind that there is no perfect biometric system and each type has its own advantages and disadvantages, and must be evaluated according to its application.</p>
<p>To make security systems more reliable, it&#8217;s a good idea to combine biometric analysis with other means of identification, such as a password, or other multi-factor authentication systems.</p>
<p>We would not recommend the fingerprint scanning biometric technique for locations or objects that require a high-level of security. If a building with highly sensitive information had fingerprint scanning as the only security device, then even a layman could lift a fingerprint from a car door, glass, etc., and gain access to the building.</p>
<p>Like passwords, fingerprint scanning is merely a deterrent from access to information. Fingerprint scanners are used on many laptops today, but the primary security measure is to lock it in the trunk when traveling or keep it locked in the house because with enough time, someone could break through password or fingerprint security.</p>
<p><!-- 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/what-is-biometric-fingerprint-scanning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top Forensics Tools for Business</title>
		<link>http://www.computer-network-security-training.com/top-forensics-tools-for-business/</link>
		<comments>http://www.computer-network-security-training.com/top-forensics-tools-for-business/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 00:22:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Business Continuity]]></category>
		<category><![CDATA[Computer Network Security]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[Disaster Recovery Plans]]></category>
		<category><![CDATA[Incidence Response]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=596</guid>
		<description><![CDATA[Computer or digital forensics is an extremely fast growing and important industry. Digital crimes are becoming more and more commonplace, and organizations need quick and reliable tools to gather and provide digital evidence. Computer forensic teams, whether they are from an organization’s internal team, or from a law enforcement unit, require certain items in their [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="size-full wp-image-677 alignleft" title="computer forenics tools for business" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/04/computer-forenics-tools-for-business.jpg" alt="computer forenics tools for business" width="168" height="168" align="left" />Computer or digital forensics is an extremely fast growing and important industry. Digital crimes are becoming more and more commonplace, and organizations need quick and reliable tools to gather and provide digital evidence. Computer forensic teams, whether they are from an organization’s internal team, or from a law enforcement unit, require certain items in their forensic toolkits.</p>
<p>Drive acquisition is a fundamental process in the field of digital forensics, but the acquisition of an entire hard drive must be a forensically sound image that is a flat file bit stream image. Volatile data is extremely valuable evidence that can easily be lost, as it is data that is stored in RAM, a Window’s page file, or other repository that is wiped clean when a computer is shutoff. Both of these items need to have their accuracy guaranteed through hashing, which is basically a digital signature from the original hard drive or volatile data that is matched to the exact mirror image backup of that data. If these hashes do not match, the copy of the data is not considered to be a true, forensically sound copy of the original data.</p>
<p>The following table summarizes details of a handful of the top forensic tools on the market today.</p>
<table border="1" cellspacing="0" cellpadding="10">
<tbody>
<tr>
<td width="75" valign="top">
<p align="center"><strong>Forensic Tool</strong></p>
</td>
<td width="150" valign="top">
<p align="center"><strong>Type of Data Searched</strong></p>
</td>
<td width="350" valign="top">
<p align="center"><strong>Features</strong></p>
</td>
<td width="100" valign="top">
<p align="center"><strong>Cost</strong></p>
</td>
</tr>
<tr>
<td width="80" valign="top"><strong>Forensic Toolkit (FTK) by AccessData</strong></td>
<td width="108" valign="top">
<ul>
<li>Passwords</li>
<li>Computer data   and files</li>
<li>Steganography</li>
<li>E-mail</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Create images, analyze the registry, conduct an investigation, decrypt files, crack passwords, identify steganography, and build a report all with a single solution.</li>
<li>Recover passwords from over 80 applications; harness idle CPUs across the network to decrypt files and perform robust dictionary attacks.</li>
<li>KFF hash library with 45 million hashes.</li>
<li>Supports the largest, most complex datasets.</li>
<li>Never lose case data due to a crash.</li>
<li>True multi-processor and multi-threading support that takes advantage of hardware advancements.</li>
<li>Automated recovery during pre-processing ensures the job gets done.</li>
<li>Easy-to-understand and easy-to-use GUI with pre-defined and customizable data views, advanced filtering, dockable windows and automated data categorization.</li>
<li>Multi-data views allowing users to analyze a given file in a number of different ways, such as native, hex, text and filtered.</li>
</ul>
</td>
<td width="60" valign="top">$2,995 as of 5/1/2008</td>
</tr>
<tr>
<td width="86" valign="top"><strong>Helix3 Enterprise by E-fense Carpe Datum</strong></td>
<td width="108" valign="top">
<ul>
<li>Hard drives w/in the enterprise</li>
<li>Any data on enterprise computers or servers</li>
<li>Defined data criteria</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Electronic data discovery (EDD) and computer forensics, including imaging and examination of hard drives</li>
<li>Information Security personnel can monitor each computer or server on the network from a central administration tool when a tiny agent is installed.</li>
<li>Helix3 Enterprise simplifies the issues by allowing information security personnel to search for defined data criteria, and either copy the data to a central store or report its presence.</li>
<li>Allows you to quickly detect, identify, analyze, preserve and report giving you the evidence to reveal the truth and protect your business.</li>
</ul>
</td>
<td width="77" valign="top">Former versions were free and open-source, version 3 requires users to contact for individual quote.</td>
</tr>
<tr>
<td width="86" valign="top"><strong>EnCase Forensic by Guidance Software</strong></td>
<td width="108" valign="top">
<ul>
<li>Computer data and files</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Acquire data in a forensically sound manner using software with an unparalleled record in courts worldwide.</li>
<li>Works on Windows, Linux, AIX, OS X, Solaris and more.</li>
<li>Save days, if not weeks, of analysis time by automating complex and routine tasks with prebuilt modules, such as Initialized case and event log analysis.</li>
<li>Find information despite efforts to hide, cloak or delete.</li>
<li>Easily manage large volumes of computer evidence, viewing all relevant files, including deleted files, file slack and unallocated space.</li>
<li>Transfer evidence files directly to law enforcement or legal representatives as necessary.</li>
<li>Review options allow non-investigators, such as attorneys, to review evidence with ease.</li>
<li>Reporting options enable quick report preparation.</li>
</ul>
</td>
<td width="77" valign="top">$3,600 for a corporate license, plus support.</p>
<p>$2,850 for a government/law enforcement license, plus support.</td>
</tr>
<tr>
<td width="86" valign="top"><strong>EnCase Enterprise by Guidance Software</strong></td>
<td width="108" valign="top">
<ul>
<li>Computer data and files</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Allows teams to securely investigate and analyze multiple machines simultaneously over a network, at the disk and memory level.</li>
<li>Acquires data in a forensically sound manner, with bit-stream imaging and more.</li>
<li>It has an unparalleled record in courts worldwide.</li>
<li>Allows for immediate response, limiting impact and system downtime.</li>
<li>Works on Windows, Linux, AIX, OS X, Solaris and more.</li>
<li>Proactively audit large groups of machines for sensitive or classified information, as well as unauthorized processes and network connections.</li>
<li>Silently and invisibly helps to identify fraud, security events and employee integrity issues wherever they are taking place.</li>
<li>Finds and corrects zero-day events, injected dlls, rootkits and hidden/rogue processes.</li>
</ul>
</td>
<td width="77" valign="top">From $25,000 for 1,000 workstations</td>
</tr>
<tr>
<td width="86" valign="top"><strong>P2 Enterprise Shuttle Edition by Paraben Corporation</strong></td>
<td width="108" valign="top">
<ul>
<li>Reactive: all typical functions of a forensics suite</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Allows for complete examination and investigation over any network.</li>
<li>Drive acquisition, volatile data acquisition, network searching, client snapshot, reporting and more.</li>
<li>All monitoring and data acquisition activities are completely invisible to the user, as they run silently and with complete stealth on Windows 2000, XP, 2003, Vista, and 2008 machines.</li>
<li>Works with other forensic suites on a network to allow organizations to fully watch over their systems and provide digital evidence when needed.</li>
<li>Adheres to strict forensic practices, Sarbanes-Oxley, and many other laws and requirements by ensuring that data integrity is maintained.</li>
</ul>
</td>
<td width="77" valign="top">$6,995, plus support, as of 4/1/2007</td>
</tr>
<tr>
<td width="86" valign="top"><strong>P2 Enterprise Edition by Paraben Corporation</strong></td>
<td width="108" valign="top">
<ul>
<li>Proactive: all typical functions of a forensics suite, in real-time</li>
<li>Reactive: all typical functions of a forensics suite</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Live network forensic tool for proactive protection of digital evidence to guard against risks of intellectual property theft, embezzlement, employee lawsuits, or any general insider threat.</li>
<li>Drive acquisition, network monitoring, volatile data acquisition, telnet (through the secure proxy server), network searching, client snapshot, P2 Navigator, reporting and more.</li>
<li>Rather than waiting to learn of an incident requiring forensics, proactive forensics actually constantly monitors for the occurrence of an incident with an immediate forensic response to ensure evidence is preserved.</li>
<li>Proactive capabilities include the ability to monitor and track system logins, running processes, file activity, event logs, network sniffing, hardware monitoring, application installs/uninstalls, data copied to internal systems, deleted activity, and more.</li>
<li>Also provides reactive forensics in case the protection was breached, allowing organizations to automatically acquire images, take snapshots, or mount systems.</li>
<li>All monitoring and data acquisition activities are completely invisible to the user, as they run silently and with complete stealth on Windows 2000, XP, 2003, Vista, and 2008 machines.</li>
<li>Works with other forensic suites on a network to allow organizations to fully watch over their systems and provide digital evidence when needed.</li>
<li>Adheres to strict forensic practices, Sarbanes-Oxley, and many other laws and requirements by ensuring that data integrity is maintained.</li>
</ul>
</td>
<td width="77" valign="top">Requires users to contact for individual quote.</td>
</tr>
<tr>
<td width="86" valign="top"><strong>ProDiscover® Investigator by Technology Pathways, LLC</strong></td>
<td width="108" valign="top">
<ul>
<li>Reactive: all typical functions of a forensics suite</li>
</ul>
</td>
<td width="153" valign="top">
<ul>
<li>Remotely investigate the disk contents of systems over a network.</li>
<li>Stealth operation to avoid detection by users.</li>
<li>Preview and search suspect files to find evidence quickly and without altering any data or metadata.</li>
<li>Create a bit-stream image of the target system disk and physical memory to preserve evidence and restore the system quickly with MD5, SHA1, or SHA256 hashes of evidence files to prove data authenticity and integrity.</li>
<li>Captures volatile data images of RAM, Bios, and CMOS memory to find evidence.</li>
<li>Examines multiple disk formats such as any FAT or NTIFS file systems.</li>
<li>Integrated viewers for graphics, Internet history, registry, email, documents, and more.</li>
<li>Quick and easy to use.</li>
</ul>
</td>
<td width="77" valign="top">$ 9,995.00 for a single user license, law enforcement and government receive a discount upon contacting.</td>
</tr>
</tbody>
</table>
<p>Based on the various features and types of data searched, if a company were to purchase just one of these tools, it would have to be P2 Enterprise Edition (P2EE) by Paraben Corporation. P2EE offers all of the required functions and features for most forensic teams, while also giving an organization the tools it needs to be proactive in monitoring and storing digital evidence.</p>
<p>However, if an organization truly had no budget limitation, it should purchase:</p>
<ul>
<li>P2 Enterprise Edition by Paraben Corporation</li>
<li>Forensic Toolkit (FTK) by AccessData</li>
<li>EnCase Enterprise from Guidance Software</li>
</ul>
<p>FTK provides numerous features that P2EE does not, such as recovering passwords from a plethora of applications, as well as steganography, which many terrorist and child pornography rings use to avoid detection. EnCase Enterprise is very similar to PS Enterprise Edition, so it may simply be overkill to have both, but a larger company should definitely consider it since the cost of running both would be minimal compared to the consequences of one missing something that the other may catch.</p>
<p>By combining these three forensic suites, a digital forensic team would be able to accurately track, monitor, gather, and report digital evidence to any law enforcement or organization that requires it, both proactively and reactively.</p>
<p><strong>Sources:</strong></p>
<ol>
<li>http://www.accessdata.com/forensictoolkit.html</li>
<li>http://www.e-fense.com/h3-enterprise.php</li>
<li>http://www.guidancesoftware.com/products/ef_index.aspx</li>
<li>http://www.paraben-enterprise.com</li>
<li>http://www.paraben-enterprise.com/p2es.html</li>
<li>http://www.paraben-enterprise.com/p2ee.html</li>
<li>http://www.techpathways.com</li>
<li>http://www.techpathways.com/prodiscoverin.htm</li>
<li>http://www.scmagazineus.com/Forensic-Toolkit-v20/Review/2380/</li>
<li>http://www.scmagazineus.com/Paraben-P2-Enterprise-Shuttle/Review/78/</li>
<li>http://www.paraben-forensics.com/catalog/product_info.php?cPath=25&amp;products_id=369&amp;osCsid=2ba225bcdf31dd81d958f939efd173d3</li>
<li>http://www.techpathways.com/order.htm</li>
<li>http://www.scmagazineus.com/Guidance-Software-EnCase-Forensic-v-6/Review/159/</li>
<li>http://findarticles.com/p/articles/mi_m0EIN/is_2002_August_1/ai_89956939/</li>
</ol>
<p><a href="http://www.techpathways.com/order.htm"></a></p>
<p><!-- 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/top-forensics-tools-for-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Detect a Rogue Access Point</title>
		<link>http://www.computer-network-security-training.com/how-to-detect-a-rouge-access-point/</link>
		<comments>http://www.computer-network-security-training.com/how-to-detect-a-rouge-access-point/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 16:12:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Attacks]]></category>
		<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Computer Network Security]]></category>
		<category><![CDATA[WIFI]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=575</guid>
		<description><![CDATA[A rogue access point is any Wi-Fi access point connected to a network without authorization. In order to protect sensitive data, it is critical to prevent the use of unauthorized access points. Since a rogue AP is not under the management of network administrators, nor does it necessarily conform to network security policies, then rogue [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="alignleft size-full wp-image-578" title="wireless access point" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/04/rogue-access-point.jpg" alt="wireless access point" width="228" height="164" />A rogue access point is any Wi-Fi access point connected to a network without authorization. In order to protect sensitive data, it is critical to prevent the use of unauthorized access points. Since a rogue AP is not under the management of network administrators, nor does it necessarily conform to network security policies, then rogue access points can allow attackers to bypass network security and attack the network or capture sensitive data.</p>
<p>In the absence of a wireless probe to monitor the airwaves, security personnel can manually search for rogue access points. An inexpensive but effective method for finding potential rogues is to use a freely available Transmission Control Protocol (TCP) port scanner that identifies enabled TCP ports from various devices connected to the network.</p>
<p>The steps to discover a rogue access point begin with running the port scanner software from a computer connected to the network. The utility uncovers all Port 80 (HTTP) interfaces on the network, which include all Web servers, some printers, and nearly all access points. The access point will generally respond to the port scanner&#8217;s ping with the vendor name and its corresponding Internet Protocol (IP) address.</p>
<p>Once an access point is discovered, the network administrator must determine if the access point is or is not a rogue. Ideally, the administrator would use software that would allow a pre-configured authorized list of access points. If the scanning for rogue access points is manual, a list of authorized access points is still necessary. The authorized list can be populated using the following attributes:</p>
<ul>
<li>MAC Address</li>
<li>SSID</li>
<li>Vendor</li>
<li>Radio Media Type</li>
<li> Channel</li>
</ul>
<p>The aforementioned attributes, determined automatically or manually if software is not being used, will alert the detection tool if access points with differing attributes from the authorized list are present.</p>
<p>When rogue access points are determined, the administrator must have procedures in place to identify their locations.</p>
<p>Perhaps the most difficult step in this discovery process is to determine the physical location of the rogue access point. Router table entries may help. A routing table is present on all IP nodes.</p>
<p>The routing table stores information about IP networks and how they can be reached. Because all nodes perform some form of IP routing then any node loading the TCP/IP protocol has a routing table. When an IP packet is to be forwarded, the routing table is used to determine the physical or logical interface used to forward the packet to either its destination or the next router.</p>
<p>With the information derived from the routing table, a rogue IP address may be located by determining which node the address utilizes. Keep in mind that the location of nodes must be correlated with the addresses in the routing table. The limited operational distance of the RF signal can be useful in narrowing down the physical location of the rogue access point as well.</p>
<p>Perhaps the most fundamental step in protecting against a rogue access point may be having a security policy. A security policy should outline the rules against unauthorized wireless devices and employees should be educated about the policy.  This will help stop the most common users of unauthorized devices, employees.</p>
<p><strong>Sources: </strong></p>
<p>1. http://compnetworking.about.com/cs/wireless/g/bldef_ap.htm</p>
<p>2. http://www.wi-fiplanet.com/tutorials/article.php/1564431</p>
<p>3.http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/cnet/cnbb_tcp_oauc.mspx?mfr=true</p>
<p>4. http://whitepapers.zdnet.co.uk/0,1000000651,260114539p,00.htm</p>
<p>5. http://www.manageengine.com/products/wifi-manager/rogue-access-point-detection.html</p>
<p>6. http://www.smallbusinesscomputing.com/webmaster/article.php/3590656</p>
<p>7. How to Cheat at Securing a Wireless Network, Chris Hurley and Lee Barken</p>
<p><!-- 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-detect-a-rouge-access-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Free Computer Vulnerability Scanners</title>
		<link>http://www.computer-network-security-training.com/best-free-computer-vulnerability-scanners/</link>
		<comments>http://www.computer-network-security-training.com/best-free-computer-vulnerability-scanners/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer Forensics]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Anti-Spyware]]></category>
		<category><![CDATA[Antivirus Software]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[Vulnerability Scanners]]></category>
		<category><![CDATA[web filters]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=305</guid>
		<description><![CDATA[A vulnerability scanner is a computer program that searches for weaknesses in a computer application, network or the computer itself. Typically there are four types of vulnerability scanners:

Port scanner
Network scanner
Web application security scanner
Computer malware scanner

While it isn’t important to delve into detail about what each of these scanners does, it is extremely important that you [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="alignleft size-full wp-image-306" title="magnifying glass guy" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/03/magnifying-glass-guy.jpg" alt="magnifying glass guy" width="173" height="173" />A vulnerability scanner is a computer program that searches for weaknesses in a computer application, network or the computer itself. Typically there are four types of vulnerability scanners:</p>
<ol>
<li>Port scanner</li>
<li>Network scanner</li>
<li>Web application security scanner</li>
<li>Computer malware scanner</li>
</ol>
<p>While it isn’t important to delve into detail about what each of these scanners does, it is extremely important that you understand the weaknesses in your system. The Internet is awash with suggestions about which security scanner would be best for your computer. But don’t worry, these are free! So you can try them all and choose the one you are most comfortable using.</p>
<ul>
<li>Let’s start with      the <a href="http://www.nessus.org/download/">Nessus Project</a>. This program provides heavy Internet users a free,      powerful, and easy to use remote scanner.  Nessus scanner can be used throughout an entire      enterprise, inside DMZs and across physically separate networks.  It is available for a variety of      operating systems including: Window, Mac, Linux, FreeBSD, and Solaris.</li>
</ul>
<ul>
<li>Next comes the <a href="http://technet.microsoft.com/en-us/security/cc184923.aspx">MBSA </a> or Microsoft Baseline Security Analyzer is a free tool to analyze a Window’s      computer security configuration.       This tool points out the weaknesses in your system AND recommends      how to fix them.</li>
</ul>
<ul>
<li><a href="http://www.gfi.com/lannetscan/">GFI LANguard </a>on the      other hand analyzes and archives events logs of all machines in a network      and alerts you in real time of a security breach.  This network and security scanner      addresses patch management, network auditing, and vulnerability issues in      one package.</li>
</ul>
<ul>
<li>Next up is the <a href="http://sourceforge.net/projects/tripwire/">Tripwire</a>.      This is software that checks for major changes in your system. It also      monitors key attributes of all files that should not change including      binary signature, size, expected change of size etc.</li>
</ul>
<ul>
<li>Then there is the      <a href="http://nmap.org/">Nmap</a> (Network Mapper), which even though is not a vulnerability scanner technically;      it helps find potential vulnerabilities that are hiding in plain sight.  Nmap is able to fingerprint a      network and tell what types of operating systems, applications, versions,      firewalls, etc may be running on a network.</li>
</ul>
<p>Just picking and running a vulnerability scanner is not enough. You have to take time to evaluate the results of the scan and always apply the appropriate remedies.  Keep in mind that as useful as these tools are for network administrators to assess the security of their systems, they are also useful for attackers.  An attacker uses vulnerability scanners to perform network reconnaissance on a potential target.  Their aim is to determine what weaknesses are present that they may be able to exploit and break-in.<br />
<!-- AddThis Button BEGIN --><br />
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9df4636df851c4"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9df4636df851c4"></script><br />
<!-- AddThis Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-network-security-training.com/best-free-computer-vulnerability-scanners/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Most Dangerous Vulnerabilities to Your Computer System</title>
		<link>http://www.computer-network-security-training.com/most-dangerous-vulnerabilities-to-your-computer-system/</link>
		<comments>http://www.computer-network-security-training.com/most-dangerous-vulnerabilities-to-your-computer-system/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 17:21:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Attacks]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Home Computer Security]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=281</guid>
		<description><![CDATA[A vulnerability is a weakness in your computer security which allows an attacker to reduce the computer’s information assurance.  Or in other words it is a potential avenue of attack for the bad guys.
An attacker or malware only requires three elements to exploit the vulnerability:

A flaw in the system.
An attacker’s access to the flaw.
The attacker’s [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="alignleft size-full wp-image-283" title="danger" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/02/danger.jpg" alt="danger" width="147" height="144" />A vulnerability is a weakness in your computer security which allows an attacker to reduce the computer’s information assurance.  Or in other words it is a potential avenue of attack for the bad guys.</p>
<p><strong>An attacker or malware only requires three elements to exploit the vulnerability:</strong></p>
<ol>
<li>A flaw in the system.</li>
<li>An attacker’s access to the flaw.</li>
<li>The attacker’s ability to exploit the flaw.</li>
</ol>
<p>In a recent experiment conducted in the United States, several new Windows XP computers were connected to the Internet using a DSL connection. They had the latest operating system patches but no anti-virus and no firewall. They recorded an average of 300 security intrusions per hour at the end of the first day!</p>
<p><strong> Some of the common yet dangerous computer and network vulnerabilities include</strong><strong>:</strong></p>
<ul>
<li>Unsupported or unpatched operating systems. Windows 95, 98 and NT Networks are no longer supported by Microsoft. XP Home or Windows Me are never appropriate for office usage. Only Windows XP Professional or Vista Business is recommended for office usage. Make sure that your operating system has the latest service pack updates installed.</li>
</ul>
<ul>
<li>Even though anti-virus software is installed on 95% of the computers, in 90% they are not configured properly. Then what’s the point of having anti-virus SW? Make sure that you download and install periodic updates from the Internet.</li>
</ul>
<ul>
<li> Never go for free or cracked anti-virus software to save a few bucks and expose your computer to serious threats.  Free AV is only recommended for light computer use.</li>
</ul>
<ul>
<li>If you are an Internet junkie that engages in risqué habits (i.e. pornography, black-market, and underground sites) then it is imperative that you install a hardware firewall as opposed to just a software firewall.</li>
</ul>
<ul>
<li>Most of the time it is we who expose our computer or network to vulnerabilities by downloading and installing peer-to-peer file sharing software like Kazaa, Limewire, Morpheus etc.</li>
</ul>
<ul>
<li>Downloading and installing screensavers and playing online games can also be threatening to your computer due to patchy software with vulnerable holes.</li>
</ul>
<ul>
<li>Installing Freeware or software that is free. We do it because…well…they are free! But they can be also dangerous, you just don’t know where it came from or if it is being properly maintained and updated.</li>
</ul>
<ul>
<li>Not backing up your data is a disaster waiting to happen.  All hard drives will eventually fail.  So, unless you are backing up your data regularly, be prepared for it to vanish.  There are companies that can recover your data but they are expensive!</li>
</ul>
<p>Also, power spikes and outages are also extremely dangerous for your computer and network. So using a UPS will prevent this, and prevent disconnections from the net.<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/most-dangerous-vulnerabilities-to-your-computer-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Protect Your Home Computer Network</title>
		<link>http://www.computer-network-security-training.com/how-to-protect-your-home-computer-network/</link>
		<comments>http://www.computer-network-security-training.com/how-to-protect-your-home-computer-network/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:04:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Antivirus]]></category>
		<category><![CDATA[Computer Security]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Management]]></category>
		<category><![CDATA[Antivirus Software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[Home Computer Security]]></category>
		<category><![CDATA[password management software]]></category>
		<category><![CDATA[routers]]></category>
		<category><![CDATA[web filters]]></category>
		<category><![CDATA[WIFI]]></category>

		<guid isPermaLink="false">http://www.computer-network-security-training.com/?p=245</guid>
		<description><![CDATA[The first step in protecting your home network is to install a hardware firewall or router. It will allow you to surf the net but prevent the sneaky eavesdroppers from accessing your network online.  Be sure to change the password on your router!  Do not leave the default password because sites are available that have [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" class="alignleft size-full wp-image-249" title="lock" src="http://www.computer-network-security-training.com/wp-content/uploads/2010/02/lock.jpg" alt="lock" width="144" height="144" />The <strong>first step</strong> in protecting your home network is to install a<strong> hardware firewall or router</strong>. It will allow you to surf the net but prevent the sneaky eavesdroppers from accessing your network online.  Be sure to change the password on your router!  Do not leave the default password because sites are available that have default passwords for nearly every router made.  In addition, check the logs on your firewall or router to seen who is attempting access your machine.</p>
<p>If you have a wireless network, you should be even more careful with your network. It is extremely easy to sneak up on wireless networks and go undetected. And since a wireless connection is popular nowadays, you probably have even noticed, while you are checking your mails sitting in your bedroom; your <strong>neighbors</strong> network! Some ways to protect your WiFi connection are:</p>
<p>•	Use preferred <strong>encryption</strong> methods in this order:</p>
<ol>
<li>WPA2</li>
<li>WPA (been cracked)</li>
<li>WEP (been cracked). Use WPA and WEP if you have no other choice.</li>
</ol>
<p>•	Change your SSID code every two weeks and keep it something obscure that is hard to guess.<br />
•	Keep the ‘broadcast SSID’ option in your WiFi turned ‘off’.<br />
•	Turn off your WiFi when you are not using it and use an alternative.<br />
•	Disable DHCP on the entire network.</p>
<p>Install a <strong>web filter</strong>. This device controls access to certain websites and content. If you have children in the house, you might want to keep this turned on. There are some open source web filters available on the web like:</p>
<p><a href="http://support.it-mate.co.uk/?mode=Products&amp;p=bgone">B Gone</a></p>
<p><a href="http://www1.k9webprotection.com/">K9 Web Protection</a></p>
<p><a href="http://www.privoxy.org/">Privoxy</a></p>
<p><a href="http://download.cnet.com/Parental-Filter/3000-27064_4-10256915.html">Parental Filter</a></p>
<p>Install a <strong>spam filter</strong>, <strong>desktop firewall software</strong>, and <strong>antivirus</strong> and make sure that you update and maintain these regularly.</p>
<p>Installing <strong>encryption softwar</strong>e will prevent prying eyes from gaining access to your personal data.  Apple has harddrive encryption functionality built-in.  It is called <strong>FileVaul</strong>t.  However, it does not work with Time Machine.?</p>
<p>There are also various <strong>password management software</strong> that let you create and remember extremely complex passwords. <em>A useful tip: never use a single password for everything</em>. Never use the password you use for your emails and bank accounts on open source software.</p>
<p>It is also important to install a <strong>back-up and recovery system</strong>. So that if, unfortunately, your computer crashes, you will still have all the important data and files intact.  These few tips will go a long way toward maintaining a secure home network.  The rest involves staying up to date on the latest security threats and acting accordingly.<br />
<!-- AddThis Button BEGIN --><br />
<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4b9df4636df851c4"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4b9df4636df851c4"></script><br />
<!-- AddThis Button END --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.computer-network-security-training.com/how-to-protect-your-home-computer-network/feed/</wfw:commentRss>
		<slash:comments>2</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>

