<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
 <title>The Cloud Security Rules aggregator</title>
 <link>http://thecloudsecurityrules.com/aggregator/categories/1</link>
 <description>The Cloud Security Rules - aggregated feeds in category Security</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/TheCloudSecurityRules" /><feedburner:info uri="thecloudsecurityrules" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
 <title>via @j4vv4d: Cookies and European Laws</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/rUmj2Noquf8/</link>
 <description>Ever visit a European website and wonder what that message means that generally pops up telling you they use cookies? Well all is about to be revealed.&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=rUmj2Noquf8:hVpsY48Jbnk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=rUmj2Noquf8:hVpsY48Jbnk:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=rUmj2Noquf8:hVpsY48Jbnk:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=rUmj2Noquf8:hVpsY48Jbnk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/rUmj2Noquf8" height="1" width="1"/&gt;</description>
 <pubDate>Thu, 03 Jan 2013 14:38:28 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/J4vv4d/~3/yPhmDzk4FpQ/</feedburner:origLink></item>
<item>
 <title>via @lmacvittie: Back to Basics: Least Connections is Not Least Loaded</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/_OzToabvnl0/back-to-basics-least-connections-is-not-least-loaded</link>
 <description>&lt;script type="text/javascript" src="/DesktopModules/itcMetaPost/js/ca0c21fbdc85f6a1597417732d450607.ashx?hs=1"&gt;&lt;/script&gt;&lt;p&gt;#webperf #ado When &lt;a href="http://www.f5.com/glossary/load-balancing.html"&gt;load balancing&lt;/a&gt;, &amp;quot;least connections&amp;quot; does not mean &amp;quot;least loaded&amp;quot; &lt;/p&gt;  &lt;p&gt;Performance is important, and that means it's important that our infrastructure support the need for speed. Load balancing algorithms are an integral piece of the performance equation and can both improve - or degrade - performance. &lt;/p&gt;  &lt;p&gt;That's why it's important to understand more about the algorithms than their general selection mechanism. Understanding that round robin is basically an iterative choice, traversing a list one by one is good - but understanding what that means in terms of performance and capacity on different types of applications and application workloads is even better. &lt;/p&gt;  &lt;p&gt;We last checked out &amp;quot;&lt;a href="/blogs/us/back-to-basics-the-theory-of-performance-relativity"&gt;fastest response time&lt;/a&gt;&amp;quot; and today we're diving into &amp;quot;least connections&amp;quot; which, as stated above, does not mean &amp;quot;least loaded.&amp;quot; &lt;/p&gt;  &lt;h4&gt;&lt;font color="#800000"&gt;INTRA-APPLICATION WORKLOADS&amp;#160; &lt;br /&gt;&lt;/font&gt;&lt;/h4&gt;  &lt;p&gt;The industry standard &amp;quot;Least connections&amp;quot; load balancing algorithm uses the number of current connections to each application instance (member) to make its load balancing decision. The member with the least number of active connections is chosen. Pretty simple, right? &lt;/p&gt;  &lt;p&gt;The premise of this algorithm is a general assumption that fewer connections (and thus fewer users) means less load &lt;a href="/Portals/0/images/metapost/News-Articles/macvittie/2012/Dec/WLW-BacktoBasicsLeastConnectionsisNotLeastLo_4314-operational%20axiom%202_2.png"  class="itcexpando" onclick="return mp.expand(this,{slideshowGroup:'2e86614d'})" &gt;&lt;img style="border-right-width: 0px; margin: 5px 5px 0px 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="operational axiom 2" border="0" alt="operational axiom 2" title="operational axiom 2" align="left" src="/Portals/0/images/metapost/News-Articles/macvittie/2012/Dec/WLW-BacktoBasicsLeastConnectionsisNotLeastLo_4314-operational%20axiom%202_thumb.png" width="292" height="117" /&gt;&lt;/a&gt;and therefore better performance. That's operational axiom #2 at work - if performance decreases as load increases it stands to reason that performance increases as load decreases. &lt;/p&gt;  &lt;p&gt;That would be true (and in the early days of load balancing it was true) if all intra-application workloads required the same resources. Unfortunately, that's no longer true and the result is uneven load distribution that leads to unpredictable performance fluctuations as demand increases. &lt;/p&gt;  &lt;p&gt;Consider a simple example: a user logging into a system takes at least one if not more database queries to validate credentials and then update the system to indicate the activity. Depending on the nature of the application, other intra-application activities will require different quantities of resources. Some are RAM heavy, others CPU heavy, others file or database heavy. Furthermore, depending on the user in question, the usage pattern will vary greatly. One hundred users can be logged into the same system (requiring at a minimum ten connections) but if they're all relatively idle, the system will be lightly loaded and performing well. &lt;/p&gt;  &lt;p&gt;Conversely, another application instance may boast only 50 connections, but all fifty users are heavily active with database queries returning large volumes of data. The system is far more heavily loaded and performance may be already beginning to suffer. &lt;/p&gt;  &lt;p&gt;&lt;a href="/Portals/0/images/metapost/News-Articles/macvittie/2012/Dec/WLW-BacktoBasicsLeastConnectionsisNotLeastLo_4314-leastconnsnotleastload_2.png"  class="itcexpando" onclick="return mp.expand(this,{slideshowGroup:'2e86614d'})" &gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="leastconnsnotleastload" border="0" alt="leastconnsnotleastload" title="leastconnsnotleastload" align="left" src="/Portals/0/images/metapost/News-Articles/macvittie/2012/Dec/WLW-BacktoBasicsLeastConnectionsisNotLeastLo_4314-leastconnsnotleastload_thumb.png" width="417" height="280" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;When the next request comes in, however, the load balancer using a &amp;quot;least connections&amp;quot; algorithm will choose the latter member, increasing the burden on that member and likely further degrading performance.&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;The premise of the least connections algorithm is that the application instance with the fewest number of connections is the least loaded. Except, it's not. &lt;/p&gt;  &lt;p&gt;The only way to know which application instance is the least loaded is to monitor its system variables directly, gathering CPU utilization and memory and comparing it against known maximums. That generally requires either SNMP, agents, or other &lt;a href="/blogs/us/back-to-basics-health-monitors-and-load-balancing"&gt;active monitoring mechanisms that can unduly tax the system&lt;/a&gt; in and of itself by virtue of consuming resources. &lt;/p&gt;  &lt;p&gt;This is a quandary for operations, because &amp;quot;application workload&amp;quot; is simply too broad a generalization. Certainly some applications are more I/O heavy than others, still others are more CPU or connection heavy. But all applications have both a general workload profile &lt;strong&gt;and &lt;/strong&gt;an intra-application workload profile. Understanding the usage patterns - the intra-application workload profile - of an application is critical to being able to determine how best to not only choose a load balancing algorithm but specify any limitations that may provide better overall performance and use of capacity during execution. &lt;/p&gt;  &lt;p&gt;As always, being aware of the capabilities and the limitations of a given load balancing algorithm will assist in choosing one that is best able to meet the performance and availability requirements of an application (and thus the business). &lt;/p&gt;  &lt;hr width="100%" noshade="noshade" /&gt;   &lt;p&gt;&amp;#160;&lt;a href="http://www.f5.com/"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="F5 Networks" border="0" alt="F5 Networks" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_f5-logo.png" width="49" height="36" /&gt;&lt;/a&gt;&lt;a href="http://twitter.com/f5networks"&gt;&lt;b&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003[5]" border="0" alt="clip_image003[5]" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_twitter-icon.png" width="37" height="38" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="http://www.linkedin.com/company/f5-networks"&gt;&lt;b&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004[5]" border="0" alt="clip_image004[5]" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_linkedin-icon.png" width="40" height="38" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="http://www.facebook.com/f5networksinc"&gt;&lt;b&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006[5]" border="0" alt="clip_image006[5]" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_facebook-icon.png" width="36" height="37" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="https://www.youtube.com/user/f5networksinc"&gt;&lt;b&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image007[5]" border="0" alt="clip_image007[5]" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_youtube-icon.png" width="42" height="38" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="/"&gt;&lt;b&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008[5]" border="0" alt="clip_image008[5]" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_dc-icon.png" width="41" height="38" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="d_itc_f" style="clear:both;height:11px;"&gt;&lt;script src="/DesktopModules/itcMetaPost/js/m.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=_OzToabvnl0:DcKI5UpL-aQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=_OzToabvnl0:DcKI5UpL-aQ:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=_OzToabvnl0:DcKI5UpL-aQ:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=_OzToabvnl0:DcKI5UpL-aQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/_OzToabvnl0" height="1" width="1"/&gt;</description>
 <pubDate>Wed, 02 Jan 2013 18:08:00 +0100</pubDate>
