<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><description>Discussing IT with a focus on information security. Lenny Zeltser helps safeguard customers’ IT operations at NCR Corporation. He also teaches how to analyze and combat malware at SANS Institute.</description><title>Lenny Zeltser on Information Security</title><generator>Tumblr (3.0; @lennyzeltser)</generator><link>http://blog.zeltser.com/</link><feedburner:info uri="zeltser" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><image><link>http://www.zeltser.com/</link><url>http://www.zeltser.com/interface/lenny_zeltser_logo.gif</url></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://www.zeltser.com/contents.xml" /><feedburner:emailServiceId>zeltser</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>5 Favorite Security Reads of the Week</title><description>&lt;p&gt;Here&amp;#8217;s a listing of my 5 favorite on-line security articles, papers and blog posts that I read in the past week:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blogs.rsa.com/williams/why-the-public-cloud-shuns-security/"&gt;Why the Public Cloud Shuns Security&lt;/a&gt; by Branden Williams&lt;/li&gt;
&lt;li&gt;&lt;a href="http://taosecurity.blogspot.com/2012/05/sec-guidance-is-really-big-deal.html"&gt;SEC Guidance Is a Really Big Deal&lt;/a&gt; by Richard Bejtlich&lt;/li&gt;
&lt;li&gt;&lt;a href="http://informationsecurityhq.com/how-long-until-apple-ios-needs-its-own-patch-super-tuesday/"&gt;How Long Until Apple iOS Needs Its Own Patch Super Tuesday?&lt;/a&gt; by Mark Kelly&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.shadowserver.org/2012/05/15/cyber-espionage-strategic-web-compromises-trusted-websites-serving-dangerous-results/"&gt;Cyber Espionage &amp;amp; Strategic Web Compromises&lt;/a&gt; by Steven Adair and Ned Moran&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.infosecleaders.com/2012/05/career-advice-tuesday-why-info-sec-position-go-unfilled/"&gt;Why Info Sec Position Go Unfilled&lt;/a&gt; by Lee Kushner&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Also, during the past week I published the following posts:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/22969115694/padlock-and-favicon-confusion-in-browsers"&gt;Confusing the Padlock and the Favicon in the Web Browser&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/23229415724/malicious-code-inside-office-documents"&gt;How Malicious Code Can Run in Microsoft Office Documents&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Looking forward to next week!&lt;/p&gt;
&lt;p&gt;For more recommendations, see my earlier &lt;a href="http://blog.zeltser.com/tagged/review"&gt;security reads of the week&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=ANvHAO_46qM:9dTPCwUIsVU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=ANvHAO_46qM:9dTPCwUIsVU:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=ANvHAO_46qM:9dTPCwUIsVU:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/ANvHAO_46qM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/ANvHAO_46qM/23347089944</link><guid isPermaLink="false">http://blog.zeltser.com/post/23347089944</guid><pubDate>Sat, 19 May 2012 09:25:17 -0400</pubDate><category>security</category><category>review</category><feedburner:origLink>http://blog.zeltser.com/post/23347089944</feedburner:origLink></item><item><title>How Malicious Code Can Run in Microsoft Office Documents</title><description>&lt;p&gt;One of the most effective methods of compromising computer security, especially as part of a targeted attack, involves emailing the victim a malicious Microsoft Office document. Even though the notion of a document originally involved non-executable data, attackers found ways to cause Microsoft Office to execute code embedded within the document. Below are 4 of the most popular techniques used to accomplish this.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;VBA Macros&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Support for executing code that&amp;#8217;s embedded as a VBA macro is built into Microsoft Office. Once the victim opens the document and allows macros to run, this code can run arbitrary commands on the user&amp;#8217;s system, including those that launch programs and interact over the network. The penetration testing tool Metasploit makes it relatively straightforward to generate payload that attackers could embed in an Office file as a VBA macro. (&lt;a href="http://www.fishnetsecurity.com/blogs/?p=546"&gt;See one example&lt;/a&gt; by Chris Patten.)&lt;/p&gt;
&lt;p&gt;Such macros can be included in &amp;#8220;legacy&amp;#8221; binary formats (.doc, .xls., .ppt) and in modern &lt;a href="http://office.microsoft.com/en-us/help/introduction-to-new-file-name-extensions-HA010006935.aspx"&gt;XML-formatted documents&lt;/a&gt; supported by Microsoft Office 2007 and higher. In either case, Office will present the user with a security warning, stating that macros have been disabled and offering to &amp;#8220;enable content.&amp;#8221; Social engineering techniques can persuade the victim to click the button that will allow the embedded macro to run and infect the system.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m43m4uCE5C1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Payload of a Microsoft Office Exploit&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another way to execute malicious code as part of an Office document involves exploiting vulnerabilities in a Microsoft Office application. The exploit is designed to trick the targeted application into executing the attacker&amp;#8217;s payload, which is usually concealed within the Office document as &lt;a href="http://en.wikipedia.org/wiki/Shellcode"&gt;shellcode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this case, Microsoft Office has to be exploited to execute the attacker&amp;#8217;s code. This is in contrast to the previous scenario, where the attacker takes advantage of macros, supported by Microsoft Office as a feature. For instance, &lt;a href="http://technet.microsoft.com/en-us/security/bulletin/ms12-030"&gt;vulnerability CVE-2012-0141, announced in May 2012&lt;/a&gt;, could allow the attacker to craft a malicious Excel file to include an exploit that would &amp;#8220;take complete control of an affected system.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Embedded Flash Program&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Embedding a Flash program inside an Office document provides attackers yet another way to run malicious code on the victim&amp;#8217;s system. In this case, the code within the Flash object run as soon as the victim opens the document without any warnings and without relying on exploits. This code is till subject to security restrictions imposed by Flash Player, so to perform escalated actions the code would need to exploit a vulnerability in Flash Player.&lt;/p&gt;
&lt;p&gt;One example of this attack has been &lt;a href="http://contagiodump.blogspot.com/2012/03/mar-2-cve-2012-0754-irans-oil-and.html"&gt;described by Mila on the Contagio blog&lt;/a&gt;. The malicious Word document &amp;#8220;DOC Iran&amp;#8217;s Oil and Nuclear Situation.doc&amp;#8221; was sent to a victim as part of a targeted attack. The document contained a Flash object, as seen below. (See steps to manually &lt;a href="http://www.walkernews.net/2009/04/24/how-to-embed-swf-file-or-shockwave-flash-object-in-microsoft-word-2007/"&gt;embed a Flash object in an Office document&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src="http://media.tumblr.com/tumblr_m44dzemWWX1qd9o7r.png"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Attackers can embed Flash objects in Office documents using automated tools. manual steps to do this the Flash object instructed Flash Player to download and play an MP4 file that was designed to exploit the &lt;a href="http://www.adobe.com/support/security/bulletins/apsb12-03.html"&gt;CVE-2012-0754 vulnerability in Flash Player&lt;/a&gt;, announced in February 2012. This allowed the attacker to infect the victim&amp;#8217;s system with a malicious Windows executable (trojan).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Embedded JavaScript&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Another way to automatically execute code then the victim opens a Microsoft Office document involves &lt;a href="http://blogs.technet.com/b/srd/archive/2009/03/03/behavior-of-activex-controls-embedded-in-office-documents.aspx"&gt;embedding the ScriptBridge ActiveX control&lt;/a&gt; in the file. This control allows the attacker to embed and execute JavaScript, as was the case with the malicious &amp;#8220;World Uyghur Congress Invitation.doc&amp;#8221; file I obtained &lt;a href="http://contagiodump.blogspot.com/2012/05/may-3-cve-2012-0779-world-uyghur.html"&gt;from the Contagio blog&lt;/a&gt;. This file used the &amp;#8220;Microsoft Scriptlet Component&amp;#8221;, implemented as the ScriptBridge ActiveX control to execute the embedded JavaScript code.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src="http://media.tumblr.com/tumblr_m44tl6kdKy1qd9o7r.png"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This Word file used ScriptBridge to execute embedded JavaScript code, which downloaded a malicious Flash file by from the specified URL. Microsoft Office automatically invokes embedded ActiveX controls that are marked Safe-For-Initialization, which is the case with ScriptBridge. (I&amp;#8217;d love to better understand how ScriptBridge is being used to run JavaScript, so if you have more details, please let me know.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;img src="http://media.tumblr.com/tumblr_m45ee7rPuM1qd9o7r.png"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In the case of this Word document, the downloaded Flash file was crafted to exploit the &lt;a href="http://www.adobe.com/support/security/bulletins/apsb12-09.html"&gt;CVE-2012-0779 vulnerability in Flash player&lt;/a&gt;, announced in May 2012.&lt;/p&gt;
&lt;p&gt;These are some of the techniques that intruders have used to execute code in Microsoft Office documents to compromise the system. The attacker could directly take advantage of a vulnerability in the targeted Office application. In other cases, the attacker uses functionality provided by Microsoft Office to either trick the user into allowing the malicious code to run (VBA macros) or to use a weakness in Office settings to run code that exploits vulnerabilities in other applications (Flash Player).&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=KZoVLAVhy5w:Gj4vDsJ3ns0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=KZoVLAVhy5w:Gj4vDsJ3ns0:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=KZoVLAVhy5w:Gj4vDsJ3ns0:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/KZoVLAVhy5w" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/KZoVLAVhy5w/23229415724</link><guid isPermaLink="false">http://blog.zeltser.com/post/23229415724</guid><pubDate>Thu, 17 May 2012 10:37:00 -0400</pubDate><category>security</category><category>malware</category><category>threats</category><feedburner:origLink>http://blog.zeltser.com/post/23229415724</feedburner:origLink></item><item><title>Confusing the Padlock and the Favicon in the Web Browser</title><description>&lt;p&gt;Web browser makers are continuing to change how they display two visual elements that people have been taking for granted: the padlock that designates an HTTPS connection and the favicon that acts as the thumbnail of the website&amp;#8217;s visual identity. These changes are aimed at helping to minimize the risk that a favicon that looks like a lock might instill a false sense of security.&lt;/p&gt;
&lt;p&gt;Users of web browsers have gotten accustomed to looking for the padlock image as part of the URL to determine whether the connection is &amp;#8220;secure.&amp;#8221; The browsers have typically displayed the lock for HTTPS connections where the SSL certificate was properly validated. Most non-geeky people don&amp;#8217;t know what aspect of security the lock is supposed to signify, but they have been trained to rely on it as a symbol of online safety.&lt;/p&gt;
&lt;p&gt;Webmasters can specify favicons as tiny images that web browsers have displayed in the URL bar to reinforce the site&amp;#8217;s digital identity. Unfortunately, computer attackers can display favicons that look like padlocks, fooling victims into thinking that they were using an SSL-encrypted and authenticated connection. One tool that can automate such an attack is &lt;a href="http://www.thoughtcrime.org/software/sslstrip/"&gt;sslstrip&lt;/a&gt;, and this category of attacks is described in &lt;a href="http://www.blackhat.com/presentations/bh-dc-09/Marlinspike/BlackHat-DC-09-Marlinspike-Defeating-SSL.pdf"&gt;the Black Hat presentation by the tool&amp;#8217;s author&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Internet Explorer&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Microsoft&amp;#8217;s Internet Explorer (v9) displays both the padlock and favicon in the URL bar. The favicon is on the left of the URL and&amp;#8212;assuming the connection is using HTTPS with a valid certificate&amp;#8212;the padlock is on the right:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y6abiZoF1qd9o7r.png"/&gt;&lt;br/&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y6apRUoU1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;A malicious webmaster or an attacker who can interfere with the web session may be able to display a padlock favicon even for HTTP or an invalid HTTPS connection, fooling the victim into thinking that the connection is &amp;#8220;secure.&amp;#8221; The distinction of where the trustworthy lock should exist in Internet Explorer (to the right of the URL, not to the left) is likely to be lost on most people.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Google Chrome&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Google Chrome doesn&amp;#8217;t display the favicon as part of the URL, showing it only in on tabs and bookmarks. Chrome displays the lock icon in the URL bar (&lt;a href="http://support.google.com/chrome/bin/answer.py?hl=en&amp;amp;answer=95617"&gt;in several variations&lt;/a&gt;) for connections that use HTTPS.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y6t4TwzP1qd9o7r.png"/&gt;&lt;br/&gt;&lt;strong&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y6tdEprr1qd9o7r.png"/&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Because Chrome doesn&amp;#8217;t display the favicon on the URL bar, this browser&amp;#8217;s users are being conditioned to place greater trust in the padlock image displayed next to the URL. This is good.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Firefox&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mozilla&amp;#8217;s Firefox &lt;a href="http://support.mozilla.org/en-US/questions/799675"&gt;stopped displaying the padlock icon&lt;/a&gt; for HTTPS connections starting in version 4 of the browser, phasing it out in favor of the &lt;a href="https://support.mozilla.org/en-US/kb/Site%20Identity%20Button"&gt;Site Identity Button&lt;/a&gt;. The current production (v12) and beta (v13) releases of Firefox still display the favicon the browser&amp;#8217;s URL bar and on the tab:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y5pvIDKr1qd9o7r.png"/&gt;&lt;br/&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y5q3AZoj1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;In this setup, a website that doesn&amp;#8217;t use HTTPS display a favicon that looks like a padlock in the URL bar, fooling the victims who associate the lock with safety into thinking that the connection is &amp;#8220;secure.&amp;#8221;&lt;/p&gt;
&lt;p&gt;To help address this risk, the current nightly build of Firefox (v14) no longer displays the favicon in the URL, showing it only on tabs, bookmarks and Awesome bar suggestions, &lt;a href="http://msujaws.wordpress.com/2012/04/23/an-update-to-site-identity-in-desktop-firefox/"&gt;according to Firefox developer Jared Wein&lt;/a&gt;. This version of Firefox adds the padlock to the Site Identity Button, while preventing webmasters from placing a false lock icon in the URL bar:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y5ye4ogn1qd9o7r.png"/&gt;&lt;br/&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y5ylwt3h1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;The approach to eliminating the favicon from the URL bar and displaying the padlock there for valid HTTPS connections is consistent with the behavior of Google Chrome. It&amp;#8217;s encouraging to see the two browsers using compatible visual approaches that are designed to minimize user confusion.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Opera&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Fortunately, the behavior of Opera is consistent with how Firefox and Chrome display locks and favicons. Opera displays favicons on tabs and bookmarks, while displaying the padlock on the URL bar for appropriate HTTPS connections:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y7grFwlP1qd9o7r.png"/&gt;&lt;br/&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y7gwehLY1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Safari&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Unfortunately, Safari displays the padlock and favicon on the URL bar, as well as on tabs and bookmarks in a manner consistent with Internet Explorer. In other words, the favicon is displayed to the left of the URL and the lock, when appropriate, is shown to the right of the URL.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y8f3e7BS1qd9o7r.png"/&gt;&lt;br/&gt;&lt;img src="http://media.tumblr.com/tumblr_m3y8f8X3YM1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;There&amp;#8217;s room for continuing to improve the visual indications that browsers present to users for making security-related decisions. Internet Explorer and Safari appear behind times in their treatment of favicons, because they display these images in the URL bar. In the meantime, individuals who educate non-technical people in web safety practices should consider how to best explain the various security indicators in the URL bar. None of these are easy undertakings.&lt;/p&gt;
&lt;p&gt;Hand-picked related articles:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/2527547617/targeting-web-browser"&gt;Mitigating Attacks on the Web Browser and Add-Ons&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/4363361306/respect-the-browser"&gt;Respect the Browser- Security Awareness Recommendations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/3638747689/designing-security-warnings"&gt;How to Design Security Warning Messages to Protect Users&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=d_bVm5fvP-k:H04GKoz7lXA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=d_bVm5fvP-k:H04GKoz7lXA:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=d_bVm5fvP-k:H04GKoz7lXA:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/d_bVm5fvP-k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/d_bVm5fvP-k/22969115694</link><guid isPermaLink="false">http://blog.zeltser.com/post/22969115694</guid><pubDate>Sun, 13 May 2012 10:02:00 -0400</pubDate><category>security</category><category>web</category><category>browser</category><category>security awareness</category><category>training</category><feedburner:origLink>http://blog.zeltser.com/post/22969115694</feedburner:origLink></item><item><title>5 Favorite Security Reads of the Week</title><description>&lt;p&gt;Here&amp;#8217;s a listing of my 5 favorite on-line security articles, papers and blog posts that I read in the past week:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://1raindrop.typepad.com/1_raindrop/2012/03/security-failure-scenarios.html"&gt;Security Failure Scenarios&lt;/a&gt; by Gunnar Peterson&lt;/li&gt;
&lt;li&gt;&lt;a href="http://forensicmethods.com/browser-geolocation"&gt;Big Brother Forensics: Device Tracking Using Browser-Based Artifacts&lt;/a&gt; (Part 1) by Chad Tilbury&lt;/li&gt;
&lt;li&gt;&lt;a href="http://daveshackleford.com/?p=794"&gt;What&amp;#8217;s RIGHT with Infosec&lt;/a&gt; by Dave Shackleford&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.norman.com/2012/security-research/trojan-moves-its-configuration-to-twitter-linkedin-msdn-and-baidu"&gt;Trojan moves its configuration to Twitter, LinkedIn, MSDN and Baidu&lt;/a&gt; by Snorre Fagerland&lt;/li&gt;
&lt;li&gt;&lt;a href="http://krebsonsecurity.com/2012/04/thieves-replacing-money-mules-with-prepaid-cards/"&gt;Thieves Replacing Money Mules With Prepaid Cards?&lt;/a&gt; by Brian Krebs&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Also, during the past week I published the following posts:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/20943573669/anxiousness-and-vigilance-in-infosec-pros"&gt;Are Anxious People More Vigilant in Information Security?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/21059691914/social-engineering-attacks"&gt;Slides for Presentation on Real-World Social Engineering Attacks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Looking forward to next week!&lt;/p&gt;
&lt;p&gt;For more recommendations, see my earlier &lt;a href="http://blog.zeltser.com/tagged/review"&gt;security reads of the week&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=22D0RsQue2s:Ec_SFRnGMrM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=22D0RsQue2s:Ec_SFRnGMrM:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=22D0RsQue2s:Ec_SFRnGMrM:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/22D0RsQue2s" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/22D0RsQue2s/21082369995</link><guid isPermaLink="false">http://blog.zeltser.com/post/21082369995</guid><pubDate>Sat, 14 Apr 2012 09:54:33 -0400</pubDate><category>security</category><category>review</category><feedburner:origLink>http://blog.zeltser.com/post/21082369995</feedburner:origLink></item><item><title>Slides for Presentation on Real-World Social Engineering Attacks</title><description>&lt;a href="http://zeltser.com/presentations/#social-engineering-attacks"&gt;Slides for Presentation on Real-World Social Engineering Attacks&lt;/a&gt;: &lt;p&gt;I published the slides to my presentation “&lt;a href="http://zeltser.com/presentations/#social-engineering-attacks"&gt;How attackers use social engineering to bypass your defenses&lt;/a&gt;,” which shows numerous examples of real-world social engineering attacks. These materials are designed to help you improve the relevance of your security awareness training and to adjust your data defenses by revisiting your perspective of the threat landscape. They cover techniques such as:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;The use of alternative channels of communication&lt;/li&gt;
&lt;li&gt;Focus on personally-relevant messages&lt;/li&gt;
&lt;li&gt;The principle of social compliance in potential victims&lt;/li&gt;
&lt;li&gt;People’s reliance on security mechanisms&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Why bother breaking down the door if you can simply ask the person inside to let you in? Social engineering works, both during penetration testing and as part of real-world attacks. This briefing explores how attackers are using social engineering to compromise defenses. It presents specific and concrete examples of how social engineering techniques succeeded at bypassing information security defenses.&lt;/p&gt;
&lt;p&gt;— &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=HllRasYl54k:jBsNKHOPQyk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=HllRasYl54k:jBsNKHOPQyk:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=HllRasYl54k:jBsNKHOPQyk:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/HllRasYl54k" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/HllRasYl54k/21059691914</link><guid isPermaLink="false">http://blog.zeltser.com/post/21059691914</guid><pubDate>Fri, 13 Apr 2012 22:18:00 -0400</pubDate><category>social engineering</category><category>security awareness</category><category>security</category><category>information technology</category><category>scam</category><feedburner:origLink>http://blog.zeltser.com/post/21059691914</feedburner:origLink></item><item><title>Are Anxious People More Vigilant in Information Security?</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_m2ci46WB8Q1qd9o7r.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;Common wisdom suggests that anxious individuals are better at spotting danger than those with more mellow personalities. However, &lt;a href="http://www.tau.ac.il/~yair1/PDF/Frenkel%20&amp;amp;%20Bar-Haim%20in%20press%20-%20Biological%20Psychology.pdf"&gt;research by Tahl Frenkel and Yair Bar-Haim&lt;/a&gt; indicates that the opposite may be true: People with nonanxious personalities might be more skilled at spotting the early signs of trouble. This finding could highlight the type of people best suited for information security jobs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Spotting Fearful Faces on Photographs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Some of the individuals selected for the study possessed anxious personality traits on the a &lt;a href="http://en.wikipedia.org/wiki/State-Trait_Anxiety_Inventory"&gt;State-Trait Anxiety Inventory&lt;/a&gt; scale, while others were nonanxious. The participants were shown photographs of a face that exhibited a progressive degree of fearfulness. The researchers measured how early in the progression the participants could detect fear on the photos.&lt;/p&gt;
&lt;p&gt;&amp;#8220;As expected anxious participants needed significantly less stimulus fear intensity for conscious fear detection,&amp;#8221; researchers discovered. However, only non-anxious participants began exhibiting early signs of fear detection before consciously recognizing fear on the photograph. The &lt;a href="http://www.scientificamerican.com/sciammind/"&gt;Scientific American Mind&amp;#8217;s&lt;/a&gt; March 2012 issue clarified:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;The brains of anxious subjects barely responded to the images until the frightened face had reached a certain obvious threshold, at which point their brains leapt into action as though caught off guard. Meanwhile nonanxious respondents showed increasing brain activity earlier in the exercise, which built up subtly with each increasingly fearful face.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The researchers concluded that anxious people might lack the ability to detect threats in a granular manner and &amp;#8220;therefore might face threats with no prior warning signal&amp;#8212;further contributing to their already heightened anxiety level and perhaps associated with their enhanced baseline threat vigilance.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Early Detection of Threats in Information Security&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If there is a stereotype of an information security professional, it is sure to include anxious characteristics, such as concerns regarding threats, distrust and perhaps a degree of paranoia. These traits allow us to recognize the signs of danger, building defenses in anticipation of risks and also responding to the situation when the defenses fail.&lt;/p&gt;
&lt;p&gt;Yet, those professionals who are calm and nonanxious might be better at spotting early warning signs of an intrusion before it escalates into a major breach. This skill is similar to the ability to detect the subtle signs of fear when looking at a photograph of a face. If this is true, then I wonder whether such individuals trust their instincts and have the time to begin investigating the potential problem early enough.&lt;/p&gt;
&lt;p&gt;If this is interesting to you, see my earlier post &lt;a href="http://blog.zeltser.com/post/5327368453/trust-and-mistrust-in-information-security"&gt;Are Mistrustful Individuals Better at Information Security?&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=nmfzbjUPdlE:8-MTFHoN6s8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=nmfzbjUPdlE:8-MTFHoN6s8:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=nmfzbjUPdlE:8-MTFHoN6s8:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/nmfzbjUPdlE" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/nmfzbjUPdlE/20943573669</link><guid isPermaLink="false">http://blog.zeltser.com/post/20943573669</guid><pubDate>Wed, 11 Apr 2012 22:43:19 -0400</pubDate><category>security</category><category>risk management</category><category>intrusion detection</category><feedburner:origLink>http://blog.zeltser.com/post/20943573669</feedburner:origLink></item><item><title>4 Favorite Security Reads of the Week</title><description>&lt;p&gt;Here&amp;#8217;s a listing of my 4 favorite on-line security articles, papers and blog posts that I read in the past week. This week I&amp;#8217;m featuring a series of articles that profile Anonymous that were written by Josh Corman and Brian Martin:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.cognitivedissidents.com/2011/12/20/building-a-better-anonymous-series-part-1/"&gt;Introduction &amp;amp; Approach&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cognitivedissidents.wordpress.com/2011/12/29/building-a-better-anonymous-series-part-2/"&gt;Fact vs Fiction&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.cognitivedissidents.com/2012/02/13/building-a-better-anonymous-series-part-3/"&gt;How We Got it All Wrong&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.cognitivedissidents.com/2012/03/08/building-a-better-anonymous-series-part-4/"&gt;How Anonymous Has Failed in Theory &amp;amp; Practice&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Also, during the past week I published the following posts:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/19243892374/remote-desktop-security-risks"&gt;The Risks of Remote Desktop for Access Over the Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://isc.sans.edu/diary.html?storyid=12778"&gt;Please transfer this email to your CEO or appropriate person, thanks&lt;/a&gt; (Internet Storm Center)&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Looking forward to next week!&lt;/p&gt;
&lt;p&gt;For more recommendations, see my earlier &lt;a href="http://blog.zeltser.com/tagged/review"&gt;security reads of the week&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=j3EiFrjhAnQ:xmRqzSuLrio:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=j3EiFrjhAnQ:xmRqzSuLrio:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=j3EiFrjhAnQ:xmRqzSuLrio:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/j3EiFrjhAnQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/j3EiFrjhAnQ/19450744065</link><guid isPermaLink="false">http://blog.zeltser.com/post/19450744065</guid><pubDate>Sat, 17 Mar 2012 10:03:05 -0400</pubDate><category>security</category><category>review</category><feedburner:origLink>http://blog.zeltser.com/post/19450744065</feedburner:origLink></item><item><title>The Risks of Remote Desktop for Access Over the Internet</title><description>&lt;p&gt;It&amp;#8217;s convenient to use the Remote Desktop Protocol (RDP) for accessing systems over the Internet, especially in server environments. However, exposing RDP to direct connections is risky. This setup not only gives remote attackers the opportunity to guess logon credentials, but also relies on the lack of a remotely-exploitable vulnerability in Microsoft&amp;#8217;s RDP implementation.&lt;/p&gt;
&lt;p&gt;Microsoft&amp;#8217;s Security Bulletin &lt;a href="http://technet.microsoft.com/en-us/security/bulletin/ms12-020"&gt;MS12-020&lt;/a&gt;, released in March 2012, described critical vulnerability in Microsoft&amp;#8217;s RDP implementation on most Windows platforms (CVE-2012-0002). This bug could allow a remote unauthenticated attacker to run arbitrary code on the affected system by sending &amp;#8220;a sequence of specially crafted RDP packets.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Microsoft provides &lt;a href="http://blogs.technet.com/b/srd/archive/2012/03/13/cve-2012-0002-a-closer-look-at-ms12-020-s-critical-issue.aspx"&gt;a detailed perspective on the CVE-2012-0002 vulnerability&lt;/a&gt; in its Security Research &amp;amp; Defense blog, stating that even though it has no knowledge of the corresponding exploits, it believes that &amp;#8220;an exploit for code execution will be developed in the next 30 days.&amp;#8221;&lt;/p&gt;
&lt;p&gt;I suspect such an exploit will appear sooner than 30 days, because of the relatively fast techniques available to attackers for reverse-engineering a patch to understand the nature of the vulnerability they need to target. Such an exploit would provide an attacker with access to targeted server environments and would enable automated opportunistic break-ins into servers and workstations that expose RDP to the Internet. Such an exploit would also be effective as part of a network worm for automated propagation across vulnerable systems.&lt;/p&gt;
&lt;p&gt;My recommendations for handling the CVE-2012-0002 RDP vulnerability and future risks related to RDP:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Understand what systems in your environment expose RDP to the Internet. Create a plan to apply the MS12-020 as soon as practical.&lt;/li&gt;
&lt;li&gt;Change the port on which your systems listen for RDP connection to avoid using the default TCP port 3389. Automated scanners and worms will be less likely to locate your RDP listeners on high-non-standard ports.&lt;/li&gt;
&lt;li&gt;Consider configuring your RDP settings to use Enable Network Level Authentication (NLA) on Windows Vista and later platforms, &lt;a href="http://blogs.technet.com/b/srd/archive/2012/03/13/cve-2012-0002-a-closer-look-at-ms12-020-s-critical-issue.aspx"&gt;as suggested by Microsoft&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Remember to have strong authentication for systems utilizing RDP to deal with &lt;a href="http://blog.zeltser.com/post/9533396210/dark-side-of-remote-desktop-protocol"&gt;remote password-guessing attacks&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=lRgZox2ktm4:VzkTcnU1hlU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=lRgZox2ktm4:VzkTcnU1hlU:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=lRgZox2ktm4:VzkTcnU1hlU:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/lRgZox2ktm4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/lRgZox2ktm4/19243892374</link><guid isPermaLink="false">http://blog.zeltser.com/post/19243892374</guid><pubDate>Tue, 13 Mar 2012 14:41:44 -0400</pubDate><category>security</category><category>information technology</category><category>vulnerability management</category><category>network</category><feedburner:origLink>http://blog.zeltser.com/post/19243892374</feedburner:origLink></item><item><title>At the BSides San Francisco conference I presented with Lee...</title><description>&lt;iframe src="http://player.vimeo.com/video/37749788" width="400" height="225" frameborder="0"&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;At the BSides San Francisco conference I presented with &lt;a href="http://www.ljkushner.com/about_ceo.html"&gt;Lee Kushner&lt;/a&gt; on the techniques for finding a good job in information security and on hiring strong candidates for an infosec position. Anthony Freed from Infosec Island &lt;a href="http://www.infosecisland.com/videos-view/20525-BSidesSF-Lenny-Zeltser-on-Infosec-Recruitment.html"&gt;recorded this 6-minute video with me at the event&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=Q1Hcy7BlXgo:YYZSXRgaWEU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=Q1Hcy7BlXgo:YYZSXRgaWEU:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=Q1Hcy7BlXgo:YYZSXRgaWEU:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/Q1Hcy7BlXgo" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/Q1Hcy7BlXgo/18613052590</link><guid isPermaLink="false">http://blog.zeltser.com/post/18613052590</guid><pubDate>Fri, 02 Mar 2012 13:17:00 -0500</pubDate><category>career</category><category>security</category><category>video</category><feedburner:origLink>http://blog.zeltser.com/post/18613052590</feedburner:origLink></item><item><title>"I recognize that my code will be used in ways I cannot anticipate, in ways it was not designed, and..."</title><description>““I recognize that my code will be used in ways I cannot anticipate, in ways it was not designed, and for longer than it was ever intended.””&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;An excerpt from the &lt;a href="http://www.ruggedsoftware.org/"&gt;Rugged Software Manifesto&lt;/a&gt;&lt;/em&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=DrkXSNAYXyU:_Hk1siOQoR8:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=DrkXSNAYXyU:_Hk1siOQoR8:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=DrkXSNAYXyU:_Hk1siOQoR8:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/DrkXSNAYXyU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/DrkXSNAYXyU/18561279900</link><guid isPermaLink="false">http://blog.zeltser.com/post/18561279900</guid><pubDate>Thu, 01 Mar 2012 14:40:34 -0500</pubDate><category>security</category><category>information technology</category><category>applications</category><category>software</category><category>quote</category><feedburner:origLink>http://blog.zeltser.com/post/18561279900</feedburner:origLink></item><item><title>5 Favorite Security Reads of the Week</title><description>&lt;p&gt;Here&amp;#8217;s a listing of my 5 favorite on-line security articles, papers and blog posts that I read in the past week:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://geer.tinho.net/ieee/ieee.sp.geer.1201b.pdf"&gt;More or Less&lt;/a&gt; by Dan Geer (PDF)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.damballa.com/?p=1494"&gt;The SpyEye Competitive Landscape&lt;/a&gt; by Gunter Ollmann&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.nytimes.com/interactive/2012/02/05/opinion/sunday/20120205_Password.html"&gt;Password Check&lt;/a&gt; by Frank Lesser&lt;/li&gt;
&lt;li&gt;&lt;a href="http://community.websense.com/blogs/securitylabs/archive/2012/01/30/trojan-caught-on-camera-shows-captcha-is-still-a-security-issue.aspx"&gt;Trojan Caught on Camera Shows CAPTCHA is Still a Security Issue&lt;/a&gt; by Elad Sharf&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.rsa.com/aharoni/vishing-to-have-your-identity-stolen-press-one/"&gt;Vishing: To Have Your Identity Stolen, Press One&lt;/a&gt; by Idan Aharoni&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Also, during the past week I published the following posts:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/17610799910/sms-text-phishing"&gt;An Example of SMS Text Phishing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/17725630165/executives-prone-to-accept-risk"&gt;Why Are Executives More Prone to Accept More Risks?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Looking forward to next week!&lt;/p&gt;
&lt;p&gt;For more recommendations, see my earlier &lt;a href="http://blog.zeltser.com/tagged/review"&gt;security reads of the week&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=ulTcI2vTwDA:sKtX3s_alZw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=ulTcI2vTwDA:sKtX3s_alZw:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=ulTcI2vTwDA:sKtX3s_alZw:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/ulTcI2vTwDA" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/ulTcI2vTwDA/17822783897</link><guid isPermaLink="false">http://blog.zeltser.com/post/17822783897</guid><pubDate>Sat, 18 Feb 2012 10:06:05 -0500</pubDate><category>review</category><category>security</category><feedburner:origLink>http://blog.zeltser.com/post/17822783897</feedburner:origLink></item><item><title>Why Are Executives More Prone to Accept Risks?</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lzi8098DmW1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;Information security professionals are often frustrated when their concerns regarding vulnerabilities and associated threats appear to be ignored by the company&amp;#8217;s executives. I already discussed &lt;a href="http://blog.zeltser.com/post/4928092393/business-managers-ignore-security-recommendations"&gt;6 reasons why business managers ignore IT security risk recommendations&lt;/a&gt;. I&amp;#8217;d like to add a few more to the list, based on recent research into the links between power, prestige and decision-making.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;High-Status Individuals Are More Trusting&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In one study, Lount and Pettit researched &lt;a href="http://www.sciencedirect.com/science/article/pii/S0749597811000963"&gt;how a person&amp;#8217;s social status might influence the extent of trusting someone&lt;/a&gt;. In one of their experiments &amp;#8220;participants were primed to experience either high or low status and then given the opportunity to send money in a trust game.&amp;#8221; In this context, high status might be associated with the prestige of being a business executive, while another extreme of a low status might be associated with an entry-level mail room clerk.&lt;/p&gt;
&lt;p&gt;The participants who were assigned a high status were more trusting when sending money, hoping that the recipient would return the funds. Low-status individuals were more cautious. The researchers concluded from this and related experiments that &amp;#8220;having status alters how we perceive others intentions&amp;#8221; to believe &amp;#8220;that others have positive intentions toward us.&amp;#8221; They also pointed out that:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;The possession of status can fundamentally alter our expectations of peoples&amp;#8217; motives toward us, and in turn, influence our initial trust in others.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;People with prestigious positions, such as executive managers, might be more trusting of others and, therefore, might be willing to accept more risks.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Power Leads to Overconfidence&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In another study, Fast, Sivanathan, Mayer and Galinsky explored the links between &lt;a href="http://www-bcf.usc.edu/~nathanaf/power_and_overconfident_decision_making.pdf"&gt;an individual&amp;#8217;s perception of power and self-confidence&lt;/a&gt;. Their research found that people who believed themselves to be powerful experienced more certainty in the accuracy of their believes and opinions. They confirmed that &amp;#8220;power increases overconfidence in the accuracy of one’s thoughts and beliefs.&amp;#8221; This matters in organizations because many &amp;#8220;high-impact decisions are based on perceived precision of relevant knowledge.&amp;#8221;&lt;/p&gt;
&lt;p&gt;The effect of this phenomenon is magnified because not only the subjective sense of power causes people to become overconfident in their knowledge, but also &amp;#8220;overconfident people tend to acquire roles that afford power.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Prestige, Power And Decisions About Risk&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;My perspective on these findings through the lens of information security and related risks is as follows:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Executive managers experience a sense of power and prestige associated with their decision-making abilities and responsibilities.&lt;/li&gt;
&lt;li&gt;Such individuals might be inclined to make risk decisions while being overly confident in the accuracy of their understanding of the issues.&lt;/li&gt;
&lt;li&gt;Such individuals are also likely to be more trusting than people whose positions aren&amp;#8217;t as prestigious.&lt;/li&gt;
&lt;li&gt;The result is that executives might accept risks from a perspective that is too trusting or without spending enough effort to understand the issues.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;So, there you have it: a few more reasons why executives are more prone to accept risks, in addition to the &lt;a href="http://blog.zeltser.com/post/4928092393/business-managers-ignore-security-recommendations"&gt;6 explanations I offered earlier&lt;/a&gt;. You might also like to know that &lt;a href="http://blog.zeltser.com/post/4797717411/choice-fatigue-and-security-decisions"&gt;choice fatigue contributes to the willingness to accept risks&lt;/a&gt; and that &lt;a href="http://blog.zeltser.com/post/4177591194/sleep-deprivation-and-information-security"&gt;sleep deprivation contributes to risk-taking behavior&lt;/a&gt;. We just cannot help it&amp;#8212;it&amp;#8217;s in our nature.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=Q8vcZZ7UMD4:yX0hU6ovies:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=Q8vcZZ7UMD4:yX0hU6ovies:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=Q8vcZZ7UMD4:yX0hU6ovies:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/Q8vcZZ7UMD4" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/Q8vcZZ7UMD4/17725630165</link><guid isPermaLink="false">http://blog.zeltser.com/post/17725630165</guid><pubDate>Thu, 16 Feb 2012 16:11:00 -0500</pubDate><category>risk management</category><category>security</category><category>influence</category><feedburner:origLink>http://blog.zeltser.com/post/17725630165</feedburner:origLink></item><item><title>An Example of SMS Text Phishing</title><description>&lt;p&gt;Phishing&amp;#8212;a technique grounded in &lt;a href="http://blog.zeltser.com/tagged/social_engineering"&gt;social engineering&lt;/a&gt;&amp;#8212;remains an effective way for attackers to trick people into giving up sensitive information. Potential victims can be contacted by email, fax, phone calls and SMS text messages. Below is an example of such a scam sent through SMS&amp;#8212;a practice sometimes called &lt;a href="http://en.wikipedia.org/wiki/SMiShing"&gt;smishing&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In this case, the recipient is requested to visit update.vtext02.net to update account information, supposedly so that he or she can continue using Verizon services.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lze4uqGZhk1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;The phone number of the SMS message&amp;#8217;s sender was most likely &lt;a href="http://en.wikipedia.org/wiki/SMS_spoofing"&gt;spoofed&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The malicious domain vtext02.net appears to have been &lt;a href="http://reports.internic.net/cgi/whois?whois_nic=vtext02.net&amp;amp;type=domain"&gt;shut down by its registrar&lt;/a&gt; several hours after the phishing text message was received. When it was still active, the victim visiting the link on the SMS message would have seen the following page that mimicked the Verizon Wireless website:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lze5urgAaU1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;All elements of this page were unclickable images with the exception of the form that prompted the victim for his or her Verizon account credentials. The &amp;#8220;Sign In&amp;#8221; button would submit the data to the phisher&amp;#8217;s server-side confirm.php script. Here&amp;#8217;s an excerpt from the page&amp;#8217;s HTML code:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://zeltser.com/media/archive/sms-phishing-form.txt"&gt;&lt;img src="http://media.tumblr.com/tumblr_lze5ogPFdf1qd9o7r.png"/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A &lt;a href="http://www.howardforums.com/showthread.php/1751935-New-SMS-phishing-scam"&gt;similar incident was publicly described&lt;/a&gt; by another person about a month earlier. In that case, the sender was being directed to another malicious URL. The phishing SMS message stated &amp;#8220;V.erizon.wireless.update. Please click on http:// verizon.vtext-1.com and proceed.&amp;#8221; (Don&amp;#8217;t go there.)&lt;/p&gt;
&lt;p&gt;Mobile phone users are especially vulnerable to social engineering scams. One of the reasons for this, as &lt;a href="http://blog.eset.com/2011/05/31/mobile-devices-favor-malware-and-phishing"&gt;pointed out by ESET&amp;#8217;s Randy Abrams&lt;/a&gt;, is that &amp;#8220;virtually none of the visual indicators that help even a moderately savvy novice computer user make informed decision are present on mobile devices.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Russ Klanke &lt;a href="http://aggressivevirusdefense.wordpress.com/2012/01/30/report-spam-text-message-or-sms/"&gt;documented the steps for reporting a suspicious SMS message&lt;/a&gt; to the &lt;a href="http://www.gsma.com/spam-reporting-services/"&gt;GSMA Spam Reporting Service&lt;/a&gt; by sending a text to short code 7726 (SPAM).&lt;/p&gt;
&lt;p&gt;Hand-picked related articles:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/7641621785/social-engineering-by-mobile-device-malware"&gt;The Use of Social Engineering by Mobile Device Malware&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/7586804581/malware-for-mobile-devices"&gt;The Changing Landscape of Malware for Mobile Devices&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&amp;#8212; Lenny Zeltser&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=K_yr6JWGzjM:ncWvWw-1TSo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=K_yr6JWGzjM:ncWvWw-1TSo:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=K_yr6JWGzjM:ncWvWw-1TSo:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/K_yr6JWGzjM" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/K_yr6JWGzjM/17610799910</link><guid isPermaLink="false">http://blog.zeltser.com/post/17610799910</guid><pubDate>Tue, 14 Feb 2012 11:44:00 -0500</pubDate><category>information technology</category><category>mobile</category><category>phishing</category><category>security</category><category>threats</category><category>social engineering</category><feedburner:origLink>http://blog.zeltser.com/post/17610799910</feedburner:origLink></item><item><title>The Role of a Resume in an IT Job Search</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lz1dkmZxl11qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;Although people tend to rely too much much on a resume during an IT job search, having a strong resume is still necessary for many job applications and candidates. In my mind, the goal of a resume is primarily to get past the initial screening, which is often conducted by an HR representative or a recruiter.&lt;/p&gt;
&lt;p&gt;A good resume allows the candidate to reach the hiring manager and start deeply engaging in the discussions related to the position. This means that having a strong resume is important, but it is just one of many ways in which the candidate will need to demonstrate that he or she is a good match for the job.&lt;/p&gt;
&lt;p&gt;The most common mistake I&amp;#8217;ve seen on resumes is the candidate merely listing the tasks he or she performed at an earlier job. However, this listing doesn&amp;#8217;t stand out. Make sure that &lt;a href="http://blog.zeltser.com/post/2976449760/describing-tasks-on-security-resume"&gt;every bullet point on your resume answers the question &amp;#8220;So What?&amp;#8221;&lt;/a&gt; That means including not only the text that describes what you were working on, but actually stating what you accomplished. The goal is to have the reader read the accomplishments and exclaim, &amp;#8220;Wow! I want this person to do the same for me!&amp;#8221;&lt;/p&gt;
&lt;p&gt;I encourage people to &lt;a href="http://blog.zeltser.com/post/1648239403/stop-relying-on-your-resume"&gt;think beyond the resume when they look for jobs&lt;/a&gt;. The standard resume format is designed to make the candidate much like everyone else in the field. On the other hand, if your reputation precedes you, or if you establish rapport with the hiring managers&amp;#8212;perhaps even before there is even a job opening&amp;#8212;you&amp;#8217;ll be ahead of your competition for the position.&lt;/p&gt;
&lt;p&gt;Also, consider the extent to which the position you&amp;#8217;re pursuing contributes towards your career growth. Make sure that your resume and subsequent conversations make this clear to the hiring manager and other decision makers. When deciding upon your goals, think outside the standard career path that takes engineers towards management. Some individuals might be happier and achieve more professional laurels if they dig deep into one or more technological areas, rather than giving up their technical skills to manage people.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.infosecleaders.com/about/"&gt;Lee Kushner &lt;/a&gt;and I will be presenting a talk about different perspectives on InfoSec hiring and recruiting at the &lt;a href="http://www.securitybsides.com/w/page/50631431/BSidesSF2012Speakers"&gt;B-Sides San Francisco conference&lt;/a&gt; in February 2012. Stop by if this interests you. Also, along these lines, &lt;a href="http://blog.zeltser.com/post/17065044342/hiring-software-engineering-manager"&gt;I&amp;#8217;m looking to hire a strong software development manager in Dallas&lt;/a&gt;; know anyone?&lt;/p&gt;
&lt;p&gt;Related:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/10433918539/read-resumes-for-career-options"&gt;Review Resumes to Understand Your Career Options&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://Resisting%20the%20Gentle%20Pull%20of%20Mediocrity%20-%20A%20Reminder"&gt;Resisting the Gentle Pull of Mediocrity - A Reminder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/1479494328/interviewing-tips-for-it-job-candidates"&gt;5 Interviewing Tips for IT Job Candidates - What You Must Know&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=n8VtE7adJO0:aAqiA767MJ0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=n8VtE7adJO0:aAqiA767MJ0:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=n8VtE7adJO0:aAqiA767MJ0:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/n8VtE7adJO0" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/n8VtE7adJO0/17217757869</link><guid isPermaLink="false">http://blog.zeltser.com/post/17217757869</guid><pubDate>Tue, 07 Feb 2012 13:48:00 -0500</pubDate><category>information technology</category><category>career</category><category>resume</category><feedburner:origLink>http://blog.zeltser.com/post/17217757869</feedburner:origLink></item><item><title>Hiring a Software Engineering Manager in Dallas, TX</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lt8665M7WD1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; This position has been filled.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m looking for a software engineering manager to join &lt;a href="http://blog.zeltser.com/post/8535896950/new-job-challenges-opportunities"&gt;my team at NCR&lt;/a&gt; in Dallas, TX. The person supervises the team&amp;#8217;s activities, motivating team members and instituting processes for Agile-inspired development practices. The manager is responsible for the team meeting its commitments and works closely with the team&amp;#8217;s technical lead to support a growing number of development projects tied to business growth.&lt;/p&gt;
&lt;p&gt;Some of the required skills and proficiency levels include:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Experience managing a software engineering team&lt;/li&gt;
&lt;li&gt;Past experience developing applications using C, C++, C#/.NET or Java is a plus&lt;/li&gt;
&lt;li&gt;Experience in overseeing the development of mission-critical software projects from design to completion&lt;/li&gt;
&lt;li&gt;Strong understanding of Agile-inspired software development approaches&lt;/li&gt;
&lt;li&gt;A cultural fit that allows the person and the team to have fun and be productive&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Are you such a person or do you know someone like this? &lt;a href="http://zeltser.com/about/contact.html"&gt;I&amp;#8217;d love to hear from you&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=QAr4yja1Nyc:s_ugNj58UeY:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=QAr4yja1Nyc:s_ugNj58UeY:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=QAr4yja1Nyc:s_ugNj58UeY:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/QAr4yja1Nyc" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/QAr4yja1Nyc/17065044342</link><guid isPermaLink="false">http://blog.zeltser.com/post/17065044342</guid><pubDate>Sat, 04 Feb 2012 20:51:00 -0500</pubDate><category>career</category><category>information technology</category><category>software</category><feedburner:origLink>http://blog.zeltser.com/post/17065044342</feedburner:origLink></item><item><title>Who Was The First To Use The Term Exfiltration?</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lyspxut3el1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;Information security professionals seem to use the word &lt;em&gt;exfiltration&lt;/em&gt; with increasing frequency. However, it remains a relatively geeky way of referring to the process whereby data leaves a compromised network. That&amp;#8217;s why I was surprised to see VeriSign use this term to describe its &lt;a href="http://blog.zeltser.com/post/16933549815/2010-verisign-data-breach"&gt;2010 data breach in a 2011 SEC filing&lt;/a&gt; when saying, &amp;#8220;Information stored on the compromised corporate systems was exfiltrated.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;First Use of Data Exfiltration with the SEC&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;VeriSign isn&amp;#8217;t the first company to introduce the term &lt;em&gt;exfiltration&lt;/em&gt; into SEC documentation in the information security context. As far as I can tell, the first mention can be attributed to SRA International. &lt;a href="http://www.sec.gov/Archives/edgar/data/906192/000119312509106781/d10q.htm"&gt;SRA&amp;#8217;s May 11, 2009, 10-Q statement&lt;/a&gt; mentions several malware infections identified by the company&amp;#8217;s IT and security staff. It continues:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;While we have not determined that specific information was exfiltrated, our forensic analysts suggest that the virus was designed for this purpose and, based on indirect evidence found, there is the possibility that data was compromised.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;These were probably the incidents that prompted SRA to file &lt;a href="http://www.oag.state.md.us/idtheft/Breach%20Notices/ITU-164577.pdf"&gt;a notice with the Maryland Attorney General&lt;/a&gt; and &lt;a href="http://www.networkworld.com/news/2009/020309-federal-workers-notified-after-sra.html"&gt;notify its employees and customers of the breach&lt;/a&gt; in January 2009.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Origins of the Term &lt;em&gt;Exfiltration&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://oed.com/"&gt;Oxford English Dictionary&lt;/a&gt; defines &lt;em&gt;exfiltrate&lt;/em&gt; as:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Withdrawing &amp;#8220;(troops, spies, etc.) from a dangerous position.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It also refers to &lt;em&gt;exfiltration&lt;/em&gt; as the &amp;#8220;action or process of filtering out&amp;#8221; and points to a &lt;a href="http://www.archive.org/stream/rocksclassifiedd00cottrich/rocksclassifiedd00cottrich_djvu.txt"&gt;geological book published in 1866 by P. H. Lawrence&lt;/a&gt;. In it, the author states:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;The opal is a product of exfiltration from the rock in or near which it occurs.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The first mention of the term in the context of information security that I could find dates to the unclassified NSA paper published in 2002 and titled &lt;a href="https://www.nsa.gov/ia/_files/app/C4-07R-02.pdf"&gt;Microsoft Office 2000 Executable Content Security Risks and Countermeasures&lt;/a&gt;. It explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;Customizations with VBA or ActiveX provide a powerful programming capability within Office applications. An attacker can write a wide range of attacks from altering system settings and exfiltrating information to dangerous denial of service attacks such as deleting all files on a hard drive.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Do you know of earlier uses of the term &lt;em&gt;exfiltration&lt;/em&gt;, especially when used to discuss data breaches? I&amp;#8217;m curious.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=_V8AQS6pyrQ:3DKV7XT-rbE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=_V8AQS6pyrQ:3DKV7XT-rbE:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=_V8AQS6pyrQ:3DKV7XT-rbE:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/_V8AQS6pyrQ" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/_V8AQS6pyrQ/16966446920</link><guid isPermaLink="false">http://blog.zeltser.com/post/16966446920</guid><pubDate>Fri, 03 Feb 2012 02:05:00 -0500</pubDate><category>data breach</category><category>security</category><category>definition</category><category>incident response</category><category>information technology</category><feedburner:origLink>http://blog.zeltser.com/post/16966446920</feedburner:origLink></item><item><title>Some Facts and Conjecture About the VeriSign Data Breach</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lys8mleFa51qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;The web is abuzz with stories about the 2010 data breach that VeriSign reported in &lt;a href="https://investor.verisign.com/secfiling.cfm?filingid=1193125-11-285850"&gt;its Oct 28, 2011, 10-Q statement&lt;/a&gt;. The document devotes a couple of paragraphs to the breach and includes the following:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;In 2010, the Company faced several successful attacks against its corporate network in which access was gained to information on a small portion of our computers and servers. We have investigated and do not believe these attacks breached the servers that support our Domain Name System (&amp;#8216;DNS&amp;#8217;) network. Information stored on the compromised corporate systems was exfiltrated.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;VeriSign further explains that its information security team detected and responded to the incident. That in itself isn&amp;#8217;t a big deal, as successful attacks occur on regular basis among companies large and small. If this were the full the extent of the situation, it wouldn&amp;#8217;t be worth including in as part of the 10-Q filing. &lt;a href="http://www.sec.gov/divisions/corpfin/guidance/cfguidance-topic2.htm"&gt;SEC disclosure guidelines published in October 2011&lt;/a&gt; state that companies &amp;#8220;should disclose the risk of cyber incidents if these issues are among the most significant factors that make an investment in the company speculative or risky.&amp;#8221;&lt;/p&gt;
&lt;p&gt;VeriSign&amp;#8217;s mention of the breach in 10-Q implies that the incident was significant, probably because of the kind of data that was compromised. This theory is supported by VeriSign highlighting that although it &amp;#8220;is unaware of any situation in which possibly exfiltrated information has been used, we are unable to assure that such information was not or could not be used in the future.&amp;#8221;&lt;/p&gt;
&lt;p&gt;VeriSign&amp;#8217;s disclosure further states that &amp;#8220;given the nature of such attacks, we cannot assure that our remedial actions will be sufficient to thwart future attacks or prevent the future loss of information.&amp;#8221;&lt;/p&gt;
&lt;p&gt;This description sounds like the company believes they were dealing with an &lt;a href="http://blog.zeltser.com/tagged/APT"&gt;APT&lt;/a&gt;-style attack. One of the characteristics of APT incidents is that it is very difficult to remove the adversary&amp;#8217;s presence from the corporate network. Such efforts may take years and tend to be very expensive.&lt;/p&gt;
&lt;p&gt;There is much conjecture regarding what occurred at VeriSign, given how few details the company released to the public. My hope is that VeriSign will do a better job than RSA did at providing a frank and comprehensive explanation of the affected products or services in a timely manner.&lt;/p&gt;
&lt;p&gt;Other articles about the 2010 VeriSign breach from across the web:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.reuters.com/article/2012/02/02/us-hacking-verisign-idUSTRE8110Z820120202"&gt;Key Internet Operator VeriSign Hit by Hackers&lt;/a&gt; by Joseph Menn&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.scmagazine.com.au/News/289077,verisign-hacked-data-stolen.aspx"&gt;VeriSign Hacked, Data Stolen&lt;/a&gt; by Darren Pauli&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.csoonline.com/data-protection/2013/verisign-hit-hackers"&gt;VeriSign Hit by Hackers&lt;/a&gt; by Bill Brenner&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;From a more general perspective, I suspect we&amp;#8217;ll be hearing more about such breaches due to the relatively recent guidelines published on breach reporting by SEC. How many large critical infrastructure haven&amp;#8217;t been compromised at this point? How many of them actually know that this has happened?&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=GeXfvg1E6m8:mP3o1ub_hQE:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=GeXfvg1E6m8:mP3o1ub_hQE:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=GeXfvg1E6m8:mP3o1ub_hQE:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/GeXfvg1E6m8" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/GeXfvg1E6m8/16933549815</link><guid isPermaLink="false">http://blog.zeltser.com/post/16933549815</guid><pubDate>Thu, 02 Feb 2012 15:43:00 -0500</pubDate><category>security</category><category>breach</category><category>information technology</category><category>incident response</category><feedburner:origLink>http://blog.zeltser.com/post/16933549815</feedburner:origLink></item><item><title>Anticipating The Future of User Account Access Sharing</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_lyhoxfc0Jq1qd9o7r.png"/&gt;&lt;/p&gt;
&lt;p&gt;We might learn what the future holds for information technology by observing how teens use IT. After all, a decade or so from now, today&amp;#8217;s teenagers will be consuming, influencing and creating a significant portion of IT products and services. In this note I&amp;#8217;d like to consider how today&amp;#8217;s use of shared user accounts among teens might influence our future access restriction practices.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;User Account Access-Sharing Among Teens&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A recent &lt;a href="http://www.nytimes.com/2012/01/18/us/teenagers-sharing-passwords-as-show-of-affection.html"&gt;New York Times article by Matt Richtel&lt;/a&gt; discusses teens&amp;#8217; customs of &amp;#8220;sharing their passwords to e-mail, Facebook and other accounts. Boyfriends and girlfriends sometimes even create identical passwords, and let each other read their private e-mails and texts.&amp;#8221;&lt;/p&gt;
&lt;p&gt;Exchanging something as intimate as logon credentials is a way of expressing affection for each other, Matt explains. This is also a way of expressing trust for each other, because of the potential for the person misusing access if the relationship goes sour. The article references Sam Biddle from Gizmodo, who &lt;a href="http://gizmodo.com/5870226/when-to-give-your-girlfriend-your-password"&gt;called password-sharing&lt;/a&gt; &amp;#8220;a lynchpin of intimacy in the 21st century.&amp;#8221;&lt;/p&gt;
&lt;p&gt;In &lt;a href="http://www.zephoria.org/thoughts/archives/2012/01/23/how-parents-normalized-teen-password-sharing.html"&gt;a blog posting on this topic&lt;/a&gt;, danah boyd, who researches teenagers&amp;#8217; social media use, likens access sharing among teens to giving out one&amp;#8217;s school locker combination to friends. She also references &lt;a href="http://pewinternet.org/Reports/2011/Teens-and-social-media/Part-3/Sharing-passwords.aspx"&gt;a study by Pew Internet &amp;amp; American Life Project&lt;/a&gt;, which found that &amp;#8220;roughly one in three online teens (30%) reports sharing one of their passwords with a friend, boyfriend, or girlfriend.&amp;#8221; Such practices are the result of &amp;#8220;parental online safety norms,&amp;#8221; says danah. She elaborates:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;With elementary and middle school youth, this is often a practical matter: children lose their passwords pretty quickly. Furthermore, most parents reasonably believe that young children should be supervised online. As tweens turn into teens, the narrative shifts. Some parents continue to require passwords be forked over.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;User Account Access Sharing Among Adults&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In reality, adults frequently share user account access as well, though our practices are tinted by the guilt of violating modern societal norms and corporate security policies:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;You might give our colleague a password to the accounting system, so she can perform business-critical duties while you&amp;#8217;re on vacation.&lt;/li&gt;
&lt;li&gt;You might store shared Administrator account password in a spreadsheet on the internal IT team SharePoint site.&lt;/li&gt;
&lt;li&gt;You might borrow your spouse&amp;#8217;s iPhone when running out for an errand, because you cannot find your own in the rush to leave.&lt;/li&gt;
&lt;li&gt;You might allow your friend to login to your Netflix account to share the joy of legal Internet movie streaming.&lt;/li&gt;
&lt;li&gt;You might be privy to our parents&amp;#8217; email account passwords, so you may help make sense of the data overwhelming their inboxes.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Implications for the Future of Information Access&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Societal norms are continuing to adjust, as information systems gain a more profound presence in our lives. Teens are at the forefront of this change, because they have grown up in the world where computers, mobile devices and the Internet is everywhere. Their account-sharing practices, when compared to the limited but still significant sharing among adults, suggest that we&amp;#8217;ll become more accepting of sharing account access.&lt;/p&gt;
&lt;p&gt;What does this mean for information technology and security professionals? Nothing for the short-term horizon, as these changes will be gradual. But there will be an increasing need for tools, applications and policies that support shared access in a way that somehow provides an element of privacy or auditability. Here are a few examples of what we have today to illustrate that we are already moving in that direction:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Gmail allows its users to &lt;a href="http://gmailblog.blogspot.com/2010/12/email-delegation-granting-access-to.html"&gt;delegate access to their email accounts&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;HTC’s Sense 4.0 phone &lt;a href="http://thenextweb.com/mobile/2012/01/27/htcs-sense-4-0-to-bring-guest-mode-functionality-and-50gb-dropbox-storage/"&gt;supports Guest Mode&lt;/a&gt;, which restricts &amp;#8220;what can be accessed if someone else is browsing their device.&amp;#8221;&lt;/li&gt;
&lt;li&gt;Several password vault products support shared access to logon credentials in an enterprise environment.&lt;/li&gt;
&lt;li&gt;Facebook allows its users to recover forgotten passwords &lt;a href="https://www.facebook.com/help/?page=228169557197326"&gt;with the help of their friends&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;What form will shared access controls take ten years from now? I don&amp;#8217;t know, but I bet it will be more more elaborate and sophisticated than what we have today.&lt;/p&gt;
&lt;p&gt;What learn more about the future from teenagers? Here are a few tips:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/2908590250/changing-privacy-norms-and-security"&gt;Teens on Formspring Are Redefining Privacy Norms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/5449107495/learn-the-future-of-privacy-from-teens"&gt;Learn the Future of Privacy and Social Interactions from Teens&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=qIYWriuB6HU:vZ4tUVDjUjo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=qIYWriuB6HU:vZ4tUVDjUjo:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=qIYWriuB6HU:vZ4tUVDjUjo:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/qIYWriuB6HU" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/qIYWriuB6HU/16615884011</link><guid isPermaLink="false">http://blog.zeltser.com/post/16615884011</guid><pubDate>Fri, 27 Jan 2012 22:37:00 -0500</pubDate><category>privacy</category><category>information technology</category><category>security</category><category>teens</category><feedburner:origLink>http://blog.zeltser.com/post/16615884011</feedburner:origLink></item><item><title>Dealing With The Illusion of Invulnerability in Information Security</title><description>&lt;p&gt;&lt;img src="http://media.tumblr.com/tumblr_ly82doq1Z61qd9o7r.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;People overestimate their immunity to threats in many situations. One such example is discussed in a research paper by Grant and Hofmann, which explores &lt;a href="http://www.management.wharton.upenn.edu/grant/GrantHofmann_PsychologicalScience2011.pdf"&gt;how to motivate hand hygiene among healthcare professionals&lt;/a&gt;. Their findings might apply to other areas where individuals experience the illusion of invulnerability, including information security.&lt;/p&gt;
&lt;p&gt;According to the researchers, doctors and nurses to wash their hands only half as often as recommended. This is, in part, due to the feeling that they are not vulnerable to disease. This might be because when people get sick, it&amp;#8217;s not clear that poor hygiene is the culprit. It might be easier for individuals &amp;#8220;to recall instances in which they failed to wash their hands without getting sick, but difficult for them to recall episodes in which failing to wash their hands made them ill.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Two Versions of Hand Hygiene Signs&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Grant and Hofmann&amp;#8217;s paper describes a common way of motivating healthcare professionals to wash hands by posting signs that say:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hand hygiene prevents you from catching diseases.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;As you might expect, the illusion of invulnerability renders this approach relatively ineffective. However, researchers found that changing a single word in the sign significantly increased the rate of washing and sanitizing hands:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Hand hygiene prevents patients from catching diseases.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;#8220;You&amp;#8221; was changed to &amp;#8220;patients.&amp;#8221; Researchers explain that healthcare professionals were more motivated by messages highlighting consequences to others, rather than to themselves because:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;#8220;Whereas people tend to overestimate their own invulnerability, for both motivational and cognitive reasons, they are less susceptible to this bias when estimating the vulnerability of other people.&amp;#8221;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Explaining Vulnerability With Respect to Others&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Following this logic, we might be more effective at influencing people&amp;#8217;s information security practices by highlighting the risks to others, rather than to the individuals receiving the message.&lt;/p&gt;
&lt;p&gt;If you are in the position to research the effectiveness of security awareness practices, consider explaining how weak security practices might expose customer data or how one&amp;#8217;s infected system might be used to attack other victims. This might apply to selling or marketing information security products and services as well: Don&amp;#8217;t pay attention to security for your own sake&amp;#8212;do it to protect your clients, family members, friends, or even strangers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Illusion of Invulnerability Among Professionals&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Shouldn&amp;#8217;t healthcare professionals, who are knowledgeable about disease, wash their hands more often? It turns out, that they might actually be more susceptible to the illusion of invulnerability than laypersons. According to the paper, overestimating one&amp;#8217;s immunity may be necessary &amp;#8220;to maintain a sense of security while working in hazardous environments.&amp;#8221; Convincing themselves that they are protected allows doctors and nurses to perform their jobs.&lt;/p&gt;
&lt;p&gt;Could a similar dynamic apply to information security professionals, who deal with data breaches and computer attacks on regular basis? We become desensitized to such incidents and, perhaps, exercise less caution than would be prudent to protect our own information resources. How many infosec pros don&amp;#8217;t follow their own advice about selecting passwords, restricting access or monitoring for suspicious activities? Truly, I don&amp;#8217;t know, but I suspect more than care to admit.&lt;/p&gt;
&lt;p&gt;Hand-picked related posts:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/5797634523/herd-behavior-in-information-security"&gt;Herd Behavior in Information Security - The Good and The Bad&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/7787134857/smell-of-fear-in-infosec"&gt;The Contagious Smell of Fear in Information Security&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.zeltser.com/post/5327368453/trust-and-mistrust-in-information-security"&gt;Are Mistrustful People Better at Information Security?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&amp;#8212; &lt;a href="http://zeltser.com/"&gt;Lenny Zeltser&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=vYoPgm_6dao:JmJEe07FbvQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=vYoPgm_6dao:JmJEe07FbvQ:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=vYoPgm_6dao:JmJEe07FbvQ:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/vYoPgm_6dao" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/vYoPgm_6dao/16315642932</link><guid isPermaLink="false">http://blog.zeltser.com/post/16315642932</guid><pubDate>Sun, 22 Jan 2012 22:53:56 -0500</pubDate><category>information technology</category><category>security</category><category>security awareness</category><category>marketing</category><feedburner:origLink>http://blog.zeltser.com/post/16315642932</feedburner:origLink></item><item><title>"2012 may well become known as the year the criminal underground started getting a clue about how to..."</title><description>““2012 may well become known as the year the criminal underground started getting a clue about how to better index and use all of its stolen data.””&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Brian Krebs, &lt;a href="http://krebsonsecurity.com/2012/01/megasearch-aims-to-index-fraud-site-wares/"&gt;discussing the search engine&lt;/a&gt; that “aggregates data about compromised payment cards, and points searchers to various fraud shops selling them.”&lt;/em&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=H79gneytjzw:GjTLBHFY9vc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/zeltser?a=H79gneytjzw:GjTLBHFY9vc:RvL6FdYZ88I"&gt;&lt;img src="http://feeds.feedburner.com/~ff/zeltser?i=H79gneytjzw:GjTLBHFY9vc:RvL6FdYZ88I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/zeltser/~4/H79gneytjzw" height="1" width="1"/&gt;</description><link>http://feedproxy.google.com/~r/zeltser/~3/H79gneytjzw/16068135296</link><guid isPermaLink="false">http://blog.zeltser.com/post/16068135296</guid><pubDate>Wed, 18 Jan 2012 13:00:00 -0500</pubDate><category>breach</category><category>security</category><category>information technology</category><feedburner:origLink>http://blog.zeltser.com/post/16068135296</feedburner:origLink></item></channel></rss>

