<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
  <title>Security Wannabe</title>
  <subtitle>Breaking Into the Security Industry for Fun and Profit</subtitle>
  <link href="http://securitywannabe.com//" rel="self" />
  <link href="http://securitywannabe.com/" />
  <updated>2010-03-15T17:52:29+01:00</updated>
  <author>
    <name>Craig Balding</name>
    <email>craig.balding@gmail.com</email>
  </author>
  <id>http://securitywannabe.com/</id>
  
  <entry>
    <title>HeadHacker.net Launch</title>
    <link href="/blog/2010/03/15/headhacker.net launch.html" />
    <id>tag:securitywannabe.com,2010-03-15:1268663395</id>
    <updated>2010-03-15T15:29:55+01:00</updated>
    <content type="html">&lt;p style=&quot;float:left;&quot;&gt;&lt;img src=&quot;/files/HH.jpg&quot; title=&quot;HeadHacker.net on mentalism, hypnosis, misdirection and influence&quot; alt=&quot;HeadHacker.net on mentalism, hypnosis, misdirection and influence&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;re curious about social engineering and want to dig deeper, check out HeadHacker.net, a new blog about &lt;a href=&quot;http://headhacker.net&quot;&gt;social engineering, hacking, hypnosis, mentalism and influence&lt;/a&gt; by Dale Pearson.&lt;/p&gt;
&lt;p&gt;Dale is kicking off with a blog series explaining the basics.  His latest post on hypnosis makes interesting reading as it dispells some common myths that I&amp;#8217;ve even heard information security professionals recite as fact&amp;#8230;.&lt;/p&gt;
&lt;p&gt;I look forward to reading more, as Dale is a no-nonsense type of guy and does his homework.&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>Unbelievable That This Went Unnoticed for So Long</title>
    <link href="/blog/2010/01/17/unbelievable-that-this-went-unnoticed-for-so-long.html" />
    <id>tag:securitywannabe.com,2010-01-17:1263737090</id>
    <updated>2010-01-17T15:04:50+01:00</updated>
    <content type="html">&lt;p&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2608/3781915510_b8921ff163_d.jpg&quot; title=&quot;Hiding, with 20-20 Vision&quot; alt=&quot;Hiding, with 20-20 Vision&quot; /&gt;&lt;/p&gt;