<feedburner:origLink>https://devcentral.f5.com/blogs/us/back-to-basics-least-connections-is-not-least-loaded</feedburner:origLink></item>
<item>
 <title>via @GFISoftware: 13 for ’13 Jumpstart: BYOD and MDM</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/bRcROrcTn9M/</link>
 <description>&lt;p&gt;&lt;a href="http://www.gfi.com/blog/wp-content/uploads/2013/01/2.jpg"&gt;&lt;img class=" wp-image-10099 alignright" style="margin: 10px; border: 0px solid black;" title="13 for ’13 Jumpstart: Part 2" src="http://www.gfi.com/blog/wp-content/uploads/2013/01/2-300x300.jpg" alt="" width="216" height="216" /&gt;&lt;/a&gt;A few weeks ago we published an article called &lt;em&gt;&lt;a href="http://www.gfi.com/blog/13-it-projects-to-include-in-your-plans-for-2013/"&gt;13 IT Projects to Include in Your Plans for 2013&lt;/a&gt;&lt;/em&gt;. In that post, we suggested thirteen great IT projects for you to consider, since as the New Year approaches, many IT departments start lining up their wish lists for the following year. We got several requests either in comments or through email asking for tips to help “jumpstart” some of these projects, and since we’re all about our readers, we decided to publish some follow-up articles to help do just that.&lt;/p&gt;
