<?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: customers]]></title>
    <link>http://www.securityratty.com/tag/customers</link>
    <description></description>
    <pubDate>Thu, 20 Nov 2008 21:00:00 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Online Finance Flaw: TIAA-CREF XSS & Potential CSRF]]></title>
      <link>http://www.securityratty.com/article/5978268eaad37c626521f5473142a03e</link>
      <guid>http://www.securityratty.com/article/5978268eaad37c626521f5473142a03e</guid>
      <description><![CDATA[Before discussing a TIAA-CREF security flaw, allow me to clarify my &quot;terms of engagement
Prior to offering analysis of any security flaws in online financial services, be assured I have engaged the...]]></description>
      <content:encoded><![CDATA[Before discussing a <a href="http://www.tiaa-cref.org/" target="_blank">TIAA-CREF</a> security flaw, allow me to clarify my "terms of engagement". <br />Prior to offering analysis of any security flaws in online financial services, be assured I have engaged the service provider and offered what I believe to a reasonable amount of time to remedy this issue. Specifically, a minimum of two weeks and three unique contact attempts are made. Should the vendor offer a timeline in which the issue will be resolved, so long as it is not months or years, I will wait until they are ready to deploy the fix, then discuss the vulnerability. If I am not in receipt of a reply other than generic customer service replies, I will follow the two week standard, then discuss the issue.<br /><br />TIAA-CREF, or the Teachers Insurance and Annuity Association - College Retirement Equities Fund, is a respected, widely utilized provider of numerous financial products and services. The TIAA-CREF site is ranked <a href="http://www.alexa.com/search?q=tiaa-cref.org" target="_blank">26,148</a> on <a href="http://www.alexa.com" target="_blank">Alexa.com</a> at the time of this writing.<br /><br />I'll first direct you to the TIAA-CREF <a href="http://www.tiaa-cref.org/about/inside/topics/security.html" target="_blank">Security</a> page, where they discuss the expected elements like identity theft, spoofing, tips, and my favorite, phishing.<br />Here's where the trouble begins. Obviously, most phishing occurs when some miscreant creates a fake page and attempts to lure victims via email. <br /><span style="font-weight:bold;">The severity of phishing risks are greatly increased by the introduction of a cross-site scripting (<a href="http://en.wikipedia.org/wiki/Cross-site_scripting" target+"_blank">XSS</a>) vulnerability in a site that is of high value to phishing attackers.</span> <br />With such a vulnerability available, the prospect of success for a phisher are much higher given that the malicious URL they would craft could include the actual target domain, rather than a faked misrepresentation. A simple script insertion at the vulnerable variable would then allow the attacker to redirect victims to a maliciously crafted logon page in the context of the vulnerable site.<br />Sad side note: when you search <span style="font-style:italic;">security</span> at the TIAA-CREF site, the above mentioned Security page is not returned in the results as I write this. <br />However, the resulting search URL serves as the starting point for our discussion of the flaw:<br /><span style="font-style:italic;">http://www.tiaa-cref.org/explore/portlets/search.jsp?query=security&strtfrm=1&totpresults=75&srchtype=4&sc=1&frmsite=0</span><br />The vast majority of non-search input variables on the TIAA-CREF site offer reasonable XSS protections, likely a blacklist method that redirects you to the following language when common XSS strings are noted, particularly where it counts at logon pages.<br /><span style="font-weight:bold;">Due to the presence of characters known to be used in Cross Site Scripting attacks, access is forbidden. This web site does not allow Urls which might include embedded HTML tags.<span style="font-style:italic;"></span></span> <br />Unfortunately, this methodology was not deployed globally, and thus the following online finance flaw.<br />All input variables used in TIAA-CREF's search.jsp script are vulnerable to XSS.<br />Utilized by an attacker, this could have a much more significant impact on TIAA-CREF customers who fall victim to a now more convincing social engineering effort.<br />Here's the site before script insertion:<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_kVOWaY1TAF0/STb14rWuuOI/AAAAAAAAAFk/ydVDLZjjwNI/s1600-h/tiaa-cref-before.png" target="_blank"><img style="cursor:pointer; cursor:hand;width: 320px; height: 166px;" src="http://1.bp.blogspot.com/_kVOWaY1TAF0/STb14rWuuOI/AAAAAAAAAFk/ydVDLZjjwNI/s320/tiaa-cref-before.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5275674367570655458" /></a><br /><br />Here's the site after script insertion:<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kVOWaY1TAF0/STb2X3oLzeI/AAAAAAAAAFs/FBGmafHFZ2o/s1600-h/tiaa-cref-after.png" target="_blank"><img style="cursor:pointer; cursor:hand;width: 320px; height: 198px;" src="http://3.bp.blogspot.com/_kVOWaY1TAF0/STb2X3oLzeI/AAAAAAAAAFs/FBGmafHFZ2o/s320/tiaa-cref-after.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5275674903441034722" /></a><br /><br />Further, certain parts of the site, including the <a href="https://www.account3000.com/tiaacref/TFALogin.asp" target="_blnak">Trust Company</a> logon page, show potential signs of cross-site request forgery (<a href="http://en.wikipedia.org/wiki/Cross-site_request_forgery" target="_blank">CSRF</a>) in that they accept updates via GET or allow submittal with the referrer stripped.<br /><br />Lessons learned:<br />1) Don't assume all is well even though a site may offer examples of how attentive they are to security.<br />2) Never log on to an online financial service offering (or anything else for that matter) via a link sent to you in an email. Period.<br />3) Take all steps at your disposal to ensure you are logging in to and transacting with the actual site you intended to utilize. Don't depend on security badges and SSL certificates as your sole means of confirmation.<br />4) If you note something of concern at a site you utilize, advise them immediately and demand repair or clarification until you're satisfied. <br /><br />Please feel free to send <a href="http://www.tiaa-cref.org/about/contact/index.html?tc_lnk=toputlity" target="_blank">feedback</a> to TIAA-CREF as I have per my "terms of engagement" above. Hopefully they'll resolve this issue soon, on behalf of customers in their care.<br /><br />Up next in our series, two of the top five banks mentioned in Javelin Strategy & Research's <span style="font-style:italic;">Banking Identity Safety Scorecard</span> are vulnerable to similar issues.<br /><br /><a href="http://del.icio.us/post?url=http://holisticinfosec.blogspot.com/2008/12/online-finance-flaw-tiaa-cref-xss.html&title=Online%20Finance%20Flaw:%20TIAA-CREF%20XSS%20&%20Potential%20CSRF " title="Online Finance Flaw: TIAA-CREF XSS & Potential CSRF ">del.icio.us</a> | <a href="http://digg.com/submit?phase=2&amp;url=http://holisticinfosec.blogspot.com/2008/12/online-finance-flaw-tiaa-cref-xss.html" title="Online Finance Flaw: TIAA-CREF XSS & Potential CSRF ">digg</a> | <a href="http://slashdot.org/submit.pl?url=http://holisticinfosec.blogspot.com/2008/12/online-finance-flaw-tiaa-cref-xss.html">Submit to Slashdot</a>]]></content:encoded>
      <pubDate>Wed, 03 Dec 2008 06:42:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/tiaa-cref">tiaa-cref</category>
      <category domain="http://www.securityratty.com/tag/site">site</category>
      <category domain="http://www.securityratty.com/tag/cross-site">cross-site</category>
      <category domain="http://www.securityratty.com/tag/tiaa-cref site">tiaa-cref site</category>
      <category domain="http://www.securityratty.com/tag/tiaa-cref security flaw">tiaa-cref security flaw</category>
      <category domain="http://www.securityratty.com/tag/flaw">flaw</category>
      <category domain="http://www.securityratty.com/tag/tiaa-cref security page">tiaa-cref security page</category>
      <category domain="http://www.securityratty.com/tag/security page">security page</category>
      <category domain="http://www.securityratty.com/tag/cross site">cross site</category>
      <source url="http://holisticinfosec.blogspot.com/2008/12/online-finance-flaw-tiaa-cref-xss.html">Online Finance Flaw: TIAA-CREF XSS &amp; Potential CSRF</source>
    </item>
    <item>
      <title><![CDATA[License server glitch exposes SonicWall users to threats]]></title>
      <link>http://www.securityratty.com/article/1146b5e929cf48394af0a00cb19264d4</link>
      <guid>http://www.securityratty.com/article/1146b5e929cf48394af0a00cb19264d4</guid>
      <description><![CDATA[A technical problem in a license management server at SonicWall created havoc Tuesday for users of the company's e-mail security products, leaving many customers temporarily unprotected against spam,...]]></description>
      <content:encoded><![CDATA[A technical problem in a license management server at SonicWall created havoc Tuesday for users of the company's e-mail security products, leaving many customers temporarily unprotected against spam, phishing and malware threats while others were unable to log into their own systems.]]></content:encoded>
      <pubDate>Tue, 02 Dec 2008 21:00:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/e-mail security products">e-mail security products</category>
      <category domain="http://www.securityratty.com/tag/license management server">license management server</category>
      <category domain="http://www.securityratty.com/tag/havoc tuesday">havoc tuesday</category>
      <category domain="http://www.securityratty.com/tag/malware threats">malware threats</category>
      <category domain="http://www.securityratty.com/tag/sonicwall">sonicwall</category>
      <category domain="http://www.securityratty.com/tag/users">users</category>
      <category domain="http://www.securityratty.com/tag/customers temporarily">customers temporarily</category>
      <category domain="http://www.securityratty.com/tag/unable">unable</category>
      <category domain="http://www.securityratty.com/tag/technical">technical</category>
      <source url="http://www.networkworld.com/news/2008/120308-license-server-glitch-exposes-sonicwall.html?fsrc=rss-security">License server glitch exposes SonicWall users to threats</source>
    </item>
    <item>
      <title><![CDATA[Updated Microsoft Security Assessment Tool]]></title>
      <link>http://www.securityratty.com/article/b22bf798fdddd9574ca6b43e5006fd66</link>
      <guid>http://www.securityratty.com/article/b22bf798fdddd9574ca6b43e5006fd66</guid>
      <description><![CDATA[Greetings. In case you havent already read about it, we recently updated the Microsoft Security Assessment Tool (MSAT). Version 4.0 hit the web on 31 October. Its been four years since the initial...]]></description>
      <content:encoded><![CDATA[<p>Greetings. In case you haven’t already read about it, we recently updated the Microsoft Security Assessment Tool (MSAT). Version 4.0 hit the web on 31 October. It’s been four years since the initial release, and two years since the prior version. Between then and now your security world has evolved a lot, and the tool now reflects that.</p>  <p>Read more: <a title="http://technet.microsoft.com/en-us/security/cc185712.aspx" href="http://technet.microsoft.com/en-us/security/cc185712.aspx">http://technet.microsoft.com/en-us/security/cc185712.aspx</a></p>  <p>Download now: <a title="http://www.microsoft.com/downloads/details.aspx?FamilyId=CD057D9D-86B9-4E35-9733-7ACB0B2A3CA1&amp;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=CD057D9D-86B9-4E35-9733-7ACB0B2A3CA1&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyId=CD057D9D-86B9-4E35-9733-7ACB0B2A3CA1&amp;displaylang=en</a></p>  <p>Take a few moments and give yourself a security checkup. If you have any comments or feedback on the tool, feel free to leave them here on my blog—I’ll make sure the right people see it.</p>  <p>&#160;</p>  <p>From the download page:</p>  <p>The MSAT employs a holistic approach to measuring your security posture by covering topics across people, process, and technology. Findings are coupled with prescriptive guidance and recommended mitigation efforts, including links to more information for additional industry guidance. These resources may assist you in keeping you aware of specific tools and methods that can help change the security posture of your IT environment. </p>  <p>There are two assessments that define the Microsoft Security Assessment Tool: </p>  <ul>   <li>Business Risk Profile Assessment</li>    <li>Defense in Depth Assessment (UPDATED)</li> </ul>  <p>The questions identified in the survey portion of the tool and the associated answers are derived from commonly accepted best practices around security, both general and specific. The questions and the recommendations that the tool offers are based on standards such as ISO 17799 and NIST-800.x, as well as recommendations and prescriptive guidance from Microsoft’s Trustworthy Computing Group and additional security resources valued in the industry.</p>  <p>After completing an Assessment, you will gain access to a detailed report of your results. You may also compare your results with those of your peers (by industry and company size), provided that you upload your results anonymously to the secure MSAT Web server. When you upload your data the application will simultaneously retrieve the most recent data available. To be able to provide this comparative data, we need customers such as you to upload their information. All information is kept strictly confidential and no personally identifiable information whatsoever will be sent.</p><img src="http://blogs.technet.com/aggbug.aspx?PostID=3162703" width="1" height="1">]]></content:encoded>
      <pubDate>Tue, 02 Dec 2008 01:13:03 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/security">security</category>
      <category domain="http://www.securityratty.com/tag/security world">security world</category>
      <category domain="http://www.securityratty.com/tag/additional security resources">additional security resources</category>
      <category domain="http://www.securityratty.com/tag/tool">tool</category>
      <category domain="http://www.securityratty.com/tag/security posture">security posture</category>
      <category domain="http://www.securityratty.com/tag/identifiable information whatsoever">identifiable information whatsoever</category>
      <category domain="http://www.securityratty.com/tag/assessment">assessment</category>
      <category domain="http://www.securityratty.com/tag/information">information</category>
      <category domain="http://www.securityratty.com/tag/tool offers">tool offers</category>
      <source url="http://blogs.technet.com/steriley/archive/2008/12/01/updated-microsoft-security-assessment-tool.aspx">Updated Microsoft Security Assessment Tool</source>
    </item>
    <item>
      <title><![CDATA[Make Sure to Cover Your SaaS]]></title>
      <link>http://www.securityratty.com/article/f3107b801de34787130e01275ca7764f</link>
      <guid>http://www.securityratty.com/article/f3107b801de34787130e01275ca7764f</guid>
      <description><![CDATA[Software as a Service ( SaaS ) on-demand applications are single-instance multi-tenant applications which are centrally and professionally managed and delivered as a service over the internet. SaaS...]]></description>
      <content:encoded><![CDATA[Software as a Service (<a href="http://en.wikipedia.org/wiki/Software_as_a_service">SaaS</a>) on-demand applications are single-instance multi-tenant applications which are centrally and professionally managed and delivered as a service over the
  internet. SaaS customers use the same application engine which is partitioned
  into separate customer access accounts.&nbsp; These accounts may be set-up
  differently but the core application engine is the same platform that every
  other customer has access to.]]></content:encoded>
      <pubDate>Mon, 01 Dec 2008 21:00:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/customer access accounts">customer access accounts</category>
      <category domain="http://www.securityratty.com/tag/saas">saas</category>
      <category domain="http://www.securityratty.com/tag/accounts">accounts</category>
      <category domain="http://www.securityratty.com/tag/application engine">application engine</category>
      <category domain="http://www.securityratty.com/tag/core application engine">core application engine</category>
      <category domain="http://www.securityratty.com/tag/customer">customer</category>
      <category domain="http://www.securityratty.com/tag/access">access</category>
      <category domain="http://www.securityratty.com/tag/saas customers">saas customers</category>
      <category domain="http://www.securityratty.com/tag/single-instance multi-tenant applications">single-instance multi-tenant applications</category>
      <source url="http://www.rsa.com/blog/blog_entry.aspx?id=1397">Make Sure to Cover Your SaaS</source>
    </item>
    <item>
      <title><![CDATA[Online Finance Flaws: An Awareness Campaign]]></title>
      <link>http://www.securityratty.com/article/1aabc5edbe215010d8c71b5aa4aa7551</link>
      <guid>http://www.securityratty.com/article/1aabc5edbe215010d8c71b5aa4aa7551</guid>
      <description><![CDATA[Here begins a series regarding web application security inadequacies in online financial service offerings. The services to be discussed will include banks, credit unions, credit card companies, and...]]></description>
      <content:encoded><![CDATA[Here begins a series regarding web application security inadequacies in online financial service offerings. The services to be discussed will include banks, credit unions, credit card companies, and others. As the economy struggles profoundly, and much of the blame points at the financial sector, I believe it important to point out the false sense of security so many brand-name financial services wrongly instill in their customers.<br />Often this sense of security is coupled with a typical "security badge" provider, helping drive conversions rather than security, as we will also legitimize how often the badge providers miss the mark on their promises.<br />Accountability in loan making decisions and practices might have prevented the sub-prime market collapse and the subsequent credit crunch that has hogtied our economy. <br />Accountability with regard to web application security while providing online financial services is now all the more important as <a href="http://securitywatch.eweek.com/exploits_and_attacks/as_economy_dives_underground_thrives.html" target="_blank">cybercrime</a> will continue to increase at a pace proportionate to economic woes.<br />Each post relevant to this campaign will include Online Finance Flaw in its title for tracking purposes. <br />Look forward to surprising flaws in financial services brands you'll recognize.<br />Perhaps, the more attention we draw to services that should place security above all else, the more likely it is they'll commit to improving their security posture.<br />Feel free to comment or contribute; we'll begin in a day or two.]]></content:encoded>
      <pubDate>Sat, 29 Nov 2008 19:08:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/security">security</category>
      <category domain="http://www.securityratty.com/tag/web application security">web application security</category>
      <category domain="http://www.securityratty.com/tag/financial services brands">financial services brands</category>
      <category domain="http://www.securityratty.com/tag/security badge">security badge</category>
      <category domain="http://www.securityratty.com/tag/services">services</category>
      <category domain="http://www.securityratty.com/tag/security posture">security posture</category>
      <category domain="http://www.securityratty.com/tag/online financial services">online financial services</category>
      <category domain="http://www.securityratty.com/tag/economy">economy</category>
      <category domain="http://www.securityratty.com/tag/economy struggles profoundly">economy struggles profoundly</category>
      <source url="http://holisticinfosec.blogspot.com/2008/11/online-finance-flaws-awareness-campaign_29.html">Online Finance Flaws: An Awareness Campaign</source>
    </item>
    <item>
      <title><![CDATA[Blurring the Lines Between Managed Service Provider and Cloud Computing]]></title>
      <link>http://www.securityratty.com/article/23238e9889824f8ebd65b8a0149c5f4a</link>
      <guid>http://www.securityratty.com/article/23238e9889824f8ebd65b8a0149c5f4a</guid>
      <description><![CDATA[VMware made big announcements at their VMworld conference back in September, talking about adding on a slew of virtualization management functionality to a revamped vCenter and extending into the...]]></description>
      <content:encoded><![CDATA[<p>VMware made big announcements at their <a href="http://www.vmworld.com/index.jspa" target="_blank">VMworld conference</a> back in September, talking about adding on a slew of virtualization management functionality to a revamped vCenter and extending into the “cloud” with vCloud services. Like most people, I had a lot of skepticism about what vCloud really meant; was this just more hype trying to take advantage of the cloud computing buzz? Certainly CEO Paul Maritz came from this world and virtualization itself (and especially vMotion) is an enabling technology for cloud computing. But how ready were VMware and its ecosystem of partner vendors to actually fulfill on the promise?</p>
<p>So I was very interested when I heard that <a href="http://opusinteractive.com/" target="_blank">Opus Interactive</a>, a customer of ours, had “joined the VMware vCloud initiative as a <a href="http://www.opusinteractive.com/news_detail.asp?item=40" target="_blank">VMware Service Provider</a>”. I talked to Eric Hulbert, CTO of Opus Interactive, to get some details directly from the source.</p>
<p><img style="border-right: 0px; border-top: 0px; margin: 5px; border-left: 0px; border-bottom: 0px" src="http://blog.sciencelogic.com/wp-content/uploads/2008/11/clip-image0025.jpg" border="0" alt="clip_image002" width="202" height="74" align="left" /></p>
<p>Eric shared our own caution about making “cloud-ready” announcements. There have simply been too many companies talking about cloud solutions that lack any substance – usually based on definitions of cloud computing that are hazy or just too broad. The backlash against the cloud hype is often quite justified. But in Opus’ case, there are real components that if they don’t add up to a “full” cloud computing solution just yet, are well on their way – and enabled by <a href="http://www.vmware.com/partners/vip/service-providers/" target="_blank">VMware’s program for service providers</a> (VSPP).</p>
<p>Opus Interactive is <a href="http://www.viddler.com/explore/sciencelogic/videos/3" target="_blank">serious about virtualization</a>, which is an indispensable tool in their stated goal of creating a high-density micro-data center with the smallest footprint possible. They are 100% wind-powered and have already virtualized much of their data center, reducing the amount of hardware necessary to run the business and driving down costs to produce even more competitive advantage in a crowded marketplace.</p>
<p>VSPP for vCloud provides a rental model of VMware licenses – e.g., for Enterprise ESX or VDI. VMware Service Providers report on their customers’ virtual machines (vm) and pay only for what is actually used. This model lets Opus Interactive quickly spin up a vm to get a new customer up and running in about an hour and stay very cost competitive at the same time; Opus offers their <a href="http://opusinteractive.com/vClustr.asp" target="_blank">vClustr entry-level virtual server</a> for only $99.</p>
<p>Cost-effective, rapidly scalable computing “on-demand” based on shared resources, managed by “expert” third-parties, enabled by virtualization technology and pay-per-use vm licenses. Cloud computing? Instead of thinking about a single definition of cloud computing, perhaps it’s more relevant as the market matures to think about a continuum of cloud computing. And by that definition, Opus Interactive is providing cloud services, enabled by VMware’s VSP program. Next on the schedule, automated provisioning and perhaps in the future, API’s that make it even easier for application developers to test and deploy apps on Opus Interactive’s cloud platform – which, by the way, uses <a href="http://www.sciencelogic.com/products.htm" target="_blank">EM7</a> for its core management solution.</p>
]]></content:encoded>
      <pubDate>Tue, 25 Nov 2008 11:20:47 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/cloud">cloud</category>
      <category domain="http://www.securityratty.com/tag/cloud hype">cloud hype</category>
      <category domain="http://www.securityratty.com/tag/hype">hype</category>
      <category domain="http://www.securityratty.com/tag/cloud-ready announcements">cloud-ready announcements</category>
      <category domain="http://www.securityratty.com/tag/cloud solutions">cloud solutions</category>
      <category domain="http://www.securityratty.com/tag/announcements">announcements</category>
      <category domain="http://www.securityratty.com/tag/vmware vcloud initiative">vmware vcloud initiative</category>
      <category domain="http://www.securityratty.com/tag/ready">ready</category>
      <category domain="http://www.securityratty.com/tag/vmware">vmware</category>
      <source url="http://blog.sciencelogic.com/blurring-the-lines-between-managed-service-provider-and-cloud-computing/11/2008">Blurring the Lines Between Managed Service Provider and Cloud Computing</source>
    </item>
    <item>
      <title><![CDATA[Localizing Cybercrime - Cultural Diversity on Demand Part Two]]></title>
      <link>http://www.securityratty.com/article/6fa5c311a11504a21120c6a907e03041</link>
      <guid>http://www.securityratty.com/article/6fa5c311a11504a21120c6a907e03041</guid>
      <description><![CDATA[It's where you advertise your services, and how you position yourself that speak for your intentions, of course, &quot;between the lines&quot;. There's a common misunderstanding that in order for a malware...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="clear: both; text-align: center;"></div><div style="text-align: left;"></div><div class="separator" style="clear: both; text-align: center;"></div><a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SSv52TmaA2I/AAAAAAAACec/W3ErlbR-fSo/s1600-h/translation_service_cybercrime.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"><img border="0" src="http://1.bp.blogspot.com/_wICHhTiQmrA/SSv52TmaA2I/AAAAAAAACec/W3ErlbR-fSo/s200/translation_service_cybercrime.JPG" /></a> It's where you advertise your services, and how you position yourself that speak for your intentions, of course, "between the lines". There's a common misunderstanding that in order for a malware campaigner or scammer to launch a localized attack speaking the native language of their potential victims, they need to speak the local language. This misconception is largely based on the fact that a huge number of people remain unaware on how core strategic business practices have been in operation across the cybercrime underground for the last couple of years.<br />
<br />
<a href="http://ddanchev.blogspot.com/2008/02/localizing-cybercrime-cultural.html">Outsourcing the localization process</a> (translation services for spam/phishing/malware campaigns) has been happening for a while, courtsy of DIY servics ensuring complete anonymity of their customers. Interestingly, the translators may in fact be unaware that the advertising channels the service is using is directly attracting everyone from the bottom to the top of the cybercriminal food chain as a customer. Sometimes, it's services like this that open a new market segment covering an untapped opportunity, with this particular service already pointing out that it's charging cheaper than their competitors.<br />
<br />
"<i>We offer our services in translation. We are only competent translators profile higher education. Service is working with all types of texts. Languages available at this time of Russian, English, German. Average translation of the text takes up to 10 hours (usually much faster) through the full automation of the order and payment. <b>Just want to note that we do not keep any logs on IP and does not require registration</b>. In addition you can remove your order from the database after his execution. In addition to running more than 1000 translations already, we can use all the lessons learned to be more effective in our services. Prices vary depending on the complexity of the topic covered.</i><br />
<br />
<i><b>Prices and deadlines:  </b><br />
* Standard - the deadline is not more than 24 hours. Prices depend on the direction and guidance from the 'Order'.&nbsp;</i><br />
<i>* Term - work on your translation begins precedence. The price of the 50% more than the standard translation. Prices also depend on the direction and guidance from the 'Order'. <br />
<br />
The cost of the transfer depends on the amount of work. The workload is measured in symbols. In calculating the characters are shown letters and numbers. Punctuation do not count. Minimum order 100 characters.</i>"<br />
<br />
I'm particularly curious how is a contractor(translator) going to react to a situation when a large scale malware campaign speaking several different languages tell a fake story that the contractor might have recently translated for them. With the employer positioning itself as a fully legitimate company, whereas its customers requesting localized version of texts for the spam/phishing/malware campaigns are the "usual suspects", the contractors would continue allowing cybercriminals the opportunity to build more authenticity within their campaigns.<br />
<br />
<b>Related posts:</b><br />
<a href="http://ddanchev.blogspot.com/2008/01/e-crime-and-socioeconomic-factors.html">E-crime and Socioeconomic Factors</a><br />
<a href="http://ddanchev.blogspot.com/2007/10/mpack-and-icepack-localized-to-chinese.html">MPack and IcePack Localized to Chinese</a><br />
<a href="http://ddanchev.blogspot.com/2008/05/icepack-exploitation-kit-localized-to.html">The Icepack Exploitation Kit Localized to French</a><br />
<a href="http://ddanchev.blogspot.com/2008/05/firepack-exploitation-kit-localized-to.html">The FirePack Exploitation Kit Localized to Chinese</a><br />
<a href="http://ddanchev.blogspot.com/2007/09/localizing-open-source-malware.html">Localizing Open Source Malware</a><br />
<a href="http://ddanchev.blogspot.com/2008/04/localized-fake-security-software.html">Localized Fake Security Software</a><br />
<a href="http://ddanchev.blogspot.com/2008/03/localized-bankers-malware-campaign.html">A Localized Bankers Malware Campaign</a><br />
<a href="http://ddanchev.blogspot.com/2007/11/lonely-polinas-secret.html">Lonely Polina's Secret</a> (Localized malware campaign)<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=jtrxN"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=jtrxN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=MlKUN"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=MlKUN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=x6kTn"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=x6kTn" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=NtZ5n"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=NtZ5n" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=11AEN"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=11AEN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=KL4TN"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=KL4TN" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=BB2Un"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=BB2Un" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/465119206" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 25 Nov 2008 05:55:21 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/translation">translation</category>
      <category domain="http://www.securityratty.com/tag/standard translation">standard translation</category>
      <category domain="http://www.securityratty.com/tag/average translation">average translation</category>
      <category domain="http://www.securityratty.com/tag/translation services">translation services</category>
      <category domain="http://www.securityratty.com/tag/malware campaign">malware campaign</category>
      <category domain="http://www.securityratty.com/tag/bankers malware campaign">bankers malware campaign</category>
      <category domain="http://www.securityratty.com/tag/prices">prices</category>
      <category domain="http://www.securityratty.com/tag/services">services</category>
      <category domain="http://www.securityratty.com/tag/prices vary">prices vary</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/465119206/localizing-cybercrime-cultural.html">Localizing Cybercrime - Cultural Diversity on Demand Part Two</source>
    </item>
    <item>
      <title><![CDATA[Links List 11.24.08]]></title>
      <link>http://www.securityratty.com/article/f209f4653ec3034a29d9cf1ff2ca5cd8</link>
      <guid>http://www.securityratty.com/article/f209f4653ec3034a29d9cf1ff2ca5cd8</guid>
      <description><![CDATA[The hunt for the nations first CTO continues . Although names have been suggested, such as standout nominees include Bruce Schneier, founder of Counterpane and now chief security technology officer at...]]></description>
      <content:encoded><![CDATA[<p><img style="border-right: 0px; border-top: 0px; margin: 5px; border-left: 0px; border-bottom: 0px" src="http://blog.sciencelogic.com/wp-content/uploads/2008/11/markcuban.jpg" border="0" alt="markcuban" width="240" height="164" align="left" /> The hunt for the <a href="http://weblog.infoworld.com/robertxcringely/archives/2008/11/the_once_and_fu.html?source=NLC-NOTES&amp;cgd=2008-11-17" target="_blank">nation’s first CTO continues</a>. Although names have been suggested, such as standout nominees include Bruce Schneier, founder of Counterpane and now chief security technology officer at BT; Mark Cuban for his obvious business sense – and in spite of the <a href="http://www.huffingtonpost.com/2008/11/17/mark-cuban-insider-tradin_n_144320.html" target="_blank">insider trading indictment</a> – and Carly Fiorina, former controversial CEO of HP, the next question is what policies should this CTO pursue? Visit <a href="http://obamacto.org/" target="_blank">ObamaCTO.org</a> to view and vote for policies.</p>
<p>SaaS is taking a bite out of the $18 billion IT management market. A <a href="http://www.informationweek.com/blog/main/archives/2008/11/will_it_managem.html?cid=RSSfeed_IWK_ALL" target="_blank">new Forrester Research report forecasts SaaS-based IT management accounts will be 10%</a> of the market by 2013. The reason: high level of interest from medium-sized and large enterprises. Forrester also predicts that enterprises with 1,000 or more employees will account for 50% of SaaS installations in 2009. We’ve seen this on the service desk side with the <a href="http://www.redmonk.com/cote/2007/01/17/service-nowcom-briefing-itil-saas/" target="_blank">rapid growth of upstart Service-now.com</a>. Companies are looking for easier and rapid deployment, lower upfront and capital costs and rapid time to value – all benefits of SaaS as well as our own <a href="http://www.sciencelogic.com/appliancebenefits.htm" target="_blank">appliance model</a>.</p>
<p><a href="http://chucksblog.emc.com/chucks_blog/2008/11/the-speculation-game-ibm-buys-transitive.html" target="_blank">IBM snapped up Transitive</a> this week. Their QuickTransit software dynamically translates native code <a href="http://arstechnica.com/news.ars/post/20081120-ibm-to-buy-transitive.html" target="_blank">between architectures</a>, enabling apps compiled for one processor to be run on another without any modification. Apple was the first licensee and used it to build Rosetta, a translation system that allowed users of Intel Macs to seamlessly run legacy PowerPC apps. IBM plans to use the technology to move workloads onto IBM systems without recompiling, allowing customers to “save on energy costs due to hardware consolidation and reduced TCO.”</p>
<p>At CA World, CA announced a partnership with Amazon to provide “<a href="http://stage.vambenepe.com/archives/442" target="_blank">management capabilities around Amazon’s EC2</a> utility computing platform, potentially including discovery of software running on EC2 instances, performance monitoring, configuration management, software deployment capabilities and provisioning”. John Willis, in spite of some pretty funny potshots and stories about CA (don’t we all have them), writes that “<a href="http://www.johnmwillis.com/amazon/what-color-is-your-cloud/" target="_blank">CA is the first of the Big Four to take the cloud serious</a>”.</p>
]]></content:encoded>
      <pubDate>Mon, 24 Nov 2008 11:15:36 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/software deployment capabilities">software deployment capabilities</category>
      <category domain="http://www.securityratty.com/tag/software">software</category>
      <category domain="http://www.securityratty.com/tag/ibm plans">ibm plans</category>
      <category domain="http://www.securityratty.com/tag/ibm">ibm</category>
      <category domain="http://www.securityratty.com/tag/apps">apps</category>
      <category domain="http://www.securityratty.com/tag/legacy powerpc apps">legacy powerpc apps</category>
      <category domain="http://www.securityratty.com/tag/saas">saas</category>
      <category domain="http://www.securityratty.com/tag/saas installations">saas installations</category>
      <category domain="http://www.securityratty.com/tag/market">market</category>
      <source url="http://blog.sciencelogic.com/links-list-112408/11/2008">Links List 11.24.08</source>
    </item>
    <item>
      <title><![CDATA[I was right!]]></title>
      <link>http://www.securityratty.com/article/3c01ef2aba9e36c67875ce625f1aeb42</link>
      <guid>http://www.securityratty.com/article/3c01ef2aba9e36c67875ce625f1aeb42</guid>
      <description><![CDATA[Allen does the dance-of-I-was-right

ahem

In my blog in July, I predicted that we would be seeing a perfect storm as cyber criminals start to see diminshing returns on PII (credit card info, mothers...]]></description>
      <content:encoded><![CDATA[Allen does the dance-of-I-was-right...<br /><br />*ahem*<br /><br />In my blog in July, I predicted that we would be seeing a <a href="http://securethink.blogspot.com/2008/07/perfect-storm.html">perfect storm</a> as cyber criminals start to see diminshing returns on PII (credit card info, mothers maiden names and the kind of things they have been going after up until now) and thus start looking at the business information that they have been ignoring.<br /><br />According to usatoday, <span class="inside-head"><a href="http://www.usatoday.com/tech/news/surveillance/2008-11-11-thieves-cyber-corporate-data_N.htm">internet thieves are making big money stealing corporate info. </a><br /><br /></span><blockquote><span class="inside-head">"</span>Elite cybergangs can no longer make great money stealing and selling personal identity data. Thousands of small-time, copycat data thieves have oversaturated the market, driving prices to commodity levels. Credit card account numbers that once fetched $100 or more, for instance, can be had for $10 or less, says Gunter Ollmann, chief security strategist at IBM ISS, IBM's tech security division." </blockquote>As I said in my original article - the only problem with this is the establishment of a market. The cyber-criminals have established a very viable underground trading system but they now need businessed to want to dip their toes in something that is highly illegal. It seems this is happening.<br /><br />The scary thing is how much information is actually being pulled out of the organisation. The criminals are literally dumping everyone's My Documents directory with no real aim to a storage facility outside of the organisation and yet the companies are not aware of this.<br /><br />My advice? Take measures now while the enemy are just getting established. How you manage to protect your employees' and customers' PII will determine how well you survive the next part of the battle - your company secrets.<br /><br />Also, don't be tempted to get information on your competitors from shady people. They may just be doing the same thing to you.<br /><br />PS1: (PII = personally identifiable information - anything that can be linked to a person and is usually stuff you don't want the public to know like your credit card details, address, salary, health, etc)<br /><br />PS2: Thank you to <a href="http://taosecurity.blogspot.com/2008/11/intellectual-property-develop-or-steal.html">TaoSecurity </a>for the story. Read <span class="entry-author-name">Richard Bejtlich's post for more information. His take on the story is that it is all to do with money. Of course it is, if you think information security is about antivirus and firewalls then you are truely wrong.<br /></span><img src="http://feeds.feedburner.com/~r/SecurityThoughts/~4/460587609" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 21 Nov 2008 06:15:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/business information">business information</category>
      <category domain="http://www.securityratty.com/tag/information">information</category>
      <category domain="http://www.securityratty.com/tag/identifiable information">identifiable information</category>
      <category domain="http://www.securityratty.com/tag/start">start</category>
      <category domain="http://www.securityratty.com/tag/cyber criminals start">cyber criminals start</category>
      <category domain="http://www.securityratty.com/tag/criminals">criminals</category>
      <category domain="http://www.securityratty.com/tag/information security">information security</category>
      <category domain="http://www.securityratty.com/tag/credit card info">credit card info</category>
      <category domain="http://www.securityratty.com/tag/info">info</category>
      <source url="http://feeds.feedburner.com/~r/SecurityThoughts/~3/460587609/i-was-right.html">I was right!</source>
    </item>
    <item>
      <title><![CDATA[Links for 2008-11-20 [del.icio.us]]]></title>
      <link>http://www.securityratty.com/article/f0421d3d712a177576a6940fd9181128</link>
      <guid>http://www.securityratty.com/article/f0421d3d712a177576a6940fd9181128</guid>
      <description><![CDATA[Got SIEM? - Part IV eIQviews Customers tend to use SIEM technologies for more reactive efforts, such as post-event forensics, rather than as a true correlation solution to determine unusual behavior...]]></description>
      <content:encoded><![CDATA[<ul>
<li><a href="http://blog.eiqnetworks.com/2008/11/20/got-siem-part-iv/">Got SIEM? - Part IV &laquo; eIQviews</a><br/>
Customers tend to use SIEM technologies for more reactive efforts, such as post-event forensics, rather than as a true correlation solution to determine unusual behavior or policy violations before they have a chance to affect systems and data.</li>
<li><a href="http://siemblog.com/?p=13">SIEM Blog &raquo; Unrestricted Data Collection for Maximum Compliance and Forensic Visibility</a></li>
<li><a href="http://beastorbuddha.com/2008/11/19/so-we-own-your-client-database-and-everything-important-to-you/">Beast Or Buddha &raquo; Blog Archive &raquo; So we own your client database and everything important to you&hellip;</a><br/>
Web Developer: “Just because you can do that doesn’t mean we have a major problem like you say it is. It’s just you that did it!”
SG dude: “Well more than likely, others have….we didn’t do anything fancy…”.
Web Developer: “Well nothing has ever happened so it’s just you guys!”
SG dude: “You have no logging”.
Web Developer: “We’ve never been hacked!”</li>
<li><a href="http://ondlp.com/2008/10/13/my-wife-finally-knows-what-i-do/">On Data Loss Prevention (DLP) &raquo; My Wife Finally Knows What I Do</a></li>
<li><a href="http://securosis.com/2008/11/10/the-two-kinds-of-security-threats-and-how-they-affect-your-life/">The Two Kinds Of Security Threats, And How They Affect Your Life | securosis.com</a><br/>
We get money for noisy threats, and get called paranoid freaks for trying to prevent quiet threats (which can still lose our organizations a boatload of money, but don’t interfere with the married CEO’s ability to flirt with the new girl in marketing over email).</li>
<li><a href="http://www.csoonline.com/article/461422/Marcus_Ranum_on_Network_Security">Marcus Ranum on Network Security - CSO Online - Security and Risk</a><br/>
The real best practices have been the same since the 1970s: know where your data is, who has access to what, read your logs, guard your perimeter, minimize complexity, reduce access to &quot;need only&quot; and segment your networks.</li>
</ul><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/460414088" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 20 Nov 2008 21:00:00 +0000</pubDate>
      <category domain="http://www.securityratty.com/tag/data">data</category>
      <category domain="http://www.securityratty.com/tag/data collection">data collection</category>
      <category domain="http://www.securityratty.com/tag/web developer">web developer</category>
      <category domain="http://www.securityratty.com/tag/siem">siem</category>
      <category domain="http://www.securityratty.com/tag/data loss prevention">data loss prevention</category>
      <category domain="http://www.securityratty.com/tag/security">security</category>
      <category domain="http://www.securityratty.com/tag/siem blog">siem blog</category>
      <category domain="http://www.securityratty.com/tag/security threats">security threats</category>
      <category domain="http://www.securityratty.com/tag/network security">network security</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/460414088/anton18">Links for 2008-11-20 [del.icio.us]</source>
    </item>
  </channel>
</rss>
