<?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/"
	>

<channel>
	<title>NSWays</title>
	<atom:link href="http://blog.nsways.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.nsways.com</link>
	<description>Programming, Security, Forensic, Anti-Malware, and Random stuff</description>
	<pubDate>Tue, 12 May 2009 02:12:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Protect yourself from malware - tips</title>
		<link>http://blog.nsways.com/?p=78</link>
		<comments>http://blog.nsways.com/?p=78#comments</comments>
		<pubDate>Tue, 12 May 2009 02:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[malware]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[S]]></category>

		<guid isPermaLink="false">http://blog.nsways.com/?p=78</guid>
		<description><![CDATA[When we connect our computer to the internet, our system are vulnerable to get hack and virus/malware.  Anti-virus and firewall software are one of the best way for the user to protect them self from getting hack and infected the system with malware.  Below are some of the way to protect yourself without [...]]]></description>
			<content:encoded><![CDATA[<p>When we connect our computer to the internet, our system are vulnerable to get hack and virus/malware.  Anti-virus and firewall software are one of the best way for the user to protect them self from getting hack and infected the system with malware.  Below are some of the way to protect yourself without the need of these resourceful software.<br />
<span id="more-78"></span><br />
1. Don&#8217;t use MS Windows. :)  Most malware engineer target MS Window, therefore if you use other Operating System, you have a high chance of not getting target.</p>
<p>2. For windows user (me):<br />
1. Create one account with low privilege such as guest or user.  Use this account as your daily usage.<br />
1.  Go to Control Panel<br />
2. Select User Account<br />
3. Create new account<br />
2. Turn on MS Window Firewall and setup auto update.<br />
3. Use Firefox as your browser<br />
1. add noscript plugin - disable javascript from automatically run.  Protect from browser exploit.</p>
<p>4. Change your browser user string to something else.  This will fake yourself from the hacker.<br />
IE: http://www.pctools.com/guides/registry/detail/799/<br />
Firefox: http://johnbokma.com/mexit/2004/04/24/changinguseragent.html</p>
<p>5. Use SysInternal software as your monitor system.  Use TcpView and Process Explorer to monitor your process and internet connection.<br />
http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx</p>
<p>6. Use PortMonitor from nsways.com/software to monitor networks.  But it&#8217;s still alpha so wait for next release.</p>
<p>7. Uncheck &#8220;Hide Extensions&#8230;&#8221; in Folder Options-&gt;View.  Know what you clicking.</p>
<p>8. Never open anythings unless you 100% trust that file.  That include file send by your family or friend or co-worker.  Trust no one.</p>
<p>That&#8217;s all for now, I will update the list soon.<!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=78</wfw:commentRss>
		</item>
		<item>
		<title>Do not buy phone at www.ExoticPhone.com</title>
		<link>http://blog.nsways.com/?p=75</link>
		<comments>http://blog.nsways.com/?p=75#comments</comments>
		<pubDate>Wed, 08 Apr 2009 21:25:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.nsways.com/?p=75</guid>
		<description><![CDATA[www.ExoticPhone.com contain of the baddest customer&#8217;s service I ever receive.  I bought the phone on Tuesday, and had call them right after to ask to cancel it.  They refuse to cancel my order through phone and e-mail.  After the initial attempt to cancel my order, I call them up to talk to another customer service [...]]]></description>
			<content:encoded><![CDATA[<p>www.ExoticPhone.com contain of the baddest customer&#8217;s service I ever receive.  I bought the phone on Tuesday, and had call them right after to ask to cancel it.  They refuse to cancel my order through phone and e-mail.  After the initial attempt to cancel my order, I call them up to talk to another customer service and they refuse to pick up the phone.  They refuse to call me back even after I record a voice mail.  After 5 fail attempt using the phone number they have on the record, I try to call them using one of my coworker phone, they pick up.  They refuse to cancel it and refuse to let me talk to the super visor.  <span><span style="color: green;">www.ExoticPhone.com</span></span><span style="color: green;"><span> is a scam website.  DO NOT BUY PHONE AT </span></span><span><span style="color: green;">www.ExoticPhone.com</span></span><span style="color: green;"><span>.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=75</wfw:commentRss>
		</item>
		<item>
		<title>The Ten Commandments for C Programmers</title>
		<link>http://blog.nsways.com/?p=72</link>
		<comments>http://blog.nsways.com/?p=72#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:56:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[c programmer]]></category>

		<category><![CDATA[ten commandments]]></category>

		<guid isPermaLink="false">http://blog.nsways.com/?p=72</guid>
		<description><![CDATA[Below this a link to The Ten Commandments for C Programmers by Henry Spencer.
http://doc.cat-v.org/henry_spencer/ten-commandments
This is a great list of suggestion any C/C++ developer should keep in mind when they design and code.
1. The more feed back you get from the compiler, the greater you learn about your code.
2. Null pointer are just evil.
3. no comment
4. [...]]]></description>
			<content:encoded><![CDATA[<p>Below this a link to The <a href="The Ten Commandments for C Programmers">Ten Commandments for C Programmers</a> by Henry Spencer.</p>
<p>http://doc.cat-v.org/henry_spencer/ten-commandments</p>
<p><span id="more-72"></span>This is a great list of suggestion any C/C++ developer should keep in mind when they design and code.<br />
1. The more feed back you get from the compiler, the greater you learn about your code.<br />
2. Null pointer are just evil.<br />
3. no comment<br />
4. no comment<br />
5. no comment<br />
6. You shouldn&#8217;t be paranoid as there are some thing you cannot control.<br />
7. Reinvent the wheel only create more problem.  Use what is proving, and fix what you must.<br />
8. Clean code is everything.<br />
9. no comment<br />
10. no comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=72</wfw:commentRss>
		</item>
		<item>
		<title>Directory Snapshot Alpha</title>
		<link>http://blog.nsways.com/?p=68</link>
		<comments>http://blog.nsways.com/?p=68#comments</comments>
		<pubDate>Tue, 31 Mar 2009 01:10:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Toolkit]]></category>

		<category><![CDATA[forensic]]></category>

		<category><![CDATA[malware]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[directory snapshot]]></category>

		<category><![CDATA[file hash]]></category>

		<category><![CDATA[hashing]]></category>

		<category><![CDATA[MD5]]></category>

		<category><![CDATA[SHA1]]></category>

		<category><![CDATA[SHA256]]></category>

		<category><![CDATA[Sleuthkit]]></category>

		<category><![CDATA[system integrity]]></category>

		<guid isPermaLink="false">http://blog.nsways.com/?p=68</guid>
		<description><![CDATA[Check out a alpha version of Directory Snapshot application I develop used to validate the integrity of the system.  I develop this as a way for me to validate the integrity of the files in the system after running a malware or any application I want to monitor.  This application is useful for [...]]]></description>
			<content:encoded><![CDATA[<p>Check out a alpha version of Directory Snapshot application I develop used to validate the integrity of the system.  I develop this as a way for me to validate the integrity of the files in the system after running a malware or any application I want to monitor.  This application is useful for me since I analyze malware daily and need a quick way to validate system integrity.  The application should be fairly easy to use.  If there&#8217;s any pointer on improving this application, bug found, or feature wanted, please let me know.  You can download it at <a href="http://nsways.com/software.php">here</a>.</p>
<p>Feature planning on next release:</p>
<ul>
<li>Add drag and drop</li>
<li>Use Sleuthkit to access Filesystem.</li>
</ul>
<p>Known bug:</p>
<ul>
<li>SHA256 is not working</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=68</wfw:commentRss>
		</item>
		<item>
		<title>My new baby</title>
		<link>http://blog.nsways.com/?p=59</link>
		<comments>http://blog.nsways.com/?p=59#comments</comments>
		<pubDate>Sat, 28 Mar 2009 01:34:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[life]]></category>

		<category><![CDATA[sportbike]]></category>

		<guid isPermaLink="false">http://blog.nsways.com/?p=59</guid>
		<description><![CDATA[Just pick up my new baby today, check it out.








]]></description>
			<content:encoded><![CDATA[<p>Just pick up my new baby today, check it out.</p>
<p><span id="more-59"></span><br />
<img src="http://imgur.com/B3SW1.jpg" alt="first" /><br />
<img src="http://imgur.com/B3WQX.jpg" alt="second" /><br />
<img src="http://imgur.com/B3Z29.jpg" alt="third" /><br />
<img src="http://imgur.com/B3ZU1.jpg" alt="forth" /><br />
<img src="http://imgur.com/B40LT.jpg" alt="" /><br />
<img src="http://imgur.com/B425D.jpg" alt="" /><br />
<img src="http://imgur.com/B42X5.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=59</wfw:commentRss>
		</item>
		<item>
		<title>Iphone meet concrete</title>
		<link>http://blog.nsways.com/?p=47</link>
		<comments>http://blog.nsways.com/?p=47#comments</comments>
		<pubDate>Fri, 27 Mar 2009 14:05:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[life]]></category>

		<category><![CDATA[malware]]></category>

		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://blog.nsways.com/?p=47</guid>
		<description><![CDATA[Yesterday I accidentally drop my Iphone on the road, face first.  Well, the result is not what I expected since I had drop it many time.  Here&#8217;s the picture.



The phone itself is still usable as the face is broken only.  However, the battle scar seem to be a little too much.
 I [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I accidentally drop my Iphone on the road, face first.  Well, the result is not what I expected since I had drop it many time.  Here&#8217;s the picture.</p>
<p><span id="more-47"></span></p>
<p><img src="http://imgur.com/135OI.jpg" alt="Black out" /><br />
<img src="http://imgur.com/137RI.jpg" alt="White out" /></p>
<p>The phone itself is still usable as the face is broken only.  However, the battle scar seem to be a little too much.</p>
<p> I call the evil empire (Apple) to see if they can fix the phone for a small fee.  They give me two option, one is to replace it with another one for $200, or cancel my service and get another phone for $200.  I decided to call AT&#038;T to see if there&#8217;s any other option, and they also give me two option.  One is to replace it for $200 or get a Nokia basic phone for free.  The Nokia is a very basic phone so it&#8217;s pointless to get it as I can&#8217;t use my data plan.</p>
<p>There are two option for me right now that they didn&#8217;t give.  One is to fix my phone by myself (there are other service that fix the iphone for me but it would cause more then $200).  Or I could cancel my contract which cause me $175, which allow me to get away from the evil empire all together.</p>
<p>My plan is to try to fix it by myself using my limited engineering skill with my careless hand and impatient personality.  I have 40% chance of success.  If not, then Gphone will be next.</p>
<p>I will update the result this weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=47</wfw:commentRss>
		</item>
		<item>
		<title>The old new way malware part 1</title>
		<link>http://blog.nsways.com/?p=37</link>
		<comments>http://blog.nsways.com/?p=37#comments</comments>
		<pubDate>Sat, 21 Mar 2009 14:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[malware]]></category>

		<category><![CDATA[Anti-Malware]]></category>

		<category><![CDATA[reverse enginneering]]></category>

		<category><![CDATA[tips on not get infected]]></category>

		<guid isPermaLink="false">http://nsways.com/blog/?p=37</guid>
		<description><![CDATA[The old:
A few month ago, I receive an e-mail from a spammer with a title of &#8220;Video of Angelia Jolie XXX video,&#8221;  knowingly what expected in the url, I click safely on the url.  The site look similar every standard video player website like youtube.  The video listed contain an explicit picture [...]]]></description>
			<content:encoded><![CDATA[<p>The old:</p>
<p>A few month ago, I receive an e-mail from a spammer with a title of &#8220;Video of Angelia Jolie XXX video,&#8221;  knowingly what expected in the url, I click safely on the url.  The site look similar every standard video player website like youtube.  The video listed contain an explicit picture which only waiting for me to click on the play button to get the next frame.  So I clicked.  Once I click, a message pop up asking me to download Adobe_Player9.exe.  So what else for me to do? I click it.</p>
<p><span id="more-37"></span>Behavior analysis:<br />
Adobe_Player9.exe : MD5: 5c15d4b98a8af9d3f80d11e5876c65e0<br />
Once executed, the malware unpack three file to c:\windows, file include 9129837.exe and new_driver.sys.  The malware setup an autorun with a key name &#8220;ttool&#8221; in CURRENT_USER registry.  And execute 9129847.exe<br />
Once 9129847.exe executed, it load the new_driver.sys which is modify the kernel call to hide 9129847.exe from detection.<br />
The malware does more and more but overall this is the behavior of the malware.</p>
<p>Remove and Detect:<br />
A simple way to detect if you don&#8217;t have an Anti-Virus software like me is to check what in the registry by run &#8220;msconfig&#8221; and look up autorun, if there&#8217;s a value execute 9129847.exe, delete it.  And reboot your system.  Once reboot, go to c:\windows\ and delete this two file.</p>
<p>The new:<br />
This week I found a few malware using facebook and other banks name as a way to distribute the malware.  Even though the malware does contain different packer, the behavior of the malware are identical to the above malware with slight modification.  To test how strong our security is, I upload the malware to virustotal.com, and found out, one or two of total 33 Antivirus detect this malware.  Maybe the test is wrong since I am not sure if virustotal keep up with the update or their test is valid.  But it is pretty sad to see only two unpopular antivirus software detect the malware while the rest wait to get infected.  Someone<br />
need to enlighten me on this.</p>
<p>Some sample MD5<br />
Adobe_Player10.exe : bb1c0a7b83e60609fb63cce9bb85ee38<br />
Adobe_Player11.exe : 353a2425e8632cfb6d75bf1b192ac9a7<br />
****digicert.exe     : 650c240b68e4275686c29586a2925fc7</p>
<p>Tips on how not to get infected:<br />
<strong><br />
1. Do not open anything unless you trust the file.<br />
2. Turn off javascript in your browser as the default, turn on only if you know it&#8217;s safe to use.<br />
3. Do not open anything unless you trust the file.<br />
4. Don&#8217;t open anything you receive unexpectedly, include from your love one.<br />
</strong><br />
Answer to the old respond:<br />
<em>Some would say stop using MS Window and just use Linux or Mac.</em><br />
It does not matter what OS you use, most vulnerable component of the whole system is the human being.  It&#8217;s easier to exploit a person then to exploit the OS.  Why? well we tend to be careless, trust easily, and curiosity.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Saying good bye</title>
		<link>http://blog.nsways.com/?p=33</link>
		<comments>http://blog.nsways.com/?p=33#comments</comments>
		<pubDate>Sat, 21 Mar 2009 04:42:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://nsways.com/blog/?p=33</guid>
		<description><![CDATA[After two year of being together and 23 three miles side by side.  It&#8217;s finally time for me to say good bye to my beautiful girl.  She was a great first girl, even though at time she did snap hard at me, which cause me to fall left and right.  But in [...]]]></description>
			<content:encoded><![CDATA[<p>After two year of being together and 23 three miles side by side.  It&#8217;s finally time for me to say good bye to my beautiful girl.  She was a great first girl, even though at time she did snap hard at me, which cause me to fall left and right.  But in the end she was always great and responsive when in need, she always be there for me when I need her the most.  To my first love.</p>
<p><a href="http://imgur.com/8TYUT.png">By her self</a><br />
<a href="http://imgur.com/8TZML.png">Her beautiful face</a><br />
<a href="http://imgur.com/8U165.jpg">With her bigger friend</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Update with site</title>
		<link>http://blog.nsways.com/?p=29</link>
		<comments>http://blog.nsways.com/?p=29#comments</comments>
		<pubDate>Sat, 21 Mar 2009 04:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://nsways.com/blog/?p=29</guid>
		<description><![CDATA[I am finally have the time to update the website nsways.com, though not much content added.  Check out PortMonitor in here and tell me what you think.  Thanks.
]]></description>
			<content:encoded><![CDATA[<p>I am finally have the time to update the website nsways.com, though not much content added.  Check out PortMonitor in <code><A HREF="www.nsways.com/product.php">here</A></code> and tell me what you think.  Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Yara - identify and classify malware samples toolkit</title>
		<link>http://blog.nsways.com/?p=12</link>
		<comments>http://blog.nsways.com/?p=12#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:38:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Toolkit]]></category>

		<category><![CDATA[Anti-Malware]]></category>

		<category><![CDATA[IDS]]></category>

		<guid isPermaLink="false">http://nsways.com/blog/?p=12</guid>
		<description><![CDATA[This is a nice project start by Victor Alvarez which can be found at http://code.google.com/p/yara-project.
This project describe as a tool aimed at helping malware researchers to identify and classify malware samples.  This tool work similar to IDS system with a nice scripting support which allow the user to add complex signature to the rule set.
]]></description>
			<content:encoded><![CDATA[<p>This is a nice project start by Victor Alvarez which can be found at http://code.google.com/p/yara-project.</p>
<p>This project describe as a tool aimed at helping malware researchers to identify and classify malware samples.  This tool work similar to IDS system with a nice scripting support which allow the user to add complex signature to the rule set.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nsways.com/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
	</channel>
</rss>
