<?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: 103-thousand]]></title>
    <link>http://securityratty.com/tag/103-thousand</link>
    <description></description>
    <pubDate>Sat, 13 Oct 2007 13:36:56 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Logging Web Traffic with Httpry]]></title>
      <link>http://securityratty.com/article/d268887cd7c4b06f074e061c196ba29a</link>
      <guid>http://securityratty.com/article/d268887cd7c4b06f074e061c196ba29a</guid>
      <description><![CDATA[I don't need to tell anyone that a lot of interesting command-and-control traffic is sailing through our Web proxies right now. I encourage decent logging for anyone using Web proxies. Below are three...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Z-tqVTd9fPI/SFLIjV5cmnI/AAAAAAAAAf4/Yp9PIryr2tE/s1600-h/img4.thumbnail.jpg"><img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_Z-tqVTd9fPI/SFLIjV5cmnI/AAAAAAAAAf4/Yp9PIryr2tE/s400/img4.thumbnail.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5211448228320156274" /></a>I don't need to tell anyone that a lot of interesting command-and-control traffic is sailing through our Web proxies right now.  I encourage decent logging for anyone using Web proxies.  Below are three example entries from a Squid access.log.  This is "squid" format with entries for user-agent and referer tacked to the end.<br /><br />Incidentally here is a diff of my Squid configuration that shows how I set up Squid.<br /><pre><br />r200a# diff /usr/local/etc/squid/squid.conf /usr/local/etc/squid/squid.conf.orig <br />632,633c632,633<br />< acl our_networks src 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16<br />< http_access allow our_networks<br />---<br />> #acl our_networks src 192.168.1.0/24 192.168.2.0/24<br />> #http_access allow our_networks<br />936c936<br />< http_port 172.16.2.1:3128<br />---<br />> http_port 3128<br />1990,1992d1989<br />< logformat squid-extended  %ts.%03tu %6tr %>a %Ss/%03Hs %&#60;st<br /> %rm %ru %un %Sh/%&#60;A %mt  "%{Referer}&#62;h" "%{User-Agent}&#62;h"<br />< <br />< <br />2022c2019<br />< access_log /usr/local/squid/logs/access.log squid-extended<br />---<br />> access_log /usr/local/squid/logs/access.log squid<br />2216c2213<br />< strip_query_terms off<br />---<br />> # strip_query_terms on<br />3056d3052<br />< visible_hostname r200a.taosecurity.com<br /></pre><br />If you worry I'm exposing this to the world, don't worry too much.  I find the value of having this information in a place I can find it outweighs the possibility someone will use this data to exploit me.  There's much easier ways to do that, I think.<br /><br />The first record shows a Google query for the term "dia", where the referer was a query for "fbi".  The second record is a Firefox prefetch of the first record.  The third record is a query for a .gif.<br /><pre><br /> 1213383786.614    255 192.168.2.103 TCP_MISS/200 9263<br /> GET http://www.google.com/search?hl=en&client=firefox-a&rls=<br />com.ubuntu%3Aen-US%3Aofficial&hs=Hqt&q=dia&btnG=Search -<br /> DIRECT/64.233.169.103 text/html "http://www.google.com/search<br />?q=fbi&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:official&client=firefox-a"<br /> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20060601<br /> Firefox/2.0.0.14 (Ubuntu-edgy)"<br /><br /> 1213383786.704     76 192.168.2.103 TCP_MISS/200 2775<br /> GET http://www.google.com/pfetch/dchart?s=DIA - <br /> DIRECT/64.233.169.147 image/gif<br /> "http://www.google.com/search?hl=en&client=firefox-a&rls=com.ubuntu%3A<br /> en-US%3Aofficial&hs=Hqt&q=dia&btnG=Search" "Mozilla/5.0 (X11; U; Linux<br /> i686; en-US; rv:1.8.1.14) Gecko/20060601 Firefox/2.0.0.14 (Ubuntu-edgy)"<br /><br /> 1213383786.717     81 192.168.2.103 TCP_MISS/200 1146<br /> GET http://www.google.com/images/blogsearch-onebox.gif -<br /> DIRECT/64.233.169.99 image/gif "http://www.google.com/search?hl=en<br /> &client=firefox-a&rls=com.ubuntu%3Aen-US%3Aofficial&hs=Hqt&q=dia&btnG=Search"<br /> "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20060601<br /> Firefox/2.0.0.14 (Ubuntu-edgy)"<br /></pre><br />What if you're a security person who can't access Web logs, but you have a NSM sensor in the vicinity?  You might use Bro to log this activity, but I found something last year that's much simpler by Jason Bittel: <a href="http://dumpsterventures.com/jason/httpry/">Httpry</a>.<br /><pre><br />r200a# httpry -h<br />httpry version 0.1.3 -- HTTP logging and information retrieval tool<br />Copyright (c) 2005-2008 Jason Bittel <jason.bittel@gmail.com><br />Usage: httpry [ -dhpq ] [ -i device ] [ -n count ] [ -o file ] [ -r file ]<br />              [ -s format ] [ -u user ] [ 'expression' ]<br /><br />   -d           run as daemon<br />   -h           print this help information<br />   -i device    listen on this interface<br />   -n count     set number of HTTP packets to parse<br />   -o file      write output to a file<br />   -p           disable promiscuous mode<br />   -q           suppress non-critical output<br />   -r file      read packets from input file<br />   -s format    specify output format string<br />   -u user      set process owner<br />   expression   specify a bpf-style capture filter<br /><br />Additional information can be found at:<br />   http://dumpsterventures.com/jason/httpry<br /></pre><br />In the following example I run Httpry against a trace of the traffic taken when I visited the site shown in the Squid logs earlier.<br /><pre><br />r200a# httpry -i bge0 -o /tmp/httprytest3.txt -q -u richard<br /> -s timestamp,source-ip,x-forwarded-for,direction,dest-ip,method,host,<br /> request-uri,user-agent,referer,status-code,http-version,reason-phrase<br /> -r /tmp/test3.pcap<br />r200a# cat /tmp/httprytest3.txt<br /><br /># httpry version 0.1.3<br /># Fields: timestamp,source-ip,x-forwarded-for,direction,dest-ip,method,host,<br />request-uri,user-agent,referer,status-code,http-version,reason-phrase<br /><br />06/13/2008 15:03:06     68.48.240.186   -       >       64.233.169.103  <br />GET     www.google.com  /search?hl=en&client=firefox-a&rls=com.ubuntu<br />%3Aen-US%3Aofficial&hs=Hqt&q=dia&btnG=Search      Mozilla/5.0<br /> (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20060601 Firefox/2.0.0.14<br /> (Ubuntu-edgy)      http://www.google.com/search?q=fbi&ie=utf-8&<br />oe=utf-8&aq=t&rls=com.ubuntu:en-US:official&client=firefox-a       -       <br /> HTTP/1.0        -<br /><br />06/13/2008 15:03:06     64.233.169.103  -       <       68.48.240.186  <br /> -       -       -       -       -       200     HTTP/1.0        OK<br /><br />06/13/2008 15:03:06     68.48.240.186   192.168.2.103   >       64.233.169.147 <br /> GET     www.google.com  /pfetch/dchart?s=DIA    Mozilla/5.0<br /> (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20060601 Firefox/2.0.0.14<br /> (Ubuntu-edgy)     http://www.google.com/search?hl=en&client=<br />firefox-a&rls=com.ubuntu%3Aen-US%3Aofficial&hs=Hqt&q=dia&btnG=Search -      <br /> HTTP/1.0        -<br /><br />06/13/2008 15:03:06     68.48.240.186   192.168.2.103   >       64.233.169.99  <br /> GET     www.google.com  /images/blogsearch-onebox.gif   Mozilla/5.0<br /> (X11; U; Linux i686; en-US; rv:1.8.1.14) Gecko/20060601 Firefox/2.0.0.14<br /> (Ubuntu-edgy)     http://www.google.com/search?hl=en&client=<br />firefox-a&rls=com.ubuntu%3Aen-US%3Aofficial&hs=Hqt&q=dia&btnG=Search -      <br /> HTTP/1.0        -<br /><br />06/13/2008 15:03:06     64.233.169.147  -       <       68.48.240.186  <br /> -       -       -       -       -       200     HTTP/1.0        OK<br />06/13/2008 15:03:06     64.233.169.99   -       <       68.48.240.186  <br /> -       -       -       -       -       200     HTTP/1.0        OK<br /></pre><br />As you can see, the format here is request-reply, although the last four records are request,request,reply,reply.<br /><br />Although I first tried Httpry straight from the source code, in this case I tested an upcoming FreeBSD port created by my friend WXS.  If you give Httpry a try, let me know what you think and how you like to invoke it on the command line.  I plan to daemonize it in production and run it against a live interface, not traces.<div class="blogger-post-footer">Copyright 2003-2008 Richard Bejtlich and TaoSecurity (taosecurity.blogspot.com and www.taosecurity.com)</div>]]></content:encoded>
      <pubDate>Fri, 13 Jun 2008 13:46:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/httpry">httpry</category>
      <category domain="http://securityratty.com/tag/log squid">log squid</category>
      <category domain="http://securityratty.com/tag/log">log</category>
      <category domain="http://securityratty.com/tag/google query">google query</category>
      <category domain="http://securityratty.com/tag/query">query</category>
      <category domain="http://securityratty.com/tag/google">google</category>
      <category domain="http://securityratty.com/tag/access log">access log</category>
      <category domain="http://securityratty.com/tag/r200a httpry">r200a httpry</category>
      <category domain="http://securityratty.com/tag/access">access</category>
      <source url="http://taosecurity.blogspot.com/2008/06/logging-web-traffic-with-httpry.html">Logging Web Traffic with Httpry</source>
    </item>
    <item>
      <title><![CDATA[Technical glitch blamed in The Princeton Tower Club breach]]></title>
      <link>http://securityratty.com/article/15351609f42234c5774ba9e03af7e8e7</link>
      <guid>http://securityratty.com/article/15351609f42234c5774ba9e03af7e8e7</guid>
      <description><![CDATA[Technorati Tag: Security Breach

Date Reported
5/8/08

Organization
The Princeton Tower Club

Contractor/Consultant/Branch
None

Victims
Former club members

Number Affected
103

Types of Data
names...]]></description>
      <content:encoded><![CDATA[Technorati Tag: <a href="http://technorati.com/tag/security+breach" rel="tag">Security Breach</a><br><br>
<img src="http://breachblog.com/images/95781-88451/tower.jpg" align="right" height="70" width="200"><font size="2"><span style="font-weight: bold;">Date Reported: </span><br>5/8/08<br><br><span style="font-weight: bold;">Organization: </span><br><a href="http://www.princeton.edu/%7Etower/Update2006/main/">The Princeton Tower Club</a> <br><br><span style="font-weight: bold;">Contractor/Consultant/Branch:</span><br>None<br><br><span style="font-weight: bold;">Victims:</span><br>Former club members<br><br><span style="font-weight: bold;">Number Affected:</span><br>103<br><br><span style="font-weight: bold;">Types of Data:</span><br>"names and social security numbers"<br><br><span style="font-weight: bold;">Breach Description:</span><br>"Tower Club is taking steps to protect 103 of its alumni in the classes of 2006 and 2007 after a spreadsheet listing their names and social security numbers was e-mailed to current club members early Wednesday morning."<br><br><span style="font-weight: bold;">Reference URL:</span><br><a href="http://www.dailyprincetonian.com/2008/05/09/21173/">The Daily Princetonian</a> <br><a href="http://www.upi.com/NewsTrack/Top_News/2008/05/10/princeton_club_accidentally_exposes_alumni/8122/">United Press International</a> <br><a href="http://www.app.com/apps/pbcs.dll/article?AID=/20080510/NEWS03/805100392/1007/NEWS03">Asbury Park Press</a> <br><br><span style="font-weight: bold;">Report Credit:</span><br>Rachel Dunn and Josephine Wolff, The Daily Princetonian<br><br><span style="font-weight: bold;">Response:</span><br>From the online sources cited above:<br><br>Tower Club is taking steps to protect 103 of its alumni in the classes of 2006 and 2007 after a spreadsheet listing their names and social security numbers was e-mailed to current club members early Wednesday morning.<br><br>The document was attached to an apparently unrelated e-mail that informed current members about a club event.<br><br>The spreadsheet was attached unintentionally because of "a technical glitch," Tower graduate board chair Greg Berzolla ’87 said<br><span style="font-style: italic;">[Evan] Really?&nbsp; A technical glitch?&nbsp; These types of breaches are usually the result of human error.</span><br><br>"The [spreadsheet] file wasn’t even available on the hard drive [of the computer that sent the e-mail]," Berzolla said. "[The e-mail system] took an old e-mail and used it as a template [for Wednesday’s e-mail] as near as we can guess. It’s not a system very many people use or understand, that’s the problem."<br><br>"I cannot comment on [the glitch] because I don’t understand it," he said. "I didn’t figure it out, I think the club technical chair [did]. [Tower president] Stephanie [Burset ’09] tried to explain it to me, but I think she doesn’t really understand it either."<br><span style="font-style: italic;">[Evan] At least he is honest.</span><br><br>Burset said in an e-mail that Pine, the e-mail system Tower currently uses, is "fairly antiquated, but our tech chairs have assured me that nothing like this can ever happen again," and added that "we plan on switching to a new client whom is more secure and easier to use."<br><span style="font-style: italic;">[Evan] I am concerned by statements like "nothing like this can ever happen again".&nbsp; We still don't know why it happened in the first place.</span><br><br>The e-mail was sent by Tower officers from the tower@princeton.edu account to the roughly 200 current club members.<br><br>Tower officers sent another e-mail to the club yesterday asking members to delete the message from their mailboxes "out of respect for ’07."<br><br>Berzolla said he believes the risk of identity fraud is "extremely limited"<br><br>"It’s hard for any kind of fraud to occur that quickly," he said of the incident. "I feel confident that our club members are not going to use this information badly."<br><span style="font-style: italic;">[Evan] It only takes one person.&nbsp; It should also be mentioned that one or more of the destination email accounts could be a shared account and that these emails were sent in clear text (subject to the possibility of interception).</span><br><br>"[The breach] would have had to have been intentional [for there to be legal repercussions]," Berzolla said.<br><span style="font-style: italic;">[Evan] Do you have to demonstrate intent to argue negligence (The failure to use reasonable care)?&nbsp; I'm certainly not a lawyer, but I think that there are cases where victims have been awarded damages when there was not intent to harm on the part of the defendant.&nbsp; I don't really advocate lawsuits anyway, but I am just stating what seems obvious to me.</span><br><br>Tower will pay for an identity theft protection services for the affected individuals next year.<br><br>Berzolla hopes this measure will assuage any possible threat of legal action from former members against the club. "I don’t expect there to be any problems, but just in case," he said.<br><br>The social security numbers on the spreadsheet were collected as part of the process of signing in new members several years ago, Berzolla said. Tower no longer requires its members to submit their social security numbers, he added.<br><span style="font-style: italic;">[Evan] It is a good practice to not collect information that isn't required to conduct business.&nbsp; The Tower Club would be well advised to go through the information they currently possess and purge the information they no longer need.</span><br><br><span style="font-weight: bold;">Victim Reaction:</span><br>"I had no idea this happened, and frankly, I’m baffled and a little pissed off," Valerie McConnell ’07 said<br><br>"Now that I know that the social security numbers weren’t sent out on purpose, I’m not pissed off," McConnell said. "I think my identity is ok. I can’t imagine anyone in the club trying to steal my identity (not that there’s a lot to steal right now anyway)."<br><span style="font-style: italic;">[Evan] I think I would still be pissed off.&nbsp; Identity thieves are not all stupid.&nbsp; Many of them will hold on to the information for a year or more before using it or selling it.</span><br><br>"[The incident] is a mistake; it shouldn’t have happened," Beylin said in an e-mail. "However, with the number of times I’ve handed out my SSN this year while seeking financial services or apartment hunting, it’s really not my biggest source of concern for identity theft."<br><span style="font-style: italic;">[Evan] This is a good point.&nbsp; Have you ever thought of all the times you have given out your Social Security number?&nbsp; All of your employers, schools, insurance companies, banks, mortgage companies, credit card companies, etc. have your number.&nbsp; The same number used for identification and authentication.&nbsp; A recipe for disaster?</span><br><br><span style="font-weight: bold;">Commentary:</span><br>The Tower Club does not handle personal information any worse than most other organizations.&nbsp; It seems like they just didn't know any better.&nbsp; It sometimes makes me nervous. <br><br><span style="font-weight: bold;">Past Breaches:</span><br>Unknown</font><br><br>
<script src="http://feeds.feedburner.com/%7Es/breachblog?i=http://breachblog.com/2008/05/13/tower.aspx" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
      <pubDate>Tue, 13 May 2008 05:20:10 +0000</pubDate>
      <category domain="http://securityratty.com/tag/princeton tower club">princeton tower club</category>
      <category domain="http://securityratty.com/tag/tower club">tower club</category>
      <category domain="http://securityratty.com/tag/club">club</category>
      <category domain="http://securityratty.com/tag/club technical chair">club technical chair</category>
      <category domain="http://securityratty.com/tag/e-mail system tower">e-mail system tower</category>
      <category domain="http://securityratty.com/tag/e-mail system">e-mail system</category>
      <category domain="http://securityratty.com/tag/tower">tower</category>
      <category domain="http://securityratty.com/tag/system">system</category>
      <category domain="http://securityratty.com/tag/current club">current club</category>
      <source url="http://breachblog.com/2008/05/13/tower.aspx">Technical glitch blamed in The Princeton Tower Club breach</source>
    </item>
    <item>
      <title><![CDATA[Speaking of Security Podcast #103]]></title>
      <link>http://securityratty.com/article/b28732efa891f75e49ac405b24463b7b</link>
      <guid>http://securityratty.com/article/b28732efa891f75e49ac405b24463b7b</guid>
      <description><![CDATA[EMC PowerPath Encryption with RSA
Happy Cinco de Mayo and welcome to the latest Speaking of Security video podcast. Today Host Paul Joyal speaks with Colin Bailey of EMC and Katie Curtin-Maestre of...]]></description>
      <content:encoded><![CDATA[<div align="center"><a href="http://www.rsa.com/blog/blog_entry.aspx?id=1279"><img src="http://www.rsa.com/blog/bimgs/080505/may_vid_podcast.jpg" alt="Click to Play" width="340" height="289"></a></div>

<br clear="all" />
<strong>EMC PowerPath Encryption with RSA</strong><P>
Happy Cinco de Mayo and welcome to the latest Speaking of Security video podcast. Today Host Paul Joyal speaks with Colin Bailey of EMC and Katie Curtin-Maestre of RSA, The Security Division of EMC, about this new scalable solution that leverages RSA Key Manager for the Datacenter.<br><br></p>]]></content:encoded>
      <pubDate>Sun, 04 May 2008 20:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/emc">emc</category>
      <category domain="http://securityratty.com/tag/emc powerpath encryption">emc powerpath encryption</category>
      <category domain="http://securityratty.com/tag/security video podcast">security video podcast</category>
      <category domain="http://securityratty.com/tag/katie curtin-maestre">katie curtin-maestre</category>
      <category domain="http://securityratty.com/tag/colin bailey">colin bailey</category>
      <category domain="http://securityratty.com/tag/scalable solution">scalable solution</category>
      <category domain="http://securityratty.com/tag/rsa">rsa</category>
      <category domain="http://securityratty.com/tag/happy cinco">happy cinco</category>
      <category domain="http://securityratty.com/tag/security division">security division</category>
      <source url="http://www.rsa.com/blog/blog_entry.aspx?id=1279">Speaking of Security Podcast #103</source>
    </item>
    <item>
      <title><![CDATA[The 103 Best Free Security Utilities]]></title>
      <link>http://securityratty.com/article/7a4d79b9ccecbce470f1961034ec8bf5</link>
      <guid>http://securityratty.com/article/7a4d79b9ccecbce470f1961034ec8bf5</guid>
      <description><![CDATA[Competition drives prices down, regardless of the industry. With a crowded field of vendors jockeying to be the trusted source of computer security for your home and office, prices for many of the...]]></description>
      <content:encoded><![CDATA[Competition drives prices down, regardless of the industry. With a crowded field of vendors jockeying to be the trusted source of computer security for your home and office, prices for many of the ess...]]></content:encoded>
      <pubDate>Wed, 16 Apr 2008 06:07:52 +0000</pubDate>
      <category domain="http://securityratty.com/tag/computer security">computer security</category>
      <category domain="http://securityratty.com/tag/prices">prices</category>
      <category domain="http://securityratty.com/tag/source">source</category>
      <category domain="http://securityratty.com/tag/competition">competition</category>
      <category domain="http://securityratty.com/tag/vendors">vendors</category>
      <category domain="http://securityratty.com/tag/industry">industry</category>
      <category domain="http://securityratty.com/tag/office">office</category>
      <category domain="http://securityratty.com/tag/ess">ess</category>
      <category domain="http://securityratty.com/tag/home">home</category>
      <source url="http://feeds.feedburner.com/~r/itsecurity/~3/271719774/">The 103 Best Free Security Utilities</source>
    </item>
    <item>
      <title><![CDATA[Stolen Davita laptop with dialysis patient data at risk]]></title>
      <link>http://securityratty.com/article/7628ea2b0e97876a707645859cc3f1ee</link>
      <guid>http://securityratty.com/article/7628ea2b0e97876a707645859cc3f1ee</guid>
      <description><![CDATA[Technorati Tag: Security Breach

Date Reported
3/3/08

Organization
Davita

DaVita provides dialysis services for those diagnosed with chronic kidney failure, a condition also known as chronic kidney...]]></description>
      <content:encoded><![CDATA[Technorati Tag: <a href="http://technorati.com/tag/security+breach" rel="tag">Security Breach</a><br><br>
<img src="http://breachblog.com/images/95781-88451/davita.jpg" align="right" height="68" width="121"><font size="2"><span style="font-weight: bold;">Date Reported: </span><br>3/3/08<br><br><span style="font-weight: bold;">Organization: </span><br><a href="http://www.davita.com/">Davita</a>*<br><br><font size="1">*"DaVita provides dialysis services for those diagnosed with chronic kidney failure, a condition also known as chronic kidney disease (CKD). We have over 1,300 outpatient dialysis facilities and acute units in over 800 hospitals. We are located in 42 states and the District of Columbia, serving approximately 103,000 patients." - Source: Davita "About Davita" page</font><br><br><b>Contractor/Consultant/Branch:</b><br>None<br><br><b>Victims:</b><br>Current and/or former patients<br><br><b>Number Affected:</b><br>Unknown<br><br><b>Types of Data:</b><br>Insurance filings for dialysis services, which includes "name, social security number, medical insurance coverage information, and/or other personal and health related information"<br><br><b>Breach Description:</b><br>A laptop containing sensitive personal information belonging to current and former patients of Davita has been stolen from a worker for the company.&nbsp; The laptop was password-protected, but did not employ encryption.<br><br><b>Reference URL:</b><br><a href="http://doj.nh.gov/consumer/pdf/davita.pdf">The New Hampshire State Attorney General breach notification</a><br><br><b>Report Credit:</b><br>The New Hampshire State Attorney General<br><br><b>Response:</b><br>From the online source cited above:<br><br>March 3, 2008<br>New Hampshire Department of Consumer Affairs<br>Attn: Consumer Protection<br>33 Capitol Street<br>Concord, NH 03301<br>Dear Sir:<br>The purpose of this letter is to notify the New Hampshire Department of Consumer Affairs that OVA Renal<br>Healthcare, Inc. ("Company") recently discovered that it sustained a loss of personal information<br><i>[Evan] I copied this from the breach notification letter because there are some interesting points.&nbsp; I don't think there is a "New Hampshire Department of Consumer Affairs", per se.&nbsp; The New Hampshire Department of Justice handles these matters.&nbsp; Secondly, the letter starts out with "Dear Sir".&nbsp; The New Hampshire State Attorney General is Kelly A. Ayotte, a woman.<br></i><br>Dear ______________<br>On behalf of your dialysis provider, we are writing to inform you of a recent incident which may have resulted in the unauthorized acquisition of your personal information.<br><br>Recently, a teammate's laptop was stolen. <br><br>Although the laptop is password protected, the hard drive contains --along with numerous other non-related documents -documents involving insurance filings for dialysis services. <br><i>[Evan] #1, password protection is little more than no protection.&nbsp; #2, why do I care about the non-related documents?</i><br><br>The documents may contain your name, social security number, medical insurance coverage information, and/or other personal and health related information.<br><br>The theft was immediately reported to the proper legal authorities. <br><br>While law enforcement officials estimate that over two million laptops are stolen annually for resale, we suggest you take all necessary proactive steps to protect against the possibility of identity theft. <br><i>[Evan] In my opinion this is a statement meant to minimize the situation.&nbsp; Maybe there are over two million laptops stolen annually for resale, but if I were a victim, the only laptop I care about right now if the one that was just stolen from Davita that has my poorly protected information on it!</i><br><br>We take privacy very seriously, and sincerely apologize that information was compromised resulting from this theft. <br><i>[Evan] Anybody can say that they take privacy very seriously, but let's put our money where our mouth is and demonstrate this claim.&nbsp; Why was personal information on the laptop in the first place, and why wasn't the laptop encrypted?</i><br><br>While we remain hopeful that this theft was merely a petty crime looking for things of value, we felt that outreach to you was warranted. <br><i>[Evan] Hope only goes so far.</i><br><br>We are taking extra precautions to minimize the chance of this happening in the future.<br><i>[Evan] Like?</i><br><br>If you have any questions, please contact DaVita's Guest Services Customer Center at 1-866-987-7454.<br><br>Please note that you may be asked to provide the following reference code: TQO208.<br><br><b>Commentary:</b><br>Another lost or stolen laptop containing sensitive personal information that did not employ a minimum level of protection (in my opinion).<br><br>Do you think I am being too harsh in comments?&nbsp; Don't collect personal information unless you can provide a "reasonable" level of security assurance.&nbsp; Storing personal information on a laptop without encryption or other controls and relying on password protection is not "reasonable" to me. <br><br><b>Past Breaches:</b><br>Unknown</font><br><br>
<script src="http://feeds.feedburner.com/%7Es/breachblog?i=http://breachblog.com/2008/03/06/davita.aspx" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
      <pubDate>Thu, 06 Mar 2008 12:50:24 +0000</pubDate>
      <category domain="http://securityratty.com/tag/collect personal information">collect personal information</category>
      <category domain="http://securityratty.com/tag/personal information">personal information</category>
      <category domain="http://securityratty.com/tag/sensitive personal information">sensitive personal information</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/personal">personal</category>
      <category domain="http://securityratty.com/tag/laptop">laptop</category>
      <category domain="http://securityratty.com/tag/davita">davita</category>
      <category domain="http://securityratty.com/tag/hampshire">hampshire</category>
      <category domain="http://securityratty.com/tag/hampshire department">hampshire department</category>
      <source url="http://breachblog.com/2008/03/06/davita.aspx">Stolen Davita laptop with dialysis patient data at risk</source>
    </item>
    <item>
      <title><![CDATA[More CNET Sites Under IFRAME Attack]]></title>
      <link>http://securityratty.com/article/61e2c6b0ce33b5f59ce105fe2092ba00</link>
      <guid>http://securityratty.com/article/61e2c6b0ce33b5f59ce105fe2092ba00</guid>
      <description><![CDATA[News is spreading fast, appropriate credit is given , but not as fast as the IFRAME campaign targeting several more CNET Networks' web properties besides ZDNet Asia , namely, TV.com , News.com and...]]></description>
      <content:encoded><![CDATA[<a href="http://bp3.blogger.com/_wICHhTiQmrA/R8_5QMHWvLI/AAAAAAAABbg/CQIhd-i9vrA/s1600-h/TV_com_IFRAME.jpg"><img id="BLOGGER_PHOTO_ID_5174628553397288114" style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://bp3.blogger.com/_wICHhTiQmrA/R8_5QMHWvLI/AAAAAAAABbg/CQIhd-i9vrA/s200/TV_com_IFRAME.jpg" border="0" /></a>News is <a href="http://www.theregister.co.uk/2008/03/06/googe_iframe_piggybacking/">spreading</a> fast, <a href="http://www.f-secure.com/weblog/archives/00001396.html">appropriate credit</a> is <a href="http://www.itwire.com/content/view/16981/53/">given</a>, but <a href="http://www.idg.se/2.1085/1.148922">not as</a> fast <a href="http://securite.reseaux-telecoms.net/actualites/lire-attaque-par-moteur-de-recherche-interpose-17788.html">as the</a> IFRAME <a href="http://www.securityfocus.com/brief/695">campaign targeting</a> several more <a href="http://www.cnetnetworks.com/company/brands.html">CNET Networks' web properties</a> besides <strong>ZDNet Asia</strong>, namely, <strong>TV.com</strong>, <strong>News.com</strong> and <strong>MySimon.com</strong> which I'll assess in this post. In the time of posting this, no other CNET sites are involved in the campaign, including ZDNet's international sites such as, ZDNet India, ZDNet U.K, and ZDNet Australia, but the abovementioned ones. And so, we have three more sites part of CNET Networks' portfolio, getting injected with more IFRAMEs, <a href="http://ddanchev.blogspot.com/2008/03/zdnet-asia-and-torrentreactor-iframe-ed.html">abusing their search engine's local caching, and storing of any keyword feature</a>, in a combination with a loadable IFRAME.<br /><br />What has changed for the past 24 hours, despite that the now over <strong>51,900 pages at zdnetasia.com</strong> continue to be indexed by search engines? The folks at ZDNet Asia have taken care of the IFRAME issue, so that such injection is no longer possible. However, the same IPs used in this IFRAME campaign, including two new domains introduced have been injected, and are loading at <strong>TV.com, News.com and MySimon.com</strong>, again <a href="http://ddanchev.blogspot.com/2008/03/rogue-rbn-software-pushed-through.html">pushing the rogue XP AntiVirus</a>, the rogue Spyshredderscanner, as well as another fake codec <strong>MediaTubeCodec.exe</strong>, hosted and distributed under two new domains.<br /><br /><a href="http://bp0.blogger.com/_wICHhTiQmrA/R9ANnMHWvMI/AAAAAAAABbo/MvOYgEYbUQ8/s1600-h/news_com_IFRAME.jpg"><img id="BLOGGER_PHOTO_ID_5174650938766834882" style="margin: 0px 10px 10px 0px; float: left;" alt="" src="http://bp0.blogger.com/_wICHhTiQmrA/R9ANnMHWvMI/AAAAAAAABbo/MvOYgEYbUQ8/s200/news_com_IFRAME.jpg" border="0" /></a><strong>Which sites are currently targeted?</strong><br />ZDNet Asia - currently has 51,900 injected pages<br />TV.com - 49,600 locally hosted IFRAME injected pages<br />News.com - 167 locally hosted pages, injection is ongoing<br />MySimon.com - currently 4 pages, the campaign is ongoing<br /><br /><strong>Which domains and IPs are behind the IFRAMEs?</strong><br />do-t-h-e.com (69.50.167.166)<br />rx-pharmacy.cn (82.103.140.65)<br />m5b.info (124.217.253.6)<br />89.149.243.201<br />89.149.243.202<br />72.232.39.252<br />195.225.178.21<br /><br /><strong>Where's the malware?</strong><br />It's there, you just have to triple check different IFRAME-ed search results and finally you'll get to install XP AntiVirus 2008 and a fake codec, the only two pieces of malware currently served. What's important to note is that this is the current state of the campaign, and with the huge number of IFRAME-ed pages in such a way, targeted attacks on a per keyword basis are possible, and since they ensure you're served on the basis of where you're coming from, things can change pretty fast. These are all of the domains that follow after the IFRAME redirects for all the campaigns currently detected, and the detection rates for the malware from the last campaign :<br /><br />hotpornotube08.com (206.51.229.67)<br />hot-pornotube-2008.com (206.51.229.67)<br />hot-pornotube08.com (206.51.229.67)<br />adult-tubecodec2008.com (195.93.218.43)<br />adulttubecodec2008.com (195.93.218.43)<br />hot-tubecodec20.com (195.93.218.43)<br />media-tubecodec2008.com (195.93.218.43)<br />porn-tubecodec20.com (195.93.218.43)<br />scanner.spyshredderscanner.com (77.91.229.106)<br />xpantivirus2008.com (69.50.173.10)<br />xpantivirus.com (72.36.198.2)<br />bestsexworld.info (72.232.224.154)<br />requestedlinks.com (216.255.185.82)<br /><br />MediaTubeCodec.com<br /><strong>Scanner results</strong> : 11% Scanner(4/36) found malware!<br /><strong>Time</strong> : 2008/03/06 16:38:39 (EET)<br /><strong>File Size</strong> : 85520 byte<br /><strong>MD5</strong> : 25708e1168e0e5dae87851ec24c6e9f7<br /><strong>SHA1</strong> : 33b502b13cab7a34bb959d363ae4b7afd23919a6<br />AVG - I-Worm/Nuwar.P<br />Fortinet - Suspicious<br />Prevx - TROJAN.DOWNLOADER.GEN<br />Quick Heal - Suspicious - DNAScan<br /><br />Tries to connect to <strong>websoftcodecdriver.com</strong>; <strong>websoftcodecdriver2.com</strong> and <strong>77.91.227.179</strong>, in between listening on local port 1034. The downloader tries to drop <strong>Adware.Agent.BN</strong> - "<em>Adware.Agent.BN is an adware program that displays pop-up advertisements and adds a runkey to run at startup, and also modifies Windows system configuration in order to download more malwares on to infected computer.</em>" and <strong>RogueAntiSpyware.AntiVirusPro</strong> - "<em>RogueAntiSpyware.AntiVirusPro is a Rogue Anti-Spyware product which comes bundled along with a malicious downloader. It is downloaded and installed without the users consent.</em>"<br /><br />Spyshredderscanner.exe<br /><strong>Scanner results</strong> : 42% Scanner(15/36) found malware!<br /><strong>Time</strong> : 2008/03/06 17:02:23 (EET)<br /><strong>File Size</strong> : 33224 byte<br /><strong>MD5</strong> : bc232dbd6b75cc020af1fcf7cee5f018<br /><strong>SHA1</strong> : fc2f70fd9ce76fe2e1fe157c6d2d8ba015ad099f<br /><strong>Detected as</strong> : Win32.FraudTool.SpyShredder; Downloader.MisleadApp<br /><br />Again opening local port 1034 and tries to connect to <strong>69.50.168.51</strong>, ATRIVO = RBN's well known netblock.<br /><br /><strong>Who's behind it?</strong><br />It's all a matter of perspective, if you look at the IPs used in the IFRAMEs, these are the front-end to rogue anti virus and anti spyware tools that were using RBN's infrastructure before it went dark, and continue using some of the new netblocks acquired by the RBN. However as <a href="http://ddanchev.blogspot.com/2007/11/new-media-malware-gang.html">I've once</a> pointed out <a href="http://ddanchev.blogspot.com/2007/12/new-media-malware-gang-part-two.html">in respect</a> to the <a href="http://ddanchev.blogspot.com/2008/02/new-media-malware-gang-part-three.html">New Media Malware Gang</a> and its connection with the RBN and Storm Worm, for the time being it's unclear which one of these is the operational department if any, of the RBN is vertically integrating to provide more than the hosting infrastructure, and diversify to malware, or spyware installation on a revenue-sharing basis participating in an affiliate program.<br /><br />This malicious campaign will continue to be monitored, particularly the RBN connection, and whether or not they will start targeting CNET's other sites.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=KG97XiF"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=KG97XiF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=VAUfO3F"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=VAUfO3F" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=pNjCArf"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=pNjCArf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=1s55Bnf"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=1s55Bnf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=Hi3WNPF"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=Hi3WNPF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=3at6HBF"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=3at6HBF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=u4b2kkf"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=u4b2kkf" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/246820135" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 06 Mar 2008 07:50:57 +0000</pubDate>
      <category domain="http://securityratty.com/tag/iframe">iframe</category>
      <category domain="http://securityratty.com/tag/cnet sites">cnet sites</category>
      <category domain="http://securityratty.com/tag/sites">sites</category>
      <category domain="http://securityratty.com/tag/iframe-ed pages">iframe-ed pages</category>
      <category domain="http://securityratty.com/tag/pages">pages</category>
      <category domain="http://securityratty.com/tag/cnet">cnet</category>
      <category domain="http://securityratty.com/tag/iframe redirects">iframe redirects</category>
      <category domain="http://securityratty.com/tag/iframe campaign">iframe campaign</category>
      <category domain="http://securityratty.com/tag/campaign">campaign</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/246820135/more-cnet-sites-under-iframe-attack.html">More CNET Sites Under IFRAME Attack</source>
    </item>
    <item>
      <title><![CDATA[Crude oil and gold at all time highs, US manufacturing at 5 year low, feel like buying some security?]]></title>
      <link>http://securityratty.com/article/b4ec99b5317657400b8515384298ebd3</link>
      <guid>http://securityratty.com/article/b4ec99b5317657400b8515384298ebd3</guid>
      <description><![CDATA[Was looking around the news this morning trying to find something to blog about. At the same time listening to CNN drone on about the economy. Gold hit an all time hight today at $991 an ounce, crude...]]></description>
      <content:encoded><![CDATA[<p>Was looking around the news this morning trying to find something to blog about. At the same time listening to CNN drone on about the economy. Gold hit an all time hight today at <a href="http://www.marketwatch.com/news/story/gold-notches-all-time-high-991/story.aspx?guid=%7BA7FF0D51%2D50B8%2D4AE7%2DAE36%2D5EDEC5AF4EB5%7D&amp;amp;siteid=bnb">$991 an ounce, crude oil at another high of $103.5</a>, while the dollar tumbled and US manufacturing hit a 5 year low. Just not a pretty picture. My thoughts begin to wander to what effect our economy is going to have to have on the IT industry and security in particular. I have seen pundits on both sides of this question. Some say that in tough times business has to be more efficient so IT spending is likely to remain constant and may even increase. Others say that of course as budgets tighten, IT and security are going to take their share of hits. I tend to believe the second camp. Security budgets are always being squeezed even in good times, I can't help but think they will take a bigger hit in bad times. Unless you can really show a real ROI (and lets not get into the "is there an ROI with security" stuff) or there is a compliance gun to their head, I believe that companies will slash and burn their security budgets as things get tighter.<br><br>So what is the answer? Not sure, but maybe hedge your bets by devoting more to international sales on the chance that they will not be as effected as US based companies with this economies? What do you think?</p>
<p><a href="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?a=Zq9qUg"><img src="http://feeds.feedburner.com/~a/StillsecureAfterAllTheseYears?i=Zq9qUg" border="0"></img></a></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=i5LbwEF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=i5LbwEF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=U0XLfTF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=U0XLfTF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=7Hw6gAF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=7Hw6gAF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=7SuMmpF"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=7SuMmpF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=ssTcIvf"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=ssTcIvf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?a=mrFlMdf"><img src="http://feeds.feedburner.com/~f/StillsecureAfterAllTheseYears?i=mrFlMdf" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Mon, 03 Mar 2008 08:11:29 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security budgets">security budgets</category>
      <category domain="http://securityratty.com/tag/time">time</category>
      <category domain="http://securityratty.com/tag/bad times">bad times</category>
      <category domain="http://securityratty.com/tag/times">times</category>
      <category domain="http://securityratty.com/tag/budgets">budgets</category>
      <category domain="http://securityratty.com/tag/bigger hit">bigger hit</category>
      <category domain="http://securityratty.com/tag/hit">hit</category>
      <category domain="http://securityratty.com/tag/tough times business">tough times business</category>
      <source url="http://feeds.feedburner.com/~r/StillsecureAfterAllTheseYears/~3/244965622/crude-oil-and-g.html">Crude oil and gold at all time highs, US manufacturing at 5 year low, feel like buying some security?</source>
    </item>
    <item>
      <title><![CDATA[Washington Ignores Cyberattack Threats, Putting Us All at Peril]]></title>
      <link>http://securityratty.com/article/5edc843fea24ea3bafe0b414a3cd2d19</link>
      <guid>http://securityratty.com/article/5edc843fea24ea3bafe0b414a3cd2d19</guid>
      <description><![CDATA[S.O.S. When a massive freighter packed with a $103 million cargo tilts onto its side in the North Pacific, a team of deep-sea cowboys gets the call. Inside the epic struggle to save the Cougar...]]></description>
      <content:encoded><![CDATA[S.O.S. When a massive freighter packed with a $103 million cargo tilts onto its side in the North Pacific, a team of deep-sea cowboys gets the call. Inside the epic struggle to save the <cite>Cougar Ace</cite>.<br style="clear: both;"/>
  <img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=be6b752b7b8026026058d6b9a6a3fbfc" height="1" width="1"/>
<img src="http://www.pheedo.com/feeds/tracker.php?i=be6b752b7b8026026058d6b9a6a3fbfc" style="display: none;" border="0" height="1" width="1" alt=""/><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=MwoXo1F"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=MwoXo1F" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=67hm0mf"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=67hm0mf" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=qkSdS8f"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=qkSdS8f" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/wired/politics/privacy?a=000tI9F"><img src="http://feeds.feedburner.com/~f/wired/politics/privacy?i=000tI9F" border="0"></img></a>
 <a href="http://feeds.wired.com/~f/wired/politics/security?a=OBt54sF"><img src="http://feeds.wired.com/~f/wired/politics/security?i=OBt54sF" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=QvrGXIf"><img src="http://feeds.wired.com/~f/wired/politics/security?i=QvrGXIf" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=cdXWiDf"><img src="http://feeds.wired.com/~f/wired/politics/security?i=cdXWiDf" border="0"></img></a> <a href="http://feeds.wired.com/~f/wired/politics/security?a=d2C9YMF"><img src="http://feeds.wired.com/~f/wired/politics/security?i=d2C9YMF" border="0"></img></a> </div><img src="http://feeds.feedburner.com/~r/wired/politics/privacy/~4/245938335" height="1" width="1"/><img src="http://feeds.wired.com/~r/wired/politics/security/~4/245938455" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 26 Feb 2008 01:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/million cargo tilts">million cargo tilts</category>
      <category domain="http://securityratty.com/tag/cougar ace">cougar ace</category>
      <category domain="http://securityratty.com/tag/massive freighter">massive freighter</category>
      <category domain="http://securityratty.com/tag/epic struggle">epic struggle</category>
      <category domain="http://securityratty.com/tag/deep-sea cowboys">deep-sea cowboys</category>
      <category domain="http://securityratty.com/tag/north pacific">north pacific</category>
      <category domain="http://securityratty.com/tag/save">save</category>
      <category domain="http://securityratty.com/tag/call">call</category>
      <category domain="http://securityratty.com/tag/inside">inside</category>
      <source url="http://feeds.wired.com/~r/wired/politics/security/~3/245938455/click.phdo">Washington Ignores Cyberattack Threats, Putting Us All at Peril</source>
    </item>
    <item>
      <title><![CDATA[Malware Serving Online Casinos]]></title>
      <link>http://securityratty.com/article/eb067092fa6e9360cff0bed7d1f77d81</link>
      <guid>http://securityratty.com/article/eb067092fa6e9360cff0bed7d1f77d81</guid>
      <description><![CDATA[Don't play poker on an infected table part two. The following three online casinos are currently serving embedded malware in the form of IFRAMES and the average javascript obfuscation

The first one...]]></description>
      <content:encoded><![CDATA[<a href="http://bp3.blogger.com/_wICHhTiQmrA/R088w9bft5I/AAAAAAAABJc/W2m0_0_PSK8/s1600-h/infected_casinos.jpg"><img id="BLOGGER_PHOTO_ID_5138392511674300306" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://bp3.blogger.com/_wICHhTiQmrA/R088w9bft5I/AAAAAAAABJc/W2m0_0_PSK8/s200/infected_casinos.jpg" border="0" /></a><a href="http://ddanchev.blogspot.com/2007/09/dont-play-poker-on-infected-table.html">Don't play poker on an infected table</a> part two. The following three online casinos are currently serving embedded malware in the form of IFRAMES and the average javascript obfuscation.<br /><br />The first one is <strong>poker.gagnantscasino.com</strong> (213.186.33.4) with current obfuscation loading <strong>statistics-gdf.cn/ad/index.php</strong> (116.0.103.133) where another obfuscation loads, deobfuscated attempts to load p423ck.exe (Zlob) at <strong>statistics-gdf.cn/ad/load.php</strong>, playing around with the host for too long results in zero malicious activity, at least they make you think so. Here's another internal URL <strong>statistics-gdf.cn/ad/index.php?com</strong><br /><strong></strong><br /><strong>Detection rate</strong> : Result: 7/32 (21.88%)<br /><strong>File size</strong>: 43008 bytes<br /><strong>MD5</strong>: 08f445712adcef5ef091378c51bbbaaa<br /><strong>SHA1</strong>: 3478fe6a600251b2ee147dbd50eaf4f204a884cb<br /><br />Last week's obfuscation at this online casino was pointing to <strong>traffmaster.biz/ra/in.cgi?5</strong> which is now down.<br /><br />The second casino is <strong>fabispalmscasino.com</strong> (82.165.121.138) with current obfuscation attempting to connect to the now down <strong>stat1count.net/strong</strong>, a host residing on a netblock I covered before showcasing <a href="http://ddanchev.blogspot.com/2007/11/scammy-ecosystem.html">a scammy ecosystem</a>. The third one is <strong>sypercasino.com</strong> which was resolving to 203.117.111.102 early this week, and taking advantage of WebAttacker at <strong>sypercasino.com/biling/index.php</strong>. Now it resolves to 58.65.236.10 and promotes <strong>banner.casino.com/cgi-bin/SetupCasino.exe</strong><br /><strong></strong><br /><strong>Detection rate</strong>: 9/32 (28.13%)<br /><strong>File size</strong>: 194077 bytes<br /><strong>MD5</strong>: 26da6f81349ff388d08280ababab9150<br /><strong>SHA1</strong>: f20e8fee439264915710f9478ec1e74583563851<br /><br />It's interesting to monitor how people behind these manually change the obfuscations to further expand their connections with other scammers, or services and attack approaches they use, and even more interesting to see it happen <a href="http://ddanchev.blogspot.com/2007/10/love-is-psychedelic-too.html">on-the-fly</a> just like <a href="http://ddanchev.blogspot.com/2007/11/managed-fast-flux-provider.html">meds247.org</a> for instance.<br /><br />Don't play poker on an infected table.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=YEvz9DB"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=YEvz9DB" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=cxiz30B"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=cxiz30B" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=4HvXwvc"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=4HvXwvc" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=IPAUz7c"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=IPAUz7c" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=tPrRwcC"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=tPrRwcC" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=8BCOp1C"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=8BCOp1C" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=trXGCKc"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=trXGCKc" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/192633946" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 29 Nov 2007 13:37:13 +0000</pubDate>
      <category domain="http://securityratty.com/tag/obfuscation">obfuscation</category>
      <category domain="http://securityratty.com/tag/current obfuscation">current obfuscation</category>
      <category domain="http://securityratty.com/tag/obfuscation loads">obfuscation loads</category>
      <category domain="http://securityratty.com/tag/play poker">play poker</category>
      <category domain="http://securityratty.com/tag/poker">poker</category>
      <category domain="http://securityratty.com/tag/internal url statistics-gdf">internal url statistics-gdf</category>
      <category domain="http://securityratty.com/tag/statistics-gdf">statistics-gdf</category>
      <category domain="http://securityratty.com/tag/average javascript obfuscation">average javascript obfuscation</category>
      <category domain="http://securityratty.com/tag/php">php</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/192633946/malware-serving-online-casinos.html">Malware Serving Online Casinos</source>
    </item>
    <item>
      <title><![CDATA[Are you attending RSA Europe 2007 ?]]></title>
      <link>http://securityratty.com/article/f233fb38627fc23b6c0e104e60642c62</link>
      <guid>http://securityratty.com/article/f233fb38627fc23b6c0e104e60642c62</guid>
      <description><![CDATA[If you are attending RSA Europe 2007 , please consider attending my presentation which is at 1:00 PM on Monday (which is the first day of the conference). The presentation is a part of the...]]></description>
      <content:encoded><![CDATA[<table>
<tr>
<td><a href="http://www.rsaconference.com/2007/Europe/About_The_Conference.aspx" title="RSA 2007 Europe Landing Page" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.rsaconference.com/2007/Europe/About_The_Conference.aspx');"><img src="http://artofinfosec.com/wp-content/uploads/2007/12/15009_rsa_static_emailfooter.gif" alt="RSA Promo Image" /></a></td>
<td>If you are attending <a href="http://www.rsaconference.com/2007/Europe/About_The_Conference.aspx" title="RSA 2007 Europe Landing Page" target="_blank" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.rsaconference.com/2007/Europe/About_The_Conference.aspx');">RSA Europe 2007</a>, please consider attending my presentation which is at 1:00 PM on Monday (which is the first day of the conference). The presentation is a part of the Professional Development track <a href="https://cm.rsaconference.com/EU07/catalog/catalog/catalog.jsp" title="Detailed Conference Agenda" onclick="javascript:pageTracker._trackPageview('/outbound/article/https://cm.rsaconference.com/EU07/catalog/catalog/catalog.jsp');">(PROF-103)</a> and is titled:</td>
</tr>
</table>
<p><strong> 	Basics of the Quick Business Case: </strong></p>
<p><strong>How to Champion Your Next Information Security Initiative </strong></p>
<p>The primary goal of the presentation is to help technologists, like myself, become better at influencing change and championing innovation in their organizations. That said, I also hope there is a lot of valuable information for executives, managers, and line of business stakeholders who can use these concepts to coach and prepare the individuals who are presenting innovative ideas to (or for) them. It is truly my hope that there is &#8217;something for everyone&#8217; in this presentation.</p>
<p>Here are more details from the conference site&#8230;</p>
<hr />
<table>
<tr>
<td>Session Abstract:</td>
<td>&nbsp;</td>
<td>This session will focus on creating and presenting Quick Business Cases: brief, six-part presentations documenting particular opportunity for innovation and seeking organisational buy-in and support. The entire enterprise benefits from better communication about innovation, and this presentation&#8217;s goal is to better enable every participant&#8217;s abilities to champion it.</td>
</tr>
</table>
<hr />
<table>
<tr>
<td>Detailed Description</td>
<td>Attendees will be presented with a set of ideas and tools focused around making them better Champions of innovation in their organizations. The presentation will begin by discussing why it is difficult to influence change and innovation, including a discussion of some of the specific problems Information Security and Risk Management professionals face. The presentation will then focus on how to construct a Quick Business Case, and how to use the Quick Business Case as a tool not just for communication but also to validate and refine the business case itself. The Quick Business Case itself is a six-part presentation that can be used as a tool to both overcome the &#8220;blank page&#8221; problem and quickly start documenting the innovation as well as structure the presentation to overcome common business communications challenges. In addition to the preparation of the document itself, we will also discuss strategies for using the Quick Business Case to develop a communications plan to validate your current ideas, learn more, and build consensus for the business case. The Quick Business Case is not intended to replace a full Business Case or Business Plan, but is a tool to document an opportunity and determine organizational interest. Of course for some initiatives or organizations, the Quick Business Case may prove sufficient for a final decision. A key goal of the presentation will be to make these techniques accessible to small teams, not requiring large budgets.</td>
</tr>
</table>
<p>Cheers, Erik</p>
<p><a href="http://artofinfosec.com" >Art of Information Security</a> would <a href="http://artofinfosec.com/feedback/" >love your feedback</a> !</p>
<p><a href="http://artofinfosec.com/?p=14" >Are you attending RSA Europe 2007 ?</a></p>
<img src="http://feeds.feedburner.com/~r/artofinfosec/~4/207391799" height="1" width="1"/>]]></content:encoded>
      <pubDate>Sat, 13 Oct 2007 13:36:56 +0000</pubDate>
      <category domain="http://securityratty.com/tag/business">business</category>
      <category domain="http://securityratty.com/tag/quick business">quick business</category>
      <category domain="http://securityratty.com/tag/six-part presentation">six-part presentation</category>
      <category domain="http://securityratty.com/tag/presentation">presentation</category>
      <category domain="http://securityratty.com/tag/rsa europe">rsa europe</category>
      <category domain="http://securityratty.com/tag/information security">information security</category>
      <category domain="http://securityratty.com/tag/information security initiative">information security initiative</category>
      <category domain="http://securityratty.com/tag/business plan">business plan</category>
      <category domain="http://securityratty.com/tag/innovation">innovation</category>
      <source url="http://feeds.feedburner.com/~r/artofinfosec/~3/207391799/">Are you attending RSA Europe 2007 ?</source>
    </item>
  </channel>
</rss>