&lt;p&gt;Our first project suggestion was &lt;a href="http://www.gfi.com/blog/13-for-13-jumpstart-patch-management/"&gt;patch management&lt;/a&gt;; in this second project suggestion we’ll be discussing BYOD (Bring Your Own Device) and MDM (Mobile Device Management). Here’s what is said in the initial post:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;BYOD is one of those inevitable things that you can either get on board with, or get rolled over by. Tablets, smartphones, convertibles and more are all growing in popularity, and if your users want to spend their own money on devices to make them more productive, who are you to object? You want them secure and manageable, and having good policies and MDM solutions in place are the first key steps towards making BYOD good for all concerned. &lt;/em&gt;&lt;/p&gt;
&lt;p&gt;With that in mind, here are some tips to help you jump start this project:&lt;span id="more-10097"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Decide what is acceptable&lt;/h2&gt;
&lt;p&gt;BYOD does not have to be a free for all. Determine what devices you want to support, and what services you want to provide. Will they connect to the internal network or the guest network? Are all apps up for consideration or only core services that lend themselves well to BYOD, like email and messaging?&lt;/p&gt;
&lt;h2&gt;Decide what is not&lt;/h2&gt;
&lt;p&gt;BYOD can present certain security risks if it is not handled appropriately. Part of mitigating those risks is determining what is not acceptable. You might be okay with users accessing the guest wireless network with their tablets, but not connecting their personally owned laptops to the corporate Ethernet. You might be okay with employees using their BYOD hardware to access email, but not with them saving confidential information on their device’s local storage.&lt;/p&gt;
&lt;p&gt;Ultimately your team needs to decide what is not acceptable, but here’s a tip that works for me. If they could do something from home on their personal device, like check their email, log onto the company web portal, etc. then it should be okay for them to do so with BYOD. If all unmanaged devices are kept on the guest network, then they present no more real risk than they did coming over the Internet. Start there, and work your way up as you get more comfortable and can better evaluate your apps.&lt;/p&gt;
&lt;h2&gt;Determine where the support boundaries are&lt;/h2&gt;
&lt;p&gt;The Y in BYOD may imply that it is not company property, but your support desk is going to get questions. How do I set up my email? How can I access the Intranet? Why can’t I get on the Wi-Fi network? Can’t I install that app? And the myriad of platforms out there will make it very challenging to provide support, since even different Android devices can have radically different ways to do trivial tasks like setting up email or configuring the wireless client. As a team, decide what you are comfortable with and make sure you set clear expectations with your users before you open the floodgates.&lt;/p&gt;
&lt;h2&gt;Create and publicize the device policy&lt;/h2&gt;
&lt;p&gt;And here is where you make that clear. Create and publicize a policy that clearly lists the devices that will be supported, the apps that are permissible, and just how far the support desk can go before the user is on his/her own to figure out how to make his/her personal device work.&lt;/p&gt;
&lt;h2&gt;Create and publicize the Acceptable Use Policy&lt;/h2&gt;
&lt;p&gt;Here is where you need to be really clear with your users, so this is a policy that you want to spend time on to be sure that it is clear and written so that end users can understand it. You don’t want users to abuse the privilege of BYOD, and you don’t want to negatively impact productivity. Making it clear to users what is and is not acceptable is key here, since they will often think that corporate policies don’t apply to their personal devices.&lt;/p&gt;
&lt;h2&gt;Account for security&lt;/h2&gt;
&lt;p&gt;The last thing anyone wants is for BYOD to result in a security incident, so make sure you talk about that at the beginning and not at the end. Users of Exchange (on-premises or Office 365) can use Exchange ActiveSync policies to lock down devices with passwords, screen locks, etc., and can remotely wipe a lost device. Not all devices support hardware encryption though, so you need to decide whether or not to require that, and if you do, how you will address all those users whose BYOD devices won’t be permitted. You will also want to make sure that your policy covers remote wipe and that users know they are responsible for their own backups, since BYOD devices will have personal content on them.&lt;/p&gt;
&lt;h2&gt;Evaluate and select your solution&lt;/h2&gt;
&lt;p&gt;If you want to use a Mobile Device Management solution, you are going to have to do an in-house evaluation to make sure you like the product and it works in your environment. Plan on a month to six week test drive for each MDM solution you want to evaluate, and make it clear to the sales team that you have to test drive it before you buy it. You need to be sure any MDM will do what you need, across all the devices you plan to support. You cannot determine that from a website or online demo.&lt;/p&gt;
&lt;h2&gt;Pilot&lt;/h2&gt;
&lt;p&gt;Most, if not all, of your IT team probably already owns devices that could be used for BYOD. Conduct a pilot, with phase one being your IT team, and phase two being a limited number of business users. You want to be comfortable with all the aspects of BYOD before you open the flood gates and let everyone in.&lt;/p&gt;
&lt;h2&gt;Deploy&lt;/h2&gt;
&lt;p&gt;When you are ready, deploy. MDM solutions can make this very easy, by pushing configs to users when they visit a website using a link you can send out in an email. If you are not using MDM, send out instructions for how to set up the most common devices, and be ready at the support desk for those you missed and for users who either don’t read, or have challenges with the do-it-yourself part of BYOD. And you really need to plan for and offer at least some level of best effort support for your users – it’s the right thing to do.&lt;/p&gt;
&lt;h2&gt;Wash, rinse and repeat&lt;/h2&gt;
&lt;p&gt;BYOD and MDM are not fire and forget solutions. They will need constant evaluation to determine what works, what needs to be changed and what needs to be dumped. Set the expectation amongst the team that you will formally evaluate at least twice a year, and that the project is open to requested or required changes as needed to ensure that the solution is working for both users and the company.&lt;/p&gt;
&lt;p&gt;So now you have some tips to help you get started on BYOD as a project, along with some of the key things to be sure you include to make this project a success. Management sponsorship, project management and consensus are all as important as the more technical parts, even if they aren’t quite as sexy. BYOD can offer significant benefits to the business and can make a big impact on user morale too, so it’s in the best interests of the entire company to make sure this is a success. With the tips above, you are in a much better position to make sure it is a success.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Like our posts? Subscribe to our &lt;a href="http://feeds.feedburner.com/TalkTechToMe-All"&gt;RSS feed&lt;/a&gt; or email feed (on the right hand side) now, and be the first to get them!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/TalkTechToMe/~4/-ZuF5bogIpk" height="1" width="1"/&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=bRcROrcTn9M:t5wlT5mr_j8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=bRcROrcTn9M:t5wlT5mr_j8:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=bRcROrcTn9M:t5wlT5mr_j8:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=bRcROrcTn9M:t5wlT5mr_j8:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/bRcROrcTn9M" height="1" width="1"/&gt;</description>
 <pubDate>Wed, 02 Jan 2013 16:00:38 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/TalkTechToMe/~3/-ZuF5bogIpk/</feedburner:origLink></item>
