<?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>Justin Carmony &#187; Security</title>
	<atom:link href="http://www.justincarmony.com/blog/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justincarmony.com/blog</link>
	<description>Web Designer &#38; Software Engineer</description>
	<lastBuildDate>Wed, 01 Feb 2012 04:30:16 +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>Setting up SSH Key Authentication Between Servers</title>
		<link>http://www.justincarmony.com/blog/2010/07/14/setting-up-ssh-key-authentication-between-servers/</link>
		<comments>http://www.justincarmony.com/blog/2010/07/14/setting-up-ssh-key-authentication-between-servers/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:52:05 +0000</pubDate>
		<dc:creator>Justin Carmony</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.justincarmony.com/blog//?p=568</guid>
		<description><![CDATA[I always forget how to do this, so I have to look it up each time. This will make it easier the next time. It is so simple, just I always forget. First, I need to generate my ssh pub and private keys on the host server: ssh-keygen Second, I need to copy the pub ...


Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2010/05/04/setting-up-nagios-for-servers/' rel='bookmark' title='Setting up Nagios for Servers'>Setting up Nagios for Servers</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/10/10/local-lamp-developement-user-content/' rel='bookmark' title='Local LAMP Developement &amp; User Content'>Local LAMP Developement &#038; User Content</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://c747925.r25.cf2.rackcdn.com/blog/wp-content/uploads/2010/07/openssh-logo.png"><img src="http://c747925.r25.cf2.rackcdn.com/blog/wp-content/uploads/2010/07/openssh-logo.png" alt="" title="openssh-logo" width="194" height="191" class="alignright size-full wp-image-592" /></a>I always forget how to do this, so I have to look it up each time. This will make it easier the next time. It is so simple, just I always forget.</p>
<p>First, I need to generate my ssh pub and private keys on the host server: ssh-keygen</p>
<p>Second, I need to copy the pub key to the remote server: ssh-copy-id -i id_rsa.pub user@server.local</p>
<p>Then, that it! Now that I wrote it down, I won&#8217;t forget it&#8230; I hope.</p>


<p>Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2010/05/04/setting-up-nagios-for-servers/' rel='bookmark' title='Setting up Nagios for Servers'>Setting up Nagios for Servers</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/10/10/local-lamp-developement-user-content/' rel='bookmark' title='Local LAMP Developement &amp; User Content'>Local LAMP Developement &#038; User Content</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.justincarmony.com/blog/2010/07/14/setting-up-ssh-key-authentication-between-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Backups &#8211; There Are No Excuses</title>
		<link>http://www.justincarmony.com/blog/2009/04/18/data-backups-there-are-no-excuses/</link>
		<comments>http://www.justincarmony.com/blog/2009/04/18/data-backups-there-are-no-excuses/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 00:04:48 +0000</pubDate>
		<dc:creator>Justin Carmony</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Data Loss]]></category>
		<category><![CDATA[Horror Storries]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=408</guid>
		<description><![CDATA[Today I just had the terrible experience of having a database lose data, need to restore, only to not have a recent backup. If you haven&#8217;t had this experience before, please, take this serious. My wife was home for lunch as it happened, and she watched as the blood drained from my face. It only ...


Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/01/22/asp-net-gridview-access-to-data-in-code/' rel='bookmark' title='ASP .NET GridView Access to Data In Code'>ASP .NET GridView Access to Data In Code</a></li>
<li><a href='http://www.justincarmony.com/blog/2009/01/08/the-dangers-of-twitter/' rel='bookmark' title='The Dangers of Twitter!'>The Dangers of Twitter!</a></li>
<li><a href='http://www.justincarmony.com/blog/2009/01/12/mysql-40-million-rows-myisam-innodb/' rel='bookmark' title='MySQL, 40 Million Rows, MyISAM to InnoDB, 45 Minutes'>MySQL, 40 Million Rows, MyISAM to InnoDB, 45 Minutes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today I just had the terrible experience of having a database lose data, need to restore, only to not have a recent backup. If you haven&#8217;t had this experience before, please, take this serious. My wife was home for lunch as it happened, and she watched as the blood drained from my face. It only took a few seconds for the loss to happen, and immediately I knew exactly what the repercussions where. The immediate second thought that passes through your brain is &#8220;Where are my backups?&#8221; That is when I realized I didn&#8217;t have my nightly backups set up on this server. I quickly checked the file date on the last known backup I had.</p>
<p><strong>13 Days</strong>.</p>
<p>It could have been a lot worse, but it was still extremely bad. Those last thirteen days had been record setting days. Emails each day were going around about record new signups, records internal messages sent, etc. Those thirteen had been the best 13 days by far.</p>
<p>If some of you are wondering what had happened, and know me to be very diligent in my backups, I did the one wrong, terrible thing: I made an assumption. I&#8217;ve <a href="http://www.justincarmony.com/blog/2009/01/12/mysql-40-million-rows-myisam-innodb/" target="_blank">blogged before on how backups have saved me in the past</a>, and how I am almost a fanatic about them. So what the heck happened?</p>
<p>This website was on some hardware that was starting to get overburdened.  Then, out of the blue, our traffic exploded and our web server and database server started to grind to a halt. I spent long hours and sleepless nights migrating from these old servers from a terrible host to some new virtual machines. We then discovered our MySQL Database was so intense that the virtual server couldn&#8217;t handle the CPU and I/O requirements. Finally, in a last attempt of desperation I moved the Database to a spare box of another company who gave me permission to use it temporarily. That finally worked and allowed us to handle the load on our Database. By the time I finished this, it was about 8 AM in the morning and I went to bed.</p>
<p>I assumed we&#8217;d only be on this box for a day or two, so I didn&#8217;t setup the backup scripts. However, it gave us more breathing room than we expected, and other issues came up non-db related. The company lending the us the server said we could take our time, so the urgency on ordering our new hardware was pushed off more and more. I had completely forgotten about setting up backups scripts, and we ended up where we are now.</p>
<h2>What I&#8217;m Changing Personally</h2>
<p>I&#8217;ve decided to make two changes personally after this experience.</p>
<p>First, there are zero excuses for not having automated backups. Zero, zilch, nada! If a backup should have occurred, there is no excuse for it not to happen.</p>
<p>Secondly, I&#8217;m going to pick a day of the month where before I do anything else, I verify that all the backups are working. My father-in-law on the first business day of the month has the habit of doing his business&#8217;s billing and other accounting activities. He lets just about nothing stand in the way, and all ways checks his bank accounts and records to make sure everything is in order. I&#8217;m going to adopt this same idea, only with servers and data. The first business day of the month I&#8217;m going to go through all the servers under my care, verify the backups are working, check error logs, etc. I want to catch the problem before anyone else does.</p>
<h2>How To Prevent Data Loss</h2>
<p>Here are a few guidelines to make sure you don&#8217;t fall victim to data loss.</p>
<ol>
<li><strong>Select a Backup Schedule &amp; Follow It 100% </strong>- I suggest for most websites, a daily backup will work out pretty well. If you have a lot of data that would really stink to lose that changes frequently through the day, you could backup several of the tables hourly.</li>
<li><strong>Back Up To Several Locations</strong> &#8211; I like my servers to have two hard drives. One for the live data and another for backups. Then, after a backup has been created, I like to sync that backed up data to another server. It is important that if a meteor fell from the sky and hit your data center (or a flood, fire, earthquake), you would have a very recent backup somewhere else.</li>
<li><strong>Verify Your Backups</strong> &#8211; I can&#8217;t stress this enough. After this terrible accident of not having a recent backup, I went and checked all my other website database backups. I found out that one critical database&#8217;s backups were broken and not running nightly. You never want to find out this information after you have to restore from a backup. Regularly verify that your backups are being created, and that you can restore from them.</li>
</ol>
<p>Hopefully this will motivate at least one person in our profession to evaluate their backup strategy and make it better. You don&#8217;t ever want to tell a client that you just lost 13 days of their record setting work.</p>


<p>Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/01/22/asp-net-gridview-access-to-data-in-code/' rel='bookmark' title='ASP .NET GridView Access to Data In Code'>ASP .NET GridView Access to Data In Code</a></li>
<li><a href='http://www.justincarmony.com/blog/2009/01/08/the-dangers-of-twitter/' rel='bookmark' title='The Dangers of Twitter!'>The Dangers of Twitter!</a></li>
<li><a href='http://www.justincarmony.com/blog/2009/01/12/mysql-40-million-rows-myisam-innodb/' rel='bookmark' title='MySQL, 40 Million Rows, MyISAM to InnoDB, 45 Minutes'>MySQL, 40 Million Rows, MyISAM to InnoDB, 45 Minutes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.justincarmony.com/blog/2009/04/18/data-backups-there-are-no-excuses/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WhiteHouse.gov YouTube Channel Hacked?</title>
		<link>http://www.justincarmony.com/blog/2009/01/30/whitehousegov-youtube-channel-hacked/</link>
		<comments>http://www.justincarmony.com/blog/2009/01/30/whitehousegov-youtube-channel-hacked/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:08:05 +0000</pubDate>
		<dc:creator>Justin Carmony</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Obama]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=378</guid>
		<description><![CDATA[I&#8217;m not sure exactly what this is, but its strange. I wanted to add the whitehouse YouTube channel&#8217;s RSS feed to my Google Reader. I might not have voted for Obama, but I think he is using new technologies to communicate with people in a very good way. I&#8217;m excited for the precedence that he ...


Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/09/18/palins-yahoo-account-gets-hacked/' rel='bookmark' title='Palin&#8217;s Yahoo Account Gets Hacked'>Palin&#8217;s Yahoo Account Gets Hacked</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/09/10/is-google-following-microsofts-footsteps/' rel='bookmark' title='Is Google following Microsoft&#8217;s footsteps?'>Is Google following Microsoft&#8217;s footsteps?</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/08/23/two-way-sync-between-google-calendar-windows-os-x-and-iphone/' rel='bookmark' title='Two-Way Sync between Google Calendar, Windows, OS X, and iPhone'>Two-Way Sync between Google Calendar, Windows, OS X, and iPhone</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure exactly what this is, but its strange. I wanted to add the <a href="http://www.youtube.com/user/whitehouse" target="_blank">whitehouse YouTube channel&#8217;s</a> RSS feed to my Google Reader. I might not have voted for Obama, but I think he is using new technologies to communicate with people in a very good way. I&#8217;m excited for the precedence that he is setting in the government, and for future leaders, on how to leverage the Internet, video streaming, etc.</p>
<p>When I added the RSS feed to my Google Reader, I saw a weird post titled &#8220;MPEG FOUR DOJ&#8221; with one view. Not sure how it got there, but I highly doubt it was published by Obama&#8217;s office.</p>
<p><img class="alignnone size-medium wp-image-379" title="whitehouse_hacked" src="http://c747925.r25.cf2.rackcdn.com/blog/wp-content/uploads/2009/01/whitehouse_hacked-291x300.gif" alt="whitehouse_hacked" width="291" height="300" /></p>
<p>This brings up one point that Obama&#8217;s administration is going to have to face. The whitehouse YouTube channel is has become a highly valuable target for people to hijack. So many groups, from the harmless to extreme, would love to have 5 minutes of fame by compromising the account and posting their own videos. There have been issues with Sara Palin&#8217;s email account during the election campaigns. It will be interesting to see how things will shake out.</p>


<p>Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/09/18/palins-yahoo-account-gets-hacked/' rel='bookmark' title='Palin&#8217;s Yahoo Account Gets Hacked'>Palin&#8217;s Yahoo Account Gets Hacked</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/09/10/is-google-following-microsofts-footsteps/' rel='bookmark' title='Is Google following Microsoft&#8217;s footsteps?'>Is Google following Microsoft&#8217;s footsteps?</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/08/23/two-way-sync-between-google-calendar-windows-os-x-and-iphone/' rel='bookmark' title='Two-Way Sync between Google Calendar, Windows, OS X, and iPhone'>Two-Way Sync between Google Calendar, Windows, OS X, and iPhone</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.justincarmony.com/blog/2009/01/30/whitehousegov-youtube-channel-hacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Palin&#8217;s Yahoo Account Gets Hacked</title>
		<link>http://www.justincarmony.com/blog/2008/09/18/palins-yahoo-account-gets-hacked/</link>
		<comments>http://www.justincarmony.com/blog/2008/09/18/palins-yahoo-account-gets-hacked/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 15:26:22 +0000</pubDate>
		<dc:creator>Justin Carmony</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Elections]]></category>
		<category><![CDATA[Hackers]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=129</guid>
		<description><![CDATA[Today I opened my email and found a story about how Sarah Palin, the Republican VP Nominee, had her email account hacked. Here are some quotes: On the heels of media reports that Republican vice presidential candidate Sarah Palin was using a private Yahoo e-mail account (gov.palin@yahoo.com) to conduct Alaska state business, hackers have broken ...


Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/07/21/yahoo-vs-rhapsody-why-yahoo-lost/' rel='bookmark' title='Yahoo vs. Rhapsody &#8211; Why Yahoo Lost'>Yahoo vs. Rhapsody &#8211; Why Yahoo Lost</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/06/28/whysecurityorg-a-new-mini-project/' rel='bookmark' title='WhySecurity.org &#8211; A New Mini-Project'>WhySecurity.org &#8211; A New Mini-Project</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/02/23/thunderbird-email-client-a-guide-for-outlook-lovers-part-1/' rel='bookmark' title='Thunderbird Email Client: A Guide for Outlook Lovers (Part 1)'>Thunderbird Email Client: A Guide for Outlook Lovers (Part 1)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://c747925.r25.cf2.rackcdn.com/blog/wp-content/uploads/2008/09/gov-palin-2006_official.jpg"><img class="size-medium wp-image-130 alignnone" style="margin: 0pt 10px 10px 0pt;" title="gov-palin-2006_official" src="http://c747925.r25.cf2.rackcdn.com/blog/wp-content/uploads/2008/09/gov-palin-2006_official-240x300.jpg" alt="" width="240" height="300" /></a></p>
<p>Today I opened my email and found a story about how Sarah Palin, the Republican VP Nominee, <a href="http://blogs.zdnet.com/security/?p=1919&amp;tag=nl.e539">had her email account hacked</a>. Here are some quotes:</p>
<blockquote><p>On the heels of <a href="http://seattletimes.nwsource.com/html/nationworld/2008180084_palinemail15.html">media reports</a> that Republican vice presidential candidate Sarah Palin was <a href="http://www.nytimes.com/2008/09/14/us/politics/14palin.html">using a private Yahoo e-mail</a> account (gov.palin@yahoo.com) <a href="http://arstechnica.com/news.ars/post/20080916-palins-e-mail-habits-come-under-fire.html">to conduct Alaska state business</a>, hackers have broken into the account and posted evidence of the hijack on Wikileaks.</p>
<p>An activist group calling itself ‘anonymous’ claimed responsibility for the compromise and released screenshots, photographs and the e-mail addresses of several people close to Palin, including her husband Todd and assistant Ivy Frye.</p></blockquote>
<blockquote><p>Following the release of this story, <strong>both</strong> Sarah Palin’s better known account <em>gov.sarah@yahoo.com</em> and the <em>gov.palin@yahoo.com</em> account have been suspended or deleted as revealed by a test email sent to these addresses by <em>Wikileaks</em>. Although the reasons for the deletion of <strong>both</strong> accounts can not not yet be established, one interpretation is that Palin is trying to destroy her email records.</p></blockquote>
<p>This story is a classic example of people not knowing the dangers of the Internet. People can be clueless as to how they have their stuff compromised. However, in this case, it is extremely dangerous for politicians. People &#8220;armed&#8221; with access to private materials, and I don&#8217;t care which politician it is, can be manipulated. There could be hundreds of emails that are fine, and just one email taken out of context could skew opinions.</p>
<p>The comment that irks me is &#8220;Although the reasons for the deletion of <strong>both</strong> accounts can not not yet be established, one interpretation is that Palin is trying to destroy her email records.&#8221; If you&#8217;ve know that your email accounts have been compromised, accounts that contain very personal and work related information, wouldn&#8217;t you want to prevent people from using it? This &#8220;one interpretation&#8221; makes it sound like Palin is covering her tracks, where as she might just not want the whole world prying into her life? Give me a break with all this alluding to cover up and conspiracy.</p>
<p>If Barack Obama had his email compromised, I&#8217;m sure there would be enough ammunition to attack him and make up stories of corruption. Only time will tell what will be posted about what was contained in her email account. Honestly, I doubt they found anything incriminating or they would have posted it already.</p>


<p>Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/07/21/yahoo-vs-rhapsody-why-yahoo-lost/' rel='bookmark' title='Yahoo vs. Rhapsody &#8211; Why Yahoo Lost'>Yahoo vs. Rhapsody &#8211; Why Yahoo Lost</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/06/28/whysecurityorg-a-new-mini-project/' rel='bookmark' title='WhySecurity.org &#8211; A New Mini-Project'>WhySecurity.org &#8211; A New Mini-Project</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/02/23/thunderbird-email-client-a-guide-for-outlook-lovers-part-1/' rel='bookmark' title='Thunderbird Email Client: A Guide for Outlook Lovers (Part 1)'>Thunderbird Email Client: A Guide for Outlook Lovers (Part 1)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.justincarmony.com/blog/2008/09/18/palins-yahoo-account-gets-hacked/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AVG &#8211; The New Popular Anti-Virus</title>
		<link>http://www.justincarmony.com/blog/2008/07/06/avg-the-new-popular-anti-virus/</link>
		<comments>http://www.justincarmony.com/blog/2008/07/06/avg-the-new-popular-anti-virus/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 03:38:44 +0000</pubDate>
		<dc:creator>Justin Carmony</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Viruses]]></category>

		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/07/06/avg-the-new-popular-anti-virus/</guid>
		<description><![CDATA[AVG, a popular anti-virus that I use, has a good free version. I guess it has become popular enough that I found a avgsafe.dll on a computer using HijackThis. The reason it suck out is that they didn&#8217;t have AVG installed. Was easy to remove and the computer was good to go. Related posts:Apple Needs ...


Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/07/02/apple-needs-to-stop-being-misleading-viruses-malware/' rel='bookmark' title='Apple Needs to Stop Being Misleading &#8211; Viruses &amp; Malware'>Apple Needs to Stop Being Misleading &#8211; Viruses &#038; Malware</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>AVG, a popular anti-virus that I use, has a <a href="http://free.avg.com/">good free version</a>. I guess it has become popular enough that I found a avgsafe.dll on a computer using <a href="http://www.download.com/Trend-Micro-HijackThis/3000-8022_4-10227353.html?tag=lst-1&amp;cdlPid=10781312">HijackThis</a>. The reason it suck out is that they didn&#8217;t have AVG installed. Was easy to remove and the computer was good to go.</p>


<p>Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/07/02/apple-needs-to-stop-being-misleading-viruses-malware/' rel='bookmark' title='Apple Needs to Stop Being Misleading &#8211; Viruses &amp; Malware'>Apple Needs to Stop Being Misleading &#8211; Viruses &#038; Malware</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.justincarmony.com/blog/2008/07/06/avg-the-new-popular-anti-virus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple Needs to Stop Being Misleading &#8211; Viruses &amp; Malware</title>
		<link>http://www.justincarmony.com/blog/2008/07/02/apple-needs-to-stop-being-misleading-viruses-malware/</link>
		<comments>http://www.justincarmony.com/blog/2008/07/02/apple-needs-to-stop-being-misleading-viruses-malware/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 11:09:00 +0000</pubDate>
		<dc:creator>Justin Carmony</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Viruses]]></category>

		<guid isPermaLink="false">http://www.justincarmony.com/blog/2008/07/02/apple-needs-to-stop-being-misleading-viruses-malware/</guid>
		<description><![CDATA[The other day I was talking with my cousin and she asked how I liked my MacBook Pro. She told me all the cool things she had heard. A friend of hers said that with a Mac you don&#8217;t ever need to buy anything like &#8220;Norton&#8221; cause Macs don&#8217;t get viruses. She asked me if ...


Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/02/29/iphone-sdk-release-on-march-6th/' rel='bookmark' title='iPhone SDK release on March 6th?'>iPhone SDK release on March 6th?</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/01/17/iphone-vista-64-bit-finally/' rel='bookmark' title='iPhone &amp; Vista 64-Bit&#8230;. Finally!'>iPhone &#038; Vista 64-Bit&#8230;. Finally!</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/06/28/whysecurityorg-a-new-mini-project/' rel='bookmark' title='WhySecurity.org &#8211; A New Mini-Project'>WhySecurity.org &#8211; A New Mini-Project</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The other day I was talking with my cousin and she asked how I liked my MacBook Pro. She told me all the cool things she had heard. A friend of hers said that with a Mac you don&#8217;t ever need to buy anything like &#8220;Norton&#8221; cause Macs don&#8217;t get viruses. She asked me if that was true and in reality it is a two part answer.</p>
<p>Here is the classic ad on Apple &amp; viruses:</p>
<p><object xmlns="" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/M3Z386vXrt4&amp;hl=en"/><param name="wmode"/><embed xmlns="http://www.w3.org/1999/xhtml" src="http://www.youtube.com/v/M3Z386vXrt4&amp;hl=en" allowfullscreen="true" type="application/x-shockwave-flash" width="425" height="344"/></object></p>
<p>This is what I like to call a classic &#8220;misleading.&#8221; Here are my points:</p>
<h3>1) Macs Have Fewer Viruses &#8211; True</h3>
<p>This is absolutely true. There are hundreds of thousands of viruses each for the PC, and it is only escalating. Numbers can be misleading, as many of the viruses are almost identical, just slightly tweaked for the viruses creator. However, PC holds a MUCH higher market share. 80% percent at least. <a href="http://apple20.blogs.fortune.cnn.com/2008/05/19/report-apples-market-share-of-pcs-over-1000-hits-66/">Apple has climbed to 16% of sales in 2008, Q1</a>. What does this mean? OS X has been used by the minority for a very long time. However, it is gaining more and more popularity. Apple sold 66% of high end computers costing $1,000+ in Q1. It is definitely moving to be mainstream and not obscure.</p>
<p>This increase in users will, undoubtedly, causes the Mac to increase as a potential target. Especially if Mac users think they are invincible.</p>
<h3>2) Macs Are Virus Proof &#8211; False</h3>
<p>This is absolutely false. Like any other operating system, Macs can be targeted, exploited, and compromised, <strong><em>especially</em></strong> if users are not careful. At the moment, there are <a href="http://www.securemac.com/">some severe mac exploits going around</a>, and in many ways a lot worse than Windows exploits.</p>
<blockquote><p><span><span>6.20.2008 News <br/>Intego has posted an advisory titled <a href="http://www.intego.com/news/ism0803.asp" target="_three">OSX.Trojan.PokerStealer Trojan Horse</a> to their website. The trojan horse is a script wrapped in an executable bundle. Once launched, the script will prompt the user for his password, and turn on SSH for outside attackers to gain access to the system.</span></span></p>
<p><span>6.19.2008 News <br/><span style="COLOR: #ff0000">Security Alert</span>: SecureMac has discovered multiple variants of a new Trojan horse in the wild that affects Mac OS X 10.4 and 10.5. <a href="http://www.securemac.com/applescript-tht-trojan-horse.php">AppleScript.THT Trojan Horse</a> runs hidden on the system, and allows a malicious user complete remote access to the system, can transmit system and user passwords, and can avoid detection by opening ports in the firewall and turning off system logging. Additionally, the AppleScript.THT Trojan horse can log keystrokes, take pictures with the built-in Apple iSight camera, take screenshots, and turn on file sharing. The Trojan horse exploits a recently discovered vulnerability with the Apple Remote Desktop Agent, which allows it to run as root. <a href="http://www.securemac.com/applescript-tht-trojan-horse.php">Read more.</a></span></p>
<p><span>6.18.2008 News <br/><span style="COLOR: #ff0000">Security Alert</span>: Mac OS X root escalation exploit code in the wild. <br/><a href="http://www.securemac.com/macsec-rootescalation.php">Read more.</a></span></p>
</blockquote>
<p>These exploits are just with the last few weeks.</p>
<p>The problem is the false sense of security that &#8220;normal&#8221; users are having with Macs. For a long time, Macs were for fan-boys and professionals. The average user never would have owned a Mac. That is changing. There are so many &#8220;average&#8221; users using Mac now that it poses a threat, especially if they believe they are virus proof. I mean, are we going to have to re-train every Mac user to <strong><em>not</em></strong> open unknown attachments and be careful of what they download from the Internet?</p>
<p>I&#8217;ll give Apple credit, there are a lot of aspects of OS X that make it more secure by nature. This in many ways is due to their use of FreeBSD as the underling OS. So in many ways, yes a Mac is a lot more secure than a Windows PC, but you still have to be careful. The more Mac owners there are, the more attention they will get from hackers, especially if the Mac owners are ignorant.</p>
<h3>How to Be Safe</h3>
<p>Here are some very simple ways to stay safe:</p>
<ol>
<li>Look at getting an Anti-Virus. This will go a long way. Many people suggest <a href="http://www.intego.com/">Intego</a>.</li>
<li>Download only trusted applications from trusted websites.</li>
<li>Avoid Piracy and Illegal Torrents. Many times this is where hackers place viruses.</li>
<li>Don&#8217;t view sensitive material on the Internet when connected to a public Wi-Fi spot.</li>
<li>Keep your Mac OS X up to date. Apple has been pretty good at staying up to date.</li>
</ol>
<p>Just remember, just because it is a Mac doesn&#8217;t mean its virus free.</p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/Apple" class="ztag" rel="tag">Apple</a>, <a href="http://www.technorati.com/tag/Mac" class="ztag" rel="tag">Mac</a>, <a href="http://www.technorati.com/tag/Malware" class="ztag" rel="tag">Malware</a>, <a href="http://www.technorati.com/tag/OS+X" class="ztag" rel="tag">OS X</a>, <a href="http://www.technorati.com/tag/Security" class="ztag" rel="tag">Security</a>, <a href="http://www.technorati.com/tag/Viruses" class="ztag" rel="tag">Viruses</a></span>  <br/> <span class="ztags"><span class="ztagspace">Del.icio.us</span> : <a href="http://del.icio.us/tag/Apple" class="ztag" rel="tag">Apple</a>, <a href="http://del.icio.us/tag/Mac" class="ztag" rel="tag">Mac</a>, <a href="http://del.icio.us/tag/Malware" class="ztag" rel="tag">Malware</a>, <a href="http://del.icio.us/tag/OS%20X" class="ztag" rel="tag">OS X</a>, <a href="http://del.icio.us/tag/Security" class="ztag" rel="tag">Security</a>, <a href="http://del.icio.us/tag/Viruses" class="ztag" rel="tag">Viruses</a></span>  <br/> <span class="ztags"><span class="ztagspace">Zooomr</span> : <a href="http://www.zooomr.com/search/photos/?q=Apple" class="ztag" rel="tag">Apple</a>, <a href="http://www.zooomr.com/search/photos/?q=Mac" class="ztag" rel="tag">Mac</a>, <a href="http://www.zooomr.com/search/photos/?q=Malware" class="ztag" rel="tag">Malware</a>, <a href="http://www.zooomr.com/search/photos/?q=OS%20X" class="ztag" rel="tag">OS X</a>, <a href="http://www.zooomr.com/search/photos/?q=Security" class="ztag" rel="tag">Security</a>, <a href="http://www.zooomr.com/search/photos/?q=Viruses" class="ztag" rel="tag">Viruses</a></span>  <br/> <span class="ztags"><span class="ztagspace">Flickr</span> : <a href="http://www.flickr.com/photos/tags/Apple" class="ztag" rel="tag">Apple</a>, <a href="http://www.flickr.com/photos/tags/Mac" class="ztag" rel="tag">Mac</a>, <a href="http://www.flickr.com/photos/tags/Malware" class="ztag" rel="tag">Malware</a>, <a href="http://www.flickr.com/photos/tags/OS%20X" class="ztag" rel="tag">OS X</a>, <a href="http://www.flickr.com/photos/tags/Security" class="ztag" rel="tag">Security</a>, <a href="http://www.flickr.com/photos/tags/Viruses" class="ztag" rel="tag">Viruses</a></span> </p>


<p>Related posts:<ol><li><a href='http://www.justincarmony.com/blog/2008/02/29/iphone-sdk-release-on-march-6th/' rel='bookmark' title='iPhone SDK release on March 6th?'>iPhone SDK release on March 6th?</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/01/17/iphone-vista-64-bit-finally/' rel='bookmark' title='iPhone &amp; Vista 64-Bit&#8230;. Finally!'>iPhone &#038; Vista 64-Bit&#8230;. Finally!</a></li>
<li><a href='http://www.justincarmony.com/blog/2008/06/28/whysecurityorg-a-new-mini-project/' rel='bookmark' title='WhySecurity.org &#8211; A New Mini-Project'>WhySecurity.org &#8211; A New Mini-Project</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.justincarmony.com/blog/2008/07/02/apple-needs-to-stop-being-misleading-viruses-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 28/87 queries in 0.035 seconds using memcached
Content Delivery Network via Rackspace Cloud Files: c747925.r25.cf2.rackcdn.com

Served from: www.justincarmony.com @ 2012-02-07 21:04:26 -->
