<?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>/usr/local.com &#187; Security</title>
	<atom:link href="http://usrlocal.com/topics/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://usrlocal.com</link>
	<description>half true, half interesting, mostly BS</description>
	<lastBuildDate>Fri, 23 Jul 2010 04:27:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>20%</title>
		<link>http://usrlocal.com/2010/01/20percent/</link>
		<comments>http://usrlocal.com/2010/01/20percent/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 11:00:50 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Hosted Exchange]]></category>
		<category><![CDATA[Policy]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=745</guid>
		<description><![CDATA[We launched our Hosted Exchange 2007 Product just over a year ago.  And for the most part, things have gone great.  
One of our early decisions was to balance the security of the system while making the system as user friendly as possible.  Originally, we had a pretty strict password policy.  [...]]]></description>
			<content:encoded><![CDATA[<p>We launched our <a href="http://www.lightedge.com/productsservices/it/exchange_overview.html">Hosted Exchange 2007 Product</a> just over a year ago.  And for the most part, things have gone great.  </p>
<p>One of our early decisions was to balance the security of the system while making the system as user friendly as possible.  Originally, we had a pretty strict password policy.  We soon found that many of our customers were not too happy with this policy and thought it was too much.   Were we out of control security freaks?  Shouldn&#8217;t the customer appreciate the steps that we are taking to not only secure our servers, but their information!</p>
<p> Looking around at other vendors, we quickly found that we may be a bit too harsh.  Take Gmail for example. Sure its not exchange.  But then again it has over 100 million users.  If they had massive issues with security and hacking, they clearly have it under control behind the scenes so things do not get out of hand.  </p>
<p>And have you ever been prompted to change your password on gmail?  I haven&#8217;t.</p>
<p>So we compromised. We altered the time between when the system forces you to change your password.  We altered the number of passwords that you could recycle.  And we also added a somewhat buried feature in our customer portal.   That feature, &#8216;allow passwords to never expire&#8217;</p>
<p>Holy crap!  Let&#8217;s just blow a huge freaking hole in the security system shall we.  </p>
<p>This was a feature that we were not all that happy about, but with the other measures in place we figured we would avoid passwords such as abc123.    It makes the end user happy, we have some level of security though not as high and tight as we would like.  But its better than having things wide open.</p>
<p>Now here is the shocking part of this.  20% of our users have this feature enabled.   20-feaking-percent!   I was really hoping for this number to be in the 5-10% range.<br />
  But no, 1 in 5 of our users will never change their password again.</p>
<p>Or will they?</p>
<p>I&#8217;m currently developing a nag script that will send out a reminder to the end users ever couple of months.  Not enough to completely annoy the heck out of them.  But hopefully enough to get a good portion of that 20% to change their passwords on a semi-regular basis.  </p>
<p>So what do you do for your password policy?  Leave your tips and tricks in the comments section.  We&#8217;d like to hear what you think is an acceptable policy to stay secure!</p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2010/01/20percent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Security Concern</title>
		<link>http://usrlocal.com/2009/09/wordpress-security-concern/</link>
		<comments>http://usrlocal.com/2009/09/wordpress-security-concern/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:53:11 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=660</guid>
		<description><![CDATA[I&#8217;m not sure if you&#8217;ve applied the latest updates for wordpress but I did last week.  However, it appears that someone got in to one of the blogs that I manage and created an account for themselves.  They didn&#8217;t do anything with it, but they DID have full admin access.  I&#8217;m assuming [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure if you&#8217;ve applied the latest updates for <a href="http://wordpress.org/">wordpress</a> but I did last week.  However, it appears that someone got in to one of the blogs that I manage and created an account for themselves.  They didn&#8217;t do anything with it, but they DID have full admin access.  I&#8217;m assuming that this was due to a security bug in 2.8.3 as they were in when that was on the server. </p>
<p>So patch your servers if you haven&#8217;t already!</p>
<p>Here&#8217;s how I noticed that the person had gotten in.  I was doing an audit on the users on the site and noticed that the count next to Administrators stated that there were 3 Admins for the site.  However, when I viewed the list, there were only 2 on the page.   Taking a look in the database, I noticed a user with a goofy name for an admin.  And peaking in the wp_usermeta table, I noticed the following attribute was assigned to their firstname:</p>
<p>       <code>         for (var i = 0; i < tags.length; i++) {<br />
                        var t=tags[i].innerHTML;<br />
                        var h=tags[i];<br />
                        if(t.indexOf(s)>0){<br />
                                s =(parseInt(t)-1)+s;<br />
                                h.removeChild(h.firstChild);<br />
                                t = document.createTextNode(s);<br />
                                h.appendChild(t);<br />
                        }<br />
                }<br />
                var arr=document.getElementsByTagName("ul");<br />
                for(var i in arr) if(arr[i].className=="subsubsub"){<br />
                        var n=/>Administrator ((d+))</gi.exec(arr[i].innerHTML);<br />
                        if(n[1]>0){<br />
                                var txt=arr[i].innerHTML.replace(/>Administrator ((d+))</gi,">Administrator ("+(n[1]-1)+")<");<br />
        arr[i].innerHTML=txt;<br />
        }<br />
    }<br />
          }catch(e){};<br />
     };<br />
     addLoadEvent(setUserName);<br />
</code></p>
<p>Its not formatted the greatest, but basically, it hides the username from the list.  Nice eh!  Simply deleting this entry made the user show up in the user list where I was able to do some auditing before blowing away the user.  </p>
<p>So audit your admin list and patch your servers!  This could have been a lot worse if they had starting defacing the site or hiding other gems on there.</p>
<p>-Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/09/wordpress-security-concern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verisign Spam</title>
		<link>http://usrlocal.com/2009/07/verisign-spam/</link>
		<comments>http://usrlocal.com/2009/07/verisign-spam/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:52:17 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Scum Bag]]></category>
		<category><![CDATA[Versign]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=612</guid>
		<description><![CDATA[Some people never learn.  If you spam me, there is a good chance that I WILL mock you on the internet.  Sure my site gets all of 2 readers a week, but they will know how big of a jackass you are.
Here is the spam that I got from Verisign:

&#8212;&#8212; Forwarded Message
From: &#8220;Borgches, [...]]]></description>
			<content:encoded><![CDATA[<p>Some people never learn.  If you spam me, there is a good chance that I WILL mock you on the internet.  Sure my site gets all of 2 readers a week, but they will know how big of a jackass you are.</p>
<p>Here is the spam that I got from <a href="http://www.verisign.com/">Verisign</a>:</p>
<blockquote><p>
&#8212;&#8212; Forwarded Message<br />
From: &#8220;Borgches, Sergio&#8221; <sborgches@verisign.com><br />
Date: Thu, 16 Jul 2009 11:39:24 -0500<br />
To: Webmaster <Webmaster@lightedge.com><br />
Subject: Ineffective EV SSL Certificate on domain: my.lightedge.com</p>
<p>Dear Webmaster</p>
<p>Ineffective EV SSL Certificate on domain: my.lightedge.com</p>
<p>Are you aware that the Extended Validation (EV) SSL Certificate that<br />
you have on your domain does not display the standard EV interface<br />
that your customers are expecting on Firefox 3.5?  </p>
<p>Mozilla launched the latest version of their browser, on 2 July 2009.<br />
 Not only has it won the Guinness World Record for more than a<br />
million downloads in a short time, but Firefox 3 currently accounts<br />
for over 20% of global browser market share.  </p>
<p>Instead of displaying the GREEN address bar, which reassures visitors<br />
that your site is safe and authentic, it is displaying the BLUE<br />
address bar, which means they do not get the full benefit of EV.<br />
(Please see screenshot attached).  </p>
<p>A rapidly growing portion of your Web site visitors are not seeing<br />
the green address bar.  It has shown in research that users look for<br />
the green address bar on the sites with which they transact and that<br />
77% of users will hesitate to complete the transaction on a site that<br />
once had the green address bar but no longer does (TecEd study,<br />
2007).</p>
<p>VeriSign is the leader in EV SSL security and we would like to assist<br />
you to rectify this problem by offering you a replacement EV SSL<br />
Certificate AT NO CHARGE!  Our Extended Validation SSL Certificates<br />
trigger the green bar in Firefox 3.5.  We work closely with the<br />
browser manufacturers to make sure that our customers&#8217; security is<br />
always world class and that there are no interruptions in your online<br />
security.  </p>
<p>To take advantage of this offer, and to make sure that your address<br />
bar is GREEN in all current EV-enabled browsers please contact me and<br />
I&#8217;ll help you switch to VeriSign, the worldwide leader in trusted<br />
Internet communications and commerce.</p>
<p>Yours faithfully</p>
<p>Sergio Borgches<br />
Inside Sales Executive<br />
VeriSign Security Services<br />
sborgches@verisign.com<br />
Toll Free: 866.893.6565 option 1 ext 2296</p></blockquote>
<p>First off Sergio,  the webmaster address?  Really?  Like anyone really reads that stuff anymore.   Half the time these go to an admin buried deep in cubeland who has filters that take webmaster, hostmaster and yourmom@domain.com and filter them into the bit bucket.   I have these same filters, I&#8217;m that guy!   I just happened to be going through my spam folder (yes, it was caught as spam Sergio!) when I found this little gem. I just couldn&#8217;t pass it up.   Here&#8217;s my advice Sergio,  if you really wanted to get someone&#8217;s attention, you CALL them.   </p>
<p>Now, besides the fact that you didn&#8217;t call, this is a bit like ambulance chasing if you ask me.  And I can&#8217;t say that I really blame you for it, but it still makes you a scum bag.   The issue isn&#8217;t with the certificate.  The certificate is STILL an Extended Validation (EV) certificate that shows up with the green bar in just about every browser that is out there except for Firefox 3.5.  Why?  Well its a bug in the browser.  More details can be found <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=474606">here</a>.   If you happen to have a Verisign, Thawte or I think GeoTrust, you&#8217;re fine.  This just seems to be an issue with a few providers.  Globalsign being one of those.  But never fear, addons.mozilla.com is also protected by a GlobalSign EV certificate so they are well aware of this issue.   But instead of taking the high road and just putting out a press release saying that Verisign customers are not affected by the latest EV certificate issues in FireFox 3.5, you took the lowest road of them all and sent out spam spreading fear, uncertainty and doubt.   Way to keep it classy!</p>
<p>So this Sergio is why I&#8217;m not going to swing my business over to you.  Sure you&#8217;re just trying to get a leg up on the competition. But the methods in which you are doing it make me want to work with GlobalSign even more.</p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/07/verisign-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is there really that much money in it?</title>
		<link>http://usrlocal.com/2009/06/is-there-really-that-much-money-in-it/</link>
		<comments>http://usrlocal.com/2009/06/is-there-really-that-much-money-in-it/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 04:49:32 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Cheap Bastards]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=539</guid>
		<description><![CDATA[Disclaimer: I&#8217;m not a Comcast subscriber, but I play one on TV
Comcast has me scratching my head.  A friend of mine pointed out the following post on the Comcast goofiness.  For a long time now they have been messing with DNS and if you happen to screw up and look up a site [...]]]></description>
			<content:encoded><![CDATA[<p><em>Disclaimer: I&#8217;m not a Comcast subscriber, but I play one on TV</em></p>
<p>Comcast has me scratching my head.  A friend of mine pointed out the following <a href="http://comcastisfuckingwithyourport53traffic.wordpress.com/2009/06/09/no-really/">post</a> on the Comcast goofiness.  For a long time now they have been messing with DNS and if you happen to screw up and look up a site that does not exist in DNS, you get the Comcast ad page.   Many of the tech savvy folks out there simply got around that by putting up their own caching server or using <a href="http://www.opendns.com/">opendns</a>.   I know I did when I found out that Mediacom started messing with DNS like this.</p>
<p>Apparently they have upped their game by routing all DNS traffic, no matter what, to their servers.  You have no way around this, you WILL use their servers.</p>
<p>I disagree with the first practice of just having a * domain that has everything mis-spelled go to a certain site of yours.   Now that they have taken this to a new level, I think it is quickly climbing up the all time ranks of dangerous and stupid.</p>
<p>Really, dangerous?    Well, say I&#8217;m a person that has highly questionable morals and decides that the best way to attack a competative ISP is to go after their DNS servers.  I could try and do some sort of DDoS.  Or, the better, more devious approach is to attempt a DNS cache poisoning on their servers. Not always the easiest, but when done properly can have some pretty devastating effects.   Now, I trust that Comcast has employed some top notch admins over there so I highly doubt that they are going to let their guard down here, but we&#8217;re all humans.  We still make mistakes.</p>
<p>Why is this stupid?   Honestly, do you click on the ads on one of these pages?   Or do you swear to yourself, type it in correctly or load up google and search for what you really want?  It just seems like a lot of hassle to implement and all they are really doing is pissing off their customers.  They&#8217;re trying to milk every last cent out of them and the customers are not stupid.  They know what comcast is trying to do.  They&#8217;re pissed off and eventually they will leave.  </p>
<p>The sad part is, other ISPs have already taken up the first goofy solution that Comcast put in place.  Its only a matter of time until more people adopt this new tactic.    For me personally, I&#8217;m going to smack the crap out of the first person that mentions this as a solution that we should deploy.  I set up our DNS servers and I refuse to break the internet.   I also have a higher respect for my customers.  They&#8217;re all intelligent, reasonable, and good looking right?   </p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/06/is-there-really-that-much-money-in-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business as usual</title>
		<link>http://usrlocal.com/2009/05/business-as-usual/</link>
		<comments>http://usrlocal.com/2009/05/business-as-usual/#comments</comments>
		<pubDate>Sun, 31 May 2009 14:06:56 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Micro$oft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Stupid People]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=501</guid>
		<description><![CDATA[Over the past couple of years, I have been able to tolerate Microsoft a bit more than I used to.  When your primary income relies on people purchasing Exchange and OCS accounts that you provide the back end provisioning and automation for, you quickly realize where your bread is buttered.     [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of years, I have been able to tolerate Microsoft a bit more than I used to.  When your primary income relies on people purchasing Exchange and OCS accounts that you provide the back end provisioning and automation for, you quickly realize where your bread is buttered.       </p>
<p>But this sort of crap really needs to stop.  Yes, its their operating system.  But that doesn&#8217;t excuse installing add-ons to 3rd party applications and disabling the uninstall options.   I&#8217;m with the writer of this article, this is a great way to get your customers to not trust you and precisely the reason I haven&#8217;t had windows on my desktop for 8 years.</p>
<blockquote><p>A routine security update for a Microsoft Windows component installed on tens of millions of computers has quietly installed an extra add-on for an untold number of users surfing the Web with Mozilla&#8217;s Firefox Web browser.</p>
<p>Earlier this year, Microsoft shipped a bundle of updates known as a &#8220;service pack&#8221; for a programming platform called the Microsoft .NET Framework, which Microsoft and plenty of third-party developers use to run a variety of interactive programs on Windows.</p>
<p>The service pack for the .NET Framework, like other updates, was pushed out to users through the Windows Update Web site. A number of readers had never heard of this platform before Windows Update started offering the service pack for it, and many of you wanted to know whether it was okay to go ahead and install this thing. Having earlier checked to see whether the service pack had caused any widespread problems or interfered with third-party programs &#8212; and not finding any that warranted waving readers away from this update &#8212; I told readers not to worry and to go ahead and install it.</p>
</blockquote>
<p><a href="http://voices.washingtonpost.com/securityfix/2009/05/microsoft_update_quietly_insta.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/05/business-as-usual/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uptime</title>
		<link>http://usrlocal.com/2009/04/uptime/</link>
		<comments>http://usrlocal.com/2009/04/uptime/#comments</comments>
		<pubDate>Fri, 01 May 2009 04:38:22 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Patching]]></category>
		<category><![CDATA[Uptime]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=451</guid>
		<description><![CDATA[Every once in a while one of the LUG lists that I am on decides to have a big dick contest and everyone shows off who has the better uptime.  Its actually a way of generating traffic on mailing lists that have greatly suffered any sort of reasonable traffic in a while.   [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while one of the <a href="http://en.wikipedia.org/wiki/Linux_User_Group">LUG</a> lists that I am on decides to have a big dick contest and everyone shows off who has the better <a href="http://en.wikipedia.org/wiki/Uptime">uptime</a>.  Its actually a way of generating traffic on mailing lists that have greatly suffered any sort of reasonable traffic in a while.   Its the same as starting a vi vs emacs flame war.  No one really wins, but it always gets people contributing to the list.</p>
<p>The list started off fairly respectable with a few people putting up some pathetic numbers of 15 days or 30 days.  Someone threw out a 100+ and then someone managed to get a 400+.   I decided it was time to put these folks to shame.  I threw down the following:</p>
<p><code>matt@goober:~> uptime<br />
 03:30:14  up 1041 days, 10:41,  2 users,  load average: 0.00, 0.00, 0.00</code></p>
<p>This is not my record, I have had a DNS server here at work at 1500+.  </p>
<p>As usual, these email threads will bring out the security conscious folks who believe that if you haven&#8217;t updated your kernel, you&#8217;re a bad admin.  I typically argue that if you are relying on only security patches, you&#8217;re probably not a good admin.  It should always be a layered approach!   Some people use k-splice on their boxes so they can patch the kernel effectively without a reboot. I don&#8217;t in this instance.</p>
<p>So, as always, I had to describe some of the security features of this box that would convince these people that I&#8217;m not just an ignorant ass.    Here is how I do it.</p>
<p>First off, when I build a box, I install the bare minimum.  This server happens to be a file server.  It doesn&#8217;t need to serve up web pages so apache is not installed.   It does need to send mail out from its local queue for monit messages so the smtp server is locked down by a firewall running on the server as well as the SMTP configuration is set to only listen on localhost.  As I stated, the server has a local iptables FW running on it.  It is also protected by a hardware firewall.   I keep the various services the server provides up to date and patched up fully.  I load minimal modules in the kernel.  It is the bare bones of what it needs.  In the instance where I can unmount, patch and remount the module, I do it.    Other than that, I can ignore this box.</p>
<p>Do I do this for every server that I admin, no.  At my current job we have the resources where just about every service that I role out is built in some sort of a high availability cluster. If I need to take down a node to patch it, I can.  This server that I haven&#8217;t taken down in 2.5 years doesn&#8217;t have that luxury.  Its also in California.  So if I had a kernel update go south on me, I have to walk a buddy through getting it back up&#8230;over the phone.  My buddy has some skills on the computer, but not necessarily a lot of Linux skills.  So imagine walking your mom through the Linux command line.  Scared yet?</p>
<p>I&#8217;m not trying to promote not patching your kernel.  But what I am trying to promote is in some instances, maybe even in a lot of instances, you can get by with _not_ updating your kernel every time a new one comes out.  Its about cost/benefit analysis.  Not many sheople realize that it is actually a part of their job. Sometimes you don&#8217;t have $20K to put in a solution that will never go down. EVER!  Sometimes you have a couple hundred bucks and you need to provide something that is stable, secure,  and hassle free.  And that&#8217;s what I have provided, going on 1042 days =)</p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/04/uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How the Conficker Problem Just Got Much Worse</title>
		<link>http://usrlocal.com/2009/04/how-the-conficker-problem-just-got-much-worse/</link>
		<comments>http://usrlocal.com/2009/04/how-the-conficker-problem-just-got-much-worse/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 15:20:34 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=395</guid>
		<description><![CDATA[On the surface, April 1 came and went without a peep from the dreaded Conficker megaworm. But security experts see a frightening reality, one where Conficker is now more powerful and more dangerous than ever.
In the first minute of April 1, Conficker did exactly what everyone knew it was going to do: It successfully phoned [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>On the surface, April 1 came and went without a peep from the dreaded Conficker megaworm. But security experts see a frightening reality, one where Conficker is now more powerful and more dangerous than ever.</p>
<p>In the first minute of April 1, Conficker did exactly what everyone knew it was going to do: It successfully phoned home for an update. And while it was fun to imagine what nasty payload that update may have included (it was fun, wasn&#8217;t it?), the result was not outwardly catastrophic; rather than a blueprint for world domination, the update contained instructions on how to dig in even deeper.</p>
<p>&#8220;The worm did exactly what everyone thought it was going to do, which is update itself,&#8221; security expert Dan Kaminsky, who helped develop a widely-used Conficker scanner in the days leading up to April 1, told us. &#8220;The world wants there to be fireworks, or some Ebola-class, computers-exploding-all-over-the-world event or God knows what, but the reality is&#8230;the Conficker developers have cemented their ability to push updates through any fences the good guys have managed to build in February and March.&#8221;</p>
<p>And here&#8217;s why that is deeply, deeply scary. As we explained, Conficker has built a zombie botnet infrastructure by registering hundreds of spam DNS names (askcw.com.ru, and the like), which it then links up and uses as nodes for infected machines to contact for instructions. In its earlier forms, Conficker attempted to register 250 such DNS names per day. But with the third version of the software, the Conficker.c variant which has been floating around for the last month or so, the number of spam DNS takeovers was boosted to 50,000 per day—a number security pros can no longer keep up with.</p></blockquote>
<p><a href="http://i.gizmodo.com/5197148/how-the-conficker-problem-just-got-much-worse">source</a></p>
<p>Yikes!  This paints a pretty scary picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/04/how-the-conficker-problem-just-got-much-worse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your privacy at stake&#8230;</title>
		<link>http://usrlocal.com/2009/03/your-privacy-at-stake/</link>
		<comments>http://usrlocal.com/2009/03/your-privacy-at-stake/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 04:12:46 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[In the news]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Your Rights]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=381</guid>
		<description><![CDATA[
Looks like it might be time to install TrueCrypt for all of my files.   
]]></description>
			<content:encoded><![CDATA[<p><object width="320" height="265"><param name="movie" value="http://www.youtube.com/v/6yPmtQDWZ1s&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6yPmtQDWZ1s&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="320" height="265"></embed></object></p>
<p>Looks like it might be time to install <a href="http://www.truecrypt.org/">TrueCrypt</a> for all of my files.   </p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/03/your-privacy-at-stake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSA Snooped on All U.S. Communications</title>
		<link>http://usrlocal.com/2009/01/nsa-snooped-on-all-us-communications/</link>
		<comments>http://usrlocal.com/2009/01/nsa-snooped-on-all-us-communications/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 05:35:30 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[In the news]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Bush]]></category>
		<category><![CDATA[NSA]]></category>
		<category><![CDATA[Spying]]></category>
		<category><![CDATA[Terrorism]]></category>

		<guid isPermaLink="false">http://usrlocal.com/?p=193</guid>
		<description><![CDATA[Unfortunately, I&#8217;m not shocked by this.  But I&#8217;m still mad has hell about it!

.msnbcLinks {font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #999; margin-top: 5px; background: transparent; text-align: center; width: 425px;} .msnbcLinks a {text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px;} .msnbcLinks a:link, .msnbcLinks a:visited {color: #5799db !important;} .msnbcLinks a:hover, .msnbcLinks a:active {color:#CC0000 !important;} [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, I&#8217;m not shocked by this.  But I&#8217;m still mad has hell about it!</p>
<div><iframe height="339" width="425" src="http://www.msnbc.msn.com/id/22425001/vp/28781200#28781200" frameborder="0" scrolling="no"></iframe><br />
<style type="text/css">.msnbcLinks {font-size:11px; font-family:Arial, Helvetica, sans-serif; color: #999; margin-top: 5px; background: transparent; text-align: center; width: 425px;} .msnbcLinks a {text-decoration:none !important; border-bottom: 1px dotted #999 !important; font-weight:normal !important; height: 13px;} .msnbcLinks a:link, .msnbcLinks a:visited {color: #5799db !important;} .msnbcLinks a:hover, .msnbcLinks a:active {color:#CC0000 !important;} </style>
</div>
<p/>
<p><a href="http://blog.wired.com/27bstroke6/2009/01/nsa-whistleblow.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2009/01/nsa-snooped-on-all-us-communications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam Drop!</title>
		<link>http://usrlocal.com/2008/11/spam-drop/</link>
		<comments>http://usrlocal.com/2008/11/spam-drop/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 18:20:01 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[In the news]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Spam Volume Drop]]></category>

		<guid isPermaLink="false">http://matt.usrlocal.com/?p=93</guid>
		<description><![CDATA[Normally when I see articles such as this where spam volumes have dropped between 40-75%, my BS meter starts to peg on high.  But more articles are coming out stating that 500,000 bots have been bagged.  
Surprisingly, we have seen the drop here at the office.  We have a store and forward [...]]]></description>
			<content:encoded><![CDATA[<p>Normally when I see articles such as <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9119963">this</a> where spam volumes have dropped between 40-75%, my BS meter starts to peg on high.  But more articles are coming out stating that <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&#038;articleId=9120727&#038;intsrc=hm_list">500,000 bots have been bagged</a>.  </p>
<p>Surprisingly, we have seen the drop here at the office.  We have a store and forward service and we have various statistical tools to serve us a graph of the volume.  Check this out!</p>
<p><a href='http://matt.usrlocal.com/wp-content/uploads/2008/11/mailgraph.png'><img src="http://matt.usrlocal.com/wp-content/uploads/2008/11/mailgraph.png" alt="" title="mailgraph" width="500" height="159" class="aligncenter size-full wp-image-94" /></a></p>
<p>I didn&#8217;t think it would be a big drop, but one of the other admins pointed that out and we have seen it across all of our store and forward and relay servers.  Attempts by bots and various other servers to try and send mail through our systems have drastically dropped. </p>
<p>What are you seeing?</p>
]]></content:encoded>
			<wfw:commentRss>http://usrlocal.com/2008/11/spam-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