<item>
 <title>via @anton_chuvakin: Annual Blog Round-Up – 2012</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/YqQVAkcyUaA/annual-blog-round-up-2012.html</link>
 <description>&lt;p&gt;Here is my &lt;strong&gt;annual &lt;a href="http://chuvakin.blogspot.com/"&gt;"Security Warrior" blog&lt;/a&gt; &lt;/strong&gt;round-up of top 10 popular posts/topics in 2012.  &lt;ol&gt; &lt;li&gt;“&lt;a href="http://chuvakin.blogspot.com/2010/03/simple-log-review-checklist-released.html"&gt;Simple Log Review Checklist Released!&lt;/a&gt;” was again the most popular this year. The checklist, a list of critical things to look for while reviewing&amp;nbsp; system, network and security logs when responding to a security incident  &lt;li&gt;&lt;a href="http://chuvakin.blogspot.com/search/label/PCI_Log_Review"&gt;PCI DSS Log Review series&lt;/a&gt; of posts take the #2 spot; they are about planning and executing PCI DSS-driven log review at an organization  &lt;li&gt;“&lt;a href="http://chuvakin.blogspot.com/2010/04/on-choosing-siem.html"&gt;On Choosing SIEM&lt;/a&gt;” is about &lt;em&gt;the least wrong way&lt;/em&gt; of choosing a SIEM tool – as well as why the right way is so unpopular.  &lt;li&gt;“&lt;a href="http://chuvakin.blogspot.com/2010/09/on-free-log-management-tools.html"&gt;On Free Log Management Tools&lt;/a&gt;” is another &lt;em&gt;perma-popular&lt;/em&gt; post, presenting a companion resource to the log checklist above  &lt;li&gt;“&lt;a href="http://chuvakin.blogspot.com/2011/07/top-10-criteria-for-siem.html"&gt;Top 10 Criteria for a SIEM?&lt;/a&gt;” is an &lt;em&gt;EXAMPLE&lt;/em&gt; criteria list for choosing a SIEM.  &lt;li&gt;“&lt;a href="http://chuvakin.blogspot.com/2011/07/log-management-at-0-and-1hrweek.html"&gt;Log Management at $0 and 1hr/week?&lt;/a&gt;” is pretty much what it is. How to do log management under extreme budget AND time constraints?  &lt;li&gt;“&lt;a href="http://chuvakin.blogspot.com/2010/08/updated-with-community-feedback-sans_06.html"&gt;Updated With Community Feedback SANS Top 7 Essential Log Reports&lt;/a&gt;” and an older “&lt;a href="http://chuvakin.blogspot.com/2010/07/sans-top-5-essential-log-reports-update.html"&gt;SANS Top 5 Essential Log Reports Update!&lt;/a&gt;” &lt;li&gt;&lt;a href="http://chuvakin.blogspot.com/2009/11/siem-bloggables.html"&gt;“SIEM Bloggables”&lt;/a&gt; has one possible view on higher-level SIEM use cases and basic functionality, and a quick discussion of SIEM user types. &lt;li&gt;&lt;a href="http://chuvakin.blogspot.com/2010/06/how-do-i-get-best-siem.html"&gt;“How Do I Get The Best SIEM?”&lt;/a&gt; is a discussion (circa 2010) about approaches to choosing SIEM tools and matching functionality to requirements. &lt;li&gt;2009 post called “&lt;a href="http://chuvakin.blogspot.com/2009/12/log-management-siem.html"&gt;Log Management + SIEM = ?&lt;/a&gt;” gives some quick architecture advice on combining SIEM and log management &lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Disclaimer&lt;/strong&gt;: all this content was written before I &lt;a href="http://chuvakin.blogspot.com/2011/07/last-blog-post.html"&gt;joined Gartner&lt;/a&gt; on Aug 1, 2011 and is solely my personal view &lt;strong&gt;&lt;u&gt;&lt;em&gt;at the time of writing&lt;/em&gt;&lt;/u&gt;&lt;/strong&gt;. For my current security blogging, go &lt;a href="http://blogs.gartner.com/anton-chuvakin"&gt;here&lt;/a&gt;. &lt;p&gt;Also see my past &lt;a href="http://chuvakin.blogspot.com/search/label/Monthly"&gt;monthly&lt;/a&gt; and &lt;a href="http://chuvakin.blogspot.com/search/label/Annual"&gt;annual&lt;/a&gt; “Top Posts” – &lt;a href="http://chuvakin.blogspot.com/2008/01/annual-blog-round-up-2007.html"&gt;2007&lt;/a&gt;, &lt;a href="http://chuvakin.blogspot.com/2009/01/annual-blog-round-up-2008.html"&gt;2008&lt;/a&gt;, &lt;a href="http://chuvakin.blogspot.com/2010/01/annual-blog-round-up-2009.html"&gt;2009&lt;/a&gt;, &lt;a href="http://chuvakin.blogspot.com/2010/01/annual-blog-round-up-2010.html"&gt;2010&lt;/a&gt;, &lt;a href="http://chuvakin.blogspot.com/2012/01/annual-blog-round-up-2011.html"&gt;2011&lt;/a&gt;.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;About me: http://www.chuvakin.org&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/AntonChuvakinPersonalBlog?a=IPG4Y6MOKxU:JRkmOfAVsYM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AntonChuvakinPersonalBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/AntonChuvakinPersonalBlog?a=IPG4Y6MOKxU:JRkmOfAVsYM:63t7Ie-LG7Y"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AntonChuvakinPersonalBlog?d=63t7Ie-LG7Y" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/AntonChuvakinPersonalBlog?a=IPG4Y6MOKxU:JRkmOfAVsYM:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/AntonChuvakinPersonalBlog?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/IPG4Y6MOKxU" height="1" width="1"/&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=YqQVAkcyUaA:tRFZu8azPPg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=YqQVAkcyUaA:tRFZu8azPPg:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=YqQVAkcyUaA:tRFZu8azPPg:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=YqQVAkcyUaA:tRFZu8azPPg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/YqQVAkcyUaA" height="1" width="1"/&gt;</description>
 <pubDate>Tue, 01 Jan 2013 20:11:00 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/AntonChuvakinPersonalBlog/~3/IPG4Y6MOKxU/annual-blog-round-up-2012.html</feedburner:origLink></item>
