<?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: sql-injection]]></title>
    <link>http://securityratty.com/tag/sql-injection</link>
    <description></description>
    <pubDate>Thu, 07 Aug 2008 11:01:50 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[How to create a SQL Server linked server to DB2]]></title>
      <link>http://securityratty.com/article/cb9884d17975f25d375efbaabdc0ff95</link>
      <guid>http://securityratty.com/article/cb9884d17975f25d375efbaabdc0ff95</guid>
      <description><![CDATA[Many SQL Server environments run DB2 servers, too, and often the two servers must be linked. Here's a step-by-step process that shows how to create a SQL Server linked server using Microsoft's DB2...]]></description>
      <content:encoded><![CDATA[Many SQL Server environments run DB2 servers, too, and often the two servers must be linked. Here's a step-by-step process that shows how to create a SQL Server linked server using Microsoft's DB2 driver, the OLE DB provider data access tools and the AS400 version of DB2.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/371054980" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 21 Aug 2008 07:57:37 +0000</pubDate>
      <category domain="http://securityratty.com/tag/server">server</category>
      <category domain="http://securityratty.com/tag/sql server">sql server</category>
      <category domain="http://securityratty.com/tag/sql server environments">sql server environments</category>
      <category domain="http://securityratty.com/tag/db2">db2</category>
      <category domain="http://securityratty.com/tag/db2 driver">db2 driver</category>
      <category domain="http://securityratty.com/tag/db2 servers">db2 servers</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <category domain="http://securityratty.com/tag/step-by-step process">step-by-step process</category>
      <category domain="http://securityratty.com/tag/as400 version">as400 version</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/371054980/0,289483,sid87_gci1326266,00.html">How to create a SQL Server linked server to DB2</source>
    </item>
    <item>
      <title><![CDATA[Tuning SQL Server performance via disk arrays and disk partitioning]]></title>
      <link>http://securityratty.com/article/34670ae2c31e91241ed6ab725e042e2c</link>
      <guid>http://securityratty.com/article/34670ae2c31e91241ed6ab725e042e2c</guid>
      <description><![CDATA[As a DBA, much of your focus is on tuning SQL Server for peak performance. But have you spent any time tuning the hardware that supports your SQL Server system? Are you using the optimal disk array...]]></description>
      <content:encoded><![CDATA[As a DBA, much of your focus is on tuning SQL Server for peak performance. But have you spent any time tuning the hardware that supports your SQL Server system? Are you using the optimal disk array configuration? Are the disk partitions aligned? This tip discusses how to get your hardware performance in top shape &ndash; whether the system is already in operation or it's a new setup.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/369131310" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 19 Aug 2008 07:21:45 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sql server">sql server</category>
      <category domain="http://securityratty.com/tag/system">system</category>
      <category domain="http://securityratty.com/tag/sql server system">sql server system</category>
      <category domain="http://securityratty.com/tag/hardware">hardware</category>
      <category domain="http://securityratty.com/tag/hardware performance">hardware performance</category>
      <category domain="http://securityratty.com/tag/peak performance">peak performance</category>
      <category domain="http://securityratty.com/tag/tip discusses">tip discusses</category>
      <category domain="http://securityratty.com/tag/disk partitions">disk partitions</category>
      <category domain="http://securityratty.com/tag/top shape">top shape</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/369131310/0,289483,sid87_gci1326028,00.html">Tuning SQL Server performance via disk arrays and disk partitioning</source>
    </item>
    <item>
      <title><![CDATA[Security is bigger than finding and fixing bugs]]></title>
      <link>http://securityratty.com/article/9c8ebf47be004fc532a7e7de3eceed48</link>
      <guid>http://securityratty.com/article/9c8ebf47be004fc532a7e7de3eceed48</guid>
      <description><![CDATA[Ive been catching up on various security-related articles that Ive been meaning to read, and the following article was on the list...]]></description>
      <content:encoded><![CDATA[<P>I’ve been catching up on various security-related articles that I’ve been meaning to read, and the following article was on the list <A href="http://www.itnews.com.au/News/73635,google-shares-its-security-secrets.aspx">http://www.itnews.com.au/News/73635,google-shares-its-security-secrets.aspx</A> about Google’s “security secrets.” <BR>&nbsp;<BR>Quoting from the article: </P>
<BLOCKQUOTE>
<P>“In order to keep its products safe, Google has adopted a philosophy of 'security as a cultural value'. The programme includes mandatory security training for developers, a set of in-house security libraries, and code reviews both by Google developers and outside security researchers."</P></BLOCKQUOTE>
<P>I think it is great that Google has a security program they are willing to talk about and I could not agree more with the ‘security as a cultural value’ philosophy. But isn’t there something really fundamental missing here? Design? There is a lot more to software engineering other than coding and testing. <BR>&nbsp;<BR>The SDL has a very large set of implementation-related requirements, but there are many design-related requirements also.</P>
<P>Computer security experts have known since the early 1970s that you have to get the design right; and our experiences with the SDL over the last 5 years have taught us that you need to consider security and privacy (but remember, you have to ship too!) very early in the design phase and have a consistent end-to-end process if you truly hope to reduce vulnerabilities and create more secure software. This is how the SDL is helping to create ‘security as a cultural value’ at Microsoft. </P>
<P>We’ve seen a general trend downward in security vulnerabilities in Microsoft products, and the IBM X-Force 2008 mid-year <A href="http://www-935.ibm.com/services/us/iss/xforce/midyearreport/xforce-midyear-report-2008.pdf" mce_href="http://www-935.ibm.com/services/us/iss/xforce/midyearreport/xforce-midyear-report-2008.pdf">report</A> backs the assertion that we’re making progress; according to the report Microsoft’s share of total vulnerabilities decreased from 3.7% in 2007 (1st place) to 2.5% (that’s 2.5% for <STRONG><U>all</U></STRONG> Microsoft products; a more appropriate comparison might be Windows vs Linux vs Mac OSX, or SQL Server vs Oracle vs DB2) in the first 6 months of 2008 (3rd place.) This is an encouraging signal that the SDL is working on a large scale… of course, it might also show that vulnerability researchers are moving to easier targets, which, to me shows the SDL is working too.<BR>&nbsp;<BR>What do you think?<BR></P><img src="http://blogs.msdn.com/aggbug.aspx?PostID=8867829" width="1" height="1">]]></content:encoded>
      <pubDate>Thu, 14 Aug 2008 16:09:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/security researchers">security researchers</category>
      <category domain="http://securityratty.com/tag/security vulnerabilities">security vulnerabilities</category>
      <category domain="http://securityratty.com/tag/computer security experts">computer security experts</category>
      <category domain="http://securityratty.com/tag/googles security secrets">googles security secrets</category>
      <category domain="http://securityratty.com/tag/in-house security libraries">in-house security libraries</category>
      <category domain="http://securityratty.com/tag/security program">security program</category>
      <category domain="http://securityratty.com/tag/microsoft products">microsoft products</category>
      <category domain="http://securityratty.com/tag/sdl">sdl</category>
      <source url="http://blogs.msdn.com/sdl/archive/2008/08/14/security-is-bigger-than-finding-and-fixing-bugs.aspx">Security is bigger than finding and fixing bugs</source>
    </item>
    <item>
      <title><![CDATA[Should you upgrade to SQL Server 2005 or SQL Server 2008?]]></title>
      <link>http://securityratty.com/article/e8d91351b302bdfefcce3a25859786bf</link>
      <guid>http://securityratty.com/article/e8d91351b302bdfefcce3a25859786bf</guid>
      <description><![CDATA[Even though SQL Server 2005 was released almost three years ago, many companies haven't upgraded yet. With last week's release of SQL Server 2008, it's time to put some serious thought into an...]]></description>
      <content:encoded><![CDATA[Even though SQL Server 2005 was released almost three years ago, many companies haven't upgraded yet. With last week's release of SQL Server 2008, it's time to put some serious thought into an upgrade. SQL Server expert Roman Rehak examines the options: to follow the sequential upgrade path or skip SQL Server 2005 altogether. Considerations include licensing costs, database size, benefits of the new features and confidence &ndash; or lack thereof &ndash; in the newest version.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/364864827" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 14 Aug 2008 06:50:07 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sql server">sql server</category>
      <category domain="http://securityratty.com/tag/upgrade">upgrade</category>
      <category domain="http://securityratty.com/tag/skip sql server">skip sql server</category>
      <category domain="http://securityratty.com/tag/sequential upgrade path">sequential upgrade path</category>
      <category domain="http://securityratty.com/tag/considerations include">considerations include</category>
      <category domain="http://securityratty.com/tag/lack thereof">lack thereof</category>
      <category domain="http://securityratty.com/tag/follow">follow</category>
      <category domain="http://securityratty.com/tag/benefits">benefits</category>
      <category domain="http://securityratty.com/tag/options">options</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/364864827/0,289483,sid87_gci1325303,00.html">Should you upgrade to SQL Server 2005 or SQL Server 2008?</source>
    </item>
    <item>
      <title><![CDATA[Using the ORDER BY clause of the SELECT query in SQL]]></title>
      <link>http://securityratty.com/article/d21f3e153ee7ea4053ffe296de842e24</link>
      <guid>http://securityratty.com/article/d21f3e153ee7ea4053ffe296de842e24</guid>
      <description><![CDATA[Learn how to use the ORDER BY clause of the SELECT query to specify the sequence of rows in this excerpt from &quot;SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL, Second...]]></description>
      <content:encoded><![CDATA[Learn how to use the ORDER BY clause of the SELECT query to specify the sequence of rows in this excerpt from "SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL, Second Edition."  You'll find out how to properly sort your results, along with how to save your SELECT statements.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/364012399" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 13 Aug 2008 07:34:55 +0000</pubDate>
      <category domain="http://securityratty.com/tag/sql">sql</category>
      <category domain="http://securityratty.com/tag/select query">select query</category>
      <category domain="http://securityratty.com/tag/sql queries">sql queries</category>
      <category domain="http://securityratty.com/tag/mere mortals">mere mortals</category>
      <category domain="http://securityratty.com/tag/properly sort">properly sort</category>
      <category domain="http://securityratty.com/tag/data manipulation">data manipulation</category>
      <category domain="http://securityratty.com/tag/clause">clause</category>
      <category domain="http://securityratty.com/tag/hands-on guide">hands-on guide</category>
      <category domain="http://securityratty.com/tag/select statements">select statements</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/364012399/0,295582,sid87_gci1321507,00.html">Using the ORDER BY clause of the SELECT query in SQL</source>
    </item>
    <item>
      <title><![CDATA[76Service - Cybercrime as a Service Going Mainstream]]></title>
      <link>http://securityratty.com/article/35bdaf104e9aecf7703834d959f39050</link>
      <guid>http://securityratty.com/article/35bdaf104e9aecf7703834d959f39050</guid>
      <description><![CDATA[Disintermediating the intermediaries in the cybercrime ecosystem, ultimately results in more profitable operations. Controversial to the concept of outsourcing, some cybercriminals are in fact so...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://3.bp.blogspot.com/_wICHhTiQmrA/SKKs5L3ihpI/AAAAAAAACBs/vEaSMC2S8nI/s1600-h/76service.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://3.bp.blogspot.com/_wICHhTiQmrA/SKKs5L3ihpI/AAAAAAAACBs/qhgjQh39ej8/s200-R/76service.JPG" style="border: 0pt none ;" /></a>Disintermediating the intermediaries in the cybercrime ecosystem, ultimately results in more profitable operations. Controversial to the concept of outsourcing, some cybercriminals are in fact so self-sufficient, that the stereotype of a mysterious 76service server offered for rent could in fact easily cease to exist in an ecosystem so vibrant that literally everyone can partion their botnet and start offering access to it on a multi-user basis. Evil? Obviously. Extending the lifecycle of a proprietary malware tool? Definitely.<br />
<br />
<a href="http://www.youtube.com/watch?v=lw9IeuKkNbc">The infamous 76service</a>, a cybercrime as a service web interface where customers basically collect the final output out of the banking malware botnet during the specific period of time for which they've purchases access to the service, is going mainstream, with 76Service's Spring Edition apparently leaking out, and cybercriminals enjoying its interoperability potential by introducing different banking trojans in their campaigns. <br />
<br />
In this post, I'll discuss the 76service's spring.edition that has been combined with a <a href="http://ddanchev.blogspot.com/2007/11/metaphisher-malware-kit-spotted-in-wild.html">Metaphisher banking malware</a>, an a popular <a href="http://ddanchev.blogspot.com/2008/04/crimeware-in-middle-zeus.html">web malware exploitation kit</a>, with two campaigns currently hosting 5.51GB of stolen banking data based on over 1 million compromised hosts 59% of which are based in Russia. Screenshots courtesy of an egocentric underground show-off.<br />
<br />
<a href="http://www.cio.com/article/print/135500">Some general info on the 76service</a> :<br />
<br />
<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SKKyWAXgYGI/AAAAAAAACB0/JXHZFuBb6Rs/s1600-h/76service1.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://1.bp.blogspot.com/_wICHhTiQmrA/SKKyWAXgYGI/AAAAAAAACB0/2qZfVy6YfU8/s200-R/76service1.JPG" style="border: 0pt none ;" /></a>"<i>Subscribers could log in with their assigned user name and     password any time during the 30-day project. They’d be     met with a screen that told them which of their bots was     currently active, and a side bar of management options. For     example, they could pull down the latest drops—data     deposits that the Gozi-infected machines they subscribed to     sent to the servers, like the 3.3 GB one Jackson had     found. A project was like an investment portfolio. Individual     Gozi-infected machines were like stocks and subscribers bought     a group of them, betting they could gain enough personal     information from their portfolio of infected machines to make a     profit, mostly by turning around and selling credentials on the     black market. (In some cases, subscribers would use a few of     the credentials themselves). Some machines, like some stocks, would under perform and     provide little private information. But others would land the     subscriber a windfall of private data. The point was to     subscribe to several infected machines to balance that risk,     the way Wall Street fund managers invest in many stocks to     offset losses in one company with gains in another.</i>"<br />
<br />
<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SKKy5q1ebVI/AAAAAAAACB8/uGe8GuhDvRg/s1600-h/76service2.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://1.bp.blogspot.com/_wICHhTiQmrA/SKKy5q1ebVI/AAAAAAAACB8/88IxypeBf74/s200-R/76service2.JPG" style="border: 0pt none ;" /></a>The 76service empowers everyone who is either not willing to spend time and resources for building and maintaining a botnet, launching campaigns, and SQL injecting hundreds of thousands of sites in order to take advantage of the long tail of malware infected sites that theoretically can outpace the traffic that could come from a SQL injected high-profile site.<br />
<br />
Next to the spring.edition, <a href="http://secureworks.com/research/threats/gozi/">the winter edition's price starts from $1000 and goes to $2000</a>, which is all a matter of who you're buying it from, unless of course you haven't come across leaked copies :<br />
<br />
"<i>Assuming that the dealer offering what he claimed was the 76service kit was correct, the profit is not only in the kit, but in selling value added services like exploitation, compromised servers/accounts, database configuration, and customization of the interface. Prices start between $1000 to $2000 and go up based on added services. The underground payment methods generally involve hard-to-track virtual currencies, whose central authority is in a jurisdiction where regulation is liberal to non-existent, and feature non-reversible transactions. The individual or group called "76service" was easy to track down on the Web, but not in person.</i>" <br />
<br />
<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SKLUyA7g9LI/AAAAAAAACCE/nl-OA3FHPs0/s1600-h/76service3.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://1.bp.blogspot.com/_wICHhTiQmrA/SKLUyA7g9LI/AAAAAAAACCE/8zS6gcoEdvk/s200-R/76service3.JPG" style="border: 0pt none ;" /></a>It's interesting to monitor how services aiming to provide specific malicious services are vertically integrating by expanding their portfolio of related services -- taka a spamming vendor that will offer the segmented email databases, the advanced metrics, and the localization of the spam messages to different languages -- or letting the buyer have full control of anything that comes out of a particular botnet for a specific period of time in which he has bought access to it. For instance, DDoS for hire matured into botnet for hire, which evolved into today's "What type of stolen data do you want?" for hire mentality I'm starting to see emerging, next to the usual interest in improving the metrics and thereby the probability for a more succesful campaign. <br />
<br />
<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://2.bp.blogspot.com/_wICHhTiQmrA/SKLa2TO4yAI/AAAAAAAACCM/4s3Mkgb-NOY/s1600-h/metafisher1_ukstories.jpg" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://2.bp.blogspot.com/_wICHhTiQmrA/SKLa2TO4yAI/AAAAAAAACCM/Bt7wKW7IPcE/s200-R/metafisher1_ukstories.jpg" style="border: 0pt none ;" /></a>Ironically, this cybercrime model is so efficient that the people behind it cannot seem to be able to process all of the stolen data, which like a great deal of underground assets loses its value if not sold as fast as possible. The result of this oversupply of stolen data are the increasing number of services selling raw logs segmented based on a particular country for a specific period of time.<br />
<br />
Time for a remotely exploitable vulnerability in yet another malware kit about to go mainstream? Definitely, unless of course backdooring it and releasing it doesn't achieve the obvious results of controlling someone else's cybercrime ecosystem.<br />
<br />
<b>Related posts:</b><br />
<a href="http://ddanchev.blogspot.com/2007/03/underground-economys-supply-of-goods.html">The Underground Economy's Supply of Goods and Services</a><br />
<a href="http://ddanchev.blogspot.com/2007/10/dynamics-of-malware-industry.html">The Dynamics of the Malware Industry - Proprietary Malware Tools</a><br />
<a href="http://ddanchev.blogspot.com/2008/06/using-market-forces-to-disrupt-botnets.html">Using Market Forces to Disrupt Botnets</a><br />
<a href="http://ddanchev.blogspot.com/2007/10/multiple-firewalls-bypassing.html">Multiple Firewalls Bypassing Verification on Demand</a><br />
<a href="http://ddanchev.blogspot.com/2007/10/managed-spamming-appliances-future-of.html">Managed Spamming Appliances - The Future of Spam</a><br />
<a href="http://ddanchev.blogspot.com/2008/02/localizing-cybercrime-cultural.html">Localizing Cybercrime - Cultural Diversity on Demand</a><br />
<a href="http://ddanchev.blogspot.com/2008/01/e-crime-and-socioeconomic-factors.html">E-crime and Socioeconomic Factors</a><b>&nbsp;</b><br />
<a href="http://ddanchev.blogspot.com/2007/08/malware-as-web-service.html">Malware as a Web Service</a><b>&nbsp;</b><br />
<a href="http://ddanchev.blogspot.com/2008/07/coding-spyware-and-malware-for-hire.html">Coding Spyware and Malware for Hire</a><br />
<a href="http://ddanchev.blogspot.com/2008/07/are-stolen-credit-card-details-getting.html">Are Stolen Credit Card Details Getting Cheaper?</a><br />
<a href="http://ddanchev.blogspot.com/2008/07/neosploit-team-leaving-it-underground.html">Neosploit Team Leaving the IT Underground</a><br />
<a href="http://ddanchev.blogspot.com/2008/06/zeus-crimeware-kit-vulnerable-to.html">The Zeus Crimeware Kit Vulnerable to Remotely Exploitable Flaw</a><br />
<a href="http://ddanchev.blogspot.com/2008/08/pinch-vulnerable-to-remotely.html">Pinch Vulnerable to Remotely Exploitable Flaw</a><br />
<a href="http://ddanchev.blogspot.com/2008/07/dissecting-managed-spamming-service.html">Dissecting a Managed Spamming Service</a><br />
<a href="http://ddanchev.blogspot.com/2007/10/managed-spamming-appliances-future-of.html">Managed "Spamming Appliances" - The Future of Spam</a><br />
<br />
<b> </b><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=NWhwdK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=NWhwdK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=7zGnyK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=7zGnyK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=Rqgfok"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=Rqgfok" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=zA7GDk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=zA7GDk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=4r7WMK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=4r7WMK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=880FjK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=880FjK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=3wtOmk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=3wtOmk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/363878623" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 13 Aug 2008 04:08:43 +0000</pubDate>
      <category domain="http://securityratty.com/tag/76service">76service</category>
      <category domain="http://securityratty.com/tag/service">service</category>
      <category domain="http://securityratty.com/tag/malware">malware</category>
      <category domain="http://securityratty.com/tag/malware kit">malware kit</category>
      <category domain="http://securityratty.com/tag/cybercrime">cybercrime</category>
      <category domain="http://securityratty.com/tag/malware botnet">malware botnet</category>
      <category domain="http://securityratty.com/tag/botnet">botnet</category>
      <category domain="http://securityratty.com/tag/mysterious 76service server">mysterious 76service server</category>
      <category domain="http://securityratty.com/tag/web service">web service</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/363878623/76service-cybercrime-as-service-going.html">76Service - Cybercrime as a Service Going Mainstream</source>
    </item>
    <item>
      <title><![CDATA[SQL Server data conversions from date/time values to character types]]></title>
      <link>http://securityratty.com/article/70c12029c0be7b3af3f71c36f5657c3a</link>
      <guid>http://securityratty.com/article/70c12029c0be7b3af3f71c36f5657c3a</guid>
      <description><![CDATA[T-SQL supports two built-in methods for converting date/time data to character data and vice versa. SQL Server expert Robert Sheldon takes you through a step-by-step process for using each method --...]]></description>
      <content:encoded><![CDATA[T-SQL supports two built-in methods for converting date/time data to character data and vice versa. SQL Server expert Robert Sheldon takes you through a step-by-step process for using each method -- implicit and explicit conversions. The steps include using the handy CAST and CONVERT functions for converting date/time values.<img src="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~4/363024400" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 12 Aug 2008 07:18:17 +0000</pubDate>
      <category domain="http://securityratty.com/tag/step-by-step process">step-by-step process</category>
      <category domain="http://securityratty.com/tag/convert functions">convert functions</category>
      <category domain="http://securityratty.com/tag/steps include">steps include</category>
      <category domain="http://securityratty.com/tag/explicit conversions">explicit conversions</category>
      <category domain="http://securityratty.com/tag/t-sql supports">t-sql supports</category>
      <category domain="http://securityratty.com/tag/vice versa">vice versa</category>
      <category domain="http://securityratty.com/tag/datetime values">datetime values</category>
      <category domain="http://securityratty.com/tag/handy cast">handy cast</category>
      <category domain="http://securityratty.com/tag/character data">character data</category>
      <source url="http://feeds.feedburner.com/~r/WhatisEnterpriseItTipsAndExpertAdvice/~3/363024400/0,289483,sid87_gci1324835,00.html">SQL Server data conversions from date/time values to character types</source>
    </item>
    <item>
      <title><![CDATA[The Russia vs Georgia Cyber Attack]]></title>
      <link>http://securityratty.com/article/8a00d5d19f0f12447cb8a837ccb009d4</link>
      <guid>http://securityratty.com/article/8a00d5d19f0f12447cb8a837ccb009d4</guid>
      <description><![CDATA[Last month's lone gunman DDoS attack against Georgia President's web site seemed like a signal shot for the cyber siege to come a week later. Here's the complete coverage of the coordination phrase,...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://3.bp.blogspot.com/_wICHhTiQmrA/SKDOBJ48vsI/AAAAAAAACBc/ZBksCc1a5m8/s1600-h/georgia_ddos1.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://3.bp.blogspot.com/_wICHhTiQmrA/SKDOBJ48vsI/AAAAAAAACBc/5HAQ-5aIlmE/s200-R/georgia_ddos1.JPG" style="border: 0pt none ;" /></a>Last month's lone gunman <a href="http://blogs.zdnet.com/security/?p=1533">DDoS attack against Georgia President's web site</a> seemed like a signal shot for the cyber siege to come a week later. Here's the complete coverage of the coordination phrase, the execution and the actual impact of the cyber attack so far - "<a href="http://blogs.zdnet.com/security/?p=1670">Coordinated Russia vs Georgia cyber attack in progress</a>" : <br />
<br />
"<i>Who’s behind it? The infamous Russian Business Network, or literally every Russian supporting Russia’s actions? How coordinated and planned the cyber attack is, and do we actually have a relatively decent example of cyber warfare combining PSYOPs (psychological operations), and self-mobilization of the local Internet users by spreading “<i>For our motherland, brothers!</i>” or “<i>Your country is calling you!</i>” hacktivist messages across web forums. Let’s find out, in-depth. With the attacks originally starting to take place several weeks before the actual “intervention” with <a href="http://blogs.zdnet.com/security/?p=1533" title="Georgia President’s web site under DDoS attack from Russian hackers">Georgia President’s web site coming under DDoS attack from Russian hackers in July</a>, followed by active discussions across the Russian web on whether or not DDoS attacks and web site defacements should in fact be taking place, which would inevitably come as a handy tool to be used against Russian from Western or Pro-Western journalists, the peak of <a href="http://www.telegraph.co.uk/news/worldnews/europe/georgia/2539157/Georgia-Russia-conducting-cyber-war.html" title="Russia 'conducting cyber war' ">DDoS attack and the actual defacements started taking place as of Friday</a></i>."<br />
<br />
<b>Some of the tactics used :</b><br />
distributing a static list of targets, eliminate centralized coordination of the attack, engaging the average internet users, empower them with DoS tools; distributing lists of remotely SQL injectable Georgian sites; abusing public lists of email addresses of Georgian politicians for spamming and targeted attacks; destroy the adversary’s ability to communicate using the usual channels -- Georgia's most popular hacking portal is under DDoS attack from Russian hackers. <br />
<br />
Some of the parked domains acting as command and control servers for one of the botnets at <b>79.135.167.22</b> :<br />
<a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SKDZ2YYVwKI/AAAAAAAACBk/k6L5IVraZek/s1600-h/georgia_ddos11.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://1.bp.blogspot.com/_wICHhTiQmrA/SKDZ2YYVwKI/AAAAAAAACBk/7CE4qNNjNNo/s200-R/georgia_ddos11.JPG" style="border: 0pt none ;" /></a><b>emultrix .org<br />
yandexshit .com<br />
ad.yandexshit .com<br />
a-nahui-vse-zaebalo-v-pizdu .com<br />
killgay .com<br />
ns1.guagaga .net<br />
ns2.guagaga .net<br />
ohueli .net<br />
pizdos .net<br />
googlecomaolcomyahoocomaboutcom.net</b><br />
<br />
Actual command and control locations :<br />
<b>a-nahui-vse-zaebalo-v-pizdu .com/a/nahui/vse/zaebalo/v/pizdu/</b><br />
<b>prosto.pizdos .net/_lol/</b><br />
<br />
<a href="http://blogs.zdnet.com/security/?p=1670">Consider going through the complete coverage</a> of what's been happening during the weeked. Considering the combination of tactics used, unless the conflict gets solved, more attacks will definitely take place during the week.<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=6byBHK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=6byBHK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=7Vs5oK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=7Vs5oK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=ynPNFk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=ynPNFk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=wRwGhk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=wRwGhk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=uJkrTK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=uJkrTK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=tisqjK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=tisqjK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=wHSnQk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=wHSnQk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/362442602" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 11 Aug 2008 15:35:55 +0000</pubDate>
      <category domain="http://securityratty.com/tag/georgia cyber attack">georgia cyber attack</category>
      <category domain="http://securityratty.com/tag/cyber attack">cyber attack</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/georgia">georgia</category>
      <category domain="http://securityratty.com/tag/georgia president">georgia president</category>
      <category domain="http://securityratty.com/tag/russian">russian</category>
      <category domain="http://securityratty.com/tag/russian web">russian web</category>
      <category domain="http://securityratty.com/tag/ddos attack">ddos attack</category>
      <category domain="http://securityratty.com/tag/russian hackers">russian hackers</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/362442602/russia-vs-georgia-cyber-attack.html">The Russia vs Georgia Cyber Attack</source>
    </item>
    <item>
      <title><![CDATA[Summarizing Zero Day's Posts for July]]></title>
      <link>http://securityratty.com/article/8dcef74e51c669037abd743dd3beb89d</link>
      <guid>http://securityratty.com/article/8dcef74e51c669037abd743dd3beb89d</guid>
      <description><![CDATA[Different audience provokes different approach for communicating a particular event. In case you aren't reading ZDNet's Zero Day , where I blog next to Ryan Naraine and Nathan McFeters - join us
...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://1.bp.blogspot.com/_wICHhTiQmrA/SJyNk-jjwHI/AAAAAAAACBM/TzBiD3_WOw0/s1600-h/zero_day.png" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://1.bp.blogspot.com/_wICHhTiQmrA/SJyNk-jjwHI/AAAAAAAACBM/CewQ6GCj8yE/s200-R/zero_day.png" style="border: 0pt none ;" /></a>Different audience provokes different approach for communicating a particular event. In case you aren't reading <a href="http://blogs.zdnet.com/security">ZDNet's Zero Day</a>, where I blog next to Ryan Naraine and Nathan McFeters - join us.<br />
<br />
Also, consider subscribing yourself to <a href="http://updates.zdnet.com/tags/dancho+danchev.html?t=0&amp;s=0&amp;o=1&amp;mode=rss">my personal RSS feed</a>, or Zero Day's main feed <a href="http://feeds.feedburner.com/zdnet/security">in order to read all the posts</a>. Here's a quick summary of my posts for last month :<br />
<br />
<b>01.</b> <a href="http://blogs.zdnet.com/security/?p=1378">Blizzard introducing two-factor authentication for WoW gamers</a><br />
<b>02.</b> <a href="http://blogs.zdnet.com/security/?p=1394">Sony PlayStation's site SQL injected, redirecting to rogue security software</a><br />
<b>03.</b> <a href="http://blogs.zdnet.com/security/?p=1408">300 Lithuanian sites hacked by Russian hackers</a><br />
<b>04.</b> <a href="http://blogs.zdnet.com/security/?p=1412">Antivirus vendor introducing virtual keyboard for secure Ebanking</a><br />
<b>05.</b> <a href="http://blogs.zdnet.com/security/?p=1418">Gmail, Yahoo and Hotmail's CAPTCHA broken by spammers</a><br />
<b>06.</b> <a href="http://blogs.zdnet.com/security/?p=1440">Storm Worm's Independence Day campaign</a><br />
<b>07.</b> <a href="http://blogs.zdnet.com/security/?p=1445">Approximately 800 vulnerabilities discovered in antivirus products</a><br />
<b>08.</b> <a href="http://blogs.zdnet.com/security/?p=1448">$1 Million prize offered for cracking an encryption algorithm</a><br />
<b>09.</b> <a href="http://blogs.zdnet.com/security/?p=1453">U.K's most spammed person receives 44,000 spam emails daily</a><br />
<b>10.</b> <a href="http://blogs.zdnet.com/security/?p=1462">Storm Worm says the U.S have invaded Iran</a><br />
<b>11.</b> <a href="http://blogs.zdnet.com/security/?p=1473">Gmail, PayPal and Ebay embrace DomainKeys to fight phishing emails</a><br />
<b>12.</b> <a href="http://blogs.zdnet.com/security/?p=1476">Verizon, Telecom Italia, and Brasil Telecom top the botnet charts in Q2 of 2008</a><br />
<b>13.</b> <a href="http://blogs.zdnet.com/security/?p=1487">XSS worm at Justin.tv infects 2,525 profiles</a><br />
<b>14.</b> <a href="http://blogs.zdnet.com/security/?p=1492">Remote code execution through Intel CPU bugs</a><br />
<b>15.</b> <a href="http://blogs.zdnet.com/security/?p=1502">Ringleader of cybercrime group to be offered a job as cybercrime fighter</a><br />
<b>16.</b> <a href="http://blogs.zdnet.com/security/?p=1514">Spam coming from free email providers increasing</a><br />
<b>17.</b> <a href="http://blogs.zdnet.com/security/?p=1516">Kaspersky's Malaysian site hacked by Turkish hacker</a><br />
<b>18.</b> <a href="http://blogs.zdnet.com/security/?p=1533">Georgia President's web site under DDoS attack from Russian hackers</a><br />
<b>19.</b> <a href="http://blogs.zdnet.com/security/?p=1536">75% of online banking sites found vulnerable to security design flaws</a><br />
<b>20.</b> <a href="http://blogs.zdnet.com/security/?p=1538">McAfee debunks recent vulnerabilities in AV software research, n.runs restates its position</a><br />
<b>21.</b> <a href="http://blogs.zdnet.com/security/?p=1555">Click fraud in 2nd quarter of 2008 more sophisticated, botnets to blame</a><br />
<b>22.</b> <a href="http://blogs.zdnet.com/security/?p=1562">How OpenDNS, PowerDNS and MaraDNS remained unaffected by the DNS cache poisoning vulnerability</a><br />
<b>23.</b> <a href="http://blogs.zdnet.com/security/?p=1590">DNS cache poisoning attacks exploited in the wild</a><br />
<b>24.</b> <a href="http://blogs.zdnet.com/security/?p=1598">The Neosploit cybercrime group abandons its web malware exploitation kit</a><br />
<b>25.</b> <a href="http://blogs.zdnet.com/security/?p=1603">OS fingerprinting Apple's iPhone 2.0 software - a "trivial joke"</a><br />
<b>26.</b> <a href="http://blogs.zdnet.com/security/?p=1608">HD Moore pwned with his own DNS exploit, vulnerable AT&amp;T DNS servers to blame</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=2aIHIK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=2aIHIK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=gWQX0K"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=gWQX0K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=yKKS6k"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=yKKS6k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=HJ2jlk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=HJ2jlk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=1CE30K"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=1CE30K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=6ODqHK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=6ODqHK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=fiaybk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=fiaybk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/359698181" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 08 Aug 2008 10:35:52 +0000</pubDate>
      <category domain="http://securityratty.com/tag/day">day</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <category domain="http://securityratty.com/tag/rogue security software">rogue security software</category>
      <category domain="http://securityratty.com/tag/spam emails daily">spam emails daily</category>
      <category domain="http://securityratty.com/tag/cybercrime">cybercrime</category>
      <category domain="http://securityratty.com/tag/cybercrime fighter">cybercrime fighter</category>
      <category domain="http://securityratty.com/tag/independence day campaign">independence day campaign</category>
      <category domain="http://securityratty.com/tag/emails">emails</category>
      <category domain="http://securityratty.com/tag/posts">posts</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/359698181/summarizing-zero-days-posts-for-july.html">Summarizing Zero Day's Posts for July</source>
    </item>
    <item>
      <title><![CDATA[Phishers Backdooring Phishing Pages to Scam One Another]]></title>
      <link>http://securityratty.com/article/6ccaae3434fe8c6502ba9a6fc0cfb3e0</link>
      <guid>http://securityratty.com/article/6ccaae3434fe8c6502ba9a6fc0cfb3e0</guid>
      <description><![CDATA[There seems to be no such thing as a free phishing page these days, with phishers scamming one another at an alarming rate according to a recently published research entitled &quot; There is No Free...]]></description>
      <content:encoded><![CDATA[<div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><div style="text-align: left;"></div><div class="separator" style="text-align: center; clear: both;"></div><a href="http://4.bp.blogspot.com/_wICHhTiQmrA/SJsXrRQtHeI/AAAAAAAACA8/wxZZ1xFCjPk/s1600-h/phishing_pages.JPG" imageanchor="1" style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;"><img src="http://4.bp.blogspot.com/_wICHhTiQmrA/SJsXrRQtHeI/AAAAAAAACA8/TiCS7pP_jF0/s200-R/phishing_pages.JPG" style="border: 0pt none ;" /></a>There seems to be no such thing as a free phishing page these days, with phishers scamming one another at an alarming rate according to a recently published research entitled "<a href="http://www.usenix.org/event/woot08/tech/full_papers/cova/cova_html/">There is No Free Phish:An Analysis of “Free” and Live Phishing Kits</a>".<br />
<br />
Cybercriminals attempting to scam other cybercriminals has been happening for years, with old school cases where backdoored malware tools such as crypters and binders are offered for free, or a newly released RAT whose client is in fact infected with a third-party malware. Realizing and definitely not enjoying the fact that the lowered entry barriers into cybercrime are empowering yesterday's script kiddies will malware kits that used to be utilized by a set of people who invested time and money into the process several years ago, this unethical competitive practice is only going to get more common. Backdooring phishing pages is one thing, <a href="http://blogs.zdnet.com/security/?p=1641">backdooring entire web malware exploitation kits, next to the possibility to remotely exploit a competitor's command and control server is entirely another</a> : <br />
<br />
"<i>Taking a more strategic approach, a cybercriminal wanting to scam another cybercriminal would backdoor <a href="http://blogs.zdnet.com/security/?p=1598" title="The Neosploit cybercrime group abandons its web malware exploitation kit">a highly expensive web malware exploitation kit</a>, then start distributing it for free, and in fact, there have been numerous cases when such kits have been distributed in such a fraudulent manner. The result is a total outsourcing of the process of coming up with ways to infect hundreds of thousands of users though client side exploits <a href="http://blogs.zdnet.com/security/?p=1122" title="Fast-Fluxing SQL injection attacks executed from the Asprox botnet">embedded or SQL injected at legitimate sites</a>, and basically collecting the final output - the stolen E-banking data and the botnet itself.</i>"<br />
<br />
What's to come in the long term? Why just backdoor the phishing page, when you can embedd it with a live exploit URL in an attempt to both, infect the cybercriminal about to use and obtain all of the already stolen virtual assets has has already stolen, and also, <a href="http://ddanchev.blogspot.com/2008/05/skype-phishing-pages-serving-exploits.html">have a third-party maintain a blended attack campaign without even knowing it</a>.<br />
<br />
<b>Related posts:</b><br />
<a href="http://ddanchev.blogspot.com/2008/06/phishing-campaign-spreading-across.html">Phishing Campaign Spreading Across Facebook </a><b><br />
</b><a href="http://ddanchev.blogspot.com/2008/03/phishing-pages-for-every-bank-are.html">Phishing Pages for Every Bank are a Commodity</a> <br />
<a href="http://ddanchev.blogspot.com/2008/02/rbns-phishing-activities.html">RBN's Phishing Activities</a><br />
<a href="http://ddanchev.blogspot.com/2008/02/inside-botnets-phishing-activities.html">Inside a Botnet's Phishing Activities</a><br />
<a href="http://ddanchev.blogspot.com/2007/11/large-scale-myspace-phishing-attack.html">Large Scale MySpace Phishing Attack</a><br />
<a href="http://ddanchev.blogspot.com/2007/12/update-on-myspace-phishing-campaign.html">Update on the MySpace Phishing Campaign</a><br />
<a href="http://ddanchev.blogspot.com/2008/01/myspace-phishers-now-targeting-facebook.html">MySpace Phishers Now Targeting Facebook</a><br />
<a href="http://ddanchev.blogspot.com/2008/05/myspace-hosting-myspace-phishing.html">MySpace Hosting MySpace Phishing Profiles</a><br />
<a href="http://ddanchev.blogspot.com/2007/08/diy-phishing-kits.html">DIY Phishing Kits</a><br />
<a href="http://ddanchev.blogspot.com/2007/09/diy-phishing-kit-goes-20.html">DIY Phishing Kit Goes 2.0</a><br />
<a href="http://ddanchev.blogspot.com/2007/09/paypal-and-ebay-phishing-domains.html">PayPal and Ebay Phishing Domains</a><br />
<a href="http://ddanchev.blogspot.com/2007/07/average-online-time-for-phishing-sites.html">Average Online Time for Phishing Sites</a><br />
<a href="http://ddanchev.blogspot.com/2007/02/phishing-ecosystem.html">The Phishing Ecosystem</a><br />
<a href="http://ddanchev.blogspot.com/2007/10/assessing-rock-phish-campaign.html">Assessing a Rock Phish Campaign</a><br />
<a href="http://ddanchev.blogspot.com/2007/04/taking-down-phishing-sites-business.html">Taking Down Phishing Sites - A Business Model?</a><br />
<a href="http://ddanchev.blogspot.com/2007/03/take-this-malicious-site-down.html">Take this Malicious Site Down - Processing Order..</a><br />
<a href="http://ddanchev.blogspot.com/2007/09/209-host-locked.html">209 Host Locked</a><br />
<a href="http://ddanchev.blogspot.com/2007/12/2091-host-locked.html">209.1 Host Locked</a><br />
<a href="http://ddanchev.blogspot.com/2007/11/661-host-locked.html">66.1 Host Locked</a><br />
<a href="http://ddanchev.blogspot.com/2007/07/confirm-your-gullibility.html">Confirm Your Gullibility</a><br />
<a href="http://ddanchev.blogspot.com/2007/12/phishers-spammers-and-malware-authors.html">Phishers, Spammers and Malware Authors Clearly Consolidating</a><br />
<a href="http://ddanchev.blogspot.com/2007/08/economics-of-phishing.html">The Economics of Phishing</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=adzwcK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=adzwcK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=r3qKtK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=r3qKtK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=lKP1Kk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=lKP1Kk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=kwEXWk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=kwEXWk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=vKtnuK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=vKtnuK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=hxAsFK"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=hxAsFK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=3CLAFk"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=3CLAFk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/358721854" height="1" width="1"/>]]></content:encoded>
      <pubDate>Thu, 07 Aug 2008 11:01:50 +0000</pubDate>
      <category domain="http://securityratty.com/tag/phishers">phishers</category>
      <category domain="http://securityratty.com/tag/myspace phishers">myspace phishers</category>
      <category domain="http://securityratty.com/tag/campaign">campaign</category>
      <category domain="http://securityratty.com/tag/myspace">myspace</category>
      <category domain="http://securityratty.com/tag/rock phish campaign">rock phish campaign</category>
      <category domain="http://securityratty.com/tag/free phish">free phish</category>
      <category domain="http://securityratty.com/tag/free">free</category>
      <category domain="http://securityratty.com/tag/kits">kits</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/358721854/phishers-backdooring-phishing-pages-to.html">Phishers Backdooring Phishing Pages to Scam One Another</source>
    </item>
  </channel>
</rss>
