<?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: 40d9f1]]></title>
    <link>http://www.securityratty.com/tag/40d9f1</link>
    <description></description>
    <pubDate>Sun, 23 Dec 2007 19:06:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Storm-Bot stripshow analysis]]></title>
      <link>http://www.securityratty.com/article/f93548291cc0e5f1e9e6da2a0c5fafe8</link>
      <guid>http://www.securityratty.com/article/f93548291cc0e5f1e9e6da2a0c5fafe8</guid>
      <description><![CDATA[Merry Christmas from the RBN. Now on a PC near you, a stripshow from Santa's helpers. Or not
The ISC reported the expected Storm surge Christmas eve at 0000 GMT
hxxp://merrychristmas.com/stripshow.exe...]]></description>
      <content:encoded><![CDATA[Merry Christmas from the RBN. Now on a PC near you, a stripshow from Santa's helpers. Or not.<br />The <a href="http://isc.sans.org">ISC</a> reported the expected <a href="http://isc.sans.org/diary.html?storyid=3778">Storm surge</a> Christmas eve at 0000 GMT. <br />hxxp://merrychristmas.com/stripshow.exe (modified to protect the innocent) yields a hash of 2BBA62FBC3B9AF85C3C7D64A82E1237C. Once executed it immediately copies itself as disnisa.exe to C:\WINDOWS and adds a startup registry key for the same. <br /><br />Current AV detection includes:<br />Kaspersky stripshow.exe - Email-Worm.Win32.Zhelatin.pd. <br />eTrust-Vet - Win32/Sintun.AT<br />Microsoft - Trojan:Win32/Tibs.gen!ldr<br />Symantec - Trojan.Peacomm.D<br /><br />After a quick time check to Microsoft's time server, this variant switches immediately to very noisy P2P on a variety of ports. In addition to the ISC-recommended HTTP and email blocks for outbound to merrychristmasdude.com, you have to consider if you really need outbound UDP traffic above 1024. I'm a firm believer in deny all and make exceptions only via legitimate business case. If you can achieve such lockdown, even though your hosts may suffer infection, they won't be communicating with their friends and neighbors. <br />From API analysis we see a few interesting tidbits:<br /><span style="font-style:italic;"><br />w32tm /config /update<br />403014     Copy(c:\malware\stripshow.exe->C:\WINDOWS\disnisa.exe) <br />77e6bc59     WriteFile(h=7a0) <br />403038     RegOpenKeyExA (HKCU\Software\Microsoft\Windows\CurrentVersion\Run) <br />40305f     RegSetValueExA (disnisa) <br />402ba0     WinExec(w32tm /config /syncfromflags:manual /manualpeerlist:time.windows.com,time.nist.gov,100) <br />77e7d0b7     WaitForSingleObject(788,64) <br />402ba8     WinExec(w32tm /config /update,100) <br />40309b     CreateProcessA(C:\WINDOWS\disnisa.exe,(null),0,(null))<br />4030df     WinExec(netsh firewall set allowedprogram "C:\WINDOWS\disnisa.exe" enable,100) <br />71ab52c6     LoadLibraryA(C:\WINDOWS\system32\mswsock.dll)=71a50000 <br />71a5716a     LoadLibraryA(C:\WINDOWS\system32\mswsock.dll)=71a50000 <br />71aa14eb     GlobalAlloc() <br />40da1b     bind(8c, port=26790) <br />77e7ac53     CreateRemoteThread(h=ffffffff, start=404b05) <br />40da1b     bind(b8, port=7018) <br />40d9c7     listen(h=b8 ) <br />40a262     WaitForSingleObject(d4,2710)  <br /></span><br />Nice, do a little time sync, allow ourselves through the firewall, then bind, listen, and wait.<br />First, add another registry entry,<br /><span style="font-style:italic;"><br />0cd2d     RegCreateKeyExA (HKLM\Software\Microsoft\Windows\ITStorage\Finders,)<br /></span><br />then start connecting:<br /><span style="font-style:italic;"><br />71a54cee     LoadLibraryA(C:\WINDOWS\system32\mswsock.dll)=71a50000 <br />77e7ac53     CreateRemoteThread(h=ffffffff, start=71a519c4) <br />40d9f1     connect( 193.33.146.178:24714 ) <br />40d9f1     connect( 74.60.173.98:3887 ) <br />40d9f1     connect( 58.74.135.13:30843 ) <br />40d9f1     connect( 222.119.113.135:22295 ) <br />40d9f1     connect( 71.234.220.147:20232 ) <br />40d9f1     connect( 76.84.231.43:14172 ) <br />40d9f1     connect( 124.5.147.194:16544 ) <br />40d9f1     connect( 58.8.236.130:13224 ) <br />40d9f1     connect( 190.79.151.75:2952 ) <br />40d9f1     connect( 58.8.122.191:29646 ) <br /></span><br />Once this little bugger hits the network, expect flood-like traffic. <br />My infected sandbox victim exhausted my 1.5mb DSL connection instantly, in part from a ton of inbound responses from peers being logged at my firewall:<br /><span style="font-style:italic;"><br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=59178 PROTO=UDP SPT=24045 DPT=26790 LEN=33 <br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=60978 PROTO=UDP SPT=24045 DPT=26790 LEN=33 <br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=4987 PROTO=UDP SPT=24045 DPT=26790 LEN=33 <br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=6619 PROTO=UDP SPT=24045 DPT=26790 LEN=33 <br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=13762 PROTO=UDP SPT=24045 DPT=26790 LEN=33 <br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=18384 PROTO=UDP SPT=24045 DPT=26790 LEN=33 <br />SRC=78.166.75.60 DST=192.168.0.3 LEN=53 TOS=0x00 PREC=0x00 TTL=105 ID=19891 PROTO=UDP SPT=24045 DPT=26790 LEN=33<br /></span> <br />At last, the peer list referred to by the ISC, written to C:\WINDOWS (many more entries not included):<br /><span style="font-style:italic;"><br />[config]<br />[local]<br />uport=20142<br />[peers]<br />00003D6C8F338A3FDD3DF3648666F55C=0CCE03EE2BD100<br />0100A634122F3553A046EC451061927C=0CCEEF9C5BF700<br />02007E238D780D25FD5511285E2E596E=0CD9D73081A500<br />03001E62DC533E7AF6161729A953891B=180BB9671B4800<br />0400EB5EC13599373A3D544A2D6AF94F=180FAC024F7300<br />05004710B3440F5D2117CE555A62D04A=1810D0AE22DA00<br />06001471521206296D099433C93EC427=1813911C2E6100<br />07002D6D5B0FE3019C56B1290A564E59=1820B08043D700<br />0800A2417153943DC23C6C5C817C4159=18257B254F2600<br /></span><br /><br />There's nothing new or exciting here: SPAM component, headless P2P, seasonal social engineering, fast flux, and other pervasively annoying attributes.<br />User awareness, as always, is your strongest defense.<br />Cheers and happy holidays, except for you RBN a$$h0735.<br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2007/12/storm-bot-stripshow-analysis.html&title=Storm-Bot%20stripshow%20analysis" title="Storm-Bot stripshow analysis del.icio.us"><img src="http://holisticinfosec.org/images/delicious.png" class="socialbkmark" border=0 alt="Storm-Bot stripshow analysis at del.icio.us"></a><a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2007/12/storm-bot-stripshow-analysis.html" title="Storm-Bot stripshow analysis "> <img src="http://digg.com/img/badges/16x16-digg-guy.gif" border=0 class="socialbkmark" alt="Digg Storm-Bot stripshow analysis "></a>]]></content:encoded>
      <pubDate>Sun, 23 Dec 2007 19:06:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/40d9f1 connect">40d9f1 connect</category>
      <category domain="http://www.securityratty.com/tag/w32tm config syncfromflags">w32tm config syncfromflags</category>
      <category domain="http://www.securityratty.com/tag/config">config</category>
      <category domain="http://www.securityratty.com/tag/time">time</category>
      <category domain="http://www.securityratty.com/tag/quick time check">quick time check</category>
      <category domain="http://www.securityratty.com/tag/w32tm config">w32tm config</category>
      <category domain="http://www.securityratty.com/tag/exe">exe</category>
      <category domain="http://www.securityratty.com/tag/src78">src78</category>
      <category domain="http://www.securityratty.com/tag/dst192">dst192</category>
      <source url="http://holisticinfosec.blogspot.com/2007/12/storm-bot-stripshow-analysis.html">Storm-Bot stripshow analysis</source>
    </item>
  </channel>
</rss>