<item>
 <title>via @lmacvittie: 1024 Words: Least Connections is Not Least Loaded</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/Qj1fB81xCps/1024-words-least-connections-is-not-least-loaded</link>
 <description>&lt;script type="text/javascript" src="/DesktopModules/itcMetaPost/js/ca0c21fbdc85f6a1597417732d450607.ashx?hs=1"&gt;&lt;/script&gt;
&lt;p&gt;#webperf #ado When &lt;a href="http://www.f5.com/glossary/load-balancing.html"&gt;load balancing&lt;/a&gt;, workload profile matters&lt;/p&gt;
&lt;p&gt;&lt;a class="itcexpando" href="/Portals/0/images/metapost/News-Articles/macvittie/2012/Dec/WLW-1024WordsLeastConnectionsisNotLeastLoade_430F-leastconnsnotleastload_2.png" onclick="return mp.expand(this,{slideshowGroup:'cf167cd0'})"&gt;&lt;img alt="leastconnsnotleastload" border="0" height="408" src="/Portals/0/images/metapost/News-Articles/macvittie/2012/Dec/WLW-1024WordsLeastConnectionsisNotLeastLoade_430F-leastconnsnotleastload_thumb.png" style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="leastconnsnotleastload" width="607" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr noshade="noshade" width="100%" /&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.f5.com/"&gt;&lt;img alt="F5 Networks" border="0" height="36" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_f5-logo.png" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="F5 Networks" width="49" /&gt;&lt;/a&gt;&lt;a href="http://twitter.com/f5networks"&gt;&lt;b&gt;&lt;img alt="clip_image003[5]" border="0" height="38" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_twitter-icon.png" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image003[5]" width="37" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="http://www.linkedin.com/company/f5-networks"&gt;&lt;b&gt;&lt;img alt="clip_image004[5]" border="0" height="38" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_linkedin-icon.png" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image004[5]" width="40" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="http://www.facebook.com/f5networksinc"&gt;&lt;b&gt;&lt;img alt="clip_image006[5]" border="0" height="37" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_facebook-icon.png" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image006[5]" width="36" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="https://www.youtube.com/user/f5networksinc"&gt;&lt;b&gt;&lt;img alt="clip_image007[5]" border="0" height="38" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_youtube-icon.png" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image007[5]" width="42" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;a href="/"&gt;&lt;b&gt;&lt;img alt="clip_image008[5]" border="0" height="38" src="/weblogs/images/devcentral_f5_com/weblogs/macvittie/1086440/o_dc-icon.png" style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="clip_image008[5]" width="41" /&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="d_itc_f" style="clear:both;height:11px;"&gt;&lt;script src="/DesktopModules/itcMetaPost/js/m.js" type="text/javascript"&gt;&lt;/script&gt;&lt;/div&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=Qj1fB81xCps:HBSzL05ltMA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=Qj1fB81xCps:HBSzL05ltMA:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=Qj1fB81xCps:HBSzL05ltMA:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=Qj1fB81xCps:HBSzL05ltMA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/Qj1fB81xCps" height="1" width="1"/&gt;</description>
 <pubDate>Mon, 31 Dec 2012 15:14:00 +0100</pubDate>
<feedburner:origLink>https://devcentral.f5.com/blogs/us/1024-words-least-connections-is-not-least-loaded</feedburner:origLink></item>
<item>
 <title>via @GFISoftware: 2013 Through the Crystal Ball</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/tKXApUqL5es/</link>
 <description>&lt;p&gt;&lt;a href="http://www.gfi.com/blog/wp-content/uploads/2012/12/2013.jpg"&gt;&lt;img class=" wp-image-10079 alignright" style="border: 0px solid black; margin: 10px;" title="2013" src="http://www.gfi.com/blog/wp-content/uploads/2012/12/2013-300x172.jpg" alt="" width="243" height="140" /&gt;&lt;/a&gt;Predicting the future is one hazardous occupation (ask the Mayans), yet in the world of IT and technology, trends and habits have a tendency to repeat themselves year after year. In this post we look at some of the things that will most likely happen in 2013 – affecting both your users and the business in general.&lt;span id="more-10078"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;1. MySpace comeback&lt;/h2&gt;