&lt;p&gt;What Linux specific software would you consider has arduous and scrutinising source code security reviews?&lt;/p&gt;
&lt;p&gt;Aside from &amp;#8220;the kernel&amp;#8221;, you might have said the Linux firewall: Netfilter.&lt;/p&gt;
&lt;p&gt;The title of this post is a quote from a suprised Linux Netfilter team member, in response to a &lt;a href=&quot;http://patchwork.ozlabs.org/patch/42148/&quot;&gt;bug report&lt;/a&gt; from Florian Westphal.&lt;/p&gt;
&lt;p&gt;Florian noticed that non-privileged users could add/delete/modify Ethernet Bridging ACLs, actions normally restricted to the system administrator.&lt;/p&gt;
&lt;h3&gt;Can I Haz Evil Client?&lt;/h3&gt;
&lt;p&gt;To exploit the vulnerability, you need a custom client.  The official ebtables utility won&amp;#8217;t let you abuse the bug as it makes a privileged call for a raw socket (SOCK_RAW) long before calling the vulnerable kernel code.  Since SOCK_RAW requires network admin capabilities (CAP_NET_ADMIN) normal users &lt;a href=&quot;http://www.flickr.com/photos/8229764@N02/3736977458/&quot;&gt;Do Not Pass Go&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To become a link layer $DEITY, an attacker could remove the privileged calls from the stock ebtables client or write a small program that just calls the vulnerable netfilter kernel routine (do_ebt_set_ctl).&lt;/p&gt;
&lt;h3&gt;Where Did I Put That Check?&lt;/h3&gt;
&lt;p&gt;The side effect of that earlier SOCK_RAW call was unintentional auditor misdirection.  If you audit the client code &amp;#8211; without referring to the kernel code &amp;#8211; you completely miss the bug.&lt;/p&gt;
&lt;p&gt;This &amp;#8220;slap on the forehead&amp;#8221; bug is an excellent reminder that when we review &amp;#8220;systems&amp;#8221; for security weaknessses, we need to evaluate &lt;strong&gt;related&lt;/strong&gt; components, aswell as their interactions (&amp;#8220;intended vs. actual&amp;#8221;).  If we don&amp;#8217;t, we&amp;#8217;re only looking at half the picture.  This approach doesn&amp;#8217;t just apply to code audits though: its equally valuable during real-world process audits.&lt;/p&gt;
&lt;p&gt;Although a surprising omission, there is no suggestion this vulnerability was caused by &lt;strong&gt;premeditated client side security&lt;/strong&gt;.  That happens when misguided developers embed security checks solely in the client, often in the belief that no-one is as smart as they are.  Vulnerability databases tell a different story.&lt;/p&gt;
&lt;h3&gt;What Can Developers Do About It?&lt;/h3&gt;
&lt;p&gt;An effective avoidance strategy for this type of bug is for developers to externalise their assumptions through the development of test cases (comments in code are nice, but give me a test case anyday).  Test cases embody developers intentions and in the process, help keep the gun from the developers feet.&lt;/p&gt;
&lt;p&gt;(via: &lt;a href=&quot;http://xorl.wordpress.com/2010/01/14/cve-2010-0007-linux-kernel-netfilter-ebtables-missing-check/&quot;&gt;CVE-2010-0007: Linux kernel netfilter ebtables Missing Check&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Image credit: &lt;a href=&quot;http://www.flickr.com/photos/xxmnp/&quot;&gt;bommelmützenkind&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>The Google Breach, or How Running Their Archrivals' Software Cost Them</title>
    <link href="/blog/2010/01/14/the-google-breach-how-running-their-archrivals-software-cost-them.html" />
    <id>tag:securitywannabe.com,2010-01-14:1263479101</id>
    <updated>2010-01-14T15:25:01+01:00</updated>
    <content type="html">&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: &lt;a href=&quot;http://siblog.mcafee.com/cto/operation-%E2%80%9Caurora%E2%80%9D-hit-google-others/&quot;&gt;McAfee investigation&lt;/a&gt; points to IE zero day.  This finding makes my point for me.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In our investigation we discovered that one of the malware samples involved in this broad attack exploits a new, not publicly known vulnerability in Microsoft Internet Explorer. We informed Microsoft about this vulnerability and Microsoft is expected to publish an advisory on the matter soon.&lt;br /&gt;
[&amp;#8230;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;While we have identified the Internet Explorer vulnerability as one of the vectors of attack in this incident, many of these targeted attacks often involve a cocktail of zero-day vulnerabilities combined with sophisticated social engineering scenarios. So there very well may be other attack vectors that are not known to us at this time. That said, contrary to some reports our findings to date have not shown a vulnerability in Adobe Reader being a factor in these attacks.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;em&gt;I&amp;#8217;m intentionally keeping my commentary on this issue brief (there is already enough).&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The attack vector against the Google corporate network is &lt;a href=&quot;http://www.wired.com/threatlevel/2010/01/google-hack-attack&quot;&gt;reported as an email with an attached PDF backdoor&lt;/a&gt;; i.e. the exploit relies on a security vulnerability in a local installation of Adobe Reader.&lt;/p&gt;
&lt;p&gt;Google is web services.  And they regularly remind us that they &amp;#8220;eat their own dog food&amp;#8221; by relying on those same services to run their business.&lt;/p&gt;
&lt;p&gt;Google&amp;#8217;s vision is the world run ChromeOS, a thin OS with just enough capabilities to plug into, and interact with, Google Services.&lt;/p&gt;
&lt;p&gt;Google&amp;#8217;s arch-enemy, Microsoft is about software (and now software + services).  With a historical stranglehold on the endpoint, it&amp;#8217;s hard to do business without running MS on at least &lt;strong&gt;some&lt;/strong&gt; endpoints.&lt;/p&gt;
&lt;p&gt;Google must be running Adobe Reader on something.  I suspect &amp;#8211; but I don&amp;#8217;t know &amp;#8211; that this is Windows.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How ironic is it that internal use of their rivals&amp;#8217; thick client desktop software (as the underlying platform) and 3rd party software &amp;#8211; the very antithesis or the Google philosophy &amp;#8211; was the key enabler in the breach?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;(yes, web services and browsers introduce their own security issues)&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s no suggestion so far that Microsoft software was at fault.  The culprit appears to be Adobe.  But &amp;#8220;sophisticated&amp;#8221; post-exploitation pivoting and data exfiltration software doesn&amp;#8217;t just drop out of thin air.  Nor does the implementation of stealth features.  This stuff takes time to develop and embed.  Sure, post-exploitation code exists for other platforms but APT consistently targets Windows based Corporate America.  &lt;a href=&quot;http://www.ccianet.org/papers/cyberinsecurity.pdf&quot;&gt;What was it Dr Geer (et al) warned us of?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you were Google, what software would you mandate for employee endpoints now?&lt;/em&gt;&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>6 New Year Security Resolutions for This Security Wannabe</title>
    <link href="/blog/2009/12/31/6-new-year-security-resolutions-for-this-security-wannabe.html" />
    <id>tag:securitywannabe.com,2009-12-31:1262263224</id>
    <updated>2009-12-31T13:40:24+01:00</updated>
    <content type="html">&lt;p&gt;In 2010, I will:&lt;/p&gt;
&lt;h3&gt;Put my RSS reader on a Crash Diet&lt;/h3&gt;
&lt;p&gt;I don&amp;#8217;t know about you, but seeing &amp;#8216;1050 unread items&amp;#8217; in my feed reader does not fill me with pleasure.  Instead, it starts to feel like &amp;#8220;yet another inbox&amp;#8221;.  I don&amp;#8217;t need another one of those :).&lt;/p&gt;
&lt;p&gt;As of yesterday, I&amp;#8217;ve switched from 500 feeds to about 60.  This is my loyalty vote for bloggers I admire/respect and a reflection of an &amp;#8220;essentials&amp;#8221; only attitude.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m going to miss &lt;strong&gt;some&lt;/strong&gt; stuff, but what&amp;#8217;s the worst that could happen?  Twitter makes up for some of the ground, but ultimately, I&amp;#8217;m not going to lose any sleep over this.  I hope it leads to me getting more out of my feeds.  If you do the same and end up unsubscribing from this blog (shock, horror!) &amp;#8211; no hard feelings &amp;#8211; I&amp;#8217;ll send the free suitcases of money somewhere else ;)!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m aware of other ways to remedy feed overload (Postrank, Yahoo! Pipes etc) but for now I&amp;#8217;m keeping it simple.&lt;/p&gt;
&lt;p&gt;To keep high volume information security and global news sources out of my feed reader, I&amp;#8217;m using &lt;a href=&quot;http://netvibes.com&quot;&gt;Netvibes&lt;/a&gt;.  I&amp;#8217;ve set this up  with a single page containing key sources &amp;#8211; in a multi-column overview page I can scan incredibly quickly.  Netvibes will be closed unless I&amp;#8217;m actively checking it.&lt;/p&gt;
&lt;h3&gt;Reduce my Dependence on Google&lt;/h3&gt;
&lt;p&gt;Google offers some very seductive services for free.  They &amp;#8220;just work&amp;#8221;, are easy to use and efficient.  I know, as I use a ton of them!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m &lt;a href=&quot;http://www.seobook.com/google-hypocritical-importance-privacy&quot;&gt;increasingly concerned at the amount of the web and web experience that Google owns&lt;/a&gt;.  This isn&amp;#8217;t news in some ways and in the past I accepted the trade-off.  My primary concern is protecting my privacy, rather than security.&lt;/p&gt;
&lt;p&gt;It will be painful to transition away from Gmail and will take time.&lt;/p&gt;
&lt;p&gt;For search I am switching to Bing.&lt;/p&gt;
&lt;p&gt;Right now, I&amp;#8217;m using Chrome (for performance reasons) to run Gmail and Google Reader &amp;#8211; that&amp;#8217;s it.  Firefox for everything else.&lt;/p&gt;
&lt;h3&gt;Get off self-hosted Wordpress&lt;/h3&gt;
&lt;p&gt;Wordpress is featureful blogging software with a pretty featureful security track record (!).  I like technologies that are low maintainance and don&amp;#8217;t leave me wide open to automated threats and/or script kiddies.  The Wordpress team are slowly making security improvements to the codebase and I&amp;#8217;m grateful for my use of the software, but I don&amp;#8217;t want to feel &amp;#8220;dirty&amp;#8221; running PHP in 2010 ;-)  Oh, and Wordpress plugins are even worse from a security perspective than Wireshark plugins.  Tip: If like me, you tried and failed when googlng &amp;#8220;secure blog software&amp;#8221; et al, you&amp;#8217;ll appreciate the search term &amp;#8220;static website generator&amp;#8221;.  As regular readers will know, I&amp;#8217;ve already switched this blog to &lt;a href=&quot;http://webby.rubyforge.org/&quot;&gt;Webby&lt;/a&gt; and it&amp;#8217;s great &amp;#8211; no dynamic code, no security worries.  For my needs, Webby is excellent.&lt;/p&gt;
&lt;h3&gt;Compartmentalise my OSX Applications&lt;/h3&gt;
&lt;p&gt;I love my MacBook Pro and I like OSX.  But I know it is less mature than either Windows or Linux from a security perspective.  Apple does ship OSX with a program sandboxing feature, but it&amp;#8217;s only turned on for a handful of applications.  I&amp;#8217;ve created a sandbox profile for Firefox on OSX and plan to do so for other apps that take inputs from untrusted sources.  This will be an on-going process, both in terms of policy tweaking and applications contained.&lt;/p&gt;
&lt;h3&gt;Minimise my Browser Attack Surface&lt;/h3&gt;
&lt;p&gt;This is related to sandboxing, but more about attack surface reduction than containment. I created a new Firefox profile and installed just 3 plugins; for ad-blocking (AdBlock Plus), Javascript and plugin control (NoScript) and password management (1Password).  I can still run the full-flavour Firefox is for some reason I need to but this is no longer my default.  Whilst this does nothing to eliminate Firefox vulnerabilities, it does reduce the exploitation opportunties.  Plus, Firefox is damned fast again now!  Do you really need all those add-ins?&lt;/p&gt;
&lt;h3&gt;Switch Gears with Twitter&lt;/h3&gt;
&lt;p&gt;I&amp;#8217;m a fan of twitter and don&amp;#8217;t feel the need to apologise for it.&lt;/p&gt;
&lt;p&gt;In the past year, I have gained enormously by following and interacting with smart security peeps (and others outside of my infosec world).  It&amp;#8217;s lead to collaborations that would have either been slower to happen otherwise, or simply would not have happened.  However, it can be challenging in terms of attention management.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve recently switched to using &lt;a href=&quot;http://www.nutshellmail.com&quot;&gt;NutshellMail&lt;/a&gt; as a short term measure for periodic, timed delivery of incoming tweets by email.  This immediately reduced task switching as I can close my twitter client without fear of missing out (or leaving the client running and getting sucked in).&lt;/p&gt;
&lt;p&gt;This approach probably won&amp;#8217;t work for you if you use twitter for conversations.  I don&amp;#8217;t as I simply find it too clunky.  I do interact though and I don&amp;#8217;t want to lose that in the process.  I will be less &amp;#8220;real time&amp;#8221; but 4 hourly intervals is good enough for me.&lt;/p&gt;
&lt;p&gt;The other benefit is &amp;#8220;inbox reduction&amp;#8221;.  Now tweets come via a single email to my personal inbox.  I don&amp;#8217;t have to &amp;#8220;look somewhere else&amp;#8221;.  Not just Twitter, but Facebook and LinkedIn (although not Groups) too.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I plan to post more as I make progress on these items.  I welcome your feedback.&lt;/p&gt;
&lt;p&gt;All the best for 2010.&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>The Eurotrash Security Podcast - Security With Funny Accents</title>
    <link href="/blog/2009/11/16/the-eurotrash-security-podcast-security-with-funny-accents.html" />
    <id>tag:securitywannabe.com,2009-11-16:1258328863</id>
    <updated>2009-11-16T00:47:43+01:00</updated>
    <content type="html">&lt;p&gt;&lt;strong&gt;What happens when a bunch of us Europeans get together at &lt;a href=&quot;http://securitywannabe.com/blog/2009/09/21/thoughts-from-brucon.html&quot;&gt;Brucon&lt;/a&gt; and decide there isn&amp;#8217;t enough European security podcast action?&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;/files/eurotrash-narrow.jpg&quot; title=&quot;Eurotrash Logo&quot; alt=&quot;Eurotrash Logo&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.eurotrashsecurity.eu&quot;&gt;Eurotrash Security podcast&lt;/a&gt;&amp;quot; is born!&lt;/p&gt;
&lt;p&gt;Here&amp;#8217;s the blurb:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;We will start with a monthly podcast, featuring (European) guests from the Infosec community. We aim at providing a technically inclined podcast that will provide both offensive and defensive topics and hopefully some pretty good discussions on a plethora of subjects.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The podcast is co-hosted by &lt;a href=&quot;http://blog.remes-it.be&quot;&gt;Wim Remes&lt;/a&gt; (&lt;a href=&quot;http://twitter.com/wimremes&quot;&gt;@wimremes&lt;/a&gt;), &lt;a href=&quot;http://www.c22.cc&quot;&gt;Chris John Riley&lt;/a&gt; (&lt;a href=&quot;http://twitter.com/chrisjohnriley&quot;&gt;@chrisjohnriley&lt;/a&gt;), &lt;a href=&quot;http://www.securityactive.co.uk&quot;&gt;Dale A. Pearson&lt;/a&gt; (&lt;a href=&quot;http://twitter.com/daleapearson&quot;&gt;@daleapearson&lt;/a&gt;) and myself (&lt;a href=&quot;http://twitter.com/craigbalding&quot;&gt;@craigbalding&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;We recorded &lt;a href=&quot;http://www.eurotrashsecurity.eu/index.php/Episodes#Episode_1&quot;&gt;Episode 1&lt;/a&gt; earlier this month and saw a couple of hundred downloads in the first few days (which came as a pleasant &lt;strong&gt;shock&lt;/strong&gt;).&lt;/p&gt;
&lt;p&gt;If there is a topic you&amp;#8217;d like to hear featured, a european security practitioner you&amp;#8217;d like interviewed or anything else, &lt;a href=&quot;mailto:feedback@eurotrashsecurity.eu&quot;&gt;drop us a note&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In iTunes, click Advanced&amp;#8594;Subscribe to podcast and drop in &lt;a href=&quot;http://www.eurotrashsecurity.eu/episodes/eurotrash.xml&quot;&gt;this link&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>U, V or W for Incident Recovery</title>
    <link href="/blog/2009/10/04/u-v-or-w-for-incident-recovery.html" />
    <id>tag:securitywannabe.com,2009-10-04:1254687809</id>
    <updated>2009-10-04T22:23:29+02:00</updated>
    <content type="html">&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;/files/uvw.jpg&quot; title=&quot;U, V or W&quot; alt=&quot;U, V or W&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The Economist recently ran a piece describing &lt;a href=&quot;http://www.economist.com/opinion/displaystory.cfm?story_id=14258893&quot;&gt;3 possible recovery shapes&lt;/a&gt; for the global economy.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8230;  But the more interesting question is what shape the recovery will take. The debate centres around three scenarios: “V”, “U” and “W”. A V-shaped recovery would be vigorous, as pent-up demand is unleashed. A U-shaped one would be feebler and flatter. And in a W-shape, growth would return for a few quarters, only to peter out once more.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;What struck me was the resemblance these shapes have to the response and recovery phases of real world computer security incidents.  The shape says a great deal about the relative maturity of an organisations incident response capabilities.&lt;/p&gt;
&lt;h3&gt;V&lt;/h3&gt;
&lt;p&gt;The organisation has a well defined plan for rapidly responding to incidents.&lt;/p&gt;
&lt;p&gt;Incident responders are clear on their mission, are empowered, equipped and well practised.&lt;/p&gt;
&lt;p&gt;Key operational assets are identified and have well defined recovery procedures that are regularly tested by the IT team.&lt;/p&gt;
&lt;p&gt;The defenders maximise their home advantage through &lt;a href=&quot;http://taosecurity.blogspot.com/2008/03/implementing-enterprise-visibility-by.html&quot;&gt;building visibility in&lt;/a&gt; to help them quickly identify intruder activity and determine the extent of a possible breach.&lt;/p&gt;
&lt;p&gt;Emergency contact procedures and numbers are regularly proven.&lt;/p&gt;
&lt;p&gt;The network can be reconfigured dynamically to enable only &amp;#8220;mission critical&amp;#8221; internal and partner traffic during a severity 1 security incident (without bringing down the business).&lt;/p&gt;
&lt;p&gt;IT teams are able to prove elements of system, application and data integrity against known, trusted baselines.  Where this is not possible, recovery from trusted media is not only possible, but practised.&lt;/p&gt;
&lt;p&gt;Discoveries about intruder methods and preferences from system and network forensics directly feed into build standards and monitoring systems.  Vulnerability assessment checks are quickly updated and key assets rapidly scanned and remediated as appropriate to close open doors known to be preferred by intruders.&lt;/p&gt;
&lt;p&gt;Sharing of threat intelligence with peers in the same vertical is the norm rather than the exception.  Secure communication methods are already in place and the limits of such communication clearly defined in advance.&lt;/p&gt;
&lt;p&gt;Post-incident procedures include root cause analysis driven by an experienced facilitator who either directly leads the change activity or hands off to someone with sufficient leadership to do so.&lt;/p&gt;
&lt;p&gt;This organisation can continue core operations during an incident, can quickly recover and is able to bolster defence and detection rapidly to block or reduce the impact of repeat attacks from known groups.&lt;/p&gt;
&lt;h3&gt;U&lt;/h3&gt;
&lt;p&gt;Aspires to be a V organisation but fails to hire sufficiently experienced individuals to rapidly respond &lt;strong&gt;in the right direction&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Lacks management conviction and understanding about the true nature of today&amp;#8217;s threat.&lt;/p&gt;
&lt;p&gt;Fails to properly identify ancillary devices relied upon by key assets thus under-performs when it comes to recovery time.&lt;/p&gt;
&lt;p&gt;Intelligence from forensics is partial and not fully acted upon.  Intruders persistence mechanisms are discovered piecemeal and co-ordination between defender groups is only partially effective.&lt;/p&gt;
&lt;p&gt;Some information sharing with peer organisations happens but its effectiveness is muted by managements teething concerns around trust and competition.&lt;/p&gt;
&lt;p&gt;This organisation recovers from the attack but the process is painful, tiring and more expensive than it needs to be.  The impact of the breach is bigger and probably not fully quantifiable.&lt;/p&gt;
&lt;p&gt;The CISO survives by the skin of his teeth.  His best people will leave if they don&amp;#8217;t sense real appetite for change.  They won&amp;#8217;t want to go through that experience again.&lt;/p&gt;
&lt;h3&gt;W&lt;/h3&gt;
&lt;p&gt;This type of organisation hires in the IR talent on demand though outside contractors.  &lt;br /&gt;
These hired hands are true experts &amp;#8211; experienced, sharp and responsive.&lt;/p&gt;
&lt;p&gt;The problem is they can&amp;#8217;t possibly understand the business context.  Nor can they wrap their arms around a large enterprise network in a highly compressed time-frame.  They are handicapped by the lack of rapport they have with the various interest groups across the organisation, relying more on the power vested in them by senior management.&lt;/p&gt;
&lt;p&gt;They do bring impressive tools and techniques to bear and impress some of &amp;#8220;the locals&amp;#8221;.&lt;/p&gt;
&lt;p&gt;They work 24&amp;#215;7 to contain the intruders but are hampered by a lack of nimbleness in other teams they rely on to make changes to infrastructure.  They foresee this (they are not new to this game) and circumvent where they can.&lt;/p&gt;
&lt;p&gt;They stop the bleeding.&lt;/p&gt;
&lt;p&gt;The patient &amp;#8211; in the form of senior management &amp;#8211; &amp;#8220;feels better&amp;#8221; again.  Then management start weighing up the costs of having them around.&lt;/p&gt;
&lt;p&gt;The consulting firm is kept on retainer but the star players are moved on to the next client site to fight the next fire.&lt;/p&gt;
&lt;p&gt;But the intruders come back: better tooled up, more resourced and significantly better informed about the targets internal network.&lt;/p&gt;
&lt;p&gt;The organisations management suddenly finds itself back on the incident response roller coaster heading downhill fast.&lt;/p&gt;
&lt;p&gt;The consulting all-stars will be brought back on-site as soon as they can be freed up and will eventually succeed in regaining control.  But the recovery costs are at least double, the breach costs are likely more than double (the intruders had time to optimise their data extrusion methods) and the organisation still doesn&amp;#8217;t have a sustainable strategy.&lt;/p&gt;
&lt;p&gt;But, they may stand the best chance of bypassing the U shape completely as they&amp;#8217;ve now been burnt twice and its cost them considerably.  They also know what the right talent looks like.  They may even poach from the consulting company&amp;#8230;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Which leaves just one question: how many V style organisations do you know?&lt;/strong&gt;&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>Eureka! White Hat vs Black Hat vs Ethical Hacker</title>
    <link href="/blog/2009/10/04/eureka-white-hat-vs-black-hat-vs-ethical-hacker.html" />
    <id>tag:securitywannabe.com,2009-10-04:1254676947</id>
    <updated>2009-10-04T19:22:27+02:00</updated>
    <content type="html">&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2330/1796581220_03fccfd34b_d.jpg&quot; title=&quot;Game of Chess on Black and White Hat&quot; alt=&quot;Game of Chess on Black and White Hat&quot; /&gt;&lt;br /&gt;
&lt;em&gt;Image credit &lt;a href=&quot;http://www.flickr.com/photos/andreasnilsson1976/&quot;&gt;Andreas Nilsson&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I normally steer clear of discussions that attempt to define hat colour as the Return on Energy Expended (RoEE) is consistently low.  But I heard something last night that finally nails the definitions and thought I&amp;#8217;d share.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Black Hat&lt;/strong&gt; = A person that attacks a sytem without the authorisation of the owner.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;White Hat&lt;/strong&gt; = A person that attacks a system with the authorisation of the owner .&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Ethical Hacker&lt;/strong&gt; = A failed attempt at linking &amp;#8220;ethics&amp;#8221; to &amp;#8220;hacking&amp;#8221; that ends up describing a subset of White Hat and Black Hat hackers!&lt;/p&gt;
&lt;p&gt;Ethical Hacker falls short because it makes the assumption that Black Hats are not ethical.  For example; hacktivists take the actions they do from a very strong sense of ethics whilst clearly demonstrating Black Hat behaviour (i.e. attacking systems without authorisation).  You may not share their ethics but that doesn&amp;#8217;t mean they &lt;strong&gt;don&amp;#8217;t&lt;/strong&gt; have ethics.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt; = Don&amp;#8217;t presume to link ethics (or motivation) to hat colour.  It doesn&amp;#8217;t work.  Think &amp;#8220;authorisation&amp;#8221; instead.&lt;/p&gt;
&lt;p&gt;Sidepoint from me: I&amp;#8217;ve noticed people calling themselves &amp;#8216;grey hat&amp;#8217; as if to give off some kind of darkish aura and be one of the cool kids.  The definitions above don&amp;#8217;t leave space for &amp;#8216;grey&amp;#8217;.  You either break in with permission or you don&amp;#8217;t.  If you choose to do both, then you are both a Black Hat and a White Hat &amp;#8211; you don&amp;#8217;t get &amp;#8216;grey&amp;#8217; &amp;#8211; it doesn&amp;#8217;t exist!&lt;/p&gt;
&lt;p&gt;This insight courtesy of &lt;a href=&quot;http://Heorot.net&quot;&gt;Professor Tom Wilhelm&lt;/a&gt; during an interview on &lt;a href=&quot;http://pauldotcom.com/wiki/index.php/Episode169&quot;&gt;PaulDotCom Episode 169&lt;/a&gt;&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>Thoughts From BruCON</title>
    <link href="/blog/2009/09/21/thoughts-from-brucon.html" />
    <id>tag:securitywannabe.com,2009-09-21:1253561510</id>
    <updated>2009-09-21T21:31:50+02:00</updated>
    <content type="html">&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;/files/craigbalding-speaking-at-brucon.jpg&quot; title=&quot;Me presenting at the 1st BruCON&quot; alt=&quot;Me presenting at the 1st BruCON&quot; /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align:right;&quot;&gt;&lt;em&gt;Photo courtesy of &lt;a href=&quot;http://blog.securityactive.co.uk/2009/09/21/brucon-2009-gone-but-certainly-not-forgotten/&quot;&gt;Dale Pearson&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;h3&gt;Hacking for B33R!&lt;/h3&gt;
&lt;p&gt;The first &lt;a href=&quot;http://www.brucon.org&quot;&gt;BruCON&lt;/a&gt; took place in Brussels, Belgium this past Friday and Saturday.&lt;/p&gt;
&lt;p&gt;It was organised by Sebastien, Filip, Pieter, Philippe and Benny (&lt;a href=&quot;http://blog.security4all.be&quot;&gt;web&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/security4all&quot;&gt;twitter&lt;/a&gt;) and their band of merry men (aka &amp;#8220;the crew&amp;#8221;) and they just set the bar for new security conferences.  This did not feel like a version 1.0 conference at all.&lt;/p&gt;
&lt;p&gt;The &amp;#8220;Surf House&amp;#8221; conference facilities were excellent &amp;#8211; both the main conference room (with 5 large projector screens) and the &amp;#8220;lounge&amp;#8221; area (complete with bar, lighting and booming sound system) made for a relaxing space&lt;/p&gt;
&lt;p&gt;The talks were solid &amp;#8211; good mix of technical and not-so-technical drawn from a mix of European countries and the US.  The goal for next year is to increase the number of Belgians presenters &amp;#8211; a good idea IMO and something that shouldn&amp;#8217;t be hard to do based on some of the locals I chatted with.&lt;/p&gt;
&lt;p&gt;My talk was called &amp;#8220;The Belgian Beer Lovers Guide to Cloud Security&amp;#8221; (&lt;a href=&quot;http://cloudsecurity.org/2009/09/21/slides-from-my-brucon-talk-the-belgian-beer-lovers-guide-to-cloud-security/&quot;&gt;slides&lt;/a&gt;).  I was last on the schedule so employed some cheap tactics to boost numbers and keep people awake (beware the free beer ploy!).  I can confirm that the allure of Belgian beer proved a valiable tool in the fight against &amp;#8220;mind trips&amp;#8221;&amp;#8230;&lt;/p&gt;
&lt;p&gt;Chris John Riley (&lt;a href=&quot;http://c22blog.wordpress.com/&quot;&gt;web&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/Chrisjohnriley&quot;&gt;twitter&lt;/a&gt;) did a sterling job &lt;a href=&quot;http://en.wordpress.com/tag/brucon/&quot;&gt;blogging the talks&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The event was recorded and the videos will be uploaded shortly (I&amp;#8217;ll update this post with a link).&lt;/p&gt;
&lt;p&gt;The Belgians sure know how to run a decent hacking con &amp;#8211; I definitely plan to attend next year.  To be informed when the next BruCON happens, you should join &lt;a href=&quot;http://mailman.brucon.org/mailman/listinfo/brucon-announce&quot;&gt;this mailing list&lt;/a&gt;.&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>Administrivia</title>
    <link href="/blog/2009/09/08/administrivia.html" />
    <id>tag:securitywannabe.com,2009-09-08:1252438908</id>
    <updated>2009-09-08T21:41:48+02:00</updated>
    <content type="html">&lt;p&gt;Dearest Reader,&lt;/p&gt;
&lt;p&gt;First off, I’m moving away from Wordpress so expect some hiccups as the blog transitions (especially around RSS).&lt;/p&gt;
&lt;p&gt;Secondly, I will blog more. More posts about infosec tech, less on career/development. Based on the number of posts thus far, this point may well be moot. To that end, I’m “importing” some blog posts I wrote elsewhere during my “unfaithful” blogging period. I’m sure that will mangle the RSS feed so you may see some duplicates.&lt;/p&gt;
&lt;p&gt;If you don’t like what you see, feel free to move along &amp;#8211; no hard feelings eh?&lt;/p&gt;
&lt;p&gt;I’m off to flick some switches…&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Craig&lt;/p&gt;
&lt;p&gt;Update: old comments currently barfed &amp;#8211; plan to fix (I value the comments).  Oh, and from the department of the obvious, I forgot to mention the design change.  I&amp;#8217;m sure to tweak as we go along but happy so far.&lt;/p&gt;</content>
  </entry>
  
  <entry>
    <title>Handy Hardware Cheatsheet for Forensic Teams</title>
    <link href="/blog/2009/07/21/handy-hardware-cheatsheet-for-forensic-teams.html" />
    <id>tag:securitywannabe.com,2009-07-21:1248211598</id>
    <updated>2009-07-21T21:26:38Z</updated>
    <content type="html">&lt;p&gt; &lt;a href='http://media.techtarget.com/whatismedia/images/hardware-chart-large.png'/&gt;&lt;img src='/files/computer-hardware-chart.png' height='708' width='500'/&gt;&lt;/a&gt;


via &lt;a href='http://media.techtarget.com/whatismedia/images/hardware-chart-large.png'&gt;media.techtarget.com&lt;/a&gt;
    &lt;p&gt;This handy hardware cheatsheet helps visually identify numerous common PC components.  Great for desktop support, even better for forensics teams.  This could be issued to trained First Responders stationed at remote locations.
&lt;/p&gt;&lt;p&gt;Source: &lt;a href='http://sonic840.deviantart.com/art/Computer-hardware-poster-1-7-111402099'&gt;http://sonic840.deviantart.com/art/Computer-hardware-poster-1-7-111402099&lt;/a&gt; (via Rob S at work).&lt;/p&gt;
  
</content>
  </entry>
  
</feed>
