<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: easy]]></title>
    <link>http://securityratty.com/tag/easy</link>
    <description></description>
    <pubDate>Wed, 05 Nov 2008 12:32:53 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Lego Safe]]></title>
      <link>http://securityratty.com/article/c053eba067cfc430cc20de6b046bac47</link>
      <guid>http://securityratty.com/article/c053eba067cfc430cc20de6b046bac47</guid>
      <description><![CDATA[Nice : You might think that a Lego safe would be easy to open. Maybe just remove a few bricks and you're in. But that's not the case with this thing, the cutting edge of Lego safe technology. The safe...]]></description>
      <content:encoded><![CDATA[<p><a href="http://www.slipperybrick.com/2008/11/legos-safe/">Nice</a>:</p>

<blockquote>You might think that a Lego safe would be easy to open. Maybe just remove a few bricks and you're in. But that's not the case with this thing, the cutting edge of Lego safe technology. The safe weighs 14 pounds and has a motion detecting alarm so it can't be moved without creating a huge ruckus.</blockquote><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=aSpkN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=aSpkN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=SBzvN"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=SBzvN" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Fri, 21 Nov 2008 10:07:38 +0000</pubDate>
      <category domain="http://securityratty.com/tag/lego safe">lego safe</category>
      <category domain="http://securityratty.com/tag/lego safe technology">lego safe technology</category>
      <category domain="http://securityratty.com/tag/huge ruckus">huge ruckus</category>
      <category domain="http://securityratty.com/tag/safe weighs">safe weighs</category>
      <category domain="http://securityratty.com/tag/remove">remove</category>
      <category domain="http://securityratty.com/tag/moved">moved</category>
      <category domain="http://securityratty.com/tag/pounds">pounds</category>
      <category domain="http://securityratty.com/tag/nice">nice</category>
      <category domain="http://securityratty.com/tag/easy">easy</category>
      <source url="http://www.schneier.com/blog/archives/2008/11/lego_safe.html">Lego Safe</source>
    </item>
    <item>
      <title><![CDATA[America's Next Top Hash Function Begins]]></title>
      <link>http://securityratty.com/article/782d55dd167bb0c5193cd7724d7e2313</link>
      <guid>http://securityratty.com/article/782d55dd167bb0c5193cd7724d7e2313</guid>
      <description><![CDATA[You might not have realized it, but the next great battle of cryptography began this month. It's not a political battle over export laws or key escrow or NSA eavesdropping, but an academic battle over...]]></description>
      <content:encoded><![CDATA[<p>You might not have realized it, but the next great battle of cryptography began this month. It's not a political battle over export laws or key escrow or NSA eavesdropping, but an academic battle over who gets to be the creator of the next hash standard.</p>

<p>Hash functions are the most commonly used cryptographic primitive, and the most poorly understood. You can think of them as fingerprint functions: They take an arbitrary long data stream and return a fixed length, and effectively unique, string. The security comes from the fact that while it's easy to generate the fingerprint from a file, it's infeasible to go the other way and generate a file given a fingerprint. </p>

<p>Originally created to make digital signatures more efficient, hashes are now used to secure the very fundamentals of our information infrastructure: in password logins, secure web connections, encryption key management, virus and malware scanning, and almost every cryptographic protocol in current use. Without cryptographic hash functions, the internet would simply not work. At the same time, there isn't a good theory of hash functions. Unlike encryption algorithms, there are no secret keys involved; this makes it harder to mathematically define exactly what hash functions are.
</p>

<p>
The National Institute of Standards and Technology, NIST, is <a href="http://csrc.nist.gov/groups/ST/hash/sha-3/index.html">holding a competition</a> to replace the SHA family of hash functions. "SHA" stands for "Secure Hash Algorithm." It was developed by the NSA in 1993 to replace the commercial MD4 and MD5 algorithms, and has been updated several times since then. All the SHA algorithms are very similar, and have been <a href="http://www.schneier.com/blog/archives/2005/02/cryptanalysis_o.html">increasingly under attack</a>, so NIST <a href="http://www.schneier.com/blog/archives/2005/10/nist_hash_works_1.html">wants to replace them</a>.</p>

<p>The competition is important because, unlike other technological standards, committee design &#151; balancing the interests of diverse constituents &#151; isn't conducive to good security. Security is best when it's designed by expert teams and then subjected to public review. And cryptography is best when it's chosen by competition.</p>

<p>In 1997, NIST held a <a href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard_process">competition</a> for a <a href="http://csrc.nist.gov/archive/aes/index.html">block cipher</a> to replace DES. Fifteen candidates and three-and-a-half years later, Rijndael became the new Advanced Encryption Standard &#151; AES. NIST is doing the same thing for what it's calling SHA-3 (not, for some unexplained reason, the Advanced Hash Standard or AHS).</p>

<p>The deadline was October 31, and NIST received 64 submissions. This isn't surprising &#151; I <a href="http://www.schneier.com/blog/archives/2008/10/the_skein_hash.html">predicted</a> 80 &#151; as most of the 15 AES submitters were professors, whose students at the time have become professors themselves, with their own students. (If NIST does a stream cipher competition in another ten years, they should expect about 256 submissions.) These submissions came from academia, from industry, and from hobbyists. <cite><a href="http://www.cio.com/article/461164/Amateurs_and_Pros_Vie_to_Build_New_Crypto_Standard">CIO magazine</a></cite> recently interviewed one of the submitters, who is 15. Twenty-eight submissions have been made <a href="http://ehash.iaik.tugraz.at/wiki/The_SHA-3_Zoo">public</a> by the submitters, and six of those have been broken.  </p>

<p>NIST is going through all the submissions right now, making sure they are complete and proper. Their goal is to publish all accepted submissions by the end of November, in advance of the <a href="http://csrc.nist.gov/groups/ST/hash/timeline.html">First Hash Function Candidate Conference</a>, to be held in Belgium right after the <a href="https://www.cosic.esat.kuleuven.be/fse2009/index.shtml">Fast Software Encryption workshop</a> in February.  </p>

<p>The group expects to quickly make a first cut of algorithms &#151; hopefully to about a dozen &#151; and give the community a year of cryptanalysis before making a second cut in 2010. After another year of cryptanalysis, NIST will choose a winner in 2011. Expect a final standard by 2012.</p>

<p>My advice for software developers is to let the process run its course. While it's tempting to use the new cool algorithms in your designs, it's far too soon to trust any of them. This process is likely to result in all sorts of new research results in hash function security, and some real cryptanalytic surprises.  Give the community a few years to figure out which ones are good and which aren't.</p>

<p>I've previously called this sort of thing a cryptographic demolition derby: The last one left standing wins. But that's only partially true. Certainly all the groups will spend the next few years trying to cryptanalyze each other, but in the end there will be a bunch of unbroken algorithms. NIST will select one based on performance and features.</p>

<p>NIST has stated that the goal of this process is not to choose the best standard but to choose a good standard. I think that's smart; in this process, the best is the enemy of the good. While there's no rush to choose a new standard &#151; the SHA-2 algorithms will remain secure for the foreseeable future &#151; we don't want to analyze the candidates forever.</p>

<p>Personally, I was part of a group of eight cryptographers that submitted <a href="http://www.schneier.com/skein.html">Skein</a> to the competition. A decade ago, writing <a href="http://www.schneier.com/twofish.html">Twofish</a> and participating in the AES process was the most fun I had ever had in cryptography. These next few years promise to be even more fun.</p>

<p>---</p>

<p><i>Bruce Schneier is chief security technology officer of BT. His new book is </i>Schneier on Security<i>.</i></p><br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=3fb55453a3600c210940457d550e67ec" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=3fb55453a3600c210940457d550e67ec" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=AfuoN"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=AfuoN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=1WcCn"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=1WcCn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=dcuSn"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=dcuSn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=6jt5N"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=6jt5N" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=yYWDN"><img src="http://feeds.wired.com/~f/wired/politics/security?i=yYWDN" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=yrdIn"><img src="http://feeds.wired.com/~f/wired/politics/security?i=yrdIn" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=CF0Rn"><img src="http://feeds.wired.com/~f/wired/politics/security?i=CF0Rn" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=l83kN"><img src="http://feeds.wired.com/~f/wired/politics/security?i=l83kN" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/459059854" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/459059855" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 19 Nov 2008 23:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/hash function">hash function</category>
      <category domain="http://securityratty.com/tag/sha">sha</category>
      <category domain="http://securityratty.com/tag/sha-3">sha-3</category>
      <category domain="http://securityratty.com/tag/algorithms">algorithms</category>
      <category domain="http://securityratty.com/tag/cool algorithms">cool algorithms</category>
      <category domain="http://securityratty.com/tag/sha family">sha family</category>
      <category domain="http://securityratty.com/tag/nist held">nist held</category>
      <category domain="http://securityratty.com/tag/unlike encryption algorithms">unlike encryption algorithms</category>
      <category domain="http://securityratty.com/tag/nist">nist</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/459059855/securitymatters_1120">America's Next Top Hash Function Begins</source>
    </item>
    <item>
      <title><![CDATA[Oregon Woman Loses $400,000 to Nigerian E-Mail Scam]]></title>
      <link>http://securityratty.com/article/83da04f5ef428bba9cf9bb0cc9995e30</link>
      <guid>http://securityratty.com/article/83da04f5ef428bba9cf9bb0cc9995e30</guid>
      <description><![CDATA[An Oregon woman who is out $400,000 after falling for a well-known Internet scam says she wasn't a sucker or an easy...]]></description>
      <content:encoded><![CDATA[An Oregon woman who is out $400,000 after falling for a well-known Internet scam says she wasn't a sucker or an easy mark.<img src="http://feedproxy.google.com/~r/digg/topic/security/popular/~4/y9ANZlblTJc" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 18 Nov 2008 09:20:02 +0000</pubDate>
      <category domain="http://securityratty.com/tag/oregon woman">oregon woman</category>
      <category domain="http://securityratty.com/tag/well-known internet scam">well-known internet scam</category>
      <category domain="http://securityratty.com/tag/easy mark">easy mark</category>
      <category domain="http://securityratty.com/tag/sucker">sucker</category>
      <source url="http://feeds.digg.com/~r/digg/topic/security/popular/~3/y9ANZlblTJc/Oregon_Woman_Loses_400_000_to_Nigerian_E_Mail_Scam">Oregon Woman Loses $400,000 to Nigerian E-Mail Scam</source>
    </item>
    <item>
      <title><![CDATA[They didn't go away you know....]]></title>
      <link>http://securityratty.com/article/265b22f7a3a1ac42a1aa3d3c8f7bd79d</link>
      <guid>http://securityratty.com/article/265b22f7a3a1ac42a1aa3d3c8f7bd79d</guid>
      <description><![CDATA[Listening to a discussion on CNN the day after President elect Obama won the U.S. Presidential race, made me think about what the terrorists may be thinking

It really is fairly easy for the average...]]></description>
      <content:encoded><![CDATA[Listening to a discussion on CNN the day after President elect Obama won the U.S. Presidential race, made me think about what the terrorists may be thinking. <br /><span id="fullpost"><br />It really is fairly easy for the average citizen to push these thoughts out of their mind, but we should always keep it somewhere in our minds - close enough to recall it when necessary.<br /></span><br />Bill Clinton was "tested" early in his Presidency as was the U.K.'s new Prime Minister - Gordon Brown.  In PM Brown's case it came 72 hours after the Election in Britain.  How long may we wait to see something here..or overseas, but definitely aimed at inflciting U.S. casualties?<br /><br />Bottom line - we should always remian alert and open to the idea that something could happen and we can not afford to drop our guard and think "they have gone".  Terrorists have great amounts of patience.  They conduct surveillance right under the noses of their intended victims.  As the old saying goes; "we have to be successful every single time - they only have to be lucky once".<div class="blogger-post-footer">Visit Sexton Executive Security at www.sextonsecurity.com</div>]]></content:encoded>
      <pubDate>Fri, 14 Nov 2008 03:02:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/brown">brown</category>
      <category domain="http://securityratty.com/tag/gordon brown">gordon brown</category>
      <category domain="http://securityratty.com/tag/president elect obama">president elect obama</category>
      <category domain="http://securityratty.com/tag/single time">single time</category>
      <category domain="http://securityratty.com/tag/conduct surveillance">conduct surveillance</category>
      <category domain="http://securityratty.com/tag/bill clinton">bill clinton</category>
      <category domain="http://securityratty.com/tag/remian alert">remian alert</category>
      <category domain="http://securityratty.com/tag/terrorists">terrorists</category>
      <category domain="http://securityratty.com/tag/presidential race">presidential race</category>
      <source url="http://www.thebulletproofblog.com/2008/11/they-didnt-go-away-you-know.html">They didn't go away you know....</source>
    </item>
    <item>
      <title><![CDATA[Credit for Researchers]]></title>
      <link>http://securityratty.com/article/408b969da73a95cd64bb6d0b550aa038</link>
      <guid>http://securityratty.com/article/408b969da73a95cd64bb6d0b550aa038</guid>
      <description><![CDATA[Computer security researchers are much like scientific researchers in several ways. We build on the research of those who come before us, we sometimes rediscover the same things independently, and...]]></description>
      <content:encoded><![CDATA[<p>Computer security researchers are much like scientific researchers in several ways.  We build on the research of those who come before us, we sometimes rediscover the same things independently, and other times we forget where we learned things and sometimes claim them as our own.  We also occasionally take an engineer&#8217;s approach and implement research discovered by others and not credit them as it&#8217;s the implementation into a tool that matters to us.</p>
<p>The latest Microsoft patch <a href="http://www.microsoft.com/technet/security/bulletin/ms08-068.mspx">MS08-68</a> is a great example. It is a problem with NTLM authentication where the attacker can force a client to authenticate to him and the credentials, while not exposed in cleartext, can be relayed to another server or brute forced to obtain the cleartext.  This is a very classic crypto protocol vulnerability.  It&#8217;s not the crypto algorithms that are the problem, but the protocol implementation.</p>
<p>Microsoft recently fixed the problem, perhaps due to the availability of exploit code, the availability of an easy to use Metasploit implementation, or perhaps Microsoft&#8217;s changed tolerance for vulnerabilities. We can sum it up as a change in the threat space that made it worth fixing.  But make no mistake, this is a very old problem.</p>
<p>News reports have been citing Sir Dystic&#8217;s SMBrelay tool, which was published in March, 2001, as the first knowledge of this vulnerability. Eric Shultze who worked at MSRC in 2001 just yesterday is quoted as saying, &#8220;I have been holding my breath since 2001 for this patch.&#8221; Obviously it is a long time coming.  But this wasn&#8217;t the first publication of the problem.  In 2000, one of my collegues on the research team at @stake, Christian Rioux (aka Dildog) published the <a href="http://packetstormsecurity.org/advisories/atstake/A091400-1">telnet NTLM authentication vulnerability</a>.</p>
<p>Rioux&#8217;s advisory has a great description of the credential relay and cracking weaknesses. I have talked to him and he says he discovered these problems independently, but he didn&#8217;t find them first.  Dominique Brezinski published exactly these NTLM vulnerabilities in the SMB protocol in 1996 in a paper titled, &#8220;A Weakness in CIFS Authentication&#8221;.  The earliest reference I can find on the paper on the net is <a href="http://mvb.saic.com/freeware/vmslt97b/security/cifs-mim.txt">here</a>  where it is included in another paper published in 1997.  Such is the ad-hoc world of independent security research of 12 years ago which still continues today.</p>
<p>It seems ridiculous that a field like security research, which is so important to the running of modern society is so ad-hoc.  Shouldn&#8217;t we know who discovered a vulnerability?  Shouldn&#8217;t all researchers and engineers know about it? More importantly if someone implements a tool that takes advantage of a vulnerability shouldn&#8217;t they credit the discoverer?  Don&#8217;t get me wrong.  Implementation takes a lot of work and sometimes makes all the difference in makeing people aware of a security problem.  After all when I was at the L0pht our slogan was, &#8220;Making the theoretical, practical&#8221;. I still think researchers should get credit when credit is due.</p>
<p>The security community has gotten better at documentating our research but I still see instances of independent discovery, misplaced credit, and tools giving no credit to researchers.  I hate to say it but getting a bit more academic is in order.  Credit is the currency of a researcher and placing it well will reward the right people and we will all benefit.</p>
]]></content:encoded>
      <pubDate>Thu, 13 Nov 2008 16:40:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security research">security research</category>
      <category domain="http://securityratty.com/tag/research">research</category>
      <category domain="http://securityratty.com/tag/independent security research">independent security research</category>
      <category domain="http://securityratty.com/tag/researchers">researchers</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/credit">credit</category>
      <category domain="http://securityratty.com/tag/security community">security community</category>
      <category domain="http://securityratty.com/tag/scientific researchers">scientific researchers</category>
      <category domain="http://securityratty.com/tag/computer security researchers">computer security researchers</category>
      <source url="http://www.veracode.com/blog/2008/11/credit-for-researchers/">Credit for Researchers</source>
    </item>
    <item>
      <title><![CDATA[Trust No One]]></title>
      <link>http://securityratty.com/article/d2b113d7f05e060a6200f909769ce096</link>
      <guid>http://securityratty.com/article/d2b113d7f05e060a6200f909769ce096</guid>
      <description><![CDATA[Its easy to say what were all securing our systems and data against. But isnt easy to say exactly who we need to secure against, nor who presents the biggest threat to our business. Certainly,...]]></description>
      <content:encoded><![CDATA[Its easy to say what were all securing our systems and data against. But isnt easy to say exactly who we need to secure against, nor who presents the biggest threat to our business. Certainly, the ...]]></content:encoded>
      <pubDate>Tue, 11 Nov 2008 12:46:12 +0000</pubDate>
      <category domain="http://securityratty.com/tag/easy">easy</category>
      <category domain="http://securityratty.com/tag/threat">threat</category>
      <category domain="http://securityratty.com/tag/systems">systems</category>
      <category domain="http://securityratty.com/tag/business">business</category>
      <category domain="http://securityratty.com/tag/secure">secure</category>
      <category domain="http://securityratty.com/tag/data">data</category>
      <source url="http://www.net-security.org/article.php?id=1188">Trust No One</source>
    </item>
    <item>
      <title><![CDATA[Silent Break-Ins: How Technology Compromises Physical Security Too]]></title>
      <link>http://securityratty.com/article/037bb160455e2a7c95f039f67e29cad0</link>
      <guid>http://securityratty.com/article/037bb160455e2a7c95f039f67e29cad0</guid>
      <description><![CDATA[I could have used this technique last night I got home to my apartment in Oakland at 11:30, only to realize Id left my keys in Sacramento. Two hours later a locksmith finally came and charged me $100...]]></description>
      <content:encoded><![CDATA[<p>I could have used this technique last night &#8212; I got home to my apartment in Oakland at 11:30, only to realize I&#8217;d left my keys in Sacramento. Two hours later a locksmith finally came and charged me $100 to let me in my own apartment. Expensive? Maybe, but comparable to other services, and compared to the havoc that a lock-breaker could wreak if he was trying to use his talents for crime rather than service, it&#8217;s a small price.</p>
<p>It&#8217;s kind of frightening to see how quickly a skilled lock-picker can jimmy a lock and get in. But new technology makes it even simpler &#8212; apparently all you need is a good telephoto lens to break in to someone&#8217;s house &#8212; just wait till they leave their keys out on a table, snap a picture, and take it to an unethical key maker, and wha-la, a perfect replica:</p>
<blockquote><p><span id="intelliTXT"> &#8220;We built our key duplication <a rel="nofollow" class="iAs" style="border-bottom:0.075em solid darkgreen important;font-weight:normal;font-size:100%;text-decoration:underline;padding-bottom:1px;color:darkgreen important;background-color:transparent important;" target="_blank" href="http://www.physorg.com/news144519246.html#">software</a> system to show people that their keys are not inherently secret,&#8221; said Stefan Savage, the <a rel="nofollow" class="iAs" style="border-bottom:0.075em solid darkgreen important;font-weight:normal;font-size:100%;text-decoration:underline;padding-bottom:1px;color:darkgreen important;background-color:transparent important;" target="_blank" href="http://www.physorg.com/news144519246.html#">computer</a> science professor from UC San Diego&#8217;s Jacobs School of Engineering who led the student-run project. &#8220;Perhaps this was once a reasonable assumption, but advances in digital imaging and optics have made it easy to duplicate someone&#8217;s keys from a distance without them even noticing.&#8221;<br />
</span></p>
<p><span id="intelliTXT">Professor Savage presents this work on October 30 at ACM&#8217;s Conference on Communications and Computer Security (CCS) 2008, one of the premier academic computer security conferences. </span></p></blockquote>
<p><a rel="nofollow" target="_blank" href="http://www.secureconsulting.net/2008/11/remote_key_copying_eep.html">Read</a> the <a rel="nofollow" target="_blank" href="http://www.physorg.com/news144519246.html">full article</a> here.</p>]]></content:encoded>
      <pubDate>Tue, 11 Nov 2008 12:17:53 +0000</pubDate>
      <category domain="http://securityratty.com/tag/someones keys">someones keys</category>
      <category domain="http://securityratty.com/tag/keys">keys</category>
      <category domain="http://securityratty.com/tag/lock">lock</category>
      <category domain="http://securityratty.com/tag/computer science professor">computer science professor</category>
      <category domain="http://securityratty.com/tag/unethical key maker">unethical key maker</category>
      <category domain="http://securityratty.com/tag/lock-picker">lock-picker</category>
      <category domain="http://securityratty.com/tag/lock-breaker">lock-breaker</category>
      <category domain="http://securityratty.com/tag/apartment">apartment</category>
      <category domain="http://securityratty.com/tag/reasonable assumption">reasonable assumption</category>
      <source url="http://feeds.feedburner.com/~r/itsecurity/~3/450105958/">Silent Break-Ins: How Technology Compromises Physical Security Too</source>
    </item>
    <item>
      <title><![CDATA[Hardware Drive Encryption Becomes Manageable]]></title>
      <link>http://securityratty.com/article/3f1f395706509cb09fc84984610e562a</link>
      <guid>http://securityratty.com/article/3f1f395706509cb09fc84984610e562a</guid>
      <description><![CDATA[Regulatory compliance requirements and other best security practices are driving enterprises more consistently towards use of hard drive encryption, but it's not always an easy decision., Software...]]></description>
      <content:encoded><![CDATA[Regulatory compliance requirements and other best security practices are driving enterprises more consistently towards use of hard drive encryption, but it's not always an easy decision., Software encryption products can impose a performance burden and key management can be problematic.

<a href="http://www.seagate.com/security">The answer, argues Seagate, is hardware encryption built into the drive.</a> Integration into McAfee's Endpoint Encryption products makes key management more organized and secure, and no CPUs are burdened in the encryption or decryption of the data. Seagate also has announced they are now shipping 320GB and 500GB self-encrypted drives up to 7200RPM. Dell will be shipping notebooks with these drives. The drives come factory pre-loaded with management software.

Early this year headlines were had with the revelation, by researchers at Princeton, of a theoretical attack that could recover software encryption keys even from a notebook that had been shut off. It's actually silly James Bond stuff that real people shouldn't worry about, but it did demonstrate the real point that the keys exist in memory and there are ways they can be gotten. Attacks on the live system that gain control of it, through malware for example, could still gain access to any data to which the compromised user has access. With hardware-encrypted drives, at least the private key is secure and the Princeton attack is prevented.

Notebooks with drives like these in a managed environment really do make it easier to feel secure about notebooks, even if they have sensitive data on them. Combine them with other best practices, like multi-factor authentication, and you've given yourself the best chance to succeed in security. One day we'll use products like this and nothing less will be acceptable.
<p><a href="http://feedads.googleadservices.com/~a/T_UMdFf59j2CuXKDSsm3b87YBMY/a"><img src="http://feedads.googleadservices.com/~a/T_UMdFf59j2CuXKDSsm3b87YBMY/i" border="0" ismap="true"></img></a></p><img src="http://feedproxy.google.com/~r/RSS/cheap_hack/~4/SRLtIgpRBwM" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 10 Nov 2008 06:51:53 +0000</pubDate>
      <category domain="http://securityratty.com/tag/encryption">encryption</category>
      <category domain="http://securityratty.com/tag/software encryption products">software encryption products</category>
      <category domain="http://securityratty.com/tag/endpoint encryption products">endpoint encryption products</category>
      <category domain="http://securityratty.com/tag/drive">drive</category>
      <category domain="http://securityratty.com/tag/products">products</category>
      <category domain="http://securityratty.com/tag/hard drive encryption">hard drive encryption</category>
      <category domain="http://securityratty.com/tag/key">key</category>
      <category domain="http://securityratty.com/tag/key management">key management</category>
      <category domain="http://securityratty.com/tag/sensitive data">sensitive data</category>
      <source url="http://feeds.ziffdavisenterprise.com/~r/RSS/cheap_hack/~3/SRLtIgpRBwM/hardware_drive_encryption_becomes_manageable.html">Hardware Drive Encryption Becomes Manageable</source>
    </item>
    <item>
      <title><![CDATA[DIY Phishing Pages With Command and Control Interfaces]]></title>
      <link>http://securityratty.com/article/78a81ce667063a0a1268788bb3f66128</link>
      <guid>http://securityratty.com/article/78a81ce667063a0a1268788bb3f66128</guid>
      <description><![CDATA[The day when DIY phishing pages start coming with manuals is the day when consciously or subconsciously a phisher is lowering down the entry barriers into phishing for yet another time. A much more...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="clear: both; text-align: center;"></div><a href="http://2.bp.blogspot.com/_wICHhTiQmrA/SRIwl6hmo2I/AAAAAAAACa8/_1fYFgW0kzk/s1600-h/rapidshare_phishing_admin_panel.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://2.bp.blogspot.com/_wICHhTiQmrA/SRIwl6hmo2I/AAAAAAAACa8/_1fYFgW0kzk/s200/rapidshare_phishing_admin_panel.jpg" /></a>The day when DIY phishing pages start coming with manuals is the day when consciously or subconsciously a phisher is lowering down the entry barriers into phishing for yet another time. A much more user-friendly compared to the old-fashioned -- yet effective -- <a href="http://ddanchev.blogspot.com/2007/09/209-host-locked.html">rock phish directory listing</a>, a recently released command and control interface for Rapidshare phishing campaigns aims to empower its users with easy dynamic link generation for their campaigns.<br />
<br />
<a href="http://3.bp.blogspot.com/_wICHhTiQmrA/SRLdeRIJEbI/AAAAAAAACbE/ta5F-iiF2gg/s1600-h/DIY_phishing_scripts.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://3.bp.blogspot.com/_wICHhTiQmrA/SRLdeRIJEbI/AAAAAAAACbE/ta5F-iiF2gg/s200/DIY_phishing_scripts.JPG" /></a>What they've managed to achieve is another trust factor since Rapidshare generates a second dynamic link upon clicking on the original one. The script not only generates a dynamically looking link, but also, actually logs in the victim into their account in order to avoid suspicion whereas it still logs all the accounting data.<br />
<br />
<div style="text-align: left;"></div><div class="separator" style="clear: both; text-align: center;"></div><div class="separator" style="clear: both; text-align: center;"><a href="http://3.bp.blogspot.com/_wICHhTiQmrA/SRLhzGDKcrI/AAAAAAAACbM/5-CHdeukArk/s1600-h/rapidshare_phishing_insecure_directory_permissions.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://3.bp.blogspot.com/_wICHhTiQmrA/SRLhzGDKcrI/AAAAAAAACbM/5-CHdeukArk/s200/rapidshare_phishing_insecure_directory_permissions.JPG" /></a></div>Scammers also tend to be ironic every then and now. For instance, in this particular case, one of the users finds it ironic that the Rapidshare phishing page is hosted at Rapidshare itself. Is the script actually working? It appears so at least going through a misconfigured accounting data dump left by one of the phishers.<br />
<br />
<b>Related posts:</b><br />
<a href="http://ddanchev.blogspot.com/2008/03/phishing-pages-for-every-bank-are.html">Phishing Pages for Every Bank are a Commodity</a><br />
<a href="http://ddanchev.blogspot.com/2007/08/diy-phishing-kits.html">DIY Phishing Kits</a><br />
<a href="http://ddanchev.blogspot.com/2007/09/diy-phishing-kit-goes-20.html">DIY Phishing Kit Goes 2.0</a><br />
<a href="http://ddanchev.blogspot.com/2008/05/diy-phishing-kits-introducing-new.html">DIY Phishing Kits Introducing New Features</a><br />
<a href="http://ddanchev.blogspot.com/2007/09/209-host-locked.html">209 Host Locked</a><br />
<a href="http://ddanchev.blogspot.com/2007/12/2091-host-locked.html">209.1 Host Locked</a><br />
<a href="http://ddanchev.blogspot.com/2007/11/661-host-locked.html">66.1 Host Locked</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=5kY3N"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=5kY3N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=r8EaN"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=r8EaN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=Qtrtn"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=Qtrtn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=qM6qn"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=qM6qn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=T3U6N"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=T3U6N" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=YwrRN"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=YwrRN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=nQNrn"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=nQNrn" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/444324371" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 06 Nov 2008 03:31:43 +0000</pubDate>
      <category domain="http://securityratty.com/tag/diy">diy</category>
      <category domain="http://securityratty.com/tag/pages">pages</category>
      <category domain="http://securityratty.com/tag/rapidshare">rapidshare</category>
      <category domain="http://securityratty.com/tag/data dump">data dump</category>
      <category domain="http://securityratty.com/tag/data">data</category>
      <category domain="http://securityratty.com/tag/campaigns">campaigns</category>
      <category domain="http://securityratty.com/tag/dynamic link">dynamic link</category>
      <category domain="http://securityratty.com/tag/pages start">pages start</category>
      <category domain="http://securityratty.com/tag/link">link</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/444324371/diy-phishing-pages-with-command-and.html">DIY Phishing Pages With Command and Control Interfaces</source>
    </item>
    <item>
      <title><![CDATA[Check It Out! FAIR Public Training December 10-12]]></title>
      <link>http://securityratty.com/article/7c0dad2af3212f7ceb6a464d5f435a90</link>
      <guid>http://securityratty.com/article/7c0dad2af3212f7ceb6a464d5f435a90</guid>
      <description><![CDATA[Theres been quite a few people talking about what sorts of strategies make sense for security and security departments in a downturn. And theyre all very good - but theres one thing that Id like to...]]></description>
      <content:encoded><![CDATA[<p>There&#8217;s been quite a few people talking about what sorts of strategies make sense for security and security departments in a downturn.  And they&#8217;re all very good - but there&#8217;s one thing that I&#8217;d like to add.</p>
<p>One easy, inexpensive way to actually increase your effectiveness in 2009 is to, right now, make a quick review your risk management processes.  As you take a look at how you&#8217;re using risk in your organization, I&#8217;d ask you to make sure that those processes are providing value for the energy you&#8217;re spending.  If they&#8217;re not -<em><strong> if you&#8217;re not successfully using risk within security and with the other lines of business that you serve </strong></em>- then I&#8217;d like to invite you to  come take advantage of RMI&#8217;s public training session for 2008, held in Columbus Ohio on December 10-12.  <strong><a href="http://www.riskmanagementinsight.com/media/docs/analyst_training12_2008.pdf">&gt;A brochure is here&lt;</a>.</strong></p>
<p>For three days and $1,995 - you&#8217;ll get real answers to many of the commonly voiced frustrations RMI hears concerning risk &amp; risk management.  Answers around measurement, application, communicating risk to other lines of business, <em>heck</em>, basic answers as to what risk is and how to get consistent, defensible values that actually <em><strong>mean</strong></em> something.</p>
<p>Not to mention - <strong>Strengthening your Risk Management processes increases your ability to manage risk, which reduces the amount of risk you actually face.</strong></p>
<p><span style="color: #008000;"><strong>NEW TO THE PUBLIC STUFF!</strong></span></p>
<p>I&#8217;m personally excited because this is the first time that our public training we&#8217;ll feature measurement &#8220;calibration&#8221; exercises and include excel tools to take home and use for quantitative FAIR analysis.  These are benefits we&#8217;ve only previously reserved for private client workshops.</p>
<p>I know that FAIR can help you and your organization, but as the sales guys always say, &#8220;don&#8217;t take my word for it&#8221;.  Here&#8217;s something we recently received (unsolicited) from the CSO of one of the 10 largest banks in the US, who has had several of his analysts receive this same basic training:</p>
<blockquote><p>I would like to also add my deep appreciation for what FAIR and RMI has brought to (us) and how we go about the business of risk analysis. We have had some great conversations around risk with the lines of business that have ended very favorably for us.</p></blockquote>
<p>More information can be found on RMI&#8217;s website here:  <strong><a href="http://www.riskmanagementinsight.com/12_2008_training.html">http://www.riskmanagementinsight.com/12_2008_training.html</a></strong></p>
<p>Thanks.</p>
<p>Oh and tomorrow, we&#8217;ll talk a little bit about quantitative and qualitative risk.</p>
]]></content:encoded>
      <pubDate>Wed, 05 Nov 2008 12:32:53 +0000</pubDate>
      <category domain="http://securityratty.com/tag/risk management">risk management</category>
      <category domain="http://securityratty.com/tag/risk management processes">risk management processes</category>
      <category domain="http://securityratty.com/tag/risk">risk</category>
      <category domain="http://securityratty.com/tag/qualitative risk">qualitative risk</category>
      <category domain="http://securityratty.com/tag/risk analysis">risk analysis</category>
      <category domain="http://securityratty.com/tag/fair">fair</category>
      <category domain="http://securityratty.com/tag/public">public</category>
      <category domain="http://securityratty.com/tag/manage risk">manage risk</category>
      <category domain="http://securityratty.com/tag/quantitative fair analysis">quantitative fair analysis</category>
      <source url="http://riskmanagementinsight.com/riskanalysis/?p=510">Check It Out! FAIR Public Training December 10-12</source>
    </item>
  </channel>
</rss>