&lt;p&gt;A recent study shows that MySpace is one of the poorest performing social media platforms of 2012; however, its latest site redesign and strategy could be enticing enough for netizens to give it a second (or third) chance. If MySpace becomes as buzz worthy as Google+ prior to its launch, we can expect criminals to take advantage of this. Expect a first-off shenanigan like bogus MySpace invites for this one.&lt;/p&gt;
&lt;h2&gt;2. The debate on BYOD will go on&lt;/h2&gt;
&lt;p&gt;For some, BYOD (Bring Your Own Device) was already a reality even before the term was invented and security measures were instituted in the company. It seems this policy is already bound to happen as more and more people bring and use their own personal devices. Now that an increasing number of employees and enterprises are embracing this policy, serious questions on security come in. As long as security remains an issue that is not addressed, BYOD will continue to be a hot topic of debate.&lt;/p&gt;
&lt;h2&gt;3. Online criminals will continue to bait mobile users with fake apps&lt;/h2&gt;
&lt;p&gt;Regardless of a security measure in place, people are still finding bogus apps served on Google Play. It is now up to the users to fend for themselves by checking and double-checking the credibility of the app creators.&lt;/p&gt;
&lt;h2&gt;4. Phishing, other scams, hacking and malware will continue to target gamers&lt;/h2&gt;
&lt;p&gt;Gamers on any gaming platform (Steam, PC, PS2, XBox, even social networking sites) have been subjected to phishing attacks and malware attacks in the past. Whether gamers are entering their account credentials to sleek looking bogus gaming sites to which they were redirected from an email or downloading a keygen for their games, the gaming industry is a market cybercriminals will not fail to exploit.&lt;/p&gt;
&lt;h2&gt;5. Social media platforms will continue to be rife with web threats&lt;/h2&gt;
&lt;p&gt;Social media platforms like Facebook, Twitter, and Tumblr make it easy for anyone to share and see shared posts in real time. This, however, can also mean that what you&amp;#8217;re sharing might lead someone to panic unnecessarily, click a link that will take them to fill in surveys, or download and install something to their system.&lt;/p&gt;
&lt;h2&gt;6. There&amp;#8217;s still that issue of passwords&lt;/h2&gt;
&lt;p&gt;It&amp;#8217;s very alarming to see that bad passwords used a couple of years back are still being used now. As long as internet users continue to ignore the liabilities of recycling and reusing passwords, creating passwords that are too short and predictable, more accounts and sites will be in the hands of criminals.&lt;/p&gt;
&lt;h2&gt;7. Compromising/defacing sites will remain a means to express online protest and &amp;#8220;tough love&amp;#8221;&lt;/h2&gt;
&lt;p&gt;This so-called &amp;#8220;Hacking for a cause&amp;#8221; will continue as a means to protest against an ideology, law, philosophy, etc&lt;/p&gt;
&lt;h2&gt;8. Vulnerabilities in third party software&lt;/h2&gt;
&lt;p&gt;Hackers will continue to target 3rd party programs, such as Adobe Flash, Oracle Java, and Adobe Acrobat for software vulnerabilities. They realize patching 3rd party applications is an area that many IT admins simply do not address. The solution to this would be to run a product that provides patch management for 3rd party applications, such as GFI LanGuard.&lt;/p&gt;
&lt;h2&gt;9. Social engineering &amp;#8211; you can&amp;#8217;t patch people&lt;/h2&gt;
&lt;p&gt;Hackers will continue targeting employees, by sending them emails that look legitimate, in hopes that the user falls for their trap. These emails may contain malicious attachments or URLs that point to malicious websites. IT admins should ensure they have an antivirus solution installed on the server and endpoints, as well as have the ability to filter malicious URLs.&lt;/p&gt;
&lt;h2&gt;10. Data loss&lt;/h2&gt;
&lt;p&gt;Nearly everyone at one point in their life has lost a mobile device, such as a smart phone. With increase in employees following the &amp;#8220;Bring Your Own Device&amp;#8221; trend, IT admins need to know which devices are actually connected to their networks. They need to put policies in place that allow them to locate, lock, or wipe the device, and the employee needs to sign an agreement stating they approve of this. If the employee wants to connect their personal device to the corporate network, they have to agree to the terms set in place by the IT admin. If the admin has no way of tracking/wiping these devices, sensitive data may be lost, or put into the wrong hands.&lt;/p&gt;
&lt;h2&gt;11. Data theft&lt;/h2&gt;
&lt;p&gt;Miscreants will continue targeting high profile companies, in hopes of gaining access to sensitive data. We have seen the Anonymous group in 2010-2012 breach several corporations and government entities, and believe they will continue to do so in 2013. Typically, they are performing SQLi attacks, or SQL injection attacks, which allow them to reveal sensitive data stored in databases. IT admins should not only perform 3rd party audits of their web servers, but also have a contingency plan, in the event something goes wrong.&lt;/p&gt;
&lt;h2&gt;12. Mobile threats&lt;/h2&gt;
&lt;p&gt;Mobile threats will continue to escalate into a bigger problem for enterprises. Hackers realize that IT admins do not necessarily run an antivirus solution on their mobile endpoints, and as such, will target them. Malware is being created to steal data from Android devices. In order to keep this attack vector under control, corporations need to put security policies in place, which include installing an antivirus solution on mobile devices.&lt;/p&gt;
&lt;h2&gt;13. Cloud-based storage services havoc&lt;/h2&gt;
&lt;p&gt;More and more enterprises will use cloud-based storage services to store corporate data to allow for easy access when users are mobile. This is a nightmare for IT administrators because they have no clue where the data is going. Cloud-based storage services can be installed on any machine or device and so data is also accessed in many ways. Admins will need to regulate and control how cloud-based storage services are used in a corporate environment. Cloud services may also bypass content checking features in antivirus and anti-spam products because data is not being sent by email.&lt;/p&gt;
&lt;p&gt;Do you have any other predictions for 2013? Leave us a comment below and let us know!&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Like our posts? Subscribe to our &lt;a href="http://feeds.feedburner.com/TalkTechToMe-All"&gt;RSS feed&lt;/a&gt; or email feed (on the right hand side) now, and be the first to get them!&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;img src="http://feeds.feedburner.com/~r/TalkTechToMe/~4/8TPKzqT5NUE" height="1" width="1"/&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=tKXApUqL5es:XewRd9_609A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=tKXApUqL5es:XewRd9_609A:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=tKXApUqL5es:XewRd9_609A:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=tKXApUqL5es:XewRd9_609A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/tKXApUqL5es" height="1" width="1"/&gt;</description>
 <pubDate>Fri, 28 Dec 2012 16:00:58 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/TalkTechToMe/~3/8TPKzqT5NUE/</feedburner:origLink></item>
