<?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>Technomagic</title>
	<atom:link href="http://varne.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://varne.wordpress.com</link>
	<description>Waving the wand and using the Pixie dust to put the magic smoke back into the machine.</description>
	<lastBuildDate>Thu, 28 Jul 2011 19:33:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='varne.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Technomagic</title>
		<link>http://varne.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://varne.wordpress.com/osd.xml" title="Technomagic" />
	<atom:link rel='hub' href='http://varne.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Tricks of some Rogue/Fake Antivirus</title>
		<link>http://varne.wordpress.com/2011/06/21/tricks-of-some-roguefake-antivirus/</link>
		<comments>http://varne.wordpress.com/2011/06/21/tricks-of-some-roguefake-antivirus/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 20:40:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Malware Removal]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Virus Removal]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=70</guid>
		<description><![CDATA[Haven&#8217;t had a chance to update in while like I have wanted to, but felt that I needed to make an effort to share some of the tricks I have had to fight lately. I see a lot of articles out there about Rogue AVs and Fake Security warnings, but unless you search specifically for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=70&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Haven&#8217;t had a chance to update in while like I have wanted to, but felt that I needed to make an effort to share some of the tricks I have had to fight lately. I see a lot of articles out there about Rogue AVs and Fake Security warnings, but unless you search specifically for the one that has grabbed you by the short hairs and not let go, you don&#8217;t see a lot of information on fighting them or even what you should watch out for when trying to fix the damage they have wrought on a machine. So I&#8217;m going to pass on a few words of wisdom, and while this may read like a general how to, bear with me, you will be rewarded with some insight that can make your fight easier. First things first, <strong>DON&#8217;T</strong> reboot the machine multiple times letting the infection dig deeper and deeper. <strong>DO</strong> disconnect it from the network, and any USB drives etc. immediately. Power the machine off, not by clicking through the Start Button in Windows, but by holding the power button in until the machine turns off. Boot up off of a recovery CD/DVD of some kind, I like to use <a title="UBCD4WIN" href="http://www.ubcd4win.com/">UBCD4WIN</a> myself, though<a title="Hiren's BOOT CD" href="http://www.hiren.info/pages/bootcd"> Hiren&#8217;s BOOT CD</a> works well too.</p>
<p>Since most of the Rogue AVs out there are good at hiding from anti-virus programs, you&#8217;re going to need to do a few things to make the system usable again, including scanning the system from the bootable disk. However, you first need to look in the Documents and Settings Folder, both under the All Users folder and the folder for the main user, these are hidden folders so make sure you have the ability to see hidden folders turned on. Alot of the things out there have gotten smarter and started putting files in the All Users/App Data folder to be started with Windows on boot up! This can make it a real pain when you are looking for the exe and dll files in the main user profile and not seeing anything thinking MAYBE you caught the infection before it got in, only to get sucker punched later. Some of the ones I have seen put the files in most of the user directories so that no matter who you logon as you launch the nasty little bugger again.  Standard clean up procedures apply, as I have described in one of my earlier posts, making sure to fix all the registry entries.</p>
<p>The nastiest new trick I have seen is the changing of ALL the folder and file permissions to be Hidden/System files. This means that Windows will boot but all the data seems to be missing from the system, and most programs will not run. There is no easy way that I know of to completely reset all the permissions, the best solution I have found is to remove the infected files, then do a System Restore from a few days previous to reset alot of the permissions. The problem with this method is that it doesn&#8217;t always reset the User Profile folders to be not hidden. Also depending on when you picked up your unwanted guest, you may have just restored it along with the folder permissions. Another nasty little trick is to change the registry entry that controls how Windows handles exe files. This means when you click on Adobe Reader on your desktop for example, it won&#8217;t launch because it is looking for your unwanted guest so it can launch <strong>IT</strong> then either launch or prevent the launching of the program you actually tried to run. I use the following to change it back, usually loaded from a USB thumb drive:</p>
<p>[HKEY_CLASSES_ROOT\.exe]<br />
@=&#8221;exefile&#8221;<br />
&#8220;Content Type&#8221;=&#8221;application/x-msdownload&#8221;</p>
<p>[HKEY_CLASSES_ROOT\.exe\PersistentHandler]<br />
@=&#8221;{098f2470-bae0-11cd-b579-08002b30bfeb}&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile]<br />
@=&#8221;Application&#8221;<br />
&#8220;EditFlags&#8221;=hex:38,07,00,00<br />
&#8220;TileInfo&#8221;=&#8221;prop:FileDescription;Company;FileVersion&#8221;<br />
&#8220;InfoTip&#8221;=&#8221;prop:FileDescription;Company;FileVersion;Create;Size&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\DefaultIcon]<br />
@=&#8221;%1&#8243;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\open]<br />
&#8220;EditFlags&#8221;=hex:00,00,00,00</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\open\command]<br />
@=&#8221;\&#8221;%1\&#8221; %*&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\runas]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shell\runas\command]<br />
@=&#8221;\&#8221;%1\&#8221; %*&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex\DropHandler]<br />
@=&#8221;{86C86720-42A0-1069-A2E8-08002B30309D}&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers]</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PEAnalyser]<br />
@=&#8221;{09A63660-16F9-11d0-B1DF-004F56001CA7}&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\PifProps]<br />
@=&#8221;{86F19A00-42A0-1069-A2E9-08002B30309D}&#8221;</p>
<p>[HKEY_CLASSES_ROOT\exefile\shellex\PropertySheetHandlers\ShimLayer Property Page]<br />
@=&#8221;{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}&#8221;</p>
<p>This has worked (so far) every time for me in restoring the normal ability for exe&#8217;s to run. I have gotten into the habit of running this reg entry after every time I have cleaned a Rouge AV from a machine, just as a precaution as they are getting trickier to deal with. As always, you should be sure to clean out the temporary Internet files, and check for anything that may have been added to the hosts file, and run multiple scans with different updated anti-virus and anti-spyware programs before you consider a machine healthy enough to be used again. But hopefully this will give you a better insight into what you should be looking for when trying to clean these kind of infections up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=70&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2011/06/21/tricks-of-some-roguefake-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>A minor update</title>
		<link>http://varne.wordpress.com/2011/01/11/a-minor-update/</link>
		<comments>http://varne.wordpress.com/2011/01/11/a-minor-update/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 21:29:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Malware Removal]]></category>
		<category><![CDATA[Virus Removal]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=65</guid>
		<description><![CDATA[It&#8217;s been awhile since I posted anything, and I do have an article or two I am working on that will hopefully be finished soon to help start off the new year. But for now here is just a quick bit of information or two that can help some others out there. Lately, I&#8217;ve had [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=65&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been awhile since I posted anything, and I do have an article or two I am working on that will hopefully be finished soon to help start off the new year. But for now here is just a quick bit of information or two that can help some others out there.</p>
<p>Lately, I&#8217;ve had more and more fake/rogue AV programs popping up and some have taken a new twist. Usually malware installs itself into the currently logged in user&#8217;s Documents and Settings directory. But I have a had quite a few that have put themselves into the All users or Default User directories. Fortunately I tend to check those anyway to make sure nothing is lurking in there but it would be very easy to overlook something set to run at start-up in those other user directories. One of the files, as an example; is hotfix dot exe which is a pain as it installs, runs at start-up and prevents Windows from even finishing loading!</p>
<p>As a person who has to support a lot of users and remote locations, it can sometimes be a hassle to get remote process information from a machine. While I know that the command line tools are out there to do it, I am a firm believer in GUI tools. (<span style="color:#ff0000;">Show me a command line tool that is more powerful than a point and click GUI version, and you&#8217;ve just shown me a GUI version that had a lazy developer who didn&#8217;t put all power of the command line version as he should have. But that&#8217;s my personal opinion, your milage may vary.</span>) Anyway, a new tool that I found that works really well for accessing and killing remote processes is <a href="http://lizardsystems.com/remote-process-explorer/" target="_blank">Remote Process Explorer</a>.  It&#8217;s free for personal use, around $90 for a corporate license and does an excellent job of  letting you connect remotely to machine and see what processes are running, and to kill them. Very much like a task manager for remote machines, I have used it several times to help me kill fake AV programs that are trying to take over a user&#8217;s computer and then been able to remove the offending exe and run local anti spyware and anti-virus software to eliminate any thing left behind by the fake AV.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=65&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2011/01/11/a-minor-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Annual Report ranks Celebrities by chance of Malware infection</title>
		<link>http://varne.wordpress.com/2010/08/20/annual-report-ranks-celebrities-by-chance-of-malware-infection/</link>
		<comments>http://varne.wordpress.com/2010/08/20/annual-report-ranks-celebrities-by-chance-of-malware-infection/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 13:21:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cameron Diaz]]></category>
		<category><![CDATA[Celebrities]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=57</guid>
		<description><![CDATA[This dovetails rather nicely with my post on why Porn gets a bad name in the Security industry. McAfee has released a report that shows what the chances of getting an infection by searching for pictures and/or screen savers of popular celebrities.  Apparently Cameron Diaz is the most dangerous on the list, meaning that you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=57&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This dovetails rather nicely with my <a title="Why Porn gets a bad name in Security" href="http://varne.wordpress.com/2010/07/30/why-porn-gets-a-bad-name-in-security-and-how-its-just-like-most-smbs/" target="_blank">post</a> on why Porn gets a bad name in the Security industry. McAfee has released a <a title="McAfee Most Dangerous Celebrities" href="http://home.mcafee.com/AdviceCenter/most-dangerous-celebrities?ctst=1" target="_blank">report</a> that shows what the chances of getting an infection by searching for pictures and/or screen savers of popular celebrities.  Apparently Cameron Diaz is the most dangerous on the list, meaning that you have a good chance of searching for pictures etc. of her on the internet and getting directed to web sites that have malware on them or hand out infected files. The list is of the top 10, and is also used as a chance to tout why you should buy their product, but it does give you an idea of just how people are being infected simply by looking for screen savers or pictures of their favorite celebrities, and heck the people on the list aren&#8217;t even in the Porn industry, just famous in their respective fields. I would be interested in seeing what a report on major Adult Entertainment stars would show in comparison.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=57&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/08/20/annual-report-ranks-celebrities-by-chance-of-malware-infection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Porn gets a bad name in Security, and how it&#8217;s just like most SMBs&#8230;.</title>
		<link>http://varne.wordpress.com/2010/07/30/why-porn-gets-a-bad-name-in-security-and-how-its-just-like-most-smbs/</link>
		<comments>http://varne.wordpress.com/2010/07/30/why-porn-gets-a-bad-name-in-security-and-how-its-just-like-most-smbs/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 18:20:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=51</guid>
		<description><![CDATA[Before I start, let me just say that this is not a post to condemn or condone Porn on the net; this is a post to answer some questions that come up regularly from users. Also, it is a discussion between myself and some of my IT colleagues comparing porn sites to SMBs. Almost every [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=51&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Before I start, let me just say that this is not a post to condemn or condone Porn on the net; this is a post to answer some questions that come up regularly from users. Also, it is a discussion between myself and some of my IT colleagues comparing porn sites to SMBs. Almost every time I get a request to take care of malware or virus infections on a machine, I get the inevitable comments about the user not going to porn sites, never looking at those kind of things, etc. And of course, that usually means they think that you only get infections from porn sites. I will then explain some of the different ways you can get an infection. The conversation usually goes to &#8220;Well, why is it that they always talk about getting infections from porn sites?&#8221; That&#8217;s because they get the most press good or bad, and just about everyone knows that porn is available on the Internet. I thought I would post my two cents to try and clear some of the misconceptions. Since many porn sites are basically Small/Medium Businesses, a lot of what applies to them in this article applies to the clients I have had in the non-Adult Entertainment world.</p>
<p><span style="color:#ff0000;">The following is my view of things, your mileage may vary&#8230;&#8230;</span></p>
<p>Many of the malware and viruses out there are looking to spread in the best and most wide spread way possible. Since sex, porn, naked pictures of &#8216;Insert Celebrity name here&#8217; are some of THE most widely searched terms on the net, this is one of the oldest and most popular ways to spread your infection around to unknowing users. Before pop-up ads, banners, phishing, click jacking and the like became the big way to spread malware around, a lot of people would get online and search for pornography, esp the young teenage crowd. And since you could setup a website with almost anything on it, what better way to get yourself a large amount of victims? And, of course once you infect a machine, setting up a few pop-ups on the machine that talk about &#8216;Hot Girls&#8217; and the like will allow more infections to get in (like any distraction, it&#8217;s not what you&#8217;re looking at that is the issue, it&#8217;s what you don&#8217;t see in the background that is the problem) and while it may eventually make the user seek help in getting the machine fixed, the embarrassment and humiliation of having to show those pop-ups to a stranger (or worse, someone you know) can delay the fixing of the PC long enough to enable personal information gathering, use of the machine for storage of pirated files, or use of  the resources of the machine to attack other machines to happen. Why use porn? Well because you&#8217;ll get more hits from &#8220;LIVE! NAKED! GIRLS!&#8221; &#8220;Click here to see Insert Celebrity name here&#8221; &#8220;HOT SINGLE MEN/WOMEN/GOATS WAITING JUST FOR YOU!!!!&#8221; than you will if you say &#8220;LIVE! NAKED! SPYWARE!&#8221; &#8220;Click here to see how fast your machine can get a computer virus!&#8221; &#8220;HOT IDENTITY THEFT WAITING JUST FOR YOU!!!!&#8221;. Now which is more likely to generate traffic and get viruses etc. spread out farther?</p>
<p>With the ease of the setting up a website on the internet, many people now have a site, from small businesses to people who believe they are the greatest thing to hit the adult entertainment industry since high speed internet connections enabled the downloading of videos. The problem is that many of the adult sites that get setup have a lot in common (when it comes to a lack of security) with small businesses, they just get more press. If a small business gets compromised, you really don&#8217;t hear about it. But if an Adult entertainment site (which sells videos, pictures what have you) gets compromised and starts handing out viruses and malware, or worse their customer information, it becomes news on the Internet. The trouble is no matter what the small business site or Adult site are selling, they suffer from the same thing&#8230; not enough informative decision making when creating their site. A lot of sites out there are using Apache, PHP, MySQL, and Linux servers but have no idea that after they set them up, they need to lock them down. Sure you can get a site setup and running with an out of the box setup, but you leave yourself wide open to compromise by hacker wannabes, up and comings and veteran hackers alike. And even if you do lock down the server and the software (PHP and Apache seem to be favorite targets as they are so popular) when you update the server, you have to go back over it and make sure it is locked down again. If you&#8217;re a web master and have the time to stay on top of the server, this shouldn&#8217;t be too bad. But if you&#8217;re a small business owner/porn site owner, you most likely are doing the work yourself in between trying to create new content, shoot pictures, create products, manage the business etc. This means that you do not have the time or the knowledge to secure the system and keep on top of the patches etc. Many places have cousin Ralphie&#8217;s college bound son/friend of a friend, or a third party company who does the site management for them and again, they may know how to make a web page but not how to secure it properly. Many of of them do not want to spend the money to hire a professional to help them either setup or secure the site because it could cut too deeply into their profit margins. While that may be true, it also may not be true. And it&#8217;s better to get help sooner rather than later. I&#8217;ve dealt with small businesses (non porn) that have been hacked, and waited until after the fact to ask for help, and generally the damage to the business and cost of recovery outweighs what the initial cost of getting the site secured to begin with would have been. There are always IT professionals who are willing to be reasonable on price and advice that small business owners can turn to. Not asking around, either before or after the fact is foolish in my personal opinion, but it does happen. As I have told many of my SMB clients, do some research on the web, make a few phone calls, find out what some of your peers are doing and see if they have any helpful suggestions about securing your online presence.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=51&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/07/30/why-porn-gets-a-bad-name-in-security-and-how-its-just-like-most-smbs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Ask the questions first, esp. the simple ones&#8230;.</title>
		<link>http://varne.wordpress.com/2010/07/20/do-yourself-a-favor-and-talk-to-an-it-expert/</link>
		<comments>http://varne.wordpress.com/2010/07/20/do-yourself-a-favor-and-talk-to-an-it-expert/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 20:49:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=42</guid>
		<description><![CDATA[Honestly, it&#8217;s better to ask what you think is a stupid question, then to not ask and suffer the consequences. As an example: one of the clients I work with recently needed to get a piece of expensive software. Instead of asking IT to order it for them, they went online found a really cheap [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=42&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Honestly, it&#8217;s better to ask what you think is a stupid question, then to not ask and suffer the consequences. As an example: one of the clients I work with recently needed to get a piece of expensive software. Instead of asking IT to order it for them, they went online found a really cheap price and ordered it themselves. Now the company does ALOT of business with a reputable vendor, and gets a discount on this particular package through them. Granted they do not get to order the software for $70 instead of $1,300, but if it seems too good to be true you should always question it. So of course when this software came in, (it was from somewhere in Thailand) it had high quality printed labels, no instructions or serial numbers. When inserted into a stand alone sandbox machine (no way were we giving it access to a live machine on the  network) it had nothing that set off any malware or anti-virus alarms, but did have a crack directory with a keygen in it. Not something corporate IT wants to see in the building. So of course it had to go up the food chain to some of the upper management, and wrists were slapped, reprimands and apologies made. Now one question could have avoided all of this. The question that should have been asked, was &#8220;Can we order this through IT?&#8221; Sometimes asking a simple question can save lots of headaches and time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=42&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/07/20/do-yourself-a-favor-and-talk-to-an-it-expert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Password Cards</title>
		<link>http://varne.wordpress.com/2010/07/13/password-cards/</link>
		<comments>http://varne.wordpress.com/2010/07/13/password-cards/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:21:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=34</guid>
		<description><![CDATA[While some people are against writing down your passwords, I for one support and encourage it, WITH the understanding that you aren&#8217;t writing it down and putting it on the monitor, under the keyboard or mouse mat etc. I encourage people to write down their passwords and then lock them up, keep them in their [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=34&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While some people are against writing down your passwords, I for one support and encourage it, WITH the understanding that you aren&#8217;t writing it down and putting it on the monitor, under the keyboard or mouse mat etc. I encourage people to write down their passwords and then lock them up, keep them in their purse or wallet etc. Recently I came across this site <a title="http://www.passwordcard.org/" href="http://www.passwordcard.org/" target="_blank">http://www.passwordcard.org/</a> which lets you generate a unique password card that you can carry around, use for any site, and even if someone sees it, they won&#8217;t know what your password could possibly be! My new favorite thing to tell users about from now on.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=34&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/07/13/password-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Is it lack of understanding? Or a form of denial?</title>
		<link>http://varne.wordpress.com/2010/04/29/is-it-lack-of-understanding-or-a-form-of-denial/</link>
		<comments>http://varne.wordpress.com/2010/04/29/is-it-lack-of-understanding-or-a-form-of-denial/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 20:21:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=21</guid>
		<description><![CDATA[I have several clients that I have dealt with over the past few years that run various types of businesses, from Credit Collection to small completely web-based store fronts. And a lot of them don&#8217;t seem to get what the big deal about Security is. They search the web or talk to their peers and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=21&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have several clients that I have dealt with over the past few years that run various types of businesses, from Credit Collection to small completely web-based store fronts. And a lot of them don&#8217;t seem to get what the big deal about Security is. They search the web or talk to their peers and hear or read about the headaches that Security implementations can cause, then decide that, &#8220;No they don&#8217;t really need that.&#8221; And of course when I try to talk to any of my clients about Security, I make sure that I&#8217;m trying to talk to them in a language they can understand, not too technical, but also not talking down to them either.  Sometimes I get through, and sometimes I don&#8217;t. But I think some of the reason there is so much confusion out there is it has not been explained in a plain enough language for some people to understand why they need it and what they can do to get it.  Some seem to think it will cost them a fortune, or be a huge hassle or headache. And some people wait until after something happens to go &#8220;Oh! I guess we need to have some kind of security thing now.&#8221; I&#8217;ll do my best to take a stab at explaining why you need to have security, with examples over the course of a few posts and see if it will be of help to anyone out there.</p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=21&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/04/29/is-it-lack-of-understanding-or-a-form-of-denial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Where has all the common sense gone?</title>
		<link>http://varne.wordpress.com/2010/04/05/where-has-all-the-common-sense-gone/</link>
		<comments>http://varne.wordpress.com/2010/04/05/where-has-all-the-common-sense-gone/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 18:25:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Common Sense]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/2010/04/05/where-has-all-the-common-sense-gone/</guid>
		<description><![CDATA[I don&#8217;t expect people to know how to do the things I do, but I do expect a bit of common sense to be employed. Case in point, NOT waiting until the beyond the last minute to call in to the IT department and say &#8220;I lost the instructions you gave me in both hard [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=31&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t expect people to know how to do the things I do, but I do expect a bit of common sense to be employed. Case in point, NOT waiting until the beyond the last minute to call in to the IT department and say &#8220;I lost the instructions you gave me in both hard copy and as a local file, and I&#8217;m in a hotel, can you teach me how to get connected to the hotel&#8217;s wireless and how to use VPN for the first time?&#8221;  Why wouldn&#8217;t you ask the IT department for help BEFORE hand? Do you wait to get your inoculations until AFTER you arrive?<br />
Or today&#8217;s winner so far &#8220;I need my broadband card updated so I can use it while I travel to the Czech Republic. Well no, I can&#8217;t connect through VPN or Webex, I&#8217;m at the airport now, and I can&#8217;t connect that&#8217;s why I need the software updated.&#8221;<br />
(Of all the days to forget my magic wand! I could just wave it and make it all work!)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=31&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/04/05/where-has-all-the-common-sense-gone/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Not an April Fool&#8217;s Joke</title>
		<link>http://varne.wordpress.com/2010/04/01/not-an-april-fools-joke/</link>
		<comments>http://varne.wordpress.com/2010/04/01/not-an-april-fools-joke/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 18:28:30 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Personal Information]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=28</guid>
		<description><![CDATA[This isn&#8217;t an April Fool&#8217;s joke, I figure there are enough of them out there today, so here is another serious post. Are you giving away wayyy too much personal info on line? A lot of people are without even realizing it. As an example, I have a friend (who shall remain nameless) who posts [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=28&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t an April Fool&#8217;s joke, I figure there are enough of them out there today, so here is another serious post. Are you giving away wayyy too much personal info on line? A lot of people are without even realizing it. As an example, I have a friend (who shall remain nameless) who posts her current travel bookings through one of the social networking sites. What&#8217;s the big deal you ask? Well for one, she is posting when she will not be home, providing someone who knows where her apartment is good times to break in. Also, if she has an ex or someone else who is stalking her, this gives them lots of ways to track her down.<br />
My friend is not alone in this. Many people are learning the hard way that too much information can be a bad thing to pass out. I have another friend who had pictures posted to Flicker, showing off the cats in various poses around the house. Well one of those poses was on the table with the mail, with nice clear digital shots of the name and address on the front of the magazines and envelopes (after I mentioned that, the picture was re cropped to remove that detail). Many people are posting info that they probably shouldn&#8217;t through Twitter, Facebook, Linkedin etc. And as the one article below states, these sites don&#8217;t just hand out this information to anyone, you have to post it. I know, I&#8217;m sounding a bit paranoid, but in this day and age, a little paranoia isn&#8217;t a terrible thing. Take the following examples as proof:</p>
<p><a title="Not all Facebook &quot;Friends&quot; are friendly" href="http://cbs13.com/watercooler/facebook.house.robbery.2.1588899.html" target="_blank">Couple believes their house was ransacked by Facebook &#8220;friend&#8221;</a></p>
<p><a title="Please Rob Me: The Dangers of Online Oversharing" href="http://www.time.com/time/business/article/0,8599,1964873,00.html" target="_blank">Crooks using Foursquare and Twitter to rob houses</a></p>
<p>So think about what information you&#8217;re handing out on the World Wide Net these days, you might be telling just a bit too much.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=28&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/04/01/not-an-april-fools-joke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
		<item>
		<title>Best password explaination I have seen yet..</title>
		<link>http://varne.wordpress.com/2010/03/31/best-password-explaination-i-have-seen-yet/</link>
		<comments>http://varne.wordpress.com/2010/03/31/best-password-explaination-i-have-seen-yet/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 18:13:06 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://varne.wordpress.com/?p=23</guid>
		<description><![CDATA[A great article on WHY you should make stronger passwords and some tips on how to do it.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=23&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>John P. over at <a href="http://onemansblog.com" target="_blank">One Man&#8217;s Blog</a> did a really great article on passwords, how to avoid weak ones and why you should be concerned with the strength of all of them. The only thing I would change would be putting the following parts of the article at the top, not towards the bottom, because I think this will make people want to read it:</p>
<p>&#8220;<em>Another thing to keep in mind is that some of the passwords you think matter least actually matter most. For example, some people think that the password to their e-mail box isn’t important because “I don’t get anything sensitive there.” Well, that e-mail box is probably connected to your online banking account. If I can compromise it then I can log into the Bank’s Web site and tell it I’ve forgotten my password to have it e-mailed to me. Now, what were you saying about it not being important?</em></p>
<p><em>Often times people also reason that all of their passwords and logins are stored on their computer at home, which is save behind a router or firewall device. Of course, they’ve never bothered to change the default password on that device, so someone could drive up and park near the house, use a laptop to breach the wireless network and then try passwords from this list until they gain control of your network – after which time they will own you!</em></p>
<p><em>Now I realize that every day we encounter people who over-exaggerate points in order to move us to action, but trust me this is not one of those times. There are 50 other ways you can be compromised and punished for using weak passwords that I haven’t even mentioned.</em></p>
<p><em>I also realize that most people just don’t care about all this until it’s too late and they’ve learned a very hard lesson.&#8221;</em></p>
<p>Head on over to <a title="How I would Hack your weak passwords" href="http://onemansblog.com/2007/03/26/how-id-hack-your-weak-passwords/" target="_blank">One Man&#8217;s Blog</a> and check the article out for yourself, it is well worth the read.</p>
<p><em><br />
</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/varne.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/varne.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/varne.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/varne.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/varne.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/varne.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/varne.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/varne.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=varne.wordpress.com&amp;blog=8715319&amp;post=23&amp;subd=varne&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://varne.wordpress.com/2010/03/31/best-password-explaination-i-have-seen-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/648b0624bbaade9c3fd63b2155a0408c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Varne</media:title>
		</media:content>
	</item>
	</channel>
</rss>
