<?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>yProxy™ Blog &#187; Security</title>
	<atom:link href="http://www.yproxy.com/blog/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yproxy.com/blog</link>
	<description>yEnc Decoder news and tidbits</description>
	<lastBuildDate>Tue, 20 Apr 2010 16:21:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>On The Fly Encryption (OTFE)</title>
		<link>http://www.yproxy.com/blog/on-the-fly-encryption-otfe/</link>
		<comments>http://www.yproxy.com/blog/on-the-fly-encryption-otfe/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 16:26:27 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[EFS]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[on the fly encryption]]></category>
		<category><![CDATA[OTFE]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://www.yproxy.com/blog/?p=38</guid>
		<description><![CDATA[If you are not encrypting your hard disk contents, your files have NO protection outside of the operating system.  It&#8217;s as easy as booting from a CD and copying your files directly from the hard drive to steal your personal data.  Your files are NOT secure. If you are ecrypting files on your Windows NTFS partition using the built-in encrypted file system [...]]]></description>
			<content:encoded><![CDATA[<p>If you are not encrypting your hard disk contents, your files have NO protection outside of the operating system.  It&#8217;s as easy as booting from a CD and copying your files directly from the hard drive to steal your personal data.  Your files are NOT secure.</p>
<p>If you are ecrypting files on your Windows NTFS partition using the built-in encrypted file system (EFS), your files are NOT secure.</p>
<p>If you are on a network domain at work, do you know that by default your system administrator can decrypt your EFS encryped files?  The administrator has a shared key.  In fact, your administrator can even disable the feature, not allowing you to encrypt files at all.</p>
<p>EFS is only as secure as your login password.  If someone finds out what your login password is, they can login as you and access your encrypted files.</p>
<p>If you leave your computer turned on and logged in, there is software that can steal your session key and decrypt your files.</p>
<p>Basically, EFS is very breakable.  Do not rely on EFS for security.</p>
<p>Instead, you should use a robust On The Fly Encryption (OTFE) system that includes session timeouts.</p>
<p>On The Fly Encryption works similar to EFS, except that you can mount OTFE file systems as partitions (the partitions appear as drive letters on your system).  When you want to access files stored on the OTFE mount, you simply start a session by entering your secure password.</p>
<p>The files are decrypted and encrypted in real time.  State of the art OTFE systems will automatically expire your session after a specified time period.  The OTFE partition is stored as a single file on your hard drive and lacks any file signatures, so nothing can be guessed about the encrypted partition.</p>
<p><a href="http://www.truecrypt.org/" rel="nofollow"><img class="size-full wp-image-41 alignleft" title="truecryptlogo2" src="http://www.yproxy.com/blog/wp-content/uploads/2008/10/truecryptlogo2.gif" alt="TrueCrypt" width="260" height="51" /></a></p>
<p>TrueCrypt is the leading open source OTFE system.  TrueCrypt allows you to set automatic session timeouts&#8211;the shorter the better, and TrueCrypt uses AES and other very strong ciphers for encryption.</p>
<p>TrueCrypt also blocks write access to unencrypted file systems while your session is open to avoid you accidentally writing your secure data to the unencrypted system.  TrueCrypt even includes a feature to disable Windows paging, preventing Windows from using the hard disk as virtual memory, which could lead to unencrypted data being stored in the system cache.</p>
<p>TrueCrypt is cross platform and available on Linux and Windows, with precompiled binaries available for Windows.</p>
<p>If you wish to keep your data away from pyring eyes, use OTFE for secure storage of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yproxy.com/blog/on-the-fly-encryption-otfe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Properly retiring old web pages and software</title>
		<link>http://www.yproxy.com/blog/properly-retiring-old-web-pages-and-software/</link>
		<comments>http://www.yproxy.com/blog/properly-retiring-old-web-pages-and-software/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 17:17:36 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
				<category><![CDATA[Computer Maintenance]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Administration]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://www.yproxy.com/blog/?p=27</guid>
		<description><![CDATA[If you don&#8217;t properly retire old web pages and software on your website, bad things can happen. Recently, we hit the file quota limit on our Brawny Lads site.  There are two quotas in place for our web hosting account: Disk usage Number of files Our quota limits us to 100,000 files, which seems like it should be [...]]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t properly retire old web pages and software on your website, bad things can happen.</p>
<p>Recently, we hit the file quota limit on our <a title="Brawny Lads Website" href="http://www.brawnylads.com/" target="_blank">Brawny Lads</a> site.  There are two quotas in place for our web hosting account:</p>
<ul>
<li>Disk usage</li>
<li>Number of files</li>
</ul>
<p>Our quota limits us to 100,000 files, which seems like it should be enough.  However, we hit the limit, which prevented me from receiving emails or even checking my mail via the web mail system.</p>
<p>I searched for new files and found that there were many new files in our old forum&#8217;s folder.  We used to run Ikonboard for our forum, but we retired that forum when we moved to phpBB.  Ikonboard doesn&#8217;t use a database, so each new post creates one or more new files.</p>
<p>When our webmaster made the switch, he changed all of the links on our site from the Ikonboard forum to the new forum.  Basically, he hid the old forum by removing all links to it.</p>
<p>So, how were we still receiving new posts, all of which were spam? </p>
<p>Ikonboard was installed in the default Ikonboard folder, which is <em>/cgi-bin/ikonboard</em>.  Apparently, some spam bots were accessing that folder directly rather than spidering through our website to find the forum, or they found the old forum by following an outdated link from another website.</p>
<h2>Dangers of simply removing links</h2>
<p>So, when you retire old software or web pages from your website, it&#8217;s not enough to simply remove the links for the following reasons.</p>
<ul>
<li>You may miss a link</li>
<li>Other websites may be linked to it</li>
<li>Once a spider visits and archives your site, that link may always be remembered</li>
<li>Default locations are well known</li>
</ul>
<h2>Proper removal of web pages or software</h2>
<p>When it&#8217;s time to retire an old web page or software, it&#8217;s best to do one or more of the following:</p>
<ul>
<li>Delete it completely</li>
<li>Rename the folder or file to a new, unguessable, name</li>
<li>Change the permissions so it can&#8217;t be viewed or run</li>
</ul>
<p>Software that you leave laying around, thinking that you&#8217;ve properly retired it, may be a serious vulnerability, especially if you no longer keep it updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yproxy.com/blog/properly-retiring-old-web-pages-and-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No news isn&#8217;t always good news</title>
		<link>http://www.yproxy.com/blog/avira-antivirus/</link>
		<comments>http://www.yproxy.com/blog/avira-antivirus/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 02:14:52 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[Avira]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[Trojan]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://www.yproxy.com/blog/?p=9</guid>
		<description><![CDATA[I intentionally downloaded something questionable on the Internet because I thought it might be a useful program. First, let me say that I don&#8217;t encounter too many destructive viruses any more.  Not since infecting computers became profitable have I personally seen any viruses that simply delete your hard drive or corrupt your master boot record or anything [...]]]></description>
			<content:encoded><![CDATA[<p>I intentionally downloaded something questionable on the Internet because I thought it might be a useful program.</p>
<p>First, let me say that I don&#8217;t encounter too many destructive viruses any more.  Not since infecting computers became profitable have I personally seen any viruses that simply delete your hard drive or corrupt your master boot record or anything like that.</p>
<p>I planned to run the questionable application on my laptop.  I hadn&#8217;t yet installed any antivirus software on my laptop, so I installed McAfee&#8217;s antivirus and firewall.  After the shields were up, I scanned the EXE.  Nothing was detected by McAfee, so I ran it.  The program seemed to do nothing.  Yet, even more suspcious than the program not doing what was expected&#8211;the program actually deleted itself.</p>
<p>Just because your antivirus doesn&#8217;t detect a problem doesn&#8217;t mean there isn&#8217;t a problem.</p>
<p>It turned out to be a Trojan backdoor program, which also installed some Internet Explorer ActiveX add-ons.  Interestingly, when I disabled one of the add-ons through IE, it re-enabled itself before I shut down IE.  Make sure you manage IE&#8217;s add-ons through Internet Options in control panel rather than through the Tools menu in IE.</p>
<p>Also, I couldn&#8217;t delete the DLLs that were part of the malware because they were loaded by winlogon.exe.  I tried killing the threads and handles using Windows SysInternals Process Explorer.  That didn&#8217;t seem to let me delete the DLLs, even though they were killed.</p>
<p>I&#8217;ve had good experiences with Avast Antivirus in the past, so I installed that.  To anounce a virus, Avast uses an audio alert, like the ship&#8217;s computer on Star Trek, which appeals to me.  Avast also has a simple user interface and a no-hassle install and no-hassle updates.</p>
<p><a title="Avast" href="http://www.avast.com/" target="_blank" rel="nofollow"><img class="size-medium wp-image-11 alignright" title="avast_logo" src="http://www.yproxy.com/blog/wp-content/uploads/2008/07/avast_logo.gif" alt="Avast" width="100" height="52" /></a>Avast has a pre-boot scan which can delete viruses before they&#8217;re loaded by Windows.  Unfortunately, Avast didn&#8217;t even detect the malware DLLs, however it did detect the original EXE, which I tested by re-downloading it.</p>
<p>So, I did some research.  I found an article that actually compared the effectiveness of antivirus programs.  The program that was rated #1 for accuracy was a program called Avira.</p>
<p><a title="Avira" href="http://www.avira.com/" target="_blank" rel="nofollow"><img class="alignleft size-full wp-image-10" title="avira_logo_web" src="http://www.yproxy.com/blog/wp-content/uploads/2008/07/avira_logo_web.gif" alt="Avira" width="102" height="102" /></a>Avira has a painless install, an easy user interface, and it detected not only the original EXE, but also each individual malware program that was delivered as payload by the EXE.</p>
<p>When Avira detected the DLLs, it asked what I wanted to do.  I said, &#8220;Move to quarantine&#8221;, but the files remained, which made sense because they were in use.   But after a reboot, the malware was effectively moved to the quarantine.</p>
<p>My favorite part about Avira&#8217;s user interface is that an open umbrella icon in your system tray means you&#8217;re protected, and a closed umbrella means you&#8217;re not&#8211;simple.</p>
<p>So, now I have three anti-viruses installed on my laptop, but they seem to get along.  Avira is free for personal use, like Avast.  However, Avira does nag you to upgrade with a pop-up, which may seem almost as bad as those Internet Explorer add-ons.</p>
<p>Antiviruses should be more clear by always giving an answer.  They should report one of the following: &#8220;infected&#8221;, &#8220;possibly infected (heuristics)&#8221;, and &#8220;unknown&#8221;.</p>
<p>Unfortunately, there is no way for an antivirus to report a program as &#8220;safe&#8221; unless the program has been digitally signed by a trusted author.  A digital signature identifies where a program came from, and it&#8217;s up to you to trust or not trust the program based on that.  It would be nice if an antivirus actually reported &#8220;safe&#8221;, not just &#8220;nothing detected&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yproxy.com/blog/avira-antivirus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