<item>
 <title>via @kairoer: A review of security in 2012 (and some thoughts for 2013)</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/7JnEBDDXIB4/678</link>
 <description>&lt;p&gt;&lt;img src="http://distilleryimage7.s3.amazonaws.com/df7b6e9a50ee11e2b39e22000a9d0df1_7.jpg" alt="View of the City of Drammen, dec 2012" title="A view of winter" width="612" height="612" /&gt;2012 was the year of many things. Not only the year a hero &lt;a href="http://en.wikipedia.org/wiki/Lance_Armstrong"&gt;fell off his piedestall and crashed his bike and career&lt;/a&gt;, it was also a year with quite some interesting security issues too. I have selected a few topics that I believe were important in 2012, as they are shaping the security community.&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;Do we really need security awareness training programs? &lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;An article by Dave Aitel &lt;a href="http://www.csoonline.com/article/711412/why-you-shouldn-t-train-employees-for-security-awareness"&gt;claimed that security awareness training is a waste of time&lt;/a&gt; and resources because it does not work. Stoping activities that is not working seems like a good idea, and one I commend.&lt;/p&gt;
&lt;p&gt;Yet, there is a difference between doing something right, and doing something wrong. If you do it wrong, it makes more sense to figure out how to do it right before you just abandon your activities all together.&lt;/p&gt;
&lt;p&gt;In my opinion training is ever-important also in security. If we want people to become more secure, we need to teach them what works, and what works not. More importantly is that we understand that people are humans, with their own minds, faults and reasons. Unlike technology, it can be quite hard to make people do what you want them to, all the time.&lt;/p&gt;
&lt;p&gt;The fact that making people do the right thing all the time is impossible, is also why some security folks may find it frustrating. My advice is to use professional trainers, whom know security, and understand how people function too. Have them design a training platform that works for your organization.&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;Not everything that counts can be counted, and not everything counted counts. &lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;Another topic that was up again this year is security metrics. As Albert Einstein observed, it can be easy to measure stuff, but doing so does not automagically make it relevant or even right. I find that many metrics measure stuff just to make up a fancy dashboard, one that looks important. And I find there are two main reasons for this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Those who set up the metrics don't know what is important to them and their organization,&lt;/li&gt;
&lt;li&gt;It's cheaper to show a fancy-pancy graph than digging into what it really mean&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It's not that hard to do metrics, as long as you understand that generic metrics based on a standard product or best practice never will give you the answers you need. You must analyse your internal needs and requirements, deside upon which controls to measure, and then implement metrics that give you relevant and realistic figures.&lt;/p&gt;
&lt;p&gt;For 2013, I suggest you identify a small number (5-10) controls that really matters to you, and design (and test) metrics that give you useful information. After all, if the figures you get does not enable you to tune your security efforts, what is the point?&lt;/p&gt;
&lt;h2&gt;&lt;b&gt;I can't fix the security, who can I blame? Ah - the users!&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;Another trend I saw in 2012 is a new version of the blame game. We have been talking about the human factor for years, and finally it seems like security people are opening their eyes to the possibility that there is more to security than firewalls, encryption and access controls.&lt;/p&gt;
&lt;p&gt;What concerns me about this trend is how some CSO/CISO's seems to be using the human factor as a new excuse for why they can't secure their organizations as they expected. Instead of spreading their effort to include user awareness training programs (that actually work), and implementing metrics that show the real status, they seem to be more interested in blaming poor security on stupid users and their lack of interest and understanding.&lt;/p&gt;
&lt;p&gt;For 2013, dear CSO/CISO, I suggest you suck it up and realize this is your responsiblility. Start doing things right, and please realize that people can be a great resource to you. With propper training and cultivation, you can build a culture of awareness that will help you doing your job better. But continue to put the blame on them, and you will alienate yourself and your security efforts.&lt;/p&gt;
&lt;h2&gt;&lt;b&gt; Google and Microsoft, bend to my will!&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;As is stated in the great book (yes, shameless self promotion) &lt;a href="http://thecloudsecurityrules.com/"&gt;The Cloud Security Rules&lt;/a&gt;, when you deside to use cloud services (as many did in 2012, and more will do in 2013), you must review and tweak the SLA to suit your needs. The challenge is that most companies are too small to force a change in the cloud providers SLA, and thus they end up accepting terms they may not be able to live with.&lt;/p&gt;
&lt;p&gt;One example of such is the Norwegian municipalities of Narvik and Moss, whom decided to move their internal office and email services to Google Docs and Microsoft 365.&lt;/p&gt;
&lt;p&gt;The SLA of both suppliers where designed for the US market, and not really adjusted for the legal situation in Europe/EU. The Norwegian Data Protectorate (Datatilsynet) demanded answers to how the municipalities would comply with The Privacy Act, and this simple demand spured a process in wich all the parties (and their laywers obviously) sat down to redesign the SLA's and the service delivery to comply with European law.&lt;/p&gt;
&lt;p&gt;Non of the municipalities would be able to do this on their own. Only because of the audit and demands from the Data Protectorate did these changes occure.&lt;/p&gt;
&lt;p&gt;This example show the importance of close cooperations between customers, suppliers and the regulatory sector. And it show how important local and regional adjustments are for cloud providers if they want to do business globally.&lt;/p&gt;
&lt;p&gt;Luckily, both Google and Microsoft can be reasoned with. The SLA changes they made opens the EU market to them, with an SLA that is compliant.&lt;/p&gt;
&lt;h2&gt;&lt;b&gt; Speaking at RSA&lt;/b&gt;&lt;/h2&gt;
&lt;p&gt;Another thing that happend in 2012 was me speaking at the RSA Europe conference in London. I was on a panel to discuss if security awareness training is a waste or a resource. To paraphrase myself - if you do it wrong, don't expect great results. Do it right, and you will get results.&lt;/p&gt;
&lt;p&gt;In 2013 I hope to be speaking and training in the US/North America. It seems like I will be traveling to the Great Lakes area early June (confirmation pending), and I would not mind extending my stay to go to other regions! Please consider me for your next training and speaking event!&lt;/p&gt;
&lt;p&gt;In Europe, I will be quite busy with training and speaking engagements in Norway and Germany.&lt;/p&gt;
&lt;p&gt;I also plan for my next book to publish in 2013. Must get going with that writing, then!&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What are your plans for 2013? Which trends in 2012 do you see, and how will they evolve in 2013? When do you plan to invite me to you next event?&lt;/b&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?i=4EskNceZqWo:XT7xSxThtRc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?i=4EskNceZqWo:XT7xSxThtRc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:dnMXMwOfBR0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?d=dnMXMwOfBR0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?i=4EskNceZqWo:XT7xSxThtRc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/kairoer?a=4EskNceZqWo:XT7xSxThtRc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/kairoer?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/kairoer/~4/4EskNceZqWo" height="1" width="1"/&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=7JnEBDDXIB4:stNClkYNEKE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=7JnEBDDXIB4:stNClkYNEKE:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=7JnEBDDXIB4:stNClkYNEKE:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=7JnEBDDXIB4:stNClkYNEKE:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/7JnEBDDXIB4" height="1" width="1"/&gt;</description>
 <pubDate>Fri, 28 Dec 2012 16:00:11 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/kairoer/~3/4EskNceZqWo/678</feedburner:origLink></item>
