<?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: dll]]></title>
    <link>http://securityratty.com/tag/dll</link>
    <description></description>
    <pubDate>Thu, 24 Apr 2008 00:37:46 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Secure Coding Secrets?]]></title>
      <link>http://securityratty.com/article/cc859ee5e058669db9650c881f3a0ea2</link>
      <guid>http://securityratty.com/article/cc859ee5e058669db9650c881f3a0ea2</guid>
      <description><![CDATA[Hi, Michael here
A recent article titled &quot;NSA posts secrets to writing secure code&quot; caught my eye in part because the words &quot; writing secure code &quot; always get my attention! But also because anything...]]></description>
      <content:encoded><![CDATA[Hi, Michael here. 
<P>A recent article titled <A href="http://www.gcn.com/online/vol1_no1/47333-1.html" mce_href="http://www.gcn.com/online/vol1_no1/47333-1.html">"NSA posts secrets to writing secure code"</A> caught my eye in part because the words "<A href="http://www.microsoft.com/mspress/books/5957.aspx" mce_href="http://www.microsoft.com/mspress/books/5957.aspx">writing secure code</A>" always get my attention! But also because anything that can advance the science of securing software is of interest to me.</P>
<P>There is another reason why the article got my attention; my manager, Steve Lipner, is one of the few people to have designed and built a <A href="http://www.boran.com/security/tcsec.html" mce_href="http://www.boran.com/security/tcsec.html">TCSEC</A> A1 assured system and lived to tell the tale. None were sold, but they built one!</P>
<P>The NSA-directed project, the <A href="http://www.adacore.com/home/gnatpro/tokeneer/" mce_href="http://www.adacore.com/home/gnatpro/tokeneer/">Tokeneer</A> ID Station (TIS), involved building a low-defect system that conforms "to the Common Criteria requirements for Evaluation Assurance Level 5 (EAL5)" in a "cost effective manner." I'm all for this, because building high-assurance solutions is not cheap. </P>
<P>There's a <A href="http://www.praxis-his.com/pdfs/issse2006tokeneer.pdf" mce_href="http://www.praxis-his.com/pdfs/issse2006tokeneer.pdf">paper</A> with more technical detail about the project that is worth a read.</P>
<P>In my opinion, the project is only a science project, an experiment, for the following reasons:</P>
<UL>
<LI>It's tiny. Weighing in at a little under 10 KLOC. </LI>
<LI>It's only a very small portion of a much larger solution which has not been developed using the same rigor. This bit of context makes the solution as a whole moot. Call me cynical, but my question is "can the entire solution be built with same rigor in a ‘cost effective manner'?" Perhaps it can, but that is not what is presented.</LI>
<LI>It sits on top of many operating systems (Windows, Mac OS X and Linux) that are not EAL5 certified. So it would be a little like having an EAL5 certified CharMap application running on EAL4 Windows Vista.</LI>
<LI>It's written in a subset of Ada called <A href="http://www.praxis-his.com/sparkada/intro.asp" mce_href="http://www.praxis-his.com/sparkada/intro.asp">SPARK</A>, and SPARK skills are not common in the marketplace. Interestingly, SPARK makes use of annotations to help drive the static analysis process. While not a total analog, we also recommend Microsoft development teams use annotations (<A href="http://blogs.msdn.com/michael_howard/archive/2006/05/19/a-brief-introduction-to-the-standard-annotation-language-sal.aspx" mce_href="http://blogs.msdn.com/michael_howard/archive/2006/05/19/a-brief-introduction-to-the-standard-annotation-language-sal.aspx">SAL</A>) to help drive the required static analysis process. </LI>
<LI>The application has a large number of dependencies that are not part of the project:</LI></UL><FONT face=Courier>
<BLOCKQUOTE>
<P>Directory of C:\tokeneer\data </P>
<P>18/08/2007 08:51 605,333 &nbsp;&nbsp;&nbsp; libgdk-win32-2.0-0.dll <BR>18/08/2007 08:51 166,177 &nbsp;&nbsp;&nbsp; libgdk_pixbuf-2.0-0.dll <BR>17/08/2007 18:07 642,115 &nbsp;&nbsp;&nbsp; libglib-2.0-0.dll <BR>17/08/2007 18:07 28,853 &nbsp;&nbsp;&nbsp;&nbsp; libgmodule-2.0-0.dll <BR>17/08/2007 18:07 223,026 &nbsp;&nbsp;&nbsp; libgobject-2.0-0.dll <BR>18/08/2007 08:52 3,170,609&nbsp;&nbsp;&nbsp;libgtk-win32-2.0-0.dll <BR>08/08/2008 16:32 4,868,618&nbsp;&nbsp;&nbsp;libgtkada-2.10.dll <BR>07/04/2004 11:47 44,100 &nbsp;&nbsp;&nbsp;&nbsp; libintl-1.dll <BR>17/08/2007 18:29 522,940 &nbsp;&nbsp; &nbsp;libcairo-2.dll <BR>17/08/2007 18:36 262,784 &nbsp;&nbsp; &nbsp;libpango-1.0-0.dll <BR>17/08/2007 18:36 62,334 &nbsp;&nbsp;&nbsp;&nbsp; libpangocairo-1.0-0.dll <BR>17/08/2007 18:37 88,626 &nbsp;&nbsp;&nbsp;&nbsp; libpangowin32-1.0-0.dll <BR>07/10/2001 01:52 171,008 &nbsp;&nbsp;&nbsp; libpng-3.dll <BR>07/04/2004 11:46 58,077 &nbsp;&nbsp;&nbsp; &nbsp;libz.dll <BR>07/04/2004 11:47 843,776 &nbsp;&nbsp;&nbsp; iconv.dll <BR>17/08/2007 18:22 142,762 &nbsp;&nbsp; &nbsp;libatk-1.0-0.dll <BR>16/01/2007 12:27 131,784 &nbsp;&nbsp;&nbsp; libjpeg6b.dll</P></BLOCKQUOTE></FONT>
<P>In the SDL we call these files ‘giblets' because they are components needed for your application to operate, but they do not belong to your team. Some of the files look old and highly vulnerable, such as libpng-3.dll from 2001! <A href="http://osvdb.org/search?request=libpng" mce_href="http://osvdb.org/search?request=libpng">OSVDB lists 23 vulnerabilities</A> since 2002 in libpng!</P>
<P>In summary, the TIS project is very interesting to a small number of important but specialized customers, such as the NSA, for whom this kind of research is critical. I too found it interesting, but the process is far from a set of "secrets to writing secure code" and the tools are certainly not within reach of day-to-day applications and not applicable to developing complete solutions. </P>As usual, all comments are very welcome.<img src="http://blogs.msdn.com/aggbug.aspx?PostID=9120309" width="1" height="1">]]></content:encoded>
      <pubDate>Tue, 18 Nov 2008 16:38:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/dll">dll</category>
      <category domain="http://securityratty.com/tag/science">science</category>
      <category domain="http://securityratty.com/tag/science project">science project</category>
      <category domain="http://securityratty.com/tag/secrets">secrets</category>
      <category domain="http://securityratty.com/tag/project">project</category>
      <category domain="http://securityratty.com/tag/tis project">tis project</category>
      <category domain="http://securityratty.com/tag/static analysis process">static analysis process</category>
      <category domain="http://securityratty.com/tag/process">process</category>
      <category domain="http://securityratty.com/tag/tis">tis</category>
      <source url="http://blogs.msdn.com/sdl/archive/2008/11/18/secure-coding-secrets.aspx">Secure Coding Secrets?</source>
    </item>
    <item>
      <title><![CDATA[There is a fix for the AVG update]]></title>
      <link>http://securityratty.com/article/c748b7ea184eca0146a15305d2220c8e</link>
      <guid>http://securityratty.com/article/c748b7ea184eca0146a15305d2220c8e</guid>
      <description><![CDATA[Read the post for info on how to recover from this. In my opinion, AVG is still a great product


clipped from www.ghacks.net

AVG 8 Update Marked User32.dll As Virus Infected


Users who followed the...]]></description>
      <content:encoded><![CDATA[<div > Read the post for info on how to recover from this.<br/>In my opinion, AVG is still a great product. </div>
<table cellpadding="0" cellspacing="0" width="100%" style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" width="100%" style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;">
<tr>
<td valign="top"><a href="http://clipmarks.com/clipmark/EC2EE813-2D8F-4F5C-A008-537FAA25A544/" title="go to this clipmark"><img src="http://content.clipmarks.com/blog_icon/7ba90b36-0780-41c3-95e6-8072462f32b9/EC2EE813-2D8F-4F5C-A008-537FAA25A544/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.ghacks.net/2008/11/10/avg-8-update-marked-user32dll-as-virus-infected/" href="http://www.ghacks.net/2008/11/10/avg-8-update-marked-user32dll-as-virus-infected/" style="font-size: 11px;">www.ghacks.net</a></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" width="100%" style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;">
<tr>
<td valign="top"><!-- CLIPPED FROM: http://www.ghacks.net/2008/11/10/avg-8-update-marked-user32dll-as-virus-infected/ -->
<div style="margin: 4px 0px; color: #000000; font-size: 20px;"><A rel="bookmark" href="http://www.ghacks.net/2008/11/10/avg-8-update-marked-user32dll-as-virus-infected/">AVG 8 Update Marked User32.dll As Virus Infected</A></div>
</td>
</tr>
</table>
<div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div>
<table cellpadding="0" cellspacing="0" width="100%" style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;">
<tr>
<td valign="top"><!-- CLIPPED FROM: http://www.ghacks.net/2008/11/10/avg-8-update-marked-user32dll-as-virus-infected/ --><P>Users who followed the advice of the AVG software program were greeted with a Blue Screen of Death as soon as they clicked on the Heal button to remove the virus. Any attempts to boot the system afterwards failed because of the missing file. AVG was quick to react and released another update that corrected the issue.</P></td>
</tr>
</table>
</td>
</tr>
</table>
<div style="margin: 0px 6px 6px 4px;">
<table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background:transparent;border-width:0px;padding:0px;">&nbsp;</td>
<td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/EC2EE813-2D8F-4F5C-A008-537FAA25A544/blog/" title="blog or email this clip"><img src="http://content8.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<BR/><MAP name="bdv_RSS_Ad_111108060436"><AREA alt="Feed Ads By BidVertiser.com" shape="poly" coords="0,0,467,0,467,45,315,45,315,59,0,59" href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=165886&amp;bid=400950&amp;PHS=111108060436&amp;click=1" target="_blank" /><AREA alt="Feed Ads By BidVertiser.com" shape="rect" coords="315,45,467,59" href="http://www.bidvertiser.com/bdv/bidvertiser/bdv_ref.dbm?Ref_PID=165886&amp;Ref_Option=main&amp;source=90614506" target="_blank" /></MAP><P><a href="http://secure.bidvertiser.com/performance/bdv_rss_rd.dbm?pid=165886&amp;bid=400950&amp;PHS=111108060436&amp;click=1" target="_blank"><IMG src="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=165886&amp;bid=400950&amp;PHS=111108060436&amp;rssimage=1&amp;rSRC=2" border="0" usemap="#bdv_RSS_Ad_111108060436" /></a></P>]]></content:encoded>
      <pubDate>Tue, 11 Nov 2008 15:04:36 +0000</pubDate>
      <category domain="http://securityratty.com/tag/avg">avg</category>
      <category domain="http://securityratty.com/tag/avg software program">avg software program</category>
      <category domain="http://securityratty.com/tag/heal button">heal button</category>
      <category domain="http://securityratty.com/tag/virus">virus</category>
      <category domain="http://securityratty.com/tag/remove">remove</category>
      <category domain="http://securityratty.com/tag/system">system</category>
      <category domain="http://securityratty.com/tag/recover">recover</category>
      <category domain="http://securityratty.com/tag/file">file</category>
      <category domain="http://securityratty.com/tag/post">post</category>
      <source url="http://spywarebiz.com/spywarebizblog/?p=654">There is a fix for the AVG update</source>
    </item>
    <item>
      <title><![CDATA[AVG hoses user32.dll]]></title>
      <link>http://securityratty.com/article/8b0f7333aaae24500ba1839f142be2d0</link>
      <guid>http://securityratty.com/article/8b0f7333aaae24500ba1839f142be2d0</guid>
      <description><![CDATA[AVG tries to whack legitimate software for the second time in less than a...]]></description>
      <content:encoded><![CDATA[AVG tries to whack legitimate software for the second time in less than a month.]]></content:encoded>
      <pubDate>Tue, 11 Nov 2008 09:19:16 +0000</pubDate>
      <category domain="http://securityratty.com/tag/avg">avg</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <category domain="http://securityratty.com/tag/month">month</category>
      <category domain="http://securityratty.com/tag/time">time</category>
      <category domain="http://securityratty.com/tag/whack">whack</category>
      <source url="http://networking.ittoolbox.com/r/rss.asp?url=http://it.toolbox.com/blogs/adventuresinsecurity/avg-hoses-user32dll-28231">AVG hoses user32.dll</source>
    </item>
    <item>
      <title><![CDATA[Frustration with PGP-9.6 and networking]]></title>
      <link>http://securityratty.com/article/1211e2354185cb54588b99973c0191f0</link>
      <guid>http://securityratty.com/article/1211e2354185cb54588b99973c0191f0</guid>
      <description><![CDATA[So, I recently upgraded from PGp-8.1 to PGp-9.6 and I thought I'd share a bit of the frustration

I was running what I believe to be a fairly standard configuration

Corporate desktop image

Outlook...]]></description>
      <content:encoded><![CDATA[So, I recently upgraded from PGp-8.1 to PGp-9.6 and I thought I'd share a bit of the frustration.<br /><br />I was running what I believe to be a fairly standard configuration.<br /><ul><li>Corporate desktop image<br /></li><li>Outlook 2003</li><li>Symantec AV</li><li>PGP-8.1<br /></li></ul>I decided to upgrade my Outlook to 2007.  Turns out that PGP-8.1 isn't compatible with Outlook 2003, so I needed upgrade.<br /><ol><li>Install PGP-9.6</li><li>reboot twice per instructions</li><li>Find that my networking completely doesn't work.</li></ol>Turns out that in order to get PGP-9.6 working with things like Symantec's AV that hook the network stack you need to back out PGP's POP/IMAP network stack hooking.<br /><ol><li>regsvr32 /u PGPfsshl.dll</li><li>Run a Registry merge on c:\WINDOWS\system32\PGPlspRollback.reg</li><li>Reboot</li></ol>Then of course, if you should happen to upgrade PGP to 9.9 because the update is out, you get to repeat all of those last few steps again.<br /><br />This process of course is made a lot easier if you happen to have another machine with network connectivity, otherwise you're kind of SOL.<br /><br />Just my bit of unfun for the afternoon.<br /><br />It is of course working now and reasonably well.  Kind of sucks that the install isn't a lot easier.<img src="http://feeds.feedburner.com/~r/SecurityRetentive/~4/426964111" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 20 Oct 2008 13:44:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/pgp-9">pgp-9</category>
      <category domain="http://securityratty.com/tag/pgp">pgp</category>
      <category domain="http://securityratty.com/tag/install pgp-9">install pgp-9</category>
      <category domain="http://securityratty.com/tag/pgp-8">pgp-8</category>
      <category domain="http://securityratty.com/tag/upgrade pgp">upgrade pgp</category>
      <category domain="http://securityratty.com/tag/popimap network stack">popimap network stack</category>
      <category domain="http://securityratty.com/tag/network stack">network stack</category>
      <category domain="http://securityratty.com/tag/lot easier">lot easier</category>
      <category domain="http://securityratty.com/tag/upgrade">upgrade</category>
      <source url="http://feeds.feedburner.com/~r/SecurityRetentive/~3/426964111/frustration-with-pgp-96-and-networking.html">Frustration with PGP-9.6 and networking</source>
    </item>
    <item>
      <title><![CDATA[Gdiplus.dll Vulnerability In WinZip Fixed In Version 11.2 SR-1]]></title>
      <link>http://securityratty.com/article/477003b4659b0c74efab977459241ed4</link>
      <guid>http://securityratty.com/article/477003b4659b0c74efab977459241ed4</guid>
      <description><![CDATA[WinZip Computing released WinZip 11.2 SR-1 on September 25 with a critical update to all installations of WinZip 11. The release addresses a security vulnerability that exists in one of the modules...]]></description>
      <content:encoded><![CDATA[WinZip Computing released WinZip 11.2 SR-1 on September 25 with a critical update to all installations of WinZip 11. The release addresses a security vulnerability that exists in one of the modules shipped with WinZip 11. This component is not a WinZip module but rather a Microsoft module that WinZip Computing shipped for the convenience [...]]]></content:encoded>
      <pubDate>Tue, 30 Sep 2008 19:09:57 +0000</pubDate>
      <category domain="http://securityratty.com/tag/winzip">winzip</category>
      <category domain="http://securityratty.com/tag/winzip module">winzip module</category>
      <category domain="http://securityratty.com/tag/security vulnerability">security vulnerability</category>
      <category domain="http://securityratty.com/tag/release addresses">release addresses</category>
      <category domain="http://securityratty.com/tag/microsoft module">microsoft module</category>
      <category domain="http://securityratty.com/tag/sr-1">sr-1</category>
      <category domain="http://securityratty.com/tag/critical">critical</category>
      <category domain="http://securityratty.com/tag/modules">modules</category>
      <category domain="http://securityratty.com/tag/component">component</category>
      <source url="http://cyberinsecure.com/gdiplus-vulnerability-in-winzip-fixed-in-version-11-2-sr-1/">Gdiplus.dll Vulnerability In WinZip Fixed In Version 11.2 SR-1</source>
    </item>
    <item>
      <title><![CDATA[The Commoditization of Anti Debugging Features in RATs]]></title>
      <link>http://securityratty.com/article/d357b72fd1cde8f737f42b6043955d6b</link>
      <guid>http://securityratty.com/article/d357b72fd1cde8f737f42b6043955d6b</guid>
      <description><![CDATA[Is it a Remote Administration Tool (RAT) or is it malware ? That's the rhetorical question , since RATs are not supposed to have built-in Virustotal submission for the newly generated server,...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="clear: both; text-align: center;"></div><a href="http://3.bp.blogspot.com/_wICHhTiQmrA/SL1nh-1oqdI/AAAAAAAACJc/FJtmUCHs730/s1600-h/anti_debugging_rat_malware.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://3.bp.blogspot.com/_wICHhTiQmrA/SL1nh-1oqdI/AAAAAAAACJc/m8B4yux3_5I/s200-R/anti_debugging_rat_malware.png" /></a>Is it a <a href="http://ddanchev.blogspot.com/2007/07/shark2-rat-or-malware.html">Remote Administration Tool</a> (RAT) or is it <a href="http://ddanchev.blogspot.com/2007/08/rats-or-malware.html">malware</a>? That's the <a href="http://ddanchev.blogspot.com/2007/08/shark-2-diy-malware.html">rhetorical question</a>, since <a href="http://ddanchev.blogspot.com/2007/12/shark-malware-new-versions-coming.html">RATs are not supposed</a> to have built-in Virustotal submission for the newly generated server, antivirus software "killing" and <a href="http://ddanchev.blogspot.com/2007/10/multiple-firewalls-bypassing.html">firewall bypassing capabilities</a>.<br />
<br />
Taking a peek into some of commodity features aiming to make it harder to analyze the malware found in pretty much all the average DIY malware builders available at the disposal at the average script kiddies, one of the latest releases pitched as RAT while it's malware clearly indicates the commoditization and availability of such modules :<br />
<br />
" <i>- FWB (DLL Injection, The DLL is Never Written to Disk)<br />
&nbsp;- Decent Strong Traffic Encryption<br />
&nbsp;- Try to Unhook UserMode APIs<br />
&nbsp;- No Plugins/3rd Party Applications<br />
&nbsp;- 4 Startup Methods (Shell, Policies, ActiveX, UserInIt)<br />
&nbsp;- Set Maximum Connections<br />
&nbsp;- Built In File Binder<br />
&nbsp;- Multi Threaded Transfers<br />
&nbsp;- Anti Debugging (Anti VMware, Anti Sandboxie, Anti Norman Sandbox, Anti VirtualPC, Anti Anubis Sandbox, Anti CW Sandbox)</i>"<br />
<br />
<div style="text-align: left;"></div><div class="separator" style="clear: both; text-align: center;"></div><a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SL6CyJQUdnI/AAAAAAAACJk/b4Erkx13fpg/s1600-h/anti_debugging_rat_malware_stats.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://1.bp.blogspot.com/_wICHhTiQmrA/SL6CyJQUdnI/AAAAAAAACJk/Lum7M48FdSQ/s200-R/anti_debugging_rat_malware_stats.png" /></a>Malware coders or "malware modulators"? With the currently emerging <a href="http://ddanchev.blogspot.com/2007/08/malware-as-web-service.html">malware as a web service</a> toolkits porting common malware tools to the web, drag and drop web interfaces for malware building are <a href="http://ddanchev.blogspot.com/2008/07/coding-spyware-and-malware-for-hire.html">definitely in the works</a>.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=2qWlBL"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=2qWlBL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=BQjJaL"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=BQjJaL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=6b1sjl"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=6b1sjl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=CVEqWl"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=CVEqWl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=BzubfL"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=BzubfL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=7ZXFYL"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=7ZXFYL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=LhD8dl"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=LhD8dl" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/382311481" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 03 Sep 2008 03:46:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/anti">anti</category>
      <category domain="http://securityratty.com/tag/anti vmware">anti vmware</category>
      <category domain="http://securityratty.com/tag/anti norman sandbox">anti norman sandbox</category>
      <category domain="http://securityratty.com/tag/common malware tools">common malware tools</category>
      <category domain="http://securityratty.com/tag/malware">malware</category>
      <category domain="http://securityratty.com/tag/anti virtualpc">anti virtualpc</category>
      <category domain="http://securityratty.com/tag/malware coders">malware coders</category>
      <category domain="http://securityratty.com/tag/anti anubis sandbox">anti anubis sandbox</category>
      <category domain="http://securityratty.com/tag/malware modulators">malware modulators</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/382311481/commoditization-of-anti-debugging.html">The Commoditization of Anti Debugging Features in RATs</source>
    </item>
    <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[CLR Security Site on CodePlex]]></title>
      <link>http://securityratty.com/article/e3a8175c402a7f59455f7b291fac2dd5</link>
      <guid>http://securityratty.com/article/e3a8175c402a7f59455f7b291fac2dd5</guid>
      <description><![CDATA[In the words of Shawn Farkas. You can find it at http://www.codeplex.com/clrsecurity. Currently there are two libraries up on the site: Security.Cryptography.dll This provides several CNG...]]></description>
      <content:encoded><![CDATA[In the words of Shawn Farkas&#8230;.
&#8220;You can find it at http://www.codeplex.com/clrsecurity.&#160; Currently there are two libraries up on the site:
Security.Cryptography.dll
This provides several CNG implementations of cryptographic algorithms to extend the set that shipped in .NET 3.5.&#160; You’ll find AES, RSA, RNG, and 3DES in the assembly.&#160; It also adds some extension methods to the existing [...]]]></content:encoded>
      <pubDate>Thu, 10 Jul 2008 18:26:47 +0000</pubDate>
      <category domain="http://securityratty.com/tag/cryptographic algorithms">cryptographic algorithms</category>
      <category domain="http://securityratty.com/tag/extension methods">extension methods</category>
      <category domain="http://securityratty.com/tag/shawn farkas">shawn farkas</category>
      <category domain="http://securityratty.com/tag/codeplex">codeplex</category>
      <category domain="http://securityratty.com/tag/cng implementations">cng implementations</category>
      <category domain="http://securityratty.com/tag/site">site</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/3des">3des</category>
      <category domain="http://securityratty.com/tag/comclrsecurity">comclrsecurity</category>
      <source url="http://securitybuddha.com/2008/07/10/clr-security-site-on-codeplex/">CLR Security Site on CodePlex</source>
    </item>
    <item>
      <title><![CDATA[Crimeware in the Middle - Zeus]]></title>
      <link>http://securityratty.com/article/7031903e13ac81d8b420bb698c242d03</link>
      <guid>http://securityratty.com/article/7031903e13ac81d8b420bb698c242d03</guid>
      <description><![CDATA[Virtual greed, or response rate optimization? The idea of converging phishing emails with embedded exploits and banking malware is nothing new, in fact phishers realizing that combining attack...]]></description>
      <content:encoded><![CDATA[<div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_wICHhTiQmrA/SBBF9tDpi_I/AAAAAAAABn4/wmeAn27YZ30/s1600-h/zeus_in_the_middle.JPG"><img id="BLOGGER_PHOTO_ID_5192727296727419890" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp1.blogger.com/_wICHhTiQmrA/SBBF9tDpi_I/AAAAAAAABn4/wmeAn27YZ30/s200/zeus_in_the_middle.JPG" border="0" /></a>Virtual greed, or response rate optimization? The idea of converging phishing emails with embedded exploits and banking malware is nothing new, in fact phishers realizing that combining attack approaches can increase the chance of achieving their objective which in this case is either logging the authentication process or hijacking it, often forget that the phishing email could have succeeded without the embedded malware or exploit, which in many cases would have triggered an alarm.<br /><br />Yesterday, <a href="http://rsa.com/blog/blog_entry.aspx?id=1274">Uriel Maimon posted an overview of the convergence of Rock Phish emails with Zeus</a>, a crimeware kit used to deliver banking trojans :<br /><br />"<span style="font-style: italic;">The Trojan that was used in this attack belonged to the "Zeus" family of malware. Zeus is a nefarious type of Trojan for multiple reasons:</span> <span style="font-style: italic;"><br /><br />1. The Zeus Trojan is a kit for sale: Anyone in the criminal community can purchase it for roughly $700. This means that the Rock group did not need to develop new skill-sets to write Trojan horses; they just purchased it on the open market. In the past 6 months RSA's Anti-Fraud Command Center has detected more than 150 different uses of the Zeus kit, each one infecting on average roughly 4,000 different computers a day.</span> <span style="font-style: italic;"><br /><br />2. Resistance to detection: The kit purchased is a binary generator. Each use creates a new binary file, and these files are radically different from each other -- making them notoriously difficult for anti-virus or security software to detect. To date very few variants have had effective anti-virus signatures against them and each use of the kit usually makes existing signatures ineffective. Just like in most cases, this particular use of the Zeus kit did not have any a</span><span style="font-style: italic;">nti-virus detection (with the popular engines we tested) at the time of this writing.</span> <span style="font-style: italic;"><br /><br />3. Rich feature set: the Zeus Trojan has many startling capabilities. In addition to listening in on the submission of forms in the browser, the Trojan also has advanced capabilities, for instance the ability to take screenshots of a victim's machine, or control it remotely, or add additional pages to a website and monitor it, or steal passwords that have been stored by popular programs (remember when you clicked on the "Remember this password?" checkbox?)... And the features-list goes on.</span> <span style="font-style: italic;">As I look upon this blissful union of fraud and crime technologies, I can only envy the criminals who can find such coupling. Looking forward to my next birthday, I can only hope that I will have the opportunity to find such partnership in my own life (and maybe give my mother one less reason for disappointment).</span>"<br /><br />We cannot talk about Zeus unless we compare it to another such crimeware kit serving banking trojans, in this <a href="http://ddanchev.blogspot.com/2007/11/metaphisher-malware-kit-spotted-in-wild.html">the Metaphisher kit</a>. Metaphisher is particularly interested because of its much more customized GUI, it's modular nature, allowing its sellers to lower or increase the price depending on which modules you'd like included, and which ones you'd like excluded, where a module means a preconfigured fakes, TANs, and phishing pages for all the banks in a country of choice. Moreover, despite that both, Zeus and Metaphisher are open source, and therefore malicious parties visionary enough to build communities around their kits in order to enjoy the innovation brought by multiple parties, Metaphisher has a bigger community next to Zeus, considered as the MPack in the web malware exploitations kits, namely a bit of an outdated commodity that is of course still capable of doing what does best - hijacking E-banking sessions and logging them to the level of impersonation.<br /><br />How are the authors of Zeus describing the kit themselves? Here's a description :<br /><br />"<span style="font-style: italic;">ZeuS has the following main features and properties (full list is given here, in your part of assembling this list may not):</span>  <span style="font-style: italic;"><br /><br />Bot:</span> <span style="font-style: italic;">- Written in VC + + 8.0, without the use of RTL, etc., on pure WinAPI, this is achieved at the expense of small size (10-25 Kb, depends on the assembly).</span> <span style="font-style: italic;"><br /><br />- There has its own process, through this can not be detected in the process list.</span> <span style="font-style: italic;"><br />- Workaround most firewall (including the popular Outpost Firewall versions 3, 4, but suschetvuet temporary small problem with antishpionom). Not a guarantee unimpeded reception incoming connections.</span> <span style="font-style: italic;"><br />- Difficult to d</span><span style="font-style: italic;">etect finder / analysis, bot sets the victim and creates a file, the system files and arbitrary size.</span><br /><span style="font-style: italic;">- Works in limited accounts Windows (work in the guest account is not currently supported).</span> <span style="font-style: italic;"><br />- Nevid ekvaristiki for antivirus, Bot body is encrypted.</span> <span style="font-style: italic;"><br />- Some way creates a suspected its presence, if you do not want it. Here is the view of the fact that many authors do love spyware: unloading firewall, antivirus, the ban on their renewal, blocking Ctrl + Alt + Del, etc.</span><br /><span style="font-style: italic;">- Locking Windows Firewall (the feature is required only for the smooth reception incoming connections).</span> <span style="font-style: italic;"><br />- All your settings / logs / team keeps bot / Takes / sends encrypted on HTTP (S) protocol. (ie, in text form data will see only you, everything else bot <-> server will look like garbage).</span> <span style="font-style: italic;"><br />- Detecting NAT through verification of their IP through your preferred site.</span> <span style="font-style: italic;"><br />- A separate configuration file that allows itself to protect against loss in cases of inaccessibility botneta main server. Plus additional (reserve) configuration files, to which the bot will ap</span><span style="font-style: italic;">ply, will not be available when the main configuration file. This system ensures the survival of your botneta in 90% of cases.</span> <span style="font-style: italic;"><br />- Ability to work with any browsers / programs work through wininet.dll (Internet Explorer, AOL, Maxton, etc.):</span> <span style="font-style: italic;"><br />- Intercepting POST-data + interception hitting (including inserted data from the clipboard).</span> <span style="font-style: italic;"><br />- Transparent URL-redirection (at feyk sites, etc.) c task redirect the simplest terms (for example: only when GET or POST request, in the presence or absence of certain data in POST-request).</span> <span style="font-style: italic;"><br />- Transparent HTTP (S) substitution content (Web inzhekt, which allows a substitute for not only HTML pages, but also any other type of data). Substitution of sets with the help of guidance masks substitute.</span><br /><span style="font-style: italic;">- Obtaining the required contents page, with the exception HTML-tags. Based on Web inzhekte.</span> <span style="font-style: italic;"><br />- Custo</span><span style="font-style: italic;">mizable TAN-grabber for any country.</span> <span style="font-style: italic;"><br />- Obtaining a list of questions and answers in the bank "Bank Of America" after successful authentication.</span> <span style="font-style: italic;"><br />- Removing POST-needed data on the right URL.</span> <span style="font-style: italic;"><br />- Ideal Virtual Keylogger solution: After a call to the requested URL, a screenshot happening in the area, where was clicking.</span> <span style="font-style: italic;"><br />- Receiving certificates from the repository "MY" (certificates marked "No exports" are not exported correctly) and its clearance. Following is any imported certificate will be saved on the server.</span> <span style="font-style: italic;"><br />- Intercepting ID / password protocols POP3 and FTP in the independence of the port and its record in the log only with a successful authorise.</span> <span style="font-style: italic;"><br />- Changing the local DNS, removal / appendix records in the file% system32% \ drivers \ etc \ hosts, ie comparison specified domain with the IP for WinSocket.</span> <span style="font-style: italic;"><br />- Keeps c</span><span style="font-style: italic;">ontents Protected Storage at first start the computer.</span> <span style="font-style: italic;"><br />- Removes S ookies from the cache when Internet Explorer first run on a computer.</span> <span style="font-style: italic;"><br />- Search on the logical disk files by mask or download a specific file.</span><br /><span style="font-style: italic;">- Recorded just visited the page at first start the computer. Useful when installing through sployty, if you buy a download service from the suspect, you can see that even loaded in parallel.</span><br /><span style="font-style: italic;">- Getting screenshot with the victim's computer in real time, the computer must be located outside the NAT.</span> <span style="font-style: italic;"><br />- Admission commands from the server and sending reports back on the successful implementation. (There are currently launching a local / remote file an immediate update the configuration file, the destruction OS).</span> <span style="font-style: italic;"><br />- Socks4-server.</span><br /><span style="font-style: italic;">- HTTP (S) PROXY-server.</span> <span style="font-style: italic;"><br />- Bot Upgrading to the latest version (URL new version set in the configuration file).</span>"<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_wICHhTiQmrA/SBBPQdDpjAI/AAAAAAAABoA/2LMvwvtY3uQ/s1600-h/zeus_in_the_middle_fake_injects.JPG"><img id="BLOGGER_PHOTO_ID_5192737514454617090" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp0.blogger.com/_wICHhTiQmrA/SBBPQdDpjAI/AAAAAAAABoA/2LMvwvtY3uQ/s200/zeus_in_the_middle_fake_injects.JPG" border="0" /></a>What's most important to keep in mind in regarding to these crimeware kits, is that the sellers are shifting from product-centered to service-centered propositions, and while an year ago they would have been selling the kit only, today they've realized that it's the output of the kit in terms of logged stolen accounting data that they're selling. <a href="http://ddanchev.blogspot.com/2007/03/underground-economys-supply-of-goods.html">Committing identity theft and abusing stolen E-banking accounting data is already a service</a>, compared to the product it used to be.<br /><br /><span style="font-weight: bold;">Related posts:</span><br /><a href="http://ddanchev.blogspot.com/2007/11/targeted-spamming-of-bankers-malware.html">Targeted Spamming of Bankers Malware</a><br /><a href="http://ddanchev.blogspot.com/2008/03/localized-bankers-malware-campaign.html">Localized Bankers Malware Campaign</a><br /><a href="http://ddanchev.blogspot.com/2007/05/client-application-for-secure-e-banking.html">Client Application for Secure E-banking?</a><br /><a href="http://ddanchev.blogspot.com/2007/05/defeating-virtual-keyboards.html">Defeating Virtual Keyboards</a><br /><a href="http://ddanchev.blogspot.com/2007/08/paypals-security-key.html">PayPal's Security Key</a><br /><a href="http://ddanchev.blogspot.com/2006/11/nuclear-grabber-toolkit.html">Nuclear Grabber Kit</a><br /><a href="http://ddanchev.blogspot.com/2008/02/rbns-phishing-activities.html">Apophis Kit</a> </div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=aTzMwJG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=aTzMwJG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=2VBaffG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=2VBaffG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=TWtWGFg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=TWtWGFg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=yhZiA5g"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=yhZiA5g" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=QlyIkhG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=QlyIkhG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=GeVECiG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=GeVECiG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=8XfDHog"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=8XfDHog" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/276786652" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 24 Apr 2008 00:37:46 +0000</pubDate>
      <category domain="http://securityratty.com/tag/zeus">zeus</category>
      <category domain="http://securityratty.com/tag/file">file</category>
      <category domain="http://securityratty.com/tag/remote file">remote file</category>
      <category domain="http://securityratty.com/tag/zeus trojan">zeus trojan</category>
      <category domain="http://securityratty.com/tag/binary file">binary file</category>
      <category domain="http://securityratty.com/tag/file system32 drivers">file system32 drivers</category>
      <category domain="http://securityratty.com/tag/kit">kit</category>
      <category domain="http://securityratty.com/tag/metaphisher kit">metaphisher kit</category>
      <category domain="http://securityratty.com/tag/configuration file">configuration file</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/276786652/crimeware-in-middle-zeus.html">Crimeware in the Middle - Zeus</source>
    </item>
  </channel>
</rss>
