<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mischel Internet Security - Blog</title>
	<atom:link href="http://misec.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://misec.wordpress.com</link>
	<description>The latest in security - from the developers of TrojanHunter</description>
	<lastBuildDate>Thu, 01 Sep 2011 15:17:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='misec.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mischel Internet Security - Blog</title>
		<link>http://misec.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://misec.wordpress.com/osd.xml" title="Mischel Internet Security - Blog" />
	<atom:link rel='hub' href='http://misec.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Getting KISS My Firewall to Work on Fedora Core</title>
		<link>http://misec.wordpress.com/2010/12/13/getting-kiss-my-firewall-to-work-on-fedora-core/</link>
		<comments>http://misec.wordpress.com/2010/12/13/getting-kiss-my-firewall-to-work-on-fedora-core/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 21:36:29 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=270</guid>
		<description><![CDATA[KISS My Firewall is an excellent firewall script for iptables. Unfortunately, it does not work out of the box on later versions of Fedora Core. Trying to run it, you&#8217;ll get the following error message: Since the ip_tables, ipt_state, and/or ipt_multiport modules do not exist, KISS can not function. Firewall script aborted! The reason for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=270&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.indotek.com/kiss/">KISS My Firewall</a> is an excellent firewall script for iptables. Unfortunately, it does not work out of the box on later versions of Fedora Core. Trying to run it, you&#8217;ll get the following error message:</p>
<p><code><br />
Since the ip_tables, ipt_state, and/or ipt_multiport modules do not exist, KISS can not function. Firewall script aborted!<br />
</code></p>
<p>The reason for the message is that the files ip_tables.ko, ipt_state.ko and ipt_multiport.ko do not exist on Fedora, even if iptables is installed and working. The fix is simple. Go to line 140 in your kiss script file and comment out the following lines by adding a # hash character in front of them:</p>
<p><code><br />
if [ ! -e "/lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/ip_tables.$EXTN" ] || [ ! -e "/lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/ipt_state.$EXTN" ] || [ ! -e "/lib/modules/$(uname -r)/kernel/net/ipv4/netfilter/ipt_multiport.$EXTN" ]; then<br />
    echo "Since the ip_tables, ipt_state, and/or ipt_multiport modules do not exist, KISS can not function. Firewall script aborted!"<br />
    exit 1<br />
fi<br />
</code></p>
<p>After commenting these lines out the KISS script should run fine.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=270&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/12/13/getting-kiss-my-firewall-to-work-on-fedora-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Hilarious Support Email</title>
		<link>http://misec.wordpress.com/2010/12/07/hilarious-support-email/</link>
		<comments>http://misec.wordpress.com/2010/12/07/hilarious-support-email/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 16:18:49 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=264</guid>
		<description><![CDATA[Today, the following email landed in our support mailbox: Honourable trojan hunter. programs during the scan clearly shows that the magnifying glass does not reach the corners of pages. it is possible that computer viruses will remain in parts of the files? The email had the following image attached: It seems the user is concerned [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=264&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, the following email landed in our support mailbox:</p>
<blockquote><p>
<b>Honourable trojan hunter. programs during the scan clearly shows that the magnifying glass does not reach the corners of pages. it is possible that computer viruses will remain in parts of the files?</b>
</p></blockquote>
<p>The email had the following image attached:</p>
<p><a href="http://misec.files.wordpress.com/2010/12/scanner.jpg"><img src="http://misec.files.wordpress.com/2010/12/scanner.jpg?w=450&#038;h=337" alt="" title="Scanner" width="450" height="337" class="alignnone size-full wp-image-265" /></a></p>
<p>It seems the user is concerned that files are not getting thoroughly scanned since the magnifying glass in the scan animation doesn&#8217;t completely sweep each file icon. Either that or he&#8217;s pulling our leg <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=264&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/12/07/hilarious-support-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://misec.files.wordpress.com/2010/12/scanner.jpg" medium="image">
			<media:title type="html">Scanner</media:title>
		</media:content>
	</item>
		<item>
		<title>More on the ThinkPoint Fake Anti-Spyware Application</title>
		<link>http://misec.wordpress.com/2010/11/13/more-on-the-thinkpoint-fake-anti-spyware-application/</link>
		<comments>http://misec.wordpress.com/2010/11/13/more-on-the-thinkpoint-fake-anti-spyware-application/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 11:53:32 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=259</guid>
		<description><![CDATA[If your system is infected with the fake antispyware application ThinkPoint you may find yourself greeted with the following screen when restarting your computer: This is a full-screen window with the lie &#8220;ThinkPoint &#8211; World&#8217;s leading security solution&#8221; prominently displayed. Only one button is enabled, and it is labeled &#8220;Safe Startup&#8221;. Click that, and ThinkPoint [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=259&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If your system is infected with the fake antispyware application ThinkPoint you may find yourself greeted with the following screen when restarting your computer:</p>
<p><a href="http://misec.files.wordpress.com/2010/11/fakemsse2.png"><img src="http://misec.files.wordpress.com/2010/11/fakemsse2.png?w=450&#038;h=150" alt="" title="FakeMSSE2" width="450" height="150" class="alignnone size-full wp-image-260" /></a></p>
<p>This is a full-screen window with the lie &#8220;ThinkPoint &#8211; World&#8217;s leading security solution&#8221; prominently displayed. Only one button is enabled, and it is labeled &#8220;Safe Startup&#8221;. Click that, and ThinkPoint will do a dog and pony show that presents your system as infected by various pieces of malware, the solution to which, it claims is to purchase the full version of ThinkPoint. All of this is a lie, of course.</p>
<p>So how does ThinkPoint hijack you computer&#8217;s startup screen? It does this by changing the registry value <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Windows NT\Shell</code> to point to <code>hotfix.exe</code> (or whatever filename it is programmed to use). Some versions also modify <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Windows NT\Shell</code> in the same way.</p>
<p>The good news is that you can bypass ThinkPoint to gain access to your computer. Simply press Ctrl+Alt+Del and look for a process named <code>hotfix.exe</code>. Right-click on that and select Terminate Process. The ThinkPoint screen should go away. At this point, all you will see is a blank screen, but we will fix that. Go to to File -&gt; New Task in Windows Task Manager and type <code>explorer.exe</code>. Click OK and Explorer should start, giving you access to your computer again. Now is the time to run an antimalware application, such as <a href="http://www.misec.net/trojanhunter">TrojanHunter</a> to remove all traces of ThinkPoint for good.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=259&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/11/13/more-on-the-thinkpoint-fake-anti-spyware-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://misec.files.wordpress.com/2010/11/fakemsse2.png" medium="image">
			<media:title type="html">FakeMSSE2</media:title>
		</media:content>
	</item>
		<item>
		<title>Another day, another rogue antispyware</title>
		<link>http://misec.wordpress.com/2010/11/13/another-day-another-rogue-antispyware/</link>
		<comments>http://misec.wordpress.com/2010/11/13/another-day-another-rogue-antispyware/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 11:12:14 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=254</guid>
		<description><![CDATA[The following is a screenshot of a fake Microsoft Security Essentials application. It lies to you about finding spyware on your system and wants you to purchase a fraudulent &#8220;ThinkPoint&#8221; security application to get rid of the non-existent threats: Detected by TrojanHunter as Xed.106<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=254&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following is a screenshot of a fake Microsoft Security Essentials application. It lies to you about finding spyware on your system and wants you to purchase a fraudulent &#8220;ThinkPoint&#8221; security application to get rid of the non-existent threats:</p>
<p><a href="http://misec.files.wordpress.com/2010/11/fakemsse.png"><img src="http://misec.files.wordpress.com/2010/11/fakemsse.png?w=450&#038;h=189" alt="" title="FakeMSSE" width="450" height="189" class="alignnone size-full wp-image-255" /></a></p>
<p>Detected by <a href="http://www.misec.net/trojanhunter/">TrojanHunter</a> as <a href="http://www.misec.net/trojaninfo/fcbbf1da085ae9a7b286768b4085fe47">Xed.106</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=254&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/11/13/another-day-another-rogue-antispyware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://misec.files.wordpress.com/2010/11/fakemsse.png" medium="image">
			<media:title type="html">FakeMSSE</media:title>
		</media:content>
	</item>
		<item>
		<title>Warning: Malware with Fake Adobe Digital Signature Making the Rounds</title>
		<link>http://misec.wordpress.com/2010/11/10/warning-malware-with-fake-adobe-digital-signature-making-the-rounds/</link>
		<comments>http://misec.wordpress.com/2010/11/10/warning-malware-with-fake-adobe-digital-signature-making-the-rounds/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 12:11:18 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=245</guid>
		<description><![CDATA[We received a new sample in the lab today of a file that claims to be from &#8220;Adobe Systems Incorporated&#8221; according to the version information and bills itself as &#8220;Adobe Updater&#8221;. When executed, it became clear that this file is malware. The interesting part is that the file has a digital signature apparently from Adobe [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=245&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We received a new sample in the lab today of a file that claims to be from &#8220;Adobe Systems Incorporated&#8221; according to the version information and bills itself as &#8220;Adobe Updater&#8221;. When executed, it became clear that this file is malware. </p>
<p>The interesting part is that the file has a digital signature apparently from Adobe Systems Inc. Take a look at this screenshot:</p>
<p><a href="http://misec.files.wordpress.com/2010/11/fakeadobe1.png"><img src="http://misec.files.wordpress.com/2010/11/fakeadobe1.png?w=450" alt="" title="FakeAdobe1"   class="alignnone size-full wp-image-246" /></a></p>
<p>The screenshot is what you see if you right-click on the file and select the Digital Signatures tab on the Properties page. Most users wouldn&#8217;t even do this, but if you do it appears that the file is in fact digitally signed by Adobe. Now take a look what happens when you click the Details button:</p>
<p><a href="http://misec.files.wordpress.com/2010/11/fakeadobe2.png"><img src="http://misec.files.wordpress.com/2010/11/fakeadobe2.png?w=450" alt="" title="FakeAdobe2"   class="alignnone size-full wp-image-251" /></a></p>
<p>You can now see that the digital signature is not valid. But take a look at the &#8220;Countersignatures&#8221; pane in the bottom half of the window. It appears that the file is counter-signed by VeriSign Time Stamping Services. This is an additional level of deception employed by the malware creator, and is something that could potentially fool even experienced users into thinking that the file has been signed with VeriSign as a counter signer.</p>
<p>When executed, the malware copies itself to the Startup folder and then connects to the Internet. It is a trojan clicker intended to make money for its creator. As of 2010-11-10 the only other program to detect it other than TrojanHunter is Dr Web. TrojanHunter detects this malware as <a href="http://www.misec.net/trojaninfo/dc93dd4455cc12374fbd79ab5c1c38e5">FakeAdobe.100</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=245&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/11/10/warning-malware-with-fake-adobe-digital-signature-making-the-rounds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://misec.files.wordpress.com/2010/11/fakeadobe1.png" medium="image">
			<media:title type="html">FakeAdobe1</media:title>
		</media:content>

		<media:content url="http://misec.files.wordpress.com/2010/11/fakeadobe2.png" medium="image">
			<media:title type="html">FakeAdobe2</media:title>
		</media:content>
	</item>
		<item>
		<title>SSH Edit 0.92 Beta Released</title>
		<link>http://misec.wordpress.com/2010/09/18/ssh-edit-0-92-beta-released/</link>
		<comments>http://misec.wordpress.com/2010/09/18/ssh-edit-0-92-beta-released/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 23:12:50 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[SSH Edit]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=240</guid>
		<description><![CDATA[Our new product SSH Edit is coming along nicely. The latest beta release includes a number of fixes to make it even more useful, including colored filenames in the directory list box. http://www.misec.net/products/SSHEditSetup.exe http://www.misec.net/sshedit/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=240&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Our new product SSH Edit is coming along nicely. The latest beta release includes a number of fixes to make it even more useful, including colored filenames in the directory list box.</p>
<p><a href="http://www.misec.net/products/SSHEditSetup.exe">http://www.misec.net/products/SSHEditSetup.exe</a><br />
<a href="http://www.misec.net/sshedit/">http://www.misec.net/sshedit/</a></p>
<p><img src="http://www.misec.net/i/SSHEdit2.png"></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=240&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/09/18/ssh-edit-0-92-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://www.misec.net/i/SSHEdit2.png" medium="image" />
	</item>
		<item>
		<title>MBR Backup 2.0 Released</title>
		<link>http://misec.wordpress.com/2010/09/18/235/</link>
		<comments>http://misec.wordpress.com/2010/09/18/235/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 06:59:27 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=235</guid>
		<description><![CDATA[A new version of MBR Backup has been released. This new version allows you to restore saved backups in the event that your MBR becomes corrupted. (This will need to be done by connecting the drive to another computer.) Another handy feature is the ability to view the partition which is table contained in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=235&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A new version of MBR Backup has been released. This new version allows you to restore saved backups in the event that your MBR becomes corrupted. (This will need to be done by connecting the drive to another computer.)</p>
<p>Another handy feature is the ability to view the partition which is table contained in the MBR. This new version will also show the MBR on any drive connected to the computer.</p>
<p>Download:<br />
<a href="http://www.misec.net/products/MBRBackup.exe">http://www.misec.net/products/MBRBackup.exe</a></p>
<p><img src="http://www.misec.net/i/MBRBackup.png"></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=235&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/09/18/235/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://www.misec.net/i/MBRBackup.png" medium="image" />
	</item>
		<item>
		<title>&#8220;Task Manager cannot end this process&#8221; and Trojans</title>
		<link>http://misec.wordpress.com/2010/04/20/task-manager-cannot-end-this-process-and-trojans/</link>
		<comments>http://misec.wordpress.com/2010/04/20/task-manager-cannot-end-this-process-and-trojans/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 12:18:29 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=221</guid>
		<description><![CDATA[Ran across a piece of malware today (known as Ixu.100 to TrojanHunter) that drops itself as C:\lsass.exe. One side effect of this, and undoubtedly one of the reasons for chosing the lsass.exe name, is that naming the trojan file this way makes it unkillable in Windows Task Manager. Here is what you see when you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=221&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ran across a piece of malware today (known as Ixu.100 to TrojanHunter) that drops itself as C:\lsass.exe. One side effect of this, and undoubtedly one of the reasons for chosing the lsass.exe name, is that naming the trojan file this way makes it unkillable in Windows Task Manager. Here is what you see when you try to kill the trojan process in Task Manager:</p>
<p><img src="http://misec.files.wordpress.com/2010/04/criticalprocess.png?w=450" alt="Task Manager - Critical Process" title=""   class="alignnone size-full wp-image-222" /></p>
<p>Imagine you&#8217;re trying to manually clean a trojan from a system and you run into this dialog box when trying to terminate its process. Scary, right? You&#8217;d probably assume that you&#8217;ve run into a rootkit that is hooking the process termination functions to prevent itself being killed. The truth is however not quite so nefarious. You see, Task Manager contains a few hardcoded process names that it will refuse to terminate. This is meant to stop users from terminating critical system processes. The list of processes that Task Manager will refuse to kill is the following:</p>
<ul>
<li>lsass.exe
<li>csrss.exe
<li>smss.exe
</ul>
<p>You can try this yourself. Simply make a copy of notepad (located at C:\Windows\notepad.exe) and rename it smss.exe. Then start it and try to kill it using Task Manager. You will get the dialog box displayed above.</p>
<p>The problem with this, of course, is that Task Manager does not check the full path of the executable. So instead of only preventing processes whose image path is C:\Windows\system32\csrss.exe from being killed, it will refuse to kill any file named csrss.exe. </p>
<p>The solution is to use an alternate process viewer tool to kill the process. The Process Viewer included in <a href="http://www.trojanhunter.com">TrojanHunter</a> will do this, or you can use the excellent <a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx">Process Explorer</a> from Microsoft to do the job.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=221&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/04/20/task-manager-cannot-end-this-process-and-trojans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>

		<media:content url="http://misec.files.wordpress.com/2010/04/criticalprocess.png" medium="image">
			<media:title type="html">Task Manager - Critical Process</media:title>
		</media:content>
	</item>
		<item>
		<title>TrojanHunter 5.3 Beta 1 Released</title>
		<link>http://misec.wordpress.com/2010/02/26/trojanhunter-5-3-beta-1-released/</link>
		<comments>http://misec.wordpress.com/2010/02/26/trojanhunter-5-3-beta-1-released/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 02:51:58 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=212</guid>
		<description><![CDATA[The first beta version of TrojanHunter 5.3 has been released: http://www.misec.net/beta/TrojanHunterSetup530B1.exe Please report any problems in the following forum thread: http://www.misec.net/forum/board/PublicBeta/1267141969 or via email to support@misec.net New in this version of TrojanHunter: Improved bug reporting Fixed a problem where the presence of NTFS alternate data streams attached to directories was not being reported Improved deletion [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=212&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first beta version of TrojanHunter 5.3 has been released:</p>
<p>  <b><a href="http://www.misec.net/beta/TrojanHunterSetup530B1.exe">http://www.misec.net/beta/TrojanHunterSetup530B1.exe</a></b></p>
<p>Please report any problems in the following forum thread: <a href="http://www.misec.net/forum/board/PublicBeta/1267141969">http://www.misec.net/forum/board/PublicBeta/1267141969</a> or via email to support@misec.net</p>
<p>New in this version of TrojanHunter:</p>
<ul>
<li>Improved bug reporting
<li>Fixed a problem where the presence of NTFS alternate data streams attached to directories was<br />
  not being reported</p>
<li>Improved deletion of alternate data streams (now correctly removes directories and is also<br />
  able to delete specific alternate data streams as opposed to all alternate data streams associated<br />
  with a file)</p>
<li>THCL: Now states &#8220;No trojans found&#8221; or &#8220;%d trojans found&#8221; in scan report
<li>THCL: Copyright year updated
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=212&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/02/26/trojanhunter-5-3-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash Cookie Remover 0.91 Beta Released</title>
		<link>http://misec.wordpress.com/2010/01/20/flash-cookie-remover-0-91-beta-released/</link>
		<comments>http://misec.wordpress.com/2010/01/20/flash-cookie-remover-0-91-beta-released/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:51:39 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.misec.net/?p=208</guid>
		<description><![CDATA[I have released a new version, 0.91 Beta, of Flash Cookie Remover. This version adds an interesting new feature: Disabling the creation of Flash cookies. Basically, once you press the &#8220;Disable Cookies&#8221; button in the program and answer Yes to the confirmation question, all your Flash cookies will be deleted, and the creation of new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=208&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have released a new version, 0.91 Beta, of Flash Cookie Remover. This version adds an interesting new feature: Disabling the creation of Flash cookies. Basically, once you press the &#8220;Disable Cookies&#8221; button in the program and answer Yes to the confirmation question, all your Flash cookies will be deleted, and the creation of new Flash cookies will be blocked.</p>
<p>This should be useful for those who do not Flash cookies to be created at all. Also, as far as I know, no other program currently has this feature.</p>
<p>Download:</p>
<p>  <a href="http://www.misec.net/products/FlashCookieRemover.exe">http://www.misec.net/products/FlashCookieRemover.exe</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/misec.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/misec.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/misec.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/misec.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/misec.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/misec.wordpress.com/208/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/misec.wordpress.com/208/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/misec.wordpress.com/208/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=misec.wordpress.com&amp;blog=1445666&amp;post=208&amp;subd=misec&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://misec.wordpress.com/2010/01/20/flash-cookie-remover-0-91-beta-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/211ee3ab5353c86dbfbaf097f2cc6ed6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Magnus</media:title>
		</media:content>
	</item>
	</channel>
</rss>