<item>
 <title>via @j4vv4d: A look back over 2012</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/mTYagMdKXbY/</link>
 <description>This isn&amp;#8217;t a real video, it&amp;#8217;s one of those ones where we just take a look over all the videos we made over 2012 and make random comments. We had a great year making videos, hope you enjoyed watching them too. Leave a comment &amp;#8211; what was your favourite video this year? &amp;#160;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=mTYagMdKXbY:v2UvskEQ1_w:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=mTYagMdKXbY:v2UvskEQ1_w:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=mTYagMdKXbY:v2UvskEQ1_w:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=mTYagMdKXbY:v2UvskEQ1_w:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/mTYagMdKXbY" height="1" width="1"/&gt;</description>
 <pubDate>Fri, 28 Dec 2012 13:04:20 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/J4vv4d/~3/1mZwnRUgWO0/</feedburner:origLink></item>
<item>
 <title>via @anton_chuvakin: Links for 2012-12-27 [del.icio.us]</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/5lHAL9N1wMc/anton18</link>
 <description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://hackmageddon.com/2012/12/26/browsing-security-predictions-for-2013/"&gt;Browsing Security Predictions for 2013 &amp;laquo; Hackmageddon.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/n4n7h_T3ZK0" height="1" width="1"/&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=5lHAL9N1wMc:JtAzLLh50cs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=5lHAL9N1wMc:JtAzLLh50cs:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=5lHAL9N1wMc:JtAzLLh50cs:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=5lHAL9N1wMc:JtAzLLh50cs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/5lHAL9N1wMc" height="1" width="1"/&gt;</description>
 <pubDate>Fri, 28 Dec 2012 09:00:00 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/AntonChuvakinPersonalBlog/~3/n4n7h_T3ZK0/anton18</feedburner:origLink></item>
<item>
 <title>via @anton_chuvakin: Links for 2012-12-26 [del.icio.us]</title>
 <link>http://feedproxy.google.com/~r/TheCloudSecurityRules/~3/Ps0NiGpooIU/anton18</link>
 <description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.computerweekly.com/blogs/david_lacey/2012/12/predictions_for_2013.html"&gt;Predictions for 2013 - David Lacey's IT Security Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://blog.lookout.com/blog/2012/12/13/2013-mobile-threat-predictions/"&gt;2013 Mobile Threat Predictions | The Official Lookout Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/7TxkrSCxtlM" height="1" width="1"/&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=Ps0NiGpooIU:VYqIC_7q7D0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=Ps0NiGpooIU:VYqIC_7q7D0:-BTjWOF_DHI"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?i=Ps0NiGpooIU:VYqIC_7q7D0:-BTjWOF_DHI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?a=Ps0NiGpooIU:VYqIC_7q7D0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/TheCloudSecurityRules?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/TheCloudSecurityRules/~4/Ps0NiGpooIU" height="1" width="1"/&gt;</description>
 <pubDate>Thu, 27 Dec 2012 09:00:00 +0100</pubDate>
<feedburner:origLink>http://feedproxy.google.com/~r/AntonChuvakinPersonalBlog/~3/7TxkrSCxtlM/anton18</feedburner:origLink></item>
</channel>
</rss>
