<?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; AIC Triad</title>
	<atom:link href="http://www.securetoday.net/category/aictriad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.securetoday.net</link>
	<description>Protecting your own for the future</description>
	<lastBuildDate>Thu, 25 Feb 2010 16:25:11 +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>The Art of Steganography</title>
		<link>http://www.securetoday.net/2009/06/the-art-of-steganography/</link>
		<comments>http://www.securetoday.net/2009/06/the-art-of-steganography/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 03:33:25 +0000</pubDate>
		<dc:creator>Zarex dela Cruz, CISSP</dc:creator>
				<category><![CDATA[AIC Triad]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[confidentiality]]></category>
		<category><![CDATA[cryptology]]></category>
		<category><![CDATA[digital certificate]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[PKI]]></category>
		<category><![CDATA[steganography]]></category>

		<guid isPermaLink="false">http://www.securetoday.net/?p=125</guid>
		<description><![CDATA[Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity [Wikipedia].



Few months ago, I was drafting an article about Cryptography. In my draft I wanted to expand the use [...]]]></description>
			<content:encoded><![CDATA[<p><strong>S</strong>teganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the existence of the message, a form of security through obscurity [<a href="http://en.wikipedia.org/wiki/Steganography" target="_blank">Wikipedia</a>].<br />
<center><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param value="http://www.securetoday.net/wp-content/uploads/2009/10/steg.swf" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.securetoday.net/wp-content/uploads/2009/10/steg.swf" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="550" height="350" src="http://www.securetoday.net/wp-content/uploads/2009/10/steg.swf" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
</center></p>
<p>Few months ago, I was drafting an article about Cryptography. In my draft I wanted to expand the use of Cryptography to not only to cover Confidentiality but likewise Integrity. I began to write in the lines about Public Key Infrastructure; the use of digital signature to encrypt as well as to sign messages. In my search for an email from a friend, I came across an unsent email from my Drafts folder. An old email more than four years ago titled Steganography. In my email were two images. One original and one was stego file. I recall I planned to send to my classmate for our Steganography research. So about less than five years later, here I am talking about the same “art”. Ah, the art and science of steganography.</p>
<p>Earlier this year, I attended a Product Advisory Council meeting from McAfee. One of the future product integration they are adding to their suite of Security products is the Data Leakage Protection, from the acquisition of Reconnix.</p>
<p>The DLP, be it a Host or Network addresses the detection of file that could be leaking out from a confidentiality standpoint within the company. One of the concerns I have brought up was the detection steganography. As you can see, even sophisticated technology could lack in the ability to decrypt or guess the algorithm used in the steganography.</p>
<p>It is not the scope of this article to cover how steganography is performed or ways to accomplish it. Likewise, this article is not going to list down available steganography tools to perform this. In searching the Internet, you could probably find many articles about this and the tools available as well as countermeasures.</p>
<p><span id="more-125"></span>This article only wishes to address the pros and cons of steganography. As with many tools and technologies, using it with the wrong hands determines the result of it. As a security professional, this should be used as yet another layered defense or security. If we combine steganography with PKI, the result is a more secured document. Let’s take this simple approach:</p>
<p>I have a document. The document is hashed for message integrity. Together with the hash, I encrypt it with my private key. This is non-repudiation. The altogether result is encrypted with the user’s public key. This is confidentiality, since only the receiver can decrypt it. The result is cryptic digitally signed message. This is the PKI part. This by itself is already super secure. What if I still want to embed this using steganography and the result is encrypt again with my private key? Maybe it is too much but you see my point in combining them to add layers of security.</p>
<p>I’ll write a separate discussion on digital certificates next time, but for now the use of steganography can be very beneficial. On the other hand, this tool can be used in bad ways as well. It was also suspected that terrorists have used this method for their communications, but no evidence to support it.</p>
<p>This is a very simple method to conceal your messages. The result is almost impossible for the naked eye to spot the difference. Back to the two images I’ve talked about earlier in my email. By looking at them both now, scared me to tell that I cannot spot which one has embedded document and which one is not. Both appear identical and file size is the same.</p>
<p>In conclusion, when you see an image, for example the logo in this website, how easy for you to know that it is actually an image embedded with my secret recipe for my steak sauce for my sister to download? Scary but it could be true. But it is not the end of the world; steganalysis, which is the science of detecting hidden messages using steganography exist. Similar to cryptography, these are not impossible to crack. It is not a matter of if, it is a matter of when.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.securetoday.net/2009/06/the-art-of-steganography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
