<?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>CISSP &#124; Information Security Training &#124; CISSP Certification &#124; CISSP Training - Shon Harris</title>
	<atom:link href="http://cissp.logicalsecurity.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cissp.logicalsecurity.com</link>
	<description>CISSP Blog by Shon Harris - CISSP - Information Security Training - CISSP Certification - CISSP Training - Security Training - Logical Security - Shon Harris</description>
	<lastBuildDate>Fri, 03 Sep 2010 05:05:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How Would a Birthday Attack Take Place?  By Shon Harris</title>
		<link>http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/</link>
		<comments>http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 05:05:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CISSP]]></category>
		<category><![CDATA[CISSP Guide]]></category>
		<category><![CDATA[Information Technology Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[birthday attack]]></category>
		<category><![CDATA[CISSP Course]]></category>
		<category><![CDATA[cissp practice exams]]></category>
		<category><![CDATA[Hash algorithm]]></category>
		<category><![CDATA[sha]]></category>
		<category><![CDATA[SHA-1]]></category>
		<category><![CDATA[shon harris]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=208</guid>
		<description><![CDATA[<p>Sue and Joe are going to get married, but before they do, they have a prenuptial contract drawn up that states if they get divorced, then Sue takes her original belongings and Joe takes his original belongings. To ensure this contract is not modified, it is hashed and a message digest value is created.</p>
<p>One month [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/network-security/cissp/the-one-way-hash-by-shon-harris/' rel='bookmark' title='Permanent Link: The One-Way Hash by Shon Harris'>The One-Way Hash by Shon Harris</a> <small>A one-way hash is a function that takes a variable-length...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Sue and Joe are going to get married, but before they do, they have a prenuptial contract drawn up that states if they get divorced, then Sue takes her original belongings and Joe takes his original belongings. To ensure this contract is not modified, it is hashed and a message digest value is created.</p>
<p>One month after Sue and Joe get married, Sue carries out some devious activity behind Joe’s back. She makes a copy of the message digest value without anyone knowing. Then she makes a new contract that states that if Joe and Sue get a divorce, Sue owns both her own original belongings and Joe’s original belongings. Sue hashes this new contract and compares the new message digest value with the message digest value that correlates with the contract. They don’t match. So Sue tweaks her contract ever so slightly and creates another message digest value and compares them. She continues to tweak her contract until she forces a collision, meaning her contract creates the same message digest value as the original contract. Sue then changes out the original contract with her new contract and quickly divorces Joe. When Sue goes to collect Joe’s belongings and he objects, she shows him that no modification could have taken place on the original document because it still hashes out to the same message digest. Sue then moves to an island.</p>
<p><a href="http://www.logicalsecurity.com/store/vmchk/shon-harris-cissp-solution-set-newly-updated.html"><strong>Hash algorithms</strong></a> usually use message digest sizes (the value of <em>n</em>) that are large enough to make collisions difficult to accomplish, but they are still possible. An algorithm that has 160-bit output, like <a href="http://www.logicalsecurity.com/store/vmchk/tactical-perimeter-defense-training.html"><strong>SHA-1</strong></a>, may require approximately 280 computations to break. This means there is a less than 1 in 280 chance that someone could carry out a successful birthday attack.</p>
<p>The main point of discussing this paradox is to show how important longer hashing values truly are. A hashing algorithm that has a larger bit output is less vulnerable to brute force attacks such as a birthday attack. This is the primary reason why the new versions of SHA have such large message digest values.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p><strong>Buy this book from Amazon:</strong> <a style="color: #666666; font-weight: bold; text-decoration: none;" title="Security Information and Event Management (SIEM) Implementation" href="http://www.amazon.com/Security-Information-Event-Management-Implementation/dp/0071701095">Security Information and Event Management (SIEM) Implementation</a></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Review <a style="color: #666666; font-weight: bold; text-decoration: none;" title="cissp practice exams" href="www.logicalsecurity.com/practice/practice_quiz_select.html">CISSP PRACTICE EXAMS</a></strong><strong> at </strong><strong><a style="color: #666666; font-weight: bold; text-decoration: none;" title="logical security" href="http://www.logicalsecurity.com/">Logical Security</a></strong></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Follow us on twitter: </strong><strong><a style="color: #666666; font-weight: bold; text-decoration: none;" title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/network-security/cissp/the-one-way-hash-by-shon-harris/' rel='bookmark' title='Permanent Link: The One-Way Hash by Shon Harris'>The One-Way Hash by Shon Harris</a> <small>A one-way hash is a function that takes a variable-length...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Information &amp; Event Management Implementation (SIEM)</title>
		<link>http://cissp.logicalsecurity.com/network-security/cissp/siem-security-information-and-event-management-implementation/</link>
		<comments>http://cissp.logicalsecurity.com/network-security/cissp/siem-security-information-and-event-management-implementation/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 11:46:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[event management]]></category>
		<category><![CDATA[security information]]></category>
		<category><![CDATA[shon harris]]></category>
		<category><![CDATA[siem]]></category>
		<category><![CDATA[siem implementation]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=220</guid>
		<description><![CDATA[SIEM technology provides real-time analysis of security alerts generated by network hardware and applications. SIEM solutions come as software, appliances, or managed services and enable companies to respond to attacks faster, log security data and generate compliance reports. In spite of the economic downturn, the Security Information and Event Management marketplace is growing rapidly. There [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/network-security/cissp/risk-management-in-the-it-and-security-world/' rel='bookmark' title='Permanent Link: Risk Management in the IT and Security World'>Risk Management in the IT and Security World</a> <small>What do we have in the world of risk management...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/' rel='bookmark' title='Permanent Link: How Would a Birthday Attack Take Place?  By Shon Harris'>How Would a Birthday Attack Take Place?  By Shon Harris</a> <small>Sue and Joe are going to get married, but before...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h4>SIEM technology<span style="font-weight: normal;"> provides real-time analysis of security alerts generated by network hardware and applications. SIEM solutions come as software, appliances, or managed services and enable companies to respond to attacks faster, log security data and generate compliance reports. In spite of the economic downturn, the Security Information and Event Management marketplace is growing rapidly. There are several factors driving the rise of the SIEM market: it is ideal for reporting and compliance, exposes internal and external threats, improves operational efficiencies while cutting administrative expenses, and the technology’s flexibility allows it to be used as a managed service.</span></h4>
<p>EMC, IBM, Novell, Cisco, CheckPoint, Symantec,  CA, Attachmate, Q1Labs, eIQ Networks, SenSage and others all have SIEM products. Because of the technology’s relatively new emergence in the marketplace, there are few publications that address more than one vendor’s product. SIEM Implementation shows how to implement multiple products, and also discusses the strengths, weaknesses, and advanced tuning of these various systems. SIEM Implementation covers the gamut of topics a network administrator or security professional needs &#8211; from basic concepts and components to high-level configuration, analysis, interpretation and response. It aids in the performance of risk analysis, threat detection, threat analysis and threat response for IT systems and businesses of every size.</p>
<h4 style="font-size: 1em;"><span style="font-weight: normal;">tWritten by security and compliance experts and speakers, Security Information and Event Management Implementation shows IT professionals how to effectively implement SIEM in order to efficiently analyze and report data, respond effectively to inside and outside threats, and follow compliance regulations.</span></h4>
<p>This book also shows the separate pieces that make up a complete and cohesive SIEM. These pieces are what most small and medium size businesses are forced to implement, due to the relatively high cost to acquire, implement, maintain and reap benefits from the full scale SIEM systems. This teaches the IT professional how to implement a more integrated collection of discrete SIEM pieces, approaching similar utility of a full featured SIEM tool. Further, SIEM Implementation shows readers how to use the SIEM tool to develop business intelligence, beyond the realm of being just a fancy security tool.</p>
<p>SIEM Implementation is a valuable addition to our security plan for 2010.</p>
<p><strong>Security Plan / Pub Date</strong><br />
Mobile Application Security &#8211; Spring 2009<br />
Hacking Exposed Virtualization &#8211; Summer 2010<br />
Empirical Security: Protecting Data with Metrics &#8211; Summer 2010<br />
Security Information and Event Management (SIEM) &#8211; Summer 2010<br />
Hacking Evolved &#8211; Fall 2010<br />
Hacking Exposed Web Applications, 3rd Edition &#8211; Fall 2010<br />
Hacking Exposed Wireless, 2nd Edition &#8211; Fall 2010</p>
<p><strong>Key Selling Features</strong></p>
<ul>
<li>Includes a Smartbook – a knowledge base of business use cases: real world examples of business needs that can be satisfied by using a finely tuned SIEM system.</li>
<li>Covers the top SIEM products/vendors: ArcSight, Q1 QRadar, and Cisco MARS</li>
<li>Authors are security, SIEM, and compliance experts who speak globally around the world, are famous published authors, and have close ties with the government and multiple corporate vendors.</li>
<li>Foreword by Shon Harris</li>
<li>Includes product feature summaries, and analysis and trending examples</li>
<li>Covers regulatory compliance issues</li>
<li>Provides Incident Response solutions</li>
</ul>
<p><strong>Market / Audience</strong></p>
<ul>
<li>Targeted at IT/security professionals and compliance professionals</li>
<li>Fueled originally by stealthy threats such as worms and more recently by compliance, the SIEM market is projected to grow from about $380 million last year to $873 million in 2010, according to research firm IDC.</li>
<li>RSA Security, the security division of EMC, estimates that the SIEM market is expanding at a rate of between 25 percent and 35 percent annually.</li>
</ul>
<p><strong>Author Profiles</strong><br />
<strong>David R. Miller</strong> (SME, MCT, MCITPro Windows Server 2008 Enterprise Administrator, MCSE Windows NT 4.0, 2000, and Server 2003:Security, CISSP, LPT, ECSA, CEH, CWNA, CCNA, CNE, Security+, A+, N+). David is an IT security consultant specializing in information systems security, compliance and network engineering. He is a lecturer, an author and technical editor of books, curriculum, certification exams and computer based training videos. He regularly performs as a Microsoft Subject Matter Expert (SME) on product lines including Microsoft Server 2008, Microsoft Exchange Server 2007 and Microsoft Windows Vista.<br />
<strong><a title="Shon Harris" href="http://www.logicalsecurity.com/">Shon Harris</a>, <a title="CISSP" href="http://www.logicalsecurity.com/store/vmchk/cissp-all-in-one-exam-guide-fifth-edition.html">CISSP</a>,</strong> is the CEO of Logical Security, a computer security consultant, a former engineer in the Air Force’s Information Warfare unit, an instructor and an author. She has authored three best selling CISSP books, is a contributing author to the book Gray Hat Hacking, and developed a full digital information security product series for Pearson publishing. Shon was recognized as one of the top 25 women in the Information Security field by Information Security Magazine.<br />
<strong> </strong></p>
<p><strong>Allen Harper, CISSP,</strong> is founder and president of N2NetSecurity, Inc., a consulting company specializing in advanced security and vulnerability analysis, penetration testing, SIEM implementation, and compliance. He served as a security engineer in the U.S. Department of Defense, and is a coauthor of <em>Gray Hat Hacking</em>.<br />
<strong></strong></p>
<p><strong>Stephen VanDyke, CISSP, BCCPA, BCCPP, MCSA, Security+, Network+, </strong>was a founding member of the U.S. Army Reserve global network Computer Emergency Response Team and helped design and deploy its NetForensics SIEM. He implemented high end, multi-tiered security systems for the Multi-National Force – Iraq (MNFI) network.<br />
<strong></strong></p>
<p><strong>Chris Blask</strong>, Vice President of Marketing at AlienVault, is on the faculty at the Institute for Applied Network Security, Co-founded Protego Networks (now Cisco MARS) and founded Critical Infrastructure Cybersecurity company Lofty Perch. Chris invented the BorderWare Firewall Server in the early days of the Internet Security market and built the Cisco Systems firewall business.</p>
<p><strong>Buy this book from Amazon:</strong> <a title="Security Information and Event Management (SIEM) Implementation" href="http://www.amazon.com/Security-Information-Event-Management-Implementation/dp/0071701095">Security Information and Event Management (SIEM) Implementation</a></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Source: <a style="color: #666666; font-weight: bold; text-decoration: none;" title="Risk Management Guide" href="http://www.logicalsecurity.com/resources/resources_articles.html">Risk Management Guide by Shon Harris</a></strong></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Review <a style="color: #666666; font-weight: bold; text-decoration: none;" title="Vulnerability Management" href="http://www.logicalsecurity.com/resources/resources_presentations.html">Vulnerability Management</a></strong><strong> at </strong><strong><a title="logical security" href="http://www.logicalsecurity.com/">Logical Security</a></strong></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Follow us on twitter: </strong><strong><a style="color: #666666; font-weight: bold; text-decoration: none;" title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/network-security/cissp/risk-management-in-the-it-and-security-world/' rel='bookmark' title='Permanent Link: Risk Management in the IT and Security World'>Risk Management in the IT and Security World</a> <small>What do we have in the world of risk management...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/' rel='bookmark' title='Permanent Link: How Would a Birthday Attack Take Place?  By Shon Harris'>How Would a Birthday Attack Take Place?  By Shon Harris</a> <small>Sue and Joe are going to get married, but before...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/network-security/cissp/siem-security-information-and-event-management-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Risk Management in the IT and Security World</title>
		<link>http://cissp.logicalsecurity.com/network-security/cissp/risk-management-in-the-it-and-security-world/</link>
		<comments>http://cissp.logicalsecurity.com/network-security/cissp/risk-management-in-the-it-and-security-world/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 10:34:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Technology Security]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[CISSP Course]]></category>
		<category><![CDATA[IT security]]></category>
		<category><![CDATA[risk management]]></category>
		<category><![CDATA[shon harris]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=217</guid>
		<description><![CDATA[<p>What do we have in the world of risk management in the IT and security world today, a bit of a mess. Risk management has been a nebulous, pathless utopia that has been just out of our reach because we are randomly wandering around in pseudoscience and non-sensible numbering systems.</p>
<p>Risk management in the financial sector [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/network-security/cissp/siem-security-information-and-event-management-implementation/' rel='bookmark' title='Permanent Link: Security Information &#038; Event Management Implementation (SIEM)'>Security Information &#038; Event Management Implementation (SIEM)</a> <small>SIEM technology provides real-time analysis of security alerts generated by...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/' rel='bookmark' title='Permanent Link: Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition'>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</a> <small>5th edition adds interactive practice questions and expanded exam coverage...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>What do we have in the world of risk management in the IT and security world today, a bit of a mess. Risk management has been a nebulous, pathless utopia that has been just out of our reach because we are randomly wandering around in pseudoscience and non-sensible numbering systems.</p>
<p><strong><a title="Risk Management Guide" href="http://www.logicalsecurity.com/resources/resources_articles.html">Risk management</a></strong> in the financial sector is more defined and stable because it is based in numbers and statistics that have a more direct correlation to the components it is describing.  In the information security world we have silly things like the Annualized Loss Expectancy (ALE) formula that has variables that are subjectively populated along with other just as ineffective formulas that provide false senses of securities.</p>
<p>Many organizations, corporations and security consultants are comfortable with common balanced scoreboard values, associating color codes to risk values, and/or using arbitrary risk rating systems. Now these can be useful components in risk assessments and potentially useful tools for risk management – but not how they are usually used today. The crux of the questions you should be asking your employees or consultants who hand you a stack of paper covered with pretty graphs, pie charts, and risk ratings used to explain the risk your organization faces is ‘Where’s the beef?’ What is this information based on? Where did these numbers come from? Why does this server or business process fall within the red risk quadrant and the others in the yellow? But here is another important key – will you know if they have to dance to answer these questions? If your consultant starts throwing out acronyms, formulas, and technical mumbo-jumbo will you just figure that he knows what he is talking about since you don’t understand him? This is what most commonly happens. If someone really understands risk management, she can break it down and explain it properly to the necessary audience without going over their heads. Risk management is complicated, but if you are paying someone to perform it for you, you need to know what you are paying for and more importantly the <em>REAL </em>risks your company faces.</p>
<p>One large corporation called me in as a consultant to help them with a wide range of security issues. They had had one of the top four consulting agencies in there carrying out a risk assessment so that the risks could be prioritized and the customer knew what risks had to be mitigated immediately versus ones that could be tackled over time.  The consulting company left my customer with a stack of papers that had colorful spreadsheets, pie charts, graphs, and high-level boilerplate explanations of the identified vulnerabilities. To the executives this was very impressive and they had a false sense of security that their real company risks had been identified and now they just had to be dealt with. The top risk that was called out by the large consulting firm was ‘Mainframe Access’.  This is a very vague term and basically useless. I knew my customer had retail stores throughout the United States and Canada and that credit card numbers and social security numbers were flying around their network in cleartext. The mainframe did not hold this type of data or data that was more sensitive in nature. So this top risk in the paperwork I was holding seemed suspicious to me. I wanted to see what supported this finding. I looked at the mathematical formulas used in the Excel spreadsheet that the risk report findings were based upon and I saw that one variable was not included in their simplistic formula. Someone had fat fingered the formula in the consulting company’s boilerplate template. The stack of reports I was looking at was based upon an incorrect formula. Each risk and its associated ranking was based on this formula. So out of curiosity I corrected the formula and found that now the risk of ‘Mainframe Access’ had moved from number one to number five. This means that the company thought a majority of their upfront resources needed to be allocated towards addressing their mainframe access controls. They had already had meetings, assigned resources, and started focusing more on their old and hardly used mainframe and not on all of the insecure PCs that were holding and processing social security numbers and financial information. But hey, the paperwork had pretty pie charts and the consultants were all in nice shiny suits!</p>
<p>What about those automated products that take input information, do all of the risk analysis and computation in the background, and kick out paperwork that dissects your organizational risks with instructions on how you should go about fixing them? I will return to what your core questions should be, which is ‘what are these results based on’? With risk management products all of their computational secret sauce is baked in and works behind the scenes, which means that it is harder for you to view and evaluate. This means that you need to know enough to ask the right questions before purchasing the product and putting stock into its output. Just to drive the point home, I will provide another scary story.</p>
<p>I was invited to sit a four day class on a risk management product that is commonly used in financial institutions and the government sector. The class was for analysts who configure and use the tool to carry out information security risk assessments. We were able to get under the hood and look at many of the formulas that were being used. The formulas were solid and worthy for their application, but the real problem came from the potential input values. Every formula is just an instruction set with some empty variables. The variables are filled with the necessary input and then the computation is carried out on those inputs and a result is provided. But true with almost every equation is ‘garbage in garbage out’.  The result of the equation has a direct relationship with the inputs. The inputs for this product, and many risk management products, are extremely subjective thus the results range from analyst to analyst. Many people in the class were very mystified by the mathematics that was used within the product and felt that because they did not understand it – the product had to be doing things correctly.</p>
<p>If you are not careful, the largest risk your company could face is the risk assessment methodology being used.  The best case scenario from this would be that a risk assessment was a waste of time and money. The worst case scenario is that your organization is missing some of the largest REAL risks it is being faced with.</p>
<p>Since the term <strong><em>‘risk management’</em></strong> is nebulous and not a defined and scientific discipline within the information security realm, anyone and everyone is putting up their shingle pontificating their skills in this field. Make sure to work with true experts not only in the information security field, but those who also specialize in understanding and mitigating risks to meet your organization’s risk appetite.</p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Source: <a title="Risk Management Guide" href="http://www.logicalsecurity.com/resources/resources_articles.html">Risk Management Guide by Shon Harris</a></strong></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Review <a title="Vulnerability Management" href="http://www.logicalsecurity.com/resources/resources_presentations.html">Vulnerability Management</a></strong><strong> at </strong><strong><a style="color: #666666; font-weight: bold; text-decoration: none;" title="Logical Security" href="http://www.logicalsecurity.com/">www.LogicalSecurity.com</a></strong></p>
<p style="margin-top: 1em; margin-bottom: 1em; margin-right: 0px; margin-left: 0px; display: block; padding: 0px;"><strong>Follow us on twitter: </strong><strong><a style="color: #666666; font-weight: bold; text-decoration: none;" title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>
<p><em>Stay tuned for Part II&#8230;</em></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/network-security/cissp/siem-security-information-and-event-management-implementation/' rel='bookmark' title='Permanent Link: Security Information &#038; Event Management Implementation (SIEM)'>Security Information &#038; Event Management Implementation (SIEM)</a> <small>SIEM technology provides real-time analysis of security alerts generated by...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/' rel='bookmark' title='Permanent Link: Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition'>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</a> <small>5th edition adds interactive practice questions and expanded exam coverage...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/network-security/cissp/risk-management-in-the-it-and-security-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The One-Way Hash by Shon Harris</title>
		<link>http://cissp.logicalsecurity.com/network-security/cissp/the-one-way-hash-by-shon-harris/</link>
		<comments>http://cissp.logicalsecurity.com/network-security/cissp/the-one-way-hash-by-shon-harris/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 12:54:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CISSP]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Technology Security]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[CBC]]></category>
		<category><![CDATA[CISSP Course]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Hash algorithm]]></category>
		<category><![CDATA[hashing algorithm]]></category>
		<category><![CDATA[HMAC]]></category>
		<category><![CDATA[logical security]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[one way hash algorithm]]></category>
		<category><![CDATA[one way hash function]]></category>
		<category><![CDATA[one-way hash]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=172</guid>
		<description><![CDATA[<p>A one-way hash is a function that takes a variable-length string and a message and produces a fixed-length value called a hash value. For example, if Kevin wants to send a message to Maureen and he wants to ensure the message does not get altered in an unauthorized fashion while it is being transmitted, he [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/' rel='bookmark' title='Permanent Link: How Would a Birthday Attack Take Place?  By Shon Harris'>How Would a Birthday Attack Take Place?  By Shon Harris</a> <small>Sue and Joe are going to get married, but before...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>A <strong><em><a title="one-way hash" href="http://www.logicalsecurity.com/store/vmchk/certified-ethical-hacker-ceh-training-cbt-boot-camp.html">one-way hash</a> </em></strong>is a function that takes a variable-length string and a message and produces a fixed-length value called a hash value. For example, if Kevin wants to send a message to Maureen and he wants to ensure the message does not get altered in an unauthorized fashion while it is being transmitted, he would calculate a hash value for the message and append it to the message itself. When Maureen receives the message, she performs the same hashing function Kevin used and then compare her result with the hash value sent with the message. If the two values are the same, Maureen can be sure the message was not altered during transmission. If the two values are different, Maureen knows the message was altered, either intentionally or unintentionally, and she discards the message.</p>
<p>The hashing algorithm is not a secret—it is publicly known. The secrecy of the oneway hashing function is its “one-wayness.” The function is run in only one direction, not the other direction. This is different from the one-way function used in public key cryptography, in which security is provided based on the fact that, without knowing a trapdoor, it is very hard to perform the one-way function backward on a message and come up with readable plaintext. However, <a title="one-way hash functions" href="http://www.logicalsecurity.com/store/vmchk/certified-ethical-hacker-ceh-training-cbt-boot-camp.html"><strong>one-way hash functions</strong></a> are never used in reverse; they create a hash value and call it a day. The receiver does not attempt to reverse the process at the other end, but instead runs the same hashing function one way</p>
<p>and compares the two results.</p>
<p>The hashing one-way function takes place without the use of any keys. This means, for example, that if Cheryl writes a message, calculates a message digest, appends the digest to the message, and sends it on to Scott, Bruce can intercept this message, alter Cheryl’s message, recalculate another message digest, append it to the message, and</p>
<p>send it on to Scott. When Scott receives it, he verifies the message digest, but never knows the message was actually altered by Bruce. Scott thinks the message came straight from Cheryl and it was never modified, because the two message digest values are the same. If Cheryl wanted more protection than this, she would need to use <strong><em><a title="message authentication code (MAC)" href="http://www.logicalsecurity.com/store/vmchk/shon-harris-cissp-video-seminar.html">message authentication code (MAC)</a>.</em></strong><br />
<strong><em> </em></strong></p>
<p>A MAC function is an authentication scheme derived by applying a secret key to a message in some form. This does not mean the symmetric key is used to encrypt the message, though. You should be aware of two basic types of <a title="MACs" href="http://www.logicalsecurity.com/store/vmchk/shon-harris-cissp-video-seminar.html">MACs</a>: a hash MAC (<a title="HMAC" href="http://www.logicalsecurity.com/store/shon-harris-security-plus-solution-set.html">HMAC</a>) and a <a title="CBC-MAC" href="http://www.logicalsecurity.com/store/vmchk/shon-harris-cissp-video-seminar.html">CBC-MAC</a>.</p>
<p><strong>Source: CISSP All-In-One Study Guide by <a title="CISSP - Shon Harris" href="http://logicalsecurity.com/resources/resources_articles.html">Shon Harris</a></strong></p>
<p><strong>Review full </strong><strong><a title="Cryptography by Shon Harris" href="http://logicalsecurity.com/resources/resources_whitepaper.html">Cryptography </a></strong><strong>Chapter at </strong><strong><a title="Logical Security" href="http://www.logicalsecurity.com/">www.LogicalSecurity.com</a></strong></p>
<p><strong>Follow us on twitter: </strong><strong><a title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/how-would-a-birthday-attack-take-place-by-shon-harris/' rel='bookmark' title='Permanent Link: How Would a Birthday Attack Take Place?  By Shon Harris'>How Would a Birthday Attack Take Place?  By Shon Harris</a> <small>Sue and Joe are going to get married, but before...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/network-security/cissp/the-one-way-hash-by-shon-harris/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shon Harris and Pearson Education developing cutting-edge training tools</title>
		<link>http://cissp.logicalsecurity.com/news/cissp/shon-harris-and-pearson-education-developing-cutting-edge-training-tools/</link>
		<comments>http://cissp.logicalsecurity.com/news/cissp/shon-harris-and-pearson-education-developing-cutting-edge-training-tools/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 06:09:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[harris joins pearson]]></category>
		<category><![CDATA[logical security]]></category>
		<category><![CDATA[logicalsecurity news]]></category>
		<category><![CDATA[pearson education]]></category>
		<category><![CDATA[pearson publication]]></category>
		<category><![CDATA[shon harris]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=17</guid>
		<description><![CDATA[Shon Harris and Pearson Education developing cutting-edge training tools
Security expert Harris joins leading publisher for Information Security product series
San Antonio, March 30, 2010 – Shon Harris, founder and president of Logical Security, has signed a deal with publishing house Pearson to create a comprehensive set of training materials for CISSP, SSCP, CEH and Security+ certification [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/' rel='bookmark' title='Permanent Link: Shon Harris offers technology certification training to military service members'>Shon Harris offers technology certification training to military service members</a> <small>Security expert and teacher wants “pay it forward” movement for...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/' rel='bookmark' title='Permanent Link: Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition'>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</a> <small>5th edition adds interactive practice questions and expanded exam coverage...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Shon Harris and Pearson Education developing cutting-edge training tools</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Security expert Harris joins leading publisher for Information Security product series</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">San Antonio, March 30, 2010 – Shon Harris, founder and president of Logical Security, has signed a deal with publishing house Pearson to create a comprehensive set of training materials for CISSP, SSCP, CEH and Security+ certification studies.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">“Pearson is excited to be working with such a great talent and expert author like Shon Harris,” said a Pearson spokesperson. “Her knowledge is top notch and we are excited to be collaborating with her on this and future projects.”</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">These new training tools – Video Courses, Video Mentors and Cert Flash Cards &#8212; approach the rigorous certification exams in a way that addresses a variety of learning styles. The video courses capture Harris’s well-known and effective training style, honed in ten years of security certification training and consulting with Logical Security.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">“I am very excited to partner with Pearson to produce the best study materials for IT-security certification preparation on the market today,” said Shon Harris. “This partnership will produce materials that people can use to actually LEARN and IMPLEMENT the security information.”</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">“Studying for security certification exams CORRECTLY can be one of the best investments you will ever make in your career,” said Harris.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">About Shon Harris and Logical Security:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Shon Harris is a former member of the Air Force Information Warfare unit. She is a consultant and has written or contributed to ten information security books. Harris founded Logical Security in 2003, and as president has guided the company to become a leader in certification education and security consulting. Logical Security’s training programs include on-site and online classes, self-study and computer-based materials for students and companies studying to pass certification exams, perform security audits on current infrastructure and comply with a variety of security regulations. The company’s areas of expertise are varied, with specialties in CISSP certification, Microsoft exams, .Net development, career refreshers for security pros, and other IT certifications. Logical Security is headquartered in San Antonio, Texas.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">MEDIA CONTACT</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Mark Bedell</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Logical Security</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Phone: 888-373-5116 x103</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">509-468-2188</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden; text-align: center;"><a href="mailto:markbedell@logicalsecurity.com">markbedell@logicalsecurity.com</a></div>
<p style="text-align: center;">
<p style="text-align: center;"><strong>Security expert Harris joins leading publisher for Information Security product series</strong></p>
<p style="text-align: left;"><strong>San Antonio, March 30, 2010 – </strong>Shon Harris, founder and president of Logical Security, has signed a deal with publishing house Pearson to create a comprehensive set of training materials for CISSP, SSCP, CEH and Security+ certification studies.</p>
<p style="text-align: left;">
<p style="text-align: left;">“Pearson is excited to be working with such a great talent and expert author like Shon Harris,” said a Pearson spokesperson. “Her knowledge is top notch and we are excited to be collaborating with her on this and future projects.”</p>
<p style="text-align: left;">
<p style="text-align: left;">These new training tools – Video Courses, Video Mentors and Cert Flash Cards &#8212; approach the rigorous certification exams in a way that addresses a variety of learning styles. The video courses capture Harris’s well-known and effective training style, honed in ten years of security certification training and consulting with Logical Security.</p>
<p style="text-align: left;">
<p style="text-align: left;">“I am very excited to partner with Pearson to produce the best study materials for IT-security certification preparation on the market today,” said Shon Harris. “This partnership will produce materials that people can use to actually LEARN and IMPLEMENT the security information.”</p>
<p style="text-align: left;">
<p style="text-align: left;">“Studying for security certification exams CORRECTLY can be one of the best investments you will ever make in your career,” said Harris.</p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>About Shon Harris and Logical Security:</strong></p>
<p style="text-align: left;">Shon Harris is a former member of the Air Force Information Warfare unit. She is a consultant and has written or contributed to ten information security books. Harris founded Logical Security in 2003, and as president has guided the company to become a leader in certification education and security consulting. Logical Security’s training programs include on-site and online classes, self-study and computer-based materials for students and companies studying to pass certification exams, perform security audits on current infrastructure and comply with a variety of security regulations. The company’s areas of expertise are varied, with specialties in CISSP certification, Microsoft exams, .Net development, career refreshers for security pros, and other IT certifications. Logical Security is headquartered in San Antonio, Texas.</p>
<p><strong>MEDIA CONTACT</strong><br />
Mark Bedell<br />
Logical Security<br />
Phone: 888-373-5116 x103<br />
509-468-2188<br />
<a href="mailto:markbedell@logicalsecurity.com">markbedell@logicalsecurity.com</a></p>
<p><strong>Follow us on twitter: </strong><strong><a title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/' rel='bookmark' title='Permanent Link: Shon Harris offers technology certification training to military service members'>Shon Harris offers technology certification training to military service members</a> <small>Security expert and teacher wants “pay it forward” movement for...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/' rel='bookmark' title='Permanent Link: Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition'>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</a> <small>5th edition adds interactive practice questions and expanded exam coverage...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/news/cissp/shon-harris-and-pearson-education-developing-cutting-edge-training-tools/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</title>
		<link>http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/</link>
		<comments>http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:22:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CISSP]]></category>
		<category><![CDATA[CISSP Guide]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Technology Security]]></category>
		<category><![CDATA[CISSP All-in-One Exam guide]]></category>
		<category><![CDATA[cissp book]]></category>
		<category><![CDATA[fifth edition]]></category>
		<category><![CDATA[shon harris]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=12</guid>
		<description><![CDATA[<p style="text-align: center;">5th edition adds interactive practice questions and expanded exam coverage</p>
<p></p>
<p style="text-align: left;">Shon Harris announces the newest edition of her preeminent guide to information security certification. For nearly ten years, the CISSP All-in-One Exam Guide has helped information security pros tackle the rigorous CISSP exam and gain CISSP certification. In the fifth edition, Harris [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/' rel='bookmark' title='Permanent Link: Shon Harris offers technology certification training to military service members'>Shon Harris offers technology certification training to military service members</a> <small>Security expert and teacher wants “pay it forward” movement for...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><em>5<sup>th</sup> edition adds interactive practice questions and expanded exam coverage</em></p>
<p><a href="http://www.logicalsecurity.com/store/vmchk/cissp-all-in-one-exam-guide-fifth-edition.html"><img class="alignleft" style="margin: 3px;" title="CISSP All-in-One Exam Guide, Fifth Edition" src="http://www.logicalsecurity.com/store/components/com_virtuemart/shop_image/product/CISSP___All_in_O_4b5476be101a3.jpg" alt="CISSP All-in-One Exam Guide, Fifth Edition" width="156" height="200" /></a></p>
<p style="text-align: left;">Shon Harris announces the newest edition of her preeminent guide to information security certification. For nearly ten years, the <em>CISSP All-in-One Exam Guide </em>has helped information security pros tackle the rigorous CISSP exam and gain CISSP certification. In the fifth edition, Harris adds expanded coverage of all ten exam areas, with the same easy-to-read and practical style that have made her previous guides famous.</p>
<p style="text-align: left;">“I appreciate the plain, clear, as simple as possible way the information is presented. It would be easy to make these concepts sound hard.” says Stephen Northcutt, president of the SANS Technology Institute, of the fourth edition. “Shon does not do that. She tells the story of security as well as anyone ever has.” He adds that the book is also “perfect for the CXO who wants to understand what security is and what they need to know about it.”</p>
<p>The guide “is an engaging, informative and complete resource,” says Treece Efird, a senior network engineer at Communications Products, on the fourth edition.</p>
<p>CISSP certification requires a breadth of knowledge across information security topic areas – also called the CBK, or Common Body of Knowledge &#8212; which include cryptography, telecommunications and network security, business continuity and disaster recovery planning, applications security and legal, regulations, compliance and investigation, among others. Harris’s approach to each complex category includes, in the guide and included CD-ROM:</p>
<ul>
<li>Simulated      exam questions</li>
<li>Learning      objectives at the start of each chapter</li>
<li>Practice      questions</li>
<li>Real-world      situations</li>
<li>Video      training</li>
</ul>
<p>The CISSP All-in-One Exam Guide, Fifth Edition is available now at <a href="http://www.logicalsecurity.com/store">www.logicalsecurity.com/store</a> or Amazon.com. Published by McGraw-Hill Osborne Media. ISBN: 978-0071602174.</p>
<p><strong>About Shon Harris and Logical Security:</strong></p>
<p>Shon Harris, CISSP, MCSE, is a former member of the Air Force Information Warfare unit. She is a consultant and has written or contributed to ten information security books. Harris founded Logical Security in 2003 and as president has guided the company to become a leader in certification education and security consulting. Logical Security’s training programs include on-site and online classes, self-study and computer-based materials for students and companies studying to pass certification exams, perform security audits on current infrastructure and comply with a variety of security regulations.</p>
<p>Now Available at <a title="Now Available at CISSP All-in-One Exam Guide, Fifth Edition" href="http://www.logicalsecurity.com/store/vmchk/cissp-all-in-one-exam-guide-fifth-edition.html" target="_blank">CISSP All-in-One Exam Guide, Fifth Edition</a><br />
<strong>Follow us on twitter: </strong><strong><a title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/' rel='bookmark' title='Permanent Link: Shon Harris offers technology certification training to military service members'>Shon Harris offers technology certification training to military service members</a> <small>Security expert and teacher wants “pay it forward” movement for...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Shon Harris offers technology certification training to military service members</title>
		<link>http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/</link>
		<comments>http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:11:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Technology Security]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Telecommunication Security]]></category>
		<category><![CDATA[Telecommunications Security]]></category>
		<category><![CDATA[Wireless Security]]></category>
		<category><![CDATA[cissp training]]></category>
		<category><![CDATA[logical security news]]></category>
		<category><![CDATA[technology certification]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=9</guid>
		<description><![CDATA[<p align="center">Security expert and teacher wants “pay it forward” movement for fellow veterans</p>
<p>Author, consultant, security expert and Air Force veteran Shon Harris has announced that she will offer free technology training to military members and veterans who cannot afford the cost of classes at Harris’s company, Logical Security. The broad roster of classes includes the [...]


Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/news/cissp/shon-harris-and-pearson-education-developing-cutting-edge-training-tools/' rel='bookmark' title='Permanent Link: Shon Harris and Pearson Education developing cutting-edge training tools'>Shon Harris and Pearson Education developing cutting-edge training tools</a> <small>Shon Harris and Pearson Education developing cutting-edge training tools Security...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/' rel='bookmark' title='Permanent Link: Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition'>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</a> <small>5th edition adds interactive practice questions and expanded exam coverage...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p align="center"><em>Security expert and teacher wants “pay it forward” movement for fellow veterans</em></p>
<p>Author, consultant, security expert and Air Force veteran Shon Harris has announced that she will offer free technology training to military members and veterans who cannot afford the cost of classes at Harris’s company, Logical Security. The broad roster of classes includes the well-known CISSP certification training, along with a variety of other IT certifications and career refresher courses.</p>
<p>“No one gets rich serving our country, sadly,” says Harris. “Many military people are always going through economically hard times.” Harris offers seats in her open classes for anyone who has served or is serving in Iraq or Afghanistan who can’t afford the training.</p>
<p>“It does not matter if I believe in our current wars or not,” says Harris. “I do believe in the people who are doing this work and fighting in these wars.” Harris notes that along with her own service in the Air Force, her father retired from the Army after several tours to Vietnam, her husband will soon retire from the Air Force after duty in Iraq, and her grandfather served the U.S. as part of the Air Corps in World War II. “My frustration and concern is that these wars have basically dropped off the map in our media coverage,” says Harris, “and the soldiers may have fallen out of our country’s consciousness.”</p>
<p>“I have worked hard and am finally in a position in my life to give back,” says Harris. “Let’s see if we can start a ‘pay it forward’ movement for our military.”</p>
<p>To contact Logical Security and sign up for classes, please contact Mark Bedell at <a href="mailto:markbedell@logicalsecurity.com">markbedell@logicalsecurity.com</a>. Visit <a title="Technology certification training to military service by Shon Harris" href="http://www.logicalsecurity.com/education/education_overview.html" target="_blank">Technology certification training to military service</a> for  for a full listing of available classes.</p>
<p><strong>About Shon Harris and Logical Security:</strong></p>
<p>Shon Harris, CISSP, MCSE, is a former member of the Air Force Information Warfare unit. She is a consultant and has written or contributed to ten information security books. Harris founded Logical Security in 2003 and as president has guided the company to become a leader in certification education and security consulting. Logical Security’s training programs include on-site and online classes, self-study and computer-based materials for students and companies studying to pass certification exams, perform security audits on current infrastructure and comply with a variety of security regulations. The company’s areas of expertise are broad, with specialties in CISSP certification, Microsoft exams, .Net development, career refreshers for security pros, and other IT certifications. Logical Security is headquartered in San Antonio, Texas.</p>
<p><strong>Follow us on twitter: </strong><strong><a title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>Related posts:<ol><li><a href='http://cissp.logicalsecurity.com/news/cissp/shon-harris-and-pearson-education-developing-cutting-edge-training-tools/' rel='bookmark' title='Permanent Link: Shon Harris and Pearson Education developing cutting-edge training tools'>Shon Harris and Pearson Education developing cutting-edge training tools</a> <small>Shon Harris and Pearson Education developing cutting-edge training tools Security...</small></li>
<li><a href='http://cissp.logicalsecurity.com/information-technology-security/cissp/shon-harris-announces-release-of-cissp-all-in-one-exam-guide-fifth-edition/' rel='bookmark' title='Permanent Link: Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition'>Shon Harris announces release of CISSP All-in-One Exam Guide, Fifth Edition</a> <small>5th edition adds interactive practice questions and expanded exam coverage...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/telecommunications-security/cissp/shon-harris-offers-technology-certification-training-to-military-service-members/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>802.11i &#8211; Has Security Arrived for WiFi?</title>
		<link>http://cissp.logicalsecurity.com/network-security/cissp/802-11i-has-security-arrived-for-wifi/</link>
		<comments>http://cissp.logicalsecurity.com/network-security/cissp/802-11i-has-security-arrived-for-wifi/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 13:09:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Wireless Security]]></category>
		<category><![CDATA[802.11i]]></category>
		<category><![CDATA[802.11i for wifi]]></category>
		<category><![CDATA[wifi security]]></category>

		<guid isPermaLink="false">http://cissp.logicalsecurity.com/?p=3</guid>
		<description><![CDATA[<p>by Dave Odom. CISSP</p>
<p>The Wireless Security Landscape</p>
<p>In the span of a year the wireless networking landscape has had radical movement towards providing not only the traditional benefits of wireless networking (mobility, scalibility, and cost effectiveness), but most importantly security. Security in 802.11, seen by industry as the wireless networking solution of choice, has been viewed [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><strong>by Dave Odom. CISSP</strong></p>
<p><strong>The Wireless Security Landscape</strong></p>
<p>In the span of a year the wireless networking landscape has had radical movement towards providing not only the traditional benefits of wireless networking (mobility, scalibility, and cost effectiveness), but most importantly security. Security in 802.11, seen by industry as the wireless networking solution of choice, has been viewed as somewhat of an oxymoron. Vulnerable wireless networks are often the ‘Achilles Heel’ of network infrastructures and used by attackers to facilitate further access to the otherwise protected enterprise LAN. Numerous articles have littered technical publications, general public newspapers, and TV news broadcasts of how insecure wireless networks have resulted in legal cases from ‘wardriving’ to illegal financial record access and credit card fraud. This is a major reason preventing 802.11 wireless networking solutions from being adopted by corporations and businesses that demand confidentiality and integrity in support of sensitve internal and E-business communications.</p>
<p>Enter 802.11i, the much anticipated upgrade to 802.11 security ratified in June of 2004 by the IEEE standards committee. 802.11i is the ‘last mile’ to providing strong authentication and privacy mechanisms for a protocol standard desperately in need of a security facelift. Combined with a solid backing from vendors, who have begun certification and availability of products, it appears the waters are safe for implementing wireless networking across the enterprise. Let’s examine the history surrounding the need for 802.11i, its security features, and challenges to full adoption as a viable and secure wireless networking solution.</p>
<p><strong>Security and 802.11</strong></p>
<p>The original 802.11 standard was not designed to provide strong authentication and encyption mechanisms. The primary security features of 802.11 were incorporated at the data link layer and rely on the Wired Equivalent Privacy (WEP) protocl. The 802.11 WEP standard offers 64-bit (128-bit in vendor implementations) encryption using the RC4 cryptographic (stream cipher) algorithm. The WEP encyrption key is comprised of a 40-bit shared key and a 24-bit initialization vector (IV) that is used to provide limited authentication and privacy through the use of a single shared key that is distributed to end user wireless systems.</p>
<p>Unfortunately, the WEP protocol implemented the RC4 encryption algorithm in a flawed manner and neglected to include a key management protocol. The use of static, reusable shared secret keys and IVs being transmitted in clear text led to several public exploits being developed to break wireless transmissions encrypted with WEP.</p>
<p>An improvement to 802.11 security standards was in order, based on WEP’s lack of viable authentication mechanism and weakness of its encryption scheme. Orignially, improvements to the authentication issue came with 802.1x (an authentication standard for both wired and wireless networks) that made use of an Extensible Authentication Protocol (EAP) method that allows you to choose from a variety of authentication mechanisms including: EAP-MD5, LEAP, PEAP, EAP-TLS and EAP-TTLS that are traditionally implemented through an authentication server (e.g. RADIUS).</p>
<p>In October of 2002, the Wi-Fi Alliance announced that it would develop a new interim security specification that could be incorporated into certified Wi-Fi compliant devices called Wi-Fi Protected Access (WPA). WPA, which relied upon an interim version of 802.11i does not rely on the use of fixed WEP keys, but uses a new protocol known as Temporal Key Integrity Protocol (TKIP) that initiates a key rotation every 10,000 bytes of data. TKIP, which provides the improved confidentiality and integrated mechanisms, increases the standard size of the WEP key fro 40 to 128-bits and does not use a single static key, but instead uses keys that are dynamically generated and distributed by an authentication server. WPA still makes use of the RC4 encryption cipher but allows for the use of existing technology such as IEEE 802.1x, EAP, and RADIUS authentication methods. These solutions, however; only provided the &#8220;band-aid&#8221; to problems with 802.11 security and required in many cases adding increased complexity to the wired and wireless infrastructure.<br />
802.11i and WPA2</p>
<p>Released in June 2004, 802.11i was designed by the IEEE to provide the final security solution set to the WLAN, as well as provide improved network access management features. 802.11i replaces the notoriously insecure WEP with the option of two robust encryption protocols in TKIP and the Counter Mode with Cipher Block Chaining Message Authentication Code Protocol (CCMP). CCMP improves WEP by introducing a new government approved (FIPS 140-2) encryption standard known as the Advanced Encryption Algorithm (AES). AES is a symmetric (i.e. same key is used for both encryption and decryption) block cipher where there are multiple encryption phases that data undergoes. The standard for AES is 128-bit encryption, but it supports key lengths up to 256-bits.</p>
<p>802.11i relies on the 802.1x authentication scheme for providing strong two-way/mutual authentication between a client and authentication server, authenticating the identity of the user not just the device. This was a radical improvement to the inherent flaw in 802.11 which provided only one-way authentication and contained no provisions for a per-packet validation scheme to identify the packet source, leaving authentication process susceptible man-in-the-middle attacks.</p>
<p>In order to maintain a standard for interoperability in products that implemented the features of 802.11i, the Wi-Fi Alliance (as with WPA) established a certification program for equipment and software known as WPA2. The features of IEEE 802.11i are specified in WPA2, but WPA2 defines for industry the set of mandatory features that will be included in WPA2 certified devices. A list of WPA2 certified devices can be found on the WiFi Alliance website. Vendors currently offering WPA2 compliant products include: Atheros, Broadcom, Cisco, Conexant, D-Link, IBM, Intel, Netgear and Proxim.</p>
<p><strong>Challenges to 802.11i Adoption</strong></p>
<p>Although 802.11i provides the long awaited security consumers have demanded, there are still various challenges to its implementation. Issues regarding client mobility are seen as performance suffers during the 802.11i authentication process when users roam between WLAN cells and attempt to exchange their security credentials during reassociation. This process can drastically affect time-sensitive voice and video applications that may be critical for the end user to maintain. Interoperability among vendors, in spite of the WiFi Alliance WPA2 certification, standard may hamper widespread deployments. This is primarily due to the fact that the WiFi Alliance is only testing for interoperability with the AES encrption standard. Testing interoperability for the various vendor implementations of authentication mechanisms is yet to be incorporated. This could force organizations to adopt single source vendors for their WLAN equipment procurements, limiting their choice of options and wireless vendor feature sets. Furthermore, the enhanced elements of 802.11i (AES) requires existing consumers to upgrade their WLAN infrastructure hardware, which for many large organizations is not cost effective.</p>
<p><strong>Summary</strong></p>
<p>While 802.11i is not necessarily the &#8220;silver bullet&#8221; to WLAN security, it does provide a robust level of protection in comparison with its predecessor. Organizations requiring that level of privacy and authentication should weigh the associated risk of not adopting the technology against the challenges and cost of migration. Many federal departments and agencies will be forced to implement 802.11i (or a similar technology offering compatible security) throughout their WLAN enterprises based on regulatory compliance with federal guidelines for the security of information systems (e.g. FISMA, SARBOX, and HIPAA). Security professionals should continue to view wireless networking solutions and its associated security standards as a technology in its infancy stages as there will undoubtedly be modifications and enhancements to the existing standards as their use and requirements evolve.</p>
<p><strong>Follow us on twitter: </strong><strong><a title="Logical security twitter" href="http://twitter.com/logicalsecurity">logicalsecurity</a></strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://cissp.logicalsecurity.com/network-security/cissp/802-11i-has-security-arrived-for-wifi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
