<?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: gif]]></title>
    <link>http://securityratty.com/tag/gif</link>
    <description></description>
    <pubDate>Wed, 23 Apr 2008 06:13:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[BlackHat Recap]]></title>
      <link>http://securityratty.com/article/bec2ea65daab94e0e7001ef1ba7b1b9a</link>
      <guid>http://securityratty.com/article/bec2ea65daab94e0e7001ef1ba7b1b9a</guid>
      <description><![CDATA[Another BlackHat has come and gone. As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations. I had...]]></description>
      <content:encoded><![CDATA[<p>Another BlackHat has come and gone.  As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations.  I had a fantastic time catching up with old friends and finally getting the opportunity to meet more of the <a href="http://n0where.org/security-twits/">Security Twits</a> and others in the security community.  I didn&#8217;t submit a talk this year, but nevertheless, fake Dan Kaminsky was still excited to see me.</p>
<p><a href="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b.jpg"><center><img src="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b-300x225.jpg" alt="" title="chris_2742966251_1b47297b33_b" width="300" height="225" class="aligncenter size-medium wp-image-215 photoborder" /></center></a></p>
<p>My favorite talk, as expected, was the Sotirov/Dowd talk on <a href="http://taossa.com/archive/bh08sotirovdowd.pdf">How To Impress Girls With Browser Memory Protection Bypasses</a>.  The attack is a conceptually simple, yet completely reliable technique for exploiting vulnerabilities in web browsers.  Of course, the media has <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1324395,00.html">sensationalized </a> the impact of their findings, but ultimately, this is still significant as far as browser-based exploits are concerned.  It&#8217;s worth mentioning that part of the technique allowing them to load a .NET DLL at an arbitrary location under Vista was reliant on an implementation bug wherein the OS disables ASLR if the version in the .NET COR header was below a certain value.  However, the address space spraying and stack spraying techniques are likely to be extended to other platforms utilizing similar memory protection mechanisms.  </p>
<p>As for the girls?  I can report first-hand that the ladies at TAO on Wednesday night were hanging on <a href="http://twitter.com/alexsotirov">Alex</a>&#8217;s every word.  They were particularly impressed when he whipped out the laptop for a live demo.  Unfortunately, none of the dozen iPhone owners in the immediate vicinity thought to snap a picture (too busy Twittering).  Oh well.  </p>
<p>I also enjoyed Hovav Shacham&#8217;s talk on return-oriented programming.  Simply put, he described a generalization of the return-to-libc shellcode approach with the intent to demonstrate that one could achieve Turing-complete computation using &#8220;found code&#8221; in process images.  By chaining together series of mini-computations ending in return (RET) instructions, it was possible to build higher-level programming constructs such as branches and loops.  The nature of the x86 instruction set provides some flexibility because instructions are interpreted differently depending on how you align the instruction pointer (i.e. the old shellcode trick of searching the process image for any JMP EBX instruction and using that as your EIP).  In RISC architectures such as SPARC, however, you don&#8217;t have that luxury; if your %pc isn&#8217;t aligned properly you get a bus error.  So it was quite interesting to see that they were able to extend the concept to RISC.  The practicality of the attack technique is limited by the fact that the shellcode is tuned to a particular binary image &#8212; if the shellcode was built using instructions extrapolated from glibc 2.3.5, it won&#8217;t work for a system running glibc 2.4.  </p>
<p>I thought Scott Stender&#8217;s talk on <a href="http://isecpartners.com/files/iSEC%20Partners%20-%20Concurrency%20Attacks%20in%20Web%20Applications.pdf">Concurrency Attacks in Web Applications</a> was interesting as well.  In a nutshell, spewing thousands of simultaneous requests at web application transactions that are not thread-safe can create interesting problems.  In the presentation, Scott ran his demo against a VM running on the attack machine.  I found myself wondering how effective the same attack would be over the Internet &#8212; would it be significantly less reliable (or not at all)?  Race conditions are generally easier to exploit locally than remotely due to more predictable execution conditions.  Certainly this is an under-tested vulnerability class though.</p>
<p>One presentation I wasn&#8217;t able to attend but want to follow up on is <a href="http://twitter.com/nate_mcfeters">Nate McFeters</a>, John Heasman, and Rob Carter&#8217;s talk which discussed the GIFAR attack I&#8217;ve been hearing so much about lately.  The gist is that you can create a file that is both a valid GIF and a valid JAR, then use some Java applet tricks to initiate HTTP requests on behalf of the victim.  </p>
<p>Finally, the <a href="http://pwnie-awards.org/2008/">Pwnie Awards</a> didn&#8217;t fail to disappoint.  Drama ensued over the Most Overhyped award, but at least this year some of the winners showed up to claim their awards!  <a href="http://twitter.com/halvarflake">Halvar</a> rapping Symantec lyrics was also quite memorable.</p>
<p>All in all, a fun and informative week, but as usual, I was relieved to get the hell out of Vegas and head home on Friday morning. </p>
<p>P.S. For a much more entertaining BlackHat/Defcon Recap, read <a href="http://securityuncorked.net/2008/08/anecdotes-blackhat-defcon/">Jennifer Jabbusch&#8217;s account</a> of the week&#8217;s events.  It&#8217;s my favorite one so far!</p>
]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 18:43:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/favorite">favorite</category>
      <category domain="http://securityratty.com/tag/favorite talk">favorite talk</category>
      <category domain="http://securityratty.com/tag/talk">talk</category>
      <category domain="http://securityratty.com/tag/sotirovdowd talk">sotirovdowd talk</category>
      <category domain="http://securityratty.com/tag/scott stenders talk">scott stenders talk</category>
      <category domain="http://securityratty.com/tag/completely reliable technique">completely reliable technique</category>
      <category domain="http://securityratty.com/tag/reliable">reliable</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/technique">technique</category>
      <source url="http://www.veracode.com/blog/?p=202">BlackHat Recap</source>
    </item>
    <item>
      <title><![CDATA[BlackHat Recap]]></title>
      <link>http://securityratty.com/article/6b779e65a6ad790dd8e631057208ff77</link>
      <guid>http://securityratty.com/article/6b779e65a6ad790dd8e631057208ff77</guid>
      <description><![CDATA[Another BlackHat has come and gone. As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations. I had...]]></description>
      <content:encoded><![CDATA[<p>Another BlackHat has come and gone.  As usual, it was a very busy week juggling customer meetings, recruiting, conference planning, vendor parties, and, oh yes, the actual BlackHat presentations.  I had a fantastic time catching up with old friends and finally getting the opportunity to meet more of the <a href="http://n0where.org/security-twits/">Security Twits</a> and others in the security community.  I didn&#8217;t submit a talk this year, but nevertheless, <a href="http://flickr.com/photos/fakedankaminsky/">fake Dan Kaminsky</a> was still excited to see me.</p>
<p><a href="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b.jpg"><center><img src="http://www.veracode.com/blog/wp-content/uploads/2008/08/chris_2742966251_1b47297b33_b-300x225.jpg" alt="" title="chris_2742966251_1b47297b33_b" width="300" height="225" class="aligncenter size-medium wp-image-215 photoborder" /></center></a></p>
<p>My favorite talk, as expected, was the Sotirov/Dowd talk on <a href="http://taossa.com/archive/bh08sotirovdowd.pdf">How To Impress Girls With Browser Memory Protection Bypasses</a>.  The attack is a conceptually simple, yet completely reliable technique for exploiting vulnerabilities in web browsers.  Of course, the media has <a href="http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1324395,00.html">sensationalized</a> the impact of their findings, but ultimately, this is still significant as far as browser-based exploits are concerned (here is a <a href="http://blogs.zdnet.com/Bott/?p=513">more accurate report</a>).  It&#8217;s worth mentioning that part of the technique allowing them to load a .NET DLL at an arbitrary location under Vista was reliant on an implementation bug wherein the OS disables ASLR if the version in the .NET COR header was below a certain value.  However, the address space spraying and stack spraying techniques are likely to be extended to other platforms utilizing similar memory protection mechanisms.  </p>
<p>As for the girls?  I can report first-hand that the ladies at TAO on Wednesday night were hanging on <a href="http://twitter.com/alexsotirov">Alex</a>&#8217;s every word.  They were particularly impressed when he whipped out the laptop for a live demo.  Unfortunately, none of the dozen iPhone owners in the immediate vicinity thought to snap a picture (too busy Twittering).  Oh well.  </p>
<p>I also enjoyed Hovav Shacham&#8217;s talk on return-oriented programming.  Simply put, he described a generalization of the return-to-libc shellcode approach with the intent to demonstrate that one could achieve Turing-complete computation using &#8220;found code&#8221; in process images.  By chaining together series of mini-computations ending in return (RET) instructions, it was possible to build higher-level programming constructs such as branches and loops.  The nature of the x86 instruction set provides some flexibility because instructions are interpreted differently depending on how you align the instruction pointer (i.e. the old shellcode trick of searching the process image for any JMP EBX instruction and using that as your EIP).  In RISC architectures such as SPARC, however, you don&#8217;t have that luxury; if your %pc isn&#8217;t aligned properly you get a bus error.  So it was quite interesting to see that they were able to extend the concept to RISC.  The practicality of the attack technique is limited by the fact that the shellcode is tuned to a particular binary image &#8212; if the shellcode was built using instructions extrapolated from glibc 2.3.5, it won&#8217;t work for a system running glibc 2.4.  </p>
<p>I thought Scott Stender&#8217;s talk on <a href="http://isecpartners.com/files/iSEC%20Partners%20-%20Concurrency%20Attacks%20in%20Web%20Applications.pdf">Concurrency Attacks in Web Applications</a> was interesting as well.  In a nutshell, spewing thousands of simultaneous requests at web application transactions that are not thread-safe can create interesting problems.  In the presentation, Scott ran his demo against a VM running on the attack machine.  I found myself wondering how effective the same attack would be over the Internet &#8212; would it be significantly less reliable (or not at all)?  Race conditions are generally easier to exploit locally than remotely due to more predictable execution conditions.  Certainly this is an under-tested vulnerability class though.</p>
<p>One presentation I wasn&#8217;t able to attend but want to follow up on is <a href="http://twitter.com/nate_mcfeters">Nate McFeters</a>, John Heasman, and Rob Carter&#8217;s talk which discussed the GIFAR attack I&#8217;ve been hearing so much about lately.  The gist is that you can create a file that is both a valid GIF and a valid JAR, then use some Java applet tricks to initiate HTTP requests on behalf of the victim.  </p>
<p>Finally, the <a href="http://pwnie-awards.org/2008/">Pwnie Awards</a> didn&#8217;t fail to disappoint.  Drama ensued over the Most Overhyped award, but at least this year some of the winners showed up to claim their awards!  <a href="http://twitter.com/halvarflake">Halvar</a> rapping Symantec lyrics was also quite memorable.</p>
<p>All in all, a fun and informative week, but as usual, I was relieved to get the hell out of Vegas and head home on Friday morning. </p>
<p>P.S. For a much more entertaining BlackHat/Defcon Recap, read <a href="http://securityuncorked.net/2008/08/anecdotes-blackhat-defcon/">Jennifer Jabbusch&#8217;s account</a> of the week&#8217;s events.  It&#8217;s my favorite one so far!</p>
]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 18:43:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/favorite">favorite</category>
      <category domain="http://securityratty.com/tag/favorite talk">favorite talk</category>
      <category domain="http://securityratty.com/tag/talk">talk</category>
      <category domain="http://securityratty.com/tag/sotirovdowd talk">sotirovdowd talk</category>
      <category domain="http://securityratty.com/tag/scott stenders talk">scott stenders talk</category>
      <category domain="http://securityratty.com/tag/completely reliable technique">completely reliable technique</category>
      <category domain="http://securityratty.com/tag/reliable">reliable</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/technique">technique</category>
      <source url="http://www.veracode.com/blog/2008/08/blackhat-recap/">BlackHat Recap</source>
    </item>
    <item>
      <title><![CDATA[Obfuscating Fast-fluxed SQL Injected Domains]]></title>
      <link>http://securityratty.com/article/274149f12bf7d146a0527dd85513a6a5</link>
      <guid>http://securityratty.com/article/274149f12bf7d146a0527dd85513a6a5</guid>
      <description><![CDATA[It's all a matter of how you put it, and putting it like represents a good example of tactical warfare, namely, combining different tactics for the sake of making it harder to keep track of the impact...]]></description>
      <content:encoded><![CDATA[<a href="http://bp0.blogger.com/_wICHhTiQmrA/SH-jQi_d3HI/AAAAAAAAB60/xkYP_cMkqC0/s1600-h/obfuscated_SQL_injection_fast_flux.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://bp0.blogger.com/_wICHhTiQmrA/SH-jQi_d3HI/AAAAAAAAB60/heB4xfAF32k/s320-R/obfuscated_SQL_injection_fast_flux.JPG" style="border: 0pt none ;" /></a>It's all a matter of how you put it, and putting it like represents a good example of tactical warfare, namely, combining different tactics for the sake of making it harder to keep track of the impact of a particular SQL injection campaign. Consider the following examples of obfuscated domains, naturally being in a fast-flux in the time of the SQL injection that several Chinese script kiddies were taking advantage of :<br />
<br />
%6b%6b%36%2e%75%73 - <b>kk6.us</b><br />
%73%61%79%38%2E%75%73 - <b>s.see9.us </b><br />
%66%75%63%6B%75%75%2E%75%73 - <b>fuckuu.us </b><br />
%61%2E%6B%61%34%37%2E%75%73 - <b>a.ka47.us</b><br />
%61%31%38%38%2E%77%73 - <b>a188.ws</b><br />
%33%2E%74%72%6F%6A%61%6E%38%2E%63%6F%6D - <b>3.trojan8.com</b><br />
%6D%31%31%2E%33%33%32%32%2E%6F%72%67 - <b>m11.3322.org</b><br />
<br />
As always, these obfuscations are just the tip of the iceberg considering the countless number of other URL obfuscations techniques that spammers and phishers used to take advantage of on a large scale. For the time being, one of the main reasons we're not seeing massive SQL injections using such obfuscations is mostly because the feature hasn't been implemented in popular SQL injectors for copycat script kiddies to take advantage of. However, with the potential for evasion of common detection approaches, it's only a matter of personal will for someone to add this extra layer to ensure the survivability of the campaign.<br />
<br />
<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://bp1.blogger.com/_wICHhTiQmrA/SH-rWx8Z7QI/AAAAAAAAB68/ELjRSL8Bobw/s1600-h/real_player_exploit.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://bp1.blogger.com/_wICHhTiQmrA/SH-rWx8Z7QI/AAAAAAAAB68/kWffly78SVM/s200-R/real_player_exploit.JPG" style="border: 0pt none ;" /></a>The folks behind these obfuscations are naturally <a href="http://ddanchev.blogspot.com/2008/06/underground-multitasking-in-action.html">multitasking on several different underground fronts</a>. Take for instance <b>3.trojan8.com </b>(58.18.33.248) also responding to <b>w2.xnibi.com </b>which is also injected at several domains, <b>w2.xnibi.com/index.gif</b> to be precise.<b> </b>The fake .gif file in the spirit of <a href="http://ddanchev.blogspot.com/2008/04/fake-directory-listings-acquiring.html">fake directory listings for acquiring traffic in order to serve malware</a>, is actually attempting to exploit a RealPlayer vulnerability - JS/RealPlr.LB!exploit. The deeper you go, the uglier it gets.<br />
<br />
<b>Related posts:</b><br />
<a href="http://ddanchev.blogspot.com/2008/05/yet-another-massive-sql-injection.html">Yet Another Massive SQL Injection Spotted in the Wild</a><br />
<a href="http://ddanchev.blogspot.com/2008/05/malware-domains-used-in-sql-injection.html">Malware Domains Used in the SQL Injection Attacks</a><br />
<a href="http://ddanchev.blogspot.com/2007/07/sql-injection-through-search-engines.html">SQL Injection Through Search Engines Reconnaissance</a><br />
<a href="http://ddanchev.blogspot.com/2007/05/google-hacking-for-vulnerabilities.html">Google Hacking for Vulnerabilities</a><br />
<a href="http://blogs.zdnet.com/security/?p=1122">Fast-Fluxing SQL injection attacks executed from the Asprox botnet</a><br />
<a href="http://blogs.zdnet.com/security/?p=1394">Sony PlayStation's site SQL injected, redirecting to rogue security software</a><br />
<a href="http://blogs.zdnet.com/security/?p=1118">Redmond Magazine Successfully SQL Injected by Chinese Hacktivists</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=qerf8J"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=qerf8J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=M97n6J"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=M97n6J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=bexghj"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=bexghj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=7Q82Qj"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=7Q82Qj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=zZiRyJ"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=zZiRyJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=X0fmeJ"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=X0fmeJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=ntQNRj"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=ntQNRj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/338377430" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 17 Jul 2008 11:31:06 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sql">sql</category>
      <category domain="http://securityratty.com/tag/massive sql injections">massive sql injections</category>
      <category domain="http://securityratty.com/tag/sql injection campaign">sql injection campaign</category>
      <category domain="http://securityratty.com/tag/sql injection attacks">sql injection attacks</category>
      <category domain="http://securityratty.com/tag/popular sql injectors">popular sql injectors</category>
      <category domain="http://securityratty.com/tag/massive sql injection">massive sql injection</category>
      <category domain="http://securityratty.com/tag/site sql">site sql</category>
      <category domain="http://securityratty.com/tag/sql injection">sql injection</category>
      <category domain="http://securityratty.com/tag/campaign">campaign</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/338377430/obfuscating-fast-fluxed-sql-injected.html">Obfuscating Fast-fluxed SQL Injected Domains</source>
    </item>
    <item>
      <title><![CDATA[Visualized Storm fireworks for your 4th of July]]></title>
      <link>http://securityratty.com/article/cd69cdbb404159575b86657784e007bb</link>
      <guid>http://securityratty.com/article/cd69cdbb404159575b86657784e007bb</guid>
      <description><![CDATA[As expected, the Storm botnet maestros have queued up some pwnage for your 4th of July
See the SANS diary for all the details
Upon receipt of my first fireworks.exe sample this evening, I went through...]]></description>
      <content:encoded><![CDATA[As expected, the Storm botnet maestros have queued up some pwnage for your 4th of July. <br />See the SANS <a href="http://isc.sans.org/diary.html?storyid=4669" target="_blank">diary</a> for all the details.<br />Upon receipt of my first fireworks.exe sample this evening, I went through the standard routine and ran it through the analysis mill. Like the ISC said, not much new here, but if you'd like the nitty-gritty, I've put the analysis report <a href="http://holisticinfosec.org/analysis/storm/fireworks/fireworks_storm.txt" target="_blank">here</a>, the peers config list <a href="http://holisticinfosec.org/analysis/storm/fireworks/peers.txt" target="_blank">here</a>, and the pcap <a href="http://holisticinfosec.org/analysis/storm/fireworks/fireworks.pcap" target="_blank">here</a>.<br />However, what I was really inspired to do this evening was visualize the pcap with Raffael Marty's AfterGlow. His new <a href="http://www.amazon.com/Applied-Security-Visualization-Raffael-Marty/dp/0321510100" target="_blank">book</a>, Applied Security Visualization, is coming out next month, so we can turn old Storm news into a celebration of the 4th and the pending release of Applied Security Visualization. By the way, Raffael's visualization workshop slides from the 20th Annual <a href="http://www.first.org/" target="_blank">FIRST</a> Conference in Vancouver, B.C. last week are <a href="http://www.secviz.org/content/applied-security-visualization-first-2008-talk" target="_blank">here</a>, and mine regarding Malcode Analysis for Incident Handlers are <a href="http://holisticinfosec.org/publications/McRee_MATFIH_FIRST_final.pdf" target="_blank">here</a>.<br />So, a little AfterGlow magic,<br /><span style="font-style:italic;">tcpdump -vttttnnelr /home/rmcree/pcap/fireworks.pcap | ./tcpdump2csv.pl "sip dip ttl" | perl ../graph/afterglow.pl -c /home/rmcree/afterglow/src/perl/graph/color.properties -p 2 | neato -Tgif -o fireworks.gif</span>, and the results look just like the fireworks we hoped they would. <br />Happy 4th of July everyone! <br />Except you Storm a$$hat$. ;-)<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://holisticinfosec.org/analysis/storm/fireworks/fireworks.gif" target="_blan"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px;" src="http://holisticinfosec.org/analysis/storm/fireworks/fireworks.gif" border="0" alt="" /></a><br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/07/visualized-storm-fireworks-for-your-4th.html&title=Visualized%20Storm%20fireworks%20for%20your%204th%20of%20July " title="Visualized Storm fireworks for your 4th of July ">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/07/visualized-storm-fireworks-for-your-4th.html" title="Visualized Storm fireworks for your 4th of July ">digg</a>]]></content:encoded>
      <pubDate>Thu, 03 Jul 2008 16:54:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/4th">4th</category>
      <category domain="http://securityratty.com/tag/fireworks">fireworks</category>
      <category domain="http://securityratty.com/tag/july">july</category>
      <category domain="http://securityratty.com/tag/security visualization">security visualization</category>
      <category domain="http://securityratty.com/tag/happy 4th">happy 4th</category>
      <category domain="http://securityratty.com/tag/peers config list">peers config list</category>
      <category domain="http://securityratty.com/tag/afterglow">afterglow</category>
      <category domain="http://securityratty.com/tag/visualization workshop slides">visualization workshop slides</category>
      <category domain="http://securityratty.com/tag/raffael marty">raffael marty</category>
      <source url="http://holisticinfosec.blogspot.com/2008/07/visualized-storm-fireworks-for-your-4th.html">Visualized Storm fireworks for your 4th of July</source>
    </item>
    <item>
      <title><![CDATA[Safari For Windows Vulnerabilities]]></title>
      <link>http://securityratty.com/article/9ee83102c8590b63a77eb14161a5008c</link>
      <guid>http://securityratty.com/article/9ee83102c8590b63a77eb14161a5008c</guid>
      <description><![CDATA[This one came out early this morning
From Secunia
Description
Some vulnerabilities and a security issue have been reported in Apple Safari, which can be exploited by malicious people to disclose...]]></description>
      <content:encoded><![CDATA[<p>This one came out early this morning. </p>
<p>From Secunia:</p>
<blockquote><p>Description:<br />
Some vulnerabilities and a security issue have been reported in Apple Safari, which can be exploited by malicious people to disclose sensitive information or to compromise a user&#8217;s system.</p>
<p>1) A boundary error within the handling of BMP and GIF images can be exploited to trigger an out-of-bounds read and disclose content in memory.</p>
<p>2) A security issue exists due to Safari automatically launching downloaded executable files from sites in a Internet Explorer 7 zone with the &#8220;Launching applications and unsafe files&#8221; option set to &#8220;Enable&#8221;, or sites in the Internet Explorer 6 &#8220;Local intranet&#8221; or &#8220;Trusted sites&#8221; zone.</p>
<p>3) An unspecified error in the handling of Javascript arrays can be exploited to cause a memory corruption when a user visits a specially crafted web page.</p>
<p>Successful exploitation of this vulnerability may allow execution of arbitrary code.</p>
<p>The vulnerabilities are reported in Safari for Windows prior to version 3.1.2.</p></blockquote>
<p>If you&#8217;re running it patch &#8216;er up. Or conversely you could just bite the bullet and get a Mac. (<i>right, and use <a href="http://www.mozilla.com/en-US/firefox/all-rc.html">Firefox</a> with <a href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a>. thx folks</i>)</p>
<p> <img src='http://www.liquidmatrix.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://secunia.com/advisories/30775/">Article Link</a></p>

<p><a href="http://feeds.feedburner.com/~a/Liquidmatrix?a=34uvJ9"><img src="http://feeds.feedburner.com/~a/Liquidmatrix?i=34uvJ9" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=W1a2oI"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=W1a2oI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=YYPQzi"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=YYPQzi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=pmg1wi"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=pmg1wi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=Ywqd5i"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=Ywqd5i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/Liquidmatrix?a=Lha26i"><img src="http://feeds.feedburner.com/~f/Liquidmatrix?i=Lha26i" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Liquidmatrix/~4/316387041" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 20 Jun 2008 14:36:54 +0000</pubDate>
      <category domain="http://securityratty.com/tag/safari">safari</category>
      <category domain="http://securityratty.com/tag/sites zone">sites zone</category>
      <category domain="http://securityratty.com/tag/zone">zone</category>
      <category domain="http://securityratty.com/tag/internet explorer">internet explorer</category>
      <category domain="http://securityratty.com/tag/apple safari">apple safari</category>
      <category domain="http://securityratty.com/tag/sites">sites</category>
      <category domain="http://securityratty.com/tag/vulnerabilities">vulnerabilities</category>
      <category domain="http://securityratty.com/tag/memory corruption">memory corruption</category>
      <category domain="http://securityratty.com/tag/disclose sensitive information">disclose sensitive information</category>
      <source url="http://feeds.feedburner.com/~r/Liquidmatrix/~3/316387041/">Safari For Windows Vulnerabilities</source>
    </item>
    <item>
      <title><![CDATA[Why PCI DSS is doomed.]]></title>
      <link>http://securityratty.com/article/80b00469ac7a0d02dcbc177b755ffefe</link>
      <guid>http://securityratty.com/article/80b00469ac7a0d02dcbc177b755ffefe</guid>
      <description><![CDATA[Too much fun in the news to pass up on today
First, the press release from McAfee indicating the obvious re-branding of McAfee Hacker Safe to McAfee Secure for Web Sites. Oh yes, dear friends, McAfee...]]></description>
      <content:encoded><![CDATA[Too much fun in the news to pass up on today. <br />First, the press release from <a href="http://biz.yahoo.com/prnews/080507/aqw079.html?.v=48">McAfee</a> indicating the obvious re-branding of McAfee Hacker Safe to McAfee <a href="http://www.mcafee.com/us/enterprise/products/trustmark.html">Secure</a> for Web Sites. Oh yes, dear friends, <span style="font-style:italic;">McAfee delivers the secure internet</span>. The profound and deeply flawed arrogance continues, with a new name. <br /><a href="http://preachsecurity.blogspot.com/">Rafal</a> <a href="http://portal.spidynamics.com/blogs/rafal/default.aspx">Los</a> has already <a href="http://preachsecurity.blogspot.com/2008/05/mcafee-security-web.html">torn</a> into this one, so I'll let you get the goods there, but after reading further I saw this gem:<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_kVOWaY1TAF0/SCiPmKT6lVI/AAAAAAAAABk/WmGEa9wPnps/s1600-h/mcafee_pci.png"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_kVOWaY1TAF0/SCiPmKT6lVI/AAAAAAAAABk/WmGEa9wPnps/s200/mcafee_pci.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5199563655564924242" /></a><br />Yep, full steam ahead. Now your credit cards are really going to be safe.<br /><br /><br />As you may know the previously vague PCI DSS 6.6 language has been made even more elusive with such useful language as: <br />"Keeping in mind that the objective of Requirement 6.6 is to prevent exploitation of common vulnerabilities (such as those listed in Requirement 6.5), several <span style="font-style:italic;">possible</span> solutions <span style="font-style:italic;">may</span> be considered. They are dynamic and pro-active, requiring the specific initiation of a manual or automated process. Properly implemented, one or more of these four alternatives <span style="font-style:italic;">could</span> meet the intent of Option 1 and provide the minimum level of protection against common web application threats."<br />Such strong assertions: possible, may, could. We wouldn't want to actually commit, would we?<br />As if all of this wasn't enough, along comes the PCI mastery of the PCI Blog - Compliance Demystified, from <a href="http://pcianswers.com/">pcianswers.com</a>.<br />You'll get a <a href="http://pcianswers.com/2008/05/07/scanlesspcicom-%E2%80%93-joke-or-scam">404</a> now, but here's the cached <a href="http://209.85.215.104/search?q=cache:u3fwwrF-V2QJ:pcianswers.com/2008/05/07/scanlesspcicom-%E2%80%93-joke-or-scam/+http://pcianswers.com/2008/05/07/&hl=en&ct=clnk&cd=1&gl=us">page</a>.<br />Yep, a <a href="https://www.pcisecuritystandards.org/resources/qualified_security_assessors.htm">QSA</a> actually debating the merits of <a href="http://www.scanlesspci.com/">ScanlessPCI</a>. <br />"From what we can ascertain, ScanlessPCI.com is just a scam."<br />Really? We weren't sure.<br />"The larger concern is the fact that they require you to insert code into your Web site to get a copy of their certificate. Since you are inserting code into your Web page for a GIF, it is anyone’s guess as to whether or not they are hacking your site at the same time they are supposedly protecting it."<br />Oh, scary. Common, guys. I think you should insert this picture on <span style="font-style:italic;">your</span> website. Then your customers can feel truly confident in your services. Man, my ribs still hurt from laughing.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_kVOWaY1TAF0/SCiRbaT6lWI/AAAAAAAAABs/UjxwOPgXLk4/s1600-h/scanlesspci_guy.png"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_kVOWaY1TAF0/SCiRbaT6lWI/AAAAAAAAABs/UjxwOPgXLk4/s200/scanlesspci_guy.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5199565669904586082" /></a><br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/05/why-pci-is-doomed.html&title=Why%20PCI%20DSS%20is%20doomed." title="Why PCI DSS is doomed. del.icio.us">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/05/why-pci-is-doomed.html" title="Why PCI DSS is doomed. ">digg</a>]]></content:encoded>
      <pubDate>Mon, 12 May 2008 06:50:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/safe">safe</category>
      <category domain="http://securityratty.com/tag/mcafee hacker safe">mcafee hacker safe</category>
      <category domain="http://securityratty.com/tag/mcafee">mcafee</category>
      <category domain="http://securityratty.com/tag/mcafee secure">mcafee secure</category>
      <category domain="http://securityratty.com/tag/code">code</category>
      <category domain="http://securityratty.com/tag/insert code">insert code</category>
      <category domain="http://securityratty.com/tag/insert">insert</category>
      <category domain="http://securityratty.com/tag/web site">web site</category>
      <category domain="http://securityratty.com/tag/mcafee delivers">mcafee delivers</category>
      <source url="http://holisticinfosec.blogspot.com/2008/05/why-pci-is-doomed.html">Why PCI DSS is doomed.</source>
    </item>
    <item>
      <title><![CDATA[Dilbert Does Canonicalization]]></title>
      <link>http://securityratty.com/article/8babc91e6bf5070ed4ed5170f6cf638b</link>
      <guid>http://securityratty.com/article/8babc91e6bf5070ed4ed5170f6cf638b</guid>
      <description><![CDATA[I was checking out the new and improved Dilbert website a few minutes ago, checking out some of the new features and lamenting the overzealous use of Flash. One new feature is called Mashups....]]></description>
      <content:encoded><![CDATA[<p>I was checking out the &#8220;new and improved&#8221; Dilbert website a few minutes ago, checking out some of the new features and lamenting the overzealous use of Flash.  One new feature is called &#8220;Mashups.&#8221;  Naturally, you&#8217;d assume that this was some fancy Web 2.0 API that one might use to create a &#8220;killer app&#8221; combining Google Maps, Twitter, traffic delays, police reports, and Dilbert comics, all neatly packaged up as a privacy-invading Facebook plugin.  Sorry, no such luck.  &#8220;Mashups&#8221; turns out to be a way for readers to unleash their inner comedian and create customized punch lines for the daily comic, which can then be voted on by others.  For example, here are the <a href="http://dilbert.com/mashups/search/?CharIDs=&#038;After=05%2F03%2F2008&#038;Before=05%2F03%2F2008&#038;Author=&#038;CharFilter=Any&#038;x=56&#038;y=21">mashups from the May 3rd comic</a>.</p>
<p>Below is a screenshot of some of the user-generated comics that can be viewed.  I&#8217;ve magnified the last pane of one of the strips using Flash&#8217;s &#8220;Zoom In&#8221; feature.  Notice anything interesting?</p>
<p><a href='http://www.veracode.com/blog/wp-content/uploads/2008/05/zoom-dil.gif'><center><img src="http://www.veracode.com/blog/wp-content/uploads/2008/05/zoom-dil.gif" alt="" title="zoom-dil" width="426" height="501" class="aligncenter size-full wp-image-93" style="margin-bottom: 10px" /></center></a></p>
<p>Yep, it&#8217;s our old friend URL encoding, commonly used by web browsers to include non-alphanumeric characters into an HTTP request.  Just interpret the %XX as a hex number, so %20 is the space character (decimal 32), %21 is an exclamation point (decimal 33) and so on.  But why is it showing up in a Dilbert mashups?</p>
<p>My first thought was that someone must be poking around the Dilbert site looking for security holes.  But then I noticed that it wasn&#8217;t just the one strip; a lot of them had the same problem.  And it seemed unlikely that there were that many security-minded people messing with the site relative to the rest of the cubicle dwellers trying to come up with funny things for Dilbert to say.</p>
<p>My next thought was just that some developer just forgot to call urlDecode() &#8212; or whatever the Flash equivalent is &#8212; on the user-supplied punch line.  Except that&#8217;s an oversimplication because: 1) it doesn&#8217;t happen on every strip, 2) the web server usually strips off the first layer of URL encoding so the backend wouldn&#8217;t see it unless it was double encoded (e.g. %2520), and 3) if you click on one of the thumbnail comics with the URL encoding anomaly, the full-size rendered version of the comic looks fine:</p>
<p><a href='http://www.veracode.com/blog/wp-content/uploads/2008/05/clicked-dil.gif'><center><img src="http://www.veracode.com/blog/wp-content/uploads/2008/05/clicked-dil.gif" alt="" title="clicked-dil" width="500" height="166" class="aligncenter size-full wp-image-96" style="margin-bottom: 10px" /></center></a></p>
<p>So clearly the &#8220;preview&#8221; code and the &#8220;full-size render&#8221; code are doing slightly different things with the same data, which may or may not have been properly decoded prior to being inserted into the database.  </p>
<p>Any thoughts, readers?  The pen tester in me wants to get to the bottom of this, but unlike some of the web app security people out there, I tend to be more conservative about hacking stuff without a signed contract.  Also, I don&#8217;t think I can stand to read any more un-funny punch lines.  But my gut tells me there is something fairly interesting going on behind the scenes here.</p>
<p>Oh finally, here&#8217;s a tip from Scott Adams himself on <a href="http://dilbertblog.typepad.com/the_dilbert_blog/2008/04/dilbertcom-rede.html">avoiding the Flash navigation</a> and viewing the daily comic as a plain ol&#8217; GIF.  </p>
]]></content:encoded>
      <pubDate>Mon, 05 May 2008 08:03:32 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dilbert">dilbert</category>
      <category domain="http://securityratty.com/tag/dilbert mashups">dilbert mashups</category>
      <category domain="http://securityratty.com/tag/mashups">mashups</category>
      <category domain="http://securityratty.com/tag/comic">comic</category>
      <category domain="http://securityratty.com/tag/dilbert website">dilbert website</category>
      <category domain="http://securityratty.com/tag/daily comic">daily comic</category>
      <category domain="http://securityratty.com/tag/comics">comics</category>
      <category domain="http://securityratty.com/tag/un-funny punch lines">un-funny punch lines</category>
      <category domain="http://securityratty.com/tag/dilbert comics">dilbert comics</category>
      <source url="http://www.veracode.com/blog/?p=91">Dilbert Does Canonicalization</source>
    </item>
    <item>
      <title><![CDATA[Fake Directory Listings Acquiring Traffic to Serve Malware]]></title>
      <link>http://securityratty.com/article/dfaffb97deb10644a6d191b07cbe2ea3</link>
      <guid>http://securityratty.com/article/dfaffb97deb10644a6d191b07cbe2ea3</guid>
      <description><![CDATA[Malicious parties are known to deliver what the unsuspecting and unaware end user is searching for, by persistently innovating at the infection vector level in order to serve malware or redirect to...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_wICHhTiQmrA/SBfTQdDpjMI/AAAAAAAABpg/8DlA9uGQJkU/s1600-h/fake_index_malware1.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_wICHhTiQmrA/SBfTQdDpjMI/AAAAAAAABpg/8DlA9uGQJkU/s200/fake_index_malware1.JPG" alt="" id="BLOGGER_PHOTO_ID_5194852974826458306" border="0" /></a>Malicious parties are known to deliver what the unsuspecting and unaware end user is searching for, by persistently innovating at the infection vector level in order to serve malware or redirect to live exploit URLs in an internal ecosystem that not even a search engine's crawlers would bother crawling. What's the trick in here? Using image files as bites to malware binaries, and acquiring traffic by generating fake directory indexes with hundreds of thousands of popular or segment specific keywords in the filenames, while attempting to trick the impulsive leecher by forcing a direct loading of anything malicious? Creative, at least according to someone who's released such a fake directory listing, and is what looks like planning to come up with an automated approach for doing this.<br /><br />Inside a non-malicious download.php file :<br /><br /><span style="font-style: italic;"> <span style="font-style: italic;">$file = "sexy.gif";</span> <span style="font-style: italic;">header("Content-type: application/force-download");</span> <span style="font-style: italic;">header("Content-Transfer-Encoding: Binary");</span> <span style="font-style: italic;">header("Content-Disposition: attachment; filename=\"".basename($file)."\"");</span> <span style="font-style: italic;">readfile("$file");</span> <span style="font-style: italic;">?></span><br /><br /></span><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_wICHhTiQmrA/SBfWd9DpjNI/AAAAAAAABpo/0SfDR_XlW38/s1600-h/fake_index_malware2.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_wICHhTiQmrA/SBfWd9DpjNI/AAAAAAAABpo/0SfDR_XlW38/s200/fake_index_malware2.JPG" alt="" id="BLOGGER_PHOTO_ID_5194856505289575634" border="0" /></a>Spammers, phishers, malware authors, and of course, black hat search engine optimizers, are known to have been using technique for enforcing downloads, loading live exploit URls, or plain simple redirection to a place where the malicious magic happens.<br /><br />A fake directory listing of images, where the images themselves load image files of the icon to make themselves look like images - trying saying this again, and consider this attack tactic as SEO 1.0, where the 2.0 stage has long embraced GUIs and all-in-one anti-doorway detection techniques for blackhat SEO-ers to take advantage of.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=yi3GdG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=yi3GdG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=Jk7IkG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=Jk7IkG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=O5n2vg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=O5n2vg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=91CYVg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=91CYVg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=ljo8uG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=ljo8uG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=jtxSIG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=jtxSIG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=SEG9ig"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=SEG9ig" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/280646007" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 29 Apr 2008 23:17:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/fake directory">fake directory</category>
      <category domain="http://securityratty.com/tag/malicious">malicious</category>
      <category domain="http://securityratty.com/tag/fake directory indexes">fake directory indexes</category>
      <category domain="http://securityratty.com/tag/non-malicious download">non-malicious download</category>
      <category domain="http://securityratty.com/tag/live exploit urls">live exploit urls</category>
      <category domain="http://securityratty.com/tag/file">file</category>
      <category domain="http://securityratty.com/tag/malicious magic">malicious magic</category>
      <category domain="http://securityratty.com/tag/load image files">load image files</category>
      <category domain="http://securityratty.com/tag/image files">image files</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/280646007/fake-directory-listings-acquiring.html">Fake Directory Listings Acquiring Traffic to Serve Malware</source>
    </item>
    <item>
      <title><![CDATA[12 Signs that Your Company is Already in the Cloud]]></title>
      <link>http://securityratty.com/article/a94cc4fdd9f7e59addfde334e0a08d2a</link>
      <guid>http://securityratty.com/article/a94cc4fdd9f7e59addfde334e0a08d2a</guid>
      <description><![CDATA[What are the telltale signs that your company is already Computing in the Cloud
Is it when the CIO makes a big announcement at the monthly IT meeting
Is it when the IT newsletter drops a reference to...]]></description>
      <content:encoded><![CDATA[<p><a title="building_gap" href="http://www.flickr.com/photos/74471232@N00/506202234/" target="_blank"><img src="http://farm1.static.flickr.com/227/506202234_636bc16be9_m.jpg" border="0" alt="building_gap" /></a></p>
<p>What are the telltale signs that your company is already Computing in the Cloud?</p>
<p>Is it when the CIO makes a big announcement at the monthly IT meeting?</p>
<p>Is it when the IT newsletter drops a reference to pilot testing of some &#8216;web based&#8217; software?</p>
<p>Or, is it when the secretary whips out the boss&#8217;s Corporate Credit Card and <a href="http://www.mindtouch.com/blog/2008/04/07/">signs up</a> to a Cloud Service?</p>
<p>Here are 12 indicators that your company is *already* part of the Cloud:</p>
<ol>
<li>Your internal helpdesk reports fewer password resets.</li>
<li>Finance contacts you to confirm all the DVD readers are disabled - they are puzzled by the number of recurring credit card charges for Amazon (are the secretaries spreading out their orders for &#8220;Lost&#8221; DVDs again?).</li>
<li>You are asked to authorise a network change ticket to send all outbound network traffic via the perimeter firewall, before being routed back to the internal server room (for performance reasons). </li>
<li>You walk into the Data Center and it feels cooler than usual.</li>
<li>When the builders next door accidentally saw through the company Internet connection, people complain there must be a DoS attack going on as they can&#8217;t get to their files.</li>
<li>During physical inspections, you notice unexplained gaps in server cabinets.</li>
<li>Login failures go down, in fact login &#8220;attempts&#8221; in general go down but the company car park is full.</li>
<li>As you walk through the office, you notice all the &#8220;Security Awareness&#8221; posters have been replaced with pictures of <a href="http://images.businessweek.com/mz/04/51/0451_18innova.jpg">Jeff Bezos</a> (!)</li>
<li>You are asked to authorise a visit from the local environment group.  Fearing protesters, you are surprised to learn that your company has won a prize for reducing its Carbon Footprint</li>
<li>Your Intrusion Prevention System is preventing the call center from uploading contracts stored as GIF files.</li>
<li>You detect the presence of &#8216;malware&#8217; in the form of unexplained &#8216;Machine Images&#8217; on IT&#8217;s desktops.</li>
<li>You stop finding Windows passwords under keyboards, instead you find random hex digits next to the words &#8216;Access Key&#8217; and &#8216;Secret Key&#8217;.  You sigh, but at least they are setting difficult to guess passwords now!</li>
</ol>
<p>If you are charged with IT security in your company, you may want to start checking your web proxy logs for telltale signs that people are talking to the Cloud&#8230;or just talk to finance.</p>
<p> </p>
<p> </p>
<p> </p>
<img src="http://feeds.feedburner.com/~r/CloudSecurity/~4/277808874" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 25 Apr 2008 15:14:19 +0000</pubDate>
      <category domain="http://securityratty.com/tag/company">company</category>
      <category domain="http://securityratty.com/tag/company car park">company car park</category>
      <category domain="http://securityratty.com/tag/signs">signs</category>
      <category domain="http://securityratty.com/tag/cloud">cloud</category>
      <category domain="http://securityratty.com/tag/company internet connection">company internet connection</category>
      <category domain="http://securityratty.com/tag/telltale signs">telltale signs</category>
      <category domain="http://securityratty.com/tag/credit card">credit card</category>
      <category domain="http://securityratty.com/tag/credit card charges">credit card charges</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <source url="http://feeds.feedburner.com/~r/CloudSecurity/~3/277808874/">12 Signs that Your Company is Already in the Cloud</source>
    </item>
    <item>
      <title><![CDATA[The United Nations Serving Malware]]></title>
      <link>http://securityratty.com/article/d1d822ed6374f6c7f294fed616ac7d76</link>
      <guid>http://securityratty.com/article/d1d822ed6374f6c7f294fed616ac7d76</guid>
      <description><![CDATA[Yet another massive SQL injection attack is making its rounds online, and this time without the SEO poisoning as an attack tactic , has managed to successfully infect the United Nations events page,...]]></description>
      <content:encoded><![CDATA[<div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_wICHhTiQmrA/SA5b7NDpi2I/AAAAAAAABm4/XilLYHXJoSs/s1600-h/united_nations_malicious_injection.JPG"><img id="BLOGGER_PHOTO_ID_5192188493080136546" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp1.blogger.com/_wICHhTiQmrA/SA5b7NDpi2I/AAAAAAAABm4/XilLYHXJoSs/s200/united_nations_malicious_injection.JPG" border="0" /></a>Yet another massive SQL injection attack is making its rounds online, and this time without the <a href="http://ddanchev.blogspot.com/2008/03/massive-iframe-seo-poisoning-attack.html">SEO poisoning as an attack tactic</a>, has managed to successfully infect the United Nations events page, which is now also marked as malware infected page, and with a reason since both the malicious URl and the injection are still active. <a href="http://securitylabs.websense.com/content/Alerts/3070.aspx">According to WebSense</a> :<br /><br />"<span style="font-style: italic;">This mass injection is remarkably similar to the attack we saw earlier this month. When a </span><span style="font-style: italic;">user browses to a compromised site, the injected JavaScript loads a file named 1.js which is ho</span><span style="font-style: italic;">sted on http://www.nihao[removed].com The JavaScript code then redirects the user to 1.htm (also hosted on the same server). Once loaded, the file attempts 8 different exploits (the attack last April utilised 12). The exploits target Microsoft applications, specifically browsers not patched against the VML exploit MS07-004 as well as other applications. Ominously files named McAfee.htm and Yahoo.php are also called by 1.htm but are no longer active at the time of writing. There are further similarities too between the two mass attacks. Resident on the latest malici</span><span style="font-style: italic;">ous domain is a tool used in the execution of the attack. An analysis of that tool can be found in the ISC diary entry here. Mentioned in that diary entry is http://www.2117[removed].net. Our blog on that attack can be found here. It appears that same tool was used to orchestrate this attack too. </span>"<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_wICHhTiQmrA/SA5rltDpi6I/AAAAAAAABnQ/73aOsN1uYy0/s1600-h/another_massive_injection.JPG"><img id="BLOGGER_PHOTO_ID_5192205715898993570" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp3.blogger.com/_wICHhTiQmrA/SA5rltDpi6I/AAAAAAAABnQ/73aOsN1uYy0/s200/another_massive_injection.JPG" border="0" /></a>Let's assess the malicious injection. <span style="font-weight: bold;">nihaorr1.com/ 1.js</span> (219.153.46.28) is attempting to load <span style="font-weight: bold;">nihaorr1.com/ 1.htm</span>, where several other internal exploit serving URLs and javascript obfuscations load through IFRAMES, such as :<br /><br /><span style="font-weight: bold;">nihaorr1.com/ Real.gif</span> <span style="font-weight: bold;"><br />niha</span><span style="font-weight: bold;">orr1.com/ Yahoo.php</span> <span style="font-weight: bold;"><br />nihaorr1.com/ cuteqq.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Ms07055.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Ms07033.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Ms07018.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Ms07004.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Ajax.htm</span> <span style="font-weight: bold;"><br />nihaorr1</span><span style="font-weight: bold;">.com/ Ms06014.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Bfyy.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Lz.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ Pps.htm</span> <span style="font-weight: bold;"><br />nihaorr1.com/ XunLei.htm</span><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_wICHhTiQmrA/SA5rwtDpi7I/AAAAAAAABnY/BGvEieF0v0s/s1600-h/another_massive_injection_2.JPG"><img id="BLOGGER_PHOTO_ID_5192205904877554610" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp3.blogger.com/_wICHhTiQmrA/SA5rwtDpi7I/AAAAAAAABnY/BGvEieF0v0s/s200/another_massive_injection_2.JPG" border="0" /></a>and finally serve the malware, by also taking us out of the point and loading another malicious IFRAME farm at <span style="font-weight: bold;">gg.haoliuliang.net/one/ hao8.htm?036</span> (222.73.44.162) :<br /><br />Scanners Result: 18/<span id="porcentaje"><span style="color:red;"></span>32 (56.25%) :<br />W32/PWStealer1!Generic; PWS:Win32/Lineage.WI.dr<br /></span>File size: 24667 bytes<br />MD5...: 4b913be127d648373e511974351ff04e<br />SHA1..: 0ab703c93e3ad7c03d1aae5ea394d7db3b89bfd2<br /><span id="porcentaje"><br />Another internal IFRAME serving exploits is also loading at </span><span style="font-weight: bold;">haoliuliang.net</span>, <span style="font-weight: bold;">gg.haoliuliang.net/wmwm/ new.htm</span> where a new piece of malware is served :<br /><br />Scanners Result: 26/32 (81.25%)<br />Trojan-PSW.Win32.OnLineGames.ppu; Trojan.PSW.Win32.OnlineGames.GEN<br />File size: 7205 bytes<br />MD5...: af05c777700b338f428463e56f316a05<br />SHA1..: bd68f621ec6c9796afa8b766c6cf4167afbd4703<br /><br />As it appears, everyone's a victim of web application vulnerabilities discovered automatically, and either filtered based on high-page rank, or trying to take advantage of the long-tail of SQL injected sites to compensate for the lack of vulnerable high profile sites.<br /><br /><strong>Related posts:</strong><br /><a href="http://ddanchev.blogspot.com/2008/04/unicef-too-iframe-injected-and-seo.html">UNICEF Too IFRAME Injected and SEO Poisoned</a><br /><a href="http://ddanchev.blogspot.com/2008/03/embedded-malware-at-bloggies-awards.html">Embedded Malware at Bloggies Awards Site</a><br /><a href="http://ddanchev.blogspot.com/2008/03/embedding-malicious-iframes-through.html">Embedding Malicious IFRAMEs Through Stolen FTP Accounts</a><br /><a href="http://ddanchev.blogspot.com/2008/02/yet-another-massive-embedded-malware.html">Yet Another Massive Embedded Malware Attack</a><br /><a href="http://ddanchev.blogspot.com/2007/12/mdac-activex-code-execution-exploit.html">MDAC ActiveX Code Execution Exploit Still in the Wild</a><br /><a href="http://ddanchev.blogspot.com/2008/01/malware-serving-exploits-embedded-sites.html">Malware Serving Exploits Embedded Sites as Usual</a><br /><a href="http://ddanchev.blogspot.com/2008/01/massive-realplayer-exploit-embedded.html">Massive RealPlayer Exploit Embedded Attack</a><br /><a href="http://ddanchev.blogspot.com/2007/09/syrian-embassy-in-london-serving.html">Syrian Embassy in London Serving Malware</a><br /><a href="http://ddanchev.blogspot.com/2007/08/bank-of-india-serving-malware.html">Bank of India Serving Malware</a><br /><a href="http://ddanchev.blogspot.com/2007/09/us-consulate-st-petersburg-serving.html">U.S Consulate St. Petersburg Serving Malware</a><br /><a href="http://ddanchev.blogspot.com/2008/01/dutch-embassy-in-moscow-serving-malware.html">The Dutch Embassy in Moscow Serving Malware</a><br /><a href="http://ddanchev.blogspot.com/2008/02/uks-feta-serving-malware.html">U.K's FETA Serving Malware</a><br /><a href="http://ddanchev.blogspot.com/2008/02/anti-malware-vendors-site-serving.html">Anti-Malware Vendor's Site Serving Malware</a><br /><a href="http://ddanchev.blogspot.com/2008/02/new-media-malware-gang-part-three.html">The New Media Malware Gang - Part Three</a><br /><a href="http://ddanchev.blogspot.com/2007/12/new-media-malware-gang-part-two.html">The New Media Malware Gang - Part Two</a><br /><a href="http://ddanchev.blogspot.com/2007/11/new-media-malware-gang.html">The New Media Malware Gang</a><br /><a href="http://ddanchev.blogspot.com/2007/10/portfolio-of-malware-embedded-magazines.html">A Portfolio of Malware Embedded Magazines</a><br /><a href="http://ddanchev.blogspot.com/2007/11/another-massive-embedded-malware-attack.html">Another Massive Embedded Malware Attack</a><br /><a href="http://ddanchev.blogspot.com/2007/11/i-see-alive-iframes-everywhere.html">I See Alive IFRAMEs Everywhere</a><br /><a href="http://ddanchev.blogspot.com/2007/11/i-see-alive-iframes-everywhere-part-two.html">I See Alive IFRAMEs Everywhere - Part Two</a></div><br /><div> </div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=h2szloG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=h2szloG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=Jh8d9YG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=Jh8d9YG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=TZyIhPg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=TZyIhPg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=DQqL6Mg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=DQqL6Mg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=tPC4aNG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=tPC4aNG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=nWuC8GG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=nWuC8GG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=3djJeCg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=3djJeCg" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/276225903" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 23 Apr 2008 06:13:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/malware">malware</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/malware attack">malware attack</category>
      <category domain="http://securityratty.com/tag/anti-malware vendor">anti-malware vendor</category>
      <category domain="http://securityratty.com/tag/media malware gang">media malware gang</category>
      <category domain="http://securityratty.com/tag/htm">htm</category>
      <category domain="http://securityratty.com/tag/nihaorr1">nihaorr1</category>
      <category domain="http://securityratty.com/tag/load nihaorr1">load nihaorr1</category>
      <category domain="http://securityratty.com/tag/attack tactic">attack tactic</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/276225903/united-nations-serving-malware.html">The United Nations Serving Malware</source>
    </item>
  </channel>
</rss>
