<?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>Secure Today &#187; attack</title>
	<atom:link href="http://www.securetoday.net/tag/attack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securetoday.net</link>
	<description>Protecting your own for the future</description>
	<lastBuildDate>Wed, 22 Dec 2010 17:10:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secure your PASSWORD</title>
		<link>http://www.securetoday.net/2009/02/secure-your-password/</link>
		<comments>http://www.securetoday.net/2009/02/secure-your-password/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 20:19:57 +0000</pubDate>
		<dc:creator>Zarex dela Cruz, CISSP</dc:creator>
				<category><![CDATA[AIC Triad]]></category>
		<category><![CDATA[Access Controls]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password management]]></category>

		<guid isPermaLink="false">http://www.securetoday.net/?p=57</guid>
		<description><![CDATA[PASSWORD MANAGEMENT
One of the overlooked area many of us struggle with is password management. In our day to day computing activities, many of us would simply just use or chose to protect our assets with a simple password. These assets could be critical such as bank accounts, confidential data, or even health information. We are [...]]]></description>
			<content:encoded><![CDATA[<h2><strong>PASSWORD MANAGEMENT</strong></h2>
<p>One of the overlooked area many of us struggle with is password management. In our day to day computing activities, many of us would simply just use or chose to protect our assets with a simple password. These assets could be critical such as bank accounts, confidential data, or even health information. We are lacking the real work on password management.</p>
<p><img class="alignleft size-full wp-image-58" title="password" src="http://www.securetoday.net/wp-content/uploads/2009/07/password.jpg" alt="password" width="400" height="300" />Now, just what is password management really is? Well, in its very simplest form, managing passwords!</p>
<p>In corporate world, there are various technologies that does password management. In fact, password management is covered in a good scope on many of books for the CISSP exam.</p>
<p>Now, before going deeper to it, let&#8217;s magnify our glass to the word password itself. Many, if not all of us know what password is. That&#8217;s the word you write on your sticky note and hide it underneath your keyboard. Kidding aside.</p>
<p>Password is the most widely and commonly used authentication mechanism. They are also considered the weakest security mechanism. Users would simply choose very easy passwords such as their date of birth, favorite color, their nickname, etc., that are easy enough to guess. Sometimes too, they give it away to their buddies or best friends.</p>
<p>It is funny yet interesting to see how users typically thinks security is not one of the most important part of their computer. Not until someone hacks into their computer or account, then that&#8217;s when security is all the frustrations.</p>
<p>So here comes password management to the rescue. Although the scope of this article will dive only deeper to day-to-day users of computers, emails and services; it will touch a bit on the corporate world where I will cover some of the best ways in managing password. Bear in mind, this article does not go deeper in how to implement SSO technologies or token devices and such.</p>
<p><span id="more-57"></span>Simply put, you got to protect your treasured belongings with your best security. You wouldn&#8217;t really want to put your jewelries, money, and other important belongings into a carton box just lying around your doorstep. The same would you need to protect your emails, your computers, your accounts with a good password.</p>
<p>A good password is at least eight characters and contains a combination of upper and lower case and special characters. Try to choose something not closely related to you, such as your color, pet name, or belongings. An example would be &#8220;1Fo126iveYoU&#8221; is a strong password. &#8220;blue123&#8243;, while it contains letters and numbers, it is still vulnerable to dictionary and brute-force attacks. I am not going to explain those but in short, those are types of attacks a hacker can use to guess your password. There are many free and easy to use programs out there that can easily do the guessing.</p>
<p>Also, not writing your password where someone can read or see is a good countermeasure to remember. Sometimes, we often change our password similar to previous one but incrementing or decrementing other characters. Such as &#8220;PassWord1&#8243; is your previous and &#8220;PassWord2&#8243; is your new. If you wrote it down in a piece of paper and throw it away, an attacker can go to the trash bin and try to find them. This technique is also called Dumpster Diving. So be aware, not because you are done with your password doesn&#8217;t mean they still cannot use it to guess your other passwords.</p>
<p>There are systems nowadays that will ask you for phrase instead of a password. These are called passphrase. So instead of entering &#8220;password 123&#8243;, you might be asked to key in &#8220;let me in this is me&#8221;. Also other systems do a different way by allowing you to enter cognitive password. Cognitive password are opinion- or fact-based information. These are usually derived by answering questions related about your life. The answers are then transposed to a virtual password.</p>
<p>In systems where we are only required to put our password, it is your duty to secure it. I&#8217;ve covered few ways to secure your password here but there are other many ways you can do on your own. Something I did not cover which is beyond the scope of this article is the implementation of encryption or token device to ensure that the password of user are not sniffed, eavesdropped, or captured by attacker for a replay-attack. These countermeasures are for security professionals to implement technical or logical controls in their enterprise.</p>
<p>The use of password synchronization, assisted password reset, and self-service password reset are few approaches you can implement in your enterprise to assist users reset their password and not being compromised during resets. Those are the real &#8220;password management&#8221; discussion.</p>
<p>As end users, protect your password as if it is the key to all your belongings. Remember, attackers can sniff them (so corporate should implement encryption), can brute-force guess them (apply hard-to-guess strong password), or they can steal them (using techniques such as dumpster diving, shoulder surfing, keyboard monitoring). Shoulder surfing is when someone is looking over your shoulder or back as you type in your password.</p>
<p>Next time, I will try to cover in details some of these attacks that you really need to be aware of.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securetoday.net/2009/02/secure-your-password/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

