<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>stopthehacker.com &#187; hacking</title>
	<atom:link href="http://www.stopthehacker.com/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stopthehacker.com</link>
	<description>Jaal, LLC</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:00:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>300,000 Instances of Data Leakage</title>
		<link>http://www.stopthehacker.com/2011/03/15/finding-300000-instances-of-data-leakage/</link>
		<comments>http://www.stopthehacker.com/2011/03/15/finding-300000-instances-of-data-leakage/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 13:00:50 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[data leakage]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[WS_FTP]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=2205</guid>
		<description><![CDATA[Websites are the new battleground between malicious hackers and the general public. Malicious individuals and organizations use websites as a conduit for spreading malware. More than 6,600 otherwise benign websites are compromised every single day. One of the primary enablers of this kind of compromise is the amount of publicly available data about a website, [...]]]></description>
			<content:encoded><![CDATA[<p>Websites are the new battleground between malicious hackers and the general public. Malicious individuals and organizations use websites as a conduit for spreading malware. More than 6,600 otherwise benign websites are compromised every single day. One of the primary enablers of this kind of compromise is the amount of publicly available data about a website, which makes the job of a malicious hacker easy.</p>
<p>In this post we will show how sensitive information about more than 300,000 websites is easily accessible on the Internet. This sensitive information is related to the file system, user names and other critical information which could be used to compromise the security of websites.</p>
<p><strong>What Type of Data is Leaked?</strong><br />
This post focuses on the immense problem of data leakage and how it affects thousands of websites on the Internet today. Data leakage from websites can be categorized in two major groups.</p>
<ul>
<li><strong>User information</strong>: Data related to transactions such as credit card information, user information like site subscriber email(s), etc.</li>
<li><strong>System information</strong>: Data related to ownership of a site, system level details such as Operating System vulnerabilities, and web application vulnerabilities, all of which can help a malicious hacker break in easily.</li>
</ul>
<p>Unfortunately, it is extremely easy to identify system information, as we show next.</p>
<p><strong>How is the Data Leaked?</strong><br />
A popular and widely deployed FTP client, WS_FTP makes it extremely easy to transfer files using FTP. One drawback of using this popular piece of software is that it usually creates a log file. Most administrators using this software may not pay attention to this default behavior. These log files contain sensitive information such as file source and destination, file name, date and time of upload and more.</p>
<p>More importantly administrators do not realize that when they upload files using this software to their websites, this log file is uploaded and made publicly available. This is the starting point for a malicious hacker gain sensitive information about a website. This issue has been well-known for years now, yet it continues to be pervasive. <a href="http://www.articlesbase.com/security-articles/securing-websites-1584976.html" target="_blank">[1]</a> <a href="http://archives.neohapsis.com/archives/fulldisclosure/2004-08/0663.html" target="_blank">[2]</a></p>
<p>To identify websites with this type of data leak on the Internet, one only needs to use the below search term in a popular search engine.</p>
<pre class="brush: plain; title: ; notranslate">
inurl:WS_FTP.LOG
</pre>
<p>This type of data leak is even present on a very large American news network&#8217;s website.</p>
<pre class="brush: plain; title: ; notranslate">
100.02.01 15:28 B L:\content\interactive\virtual\.HSancillary --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual .HSancillary
100.02.01 15:28 B L:\content\interactive\virtual\360.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual 360.txt
100.02.01 15:28 B L:\content\interactive\virtual\3d.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual 3d.txt
100.02.01 15:28 B L:\content\interactive\virtual\champagne.buying.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual champagne.buying.txt
100.02.01 15:28 B L:\content\interactive\virtual\champagne.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual champagne.txt
100.02.01 15:28 B L:\content\interactive\virtual\elex.features.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual elex.features.txt
100.02.01 15:28 B L:\content\interactive\virtual\hurricane.info.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual hurricane.info.txt
100.02.01 15:28 B L:\content\interactive\virtual\prim.polls.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual prim.polls.txt
100.02.01 15:28 B L:\content\interactive\virtual\prim.results.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual prim.results.txt
100.02.01 15:28 B L:\content\interactive\virtual\town.meeting.txt --&gt; bolivia.[scrubbed].com /www/[scrubbed]/interactive/virtual town.meeting.txt
</pre>
<p><strong>Data Leaked from the WS_FTP Log</strong><br />
What can we tell from the information in the logs?</p>
<ul>
<li>Usernames and Logins</li>
<li>Website names</li>
<li>IP of the websites from the Website names</li>
<li>Host name</li>
<li>IP of the server from the Host name</li>
<li>Directory structure on the server side</li>
<li>Directory structure on the client side</li>
</ul>
<p><strong>How to Mitigate the WS_FTP Data Leak?</strong><br />
Prevent the log file from being created:</p>
<ol>
<li>Click [Options]</li>
<li>Click [General]</li>
<li>Uncheck [Enable log]</li>
</ol>
<p><strong>Conclusion</strong><br />
It is clear that data leakage is a big problem on the Internet. Popular software like WS_FTP allows sensitive information to be leaked unwillingly, helping a malicious hackers to break in. More than 6,600 benign websites are compromised everyday, don&#8217;t let your website be one of them. For more information about how we can help you, please feel free to visit our <a href="http://www.stopthehacker.com/services/">services page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/03/15/finding-300000-instances-of-data-leakage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Underground&#8221; Credit Card Blackmarket</title>
		<link>http://www.stopthehacker.com/2010/03/03/the-underground-credit-card-blackmarket/</link>
		<comments>http://www.stopthehacker.com/2010/03/03/the-underground-credit-card-blackmarket/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:10:10 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blackmarket]]></category>
		<category><![CDATA[card skimming]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[cvv]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=1420</guid>
		<description><![CDATA[Credit card data has been traded on the cyber black-market for a number of years. The relatively recent breaches of TJX Companies (owner of T.J. Maxx) and Heartland Payment Systems show the extent to which criminals will go in order to harvest credit card numbers, social security numbers, names, addresses and more. All this legitimate [...]]]></description>
			<content:encoded><![CDATA[<p>Credit card data has been traded on the cyber black-market for a number of years. The relatively recent breaches of <a href="http://news.cnet.com/8301-1009_3-10320761-83.html" target="_blank">TJX Companies</a> (owner of T.J. Maxx) and <a href="http://www.msnbc.msn.com/id/28758856/" target="_blank">Heartland Payment Systems</a> show the extent to which criminals will go in order to harvest credit card numbers, social security numbers, names, addresses and more. All this legitimate (but stolen) information fuels a world of cyber crime.</p>
<p>In this article we show that, unlike what you might think, the credit card black-market operates very much in the open. Below we point out websites, which can be used to tap into the cyber black-market and find stolen credit card numbers and the associated credentials to purchase for any purpose they desire. We also show instant messenger handles, emails and details of what cyber criminals are selling on the Internet.</p>
<p>We analyzed 429 unique domains and 615 unique URLs. Each of these URLs contained information about buying stolen credit card information. Each URL lead to a web page where cyber-criminals have posted details about how to interact with them and buy stolen financial credentials. In the majority of cases, cyber criminals who are selling this information can provide one of the following types of data.</p>
<p>The data for this article was collected between February 27th and March 2nd, 2010.</p>
<p><strong>Basic Credit Card Information Offers:</strong></p>
<p>Usually consists of credit card number, type, expiration date and CVV.</p>
<pre class="brush: plain; title: ; notranslate">USA &amp; CANADA CCV2

VISA/Mastercard ~ 2USD/each
AmEX/Discover   ~ 4 USD/each

UK &amp; WU CVV2

VISA/Mastercard ~ 3USD/each
AmEx/Discover   ~ 5USD/each
</pre>
<p><strong>Premium Credit Card Information Offers:</strong></p>
<p>Usually consists of credit card number, type, expiration date, CVV, SSN, Home Address, Full Name, Date of Birth and much more.</p>
<pre class="brush: plain; title: ; notranslate">USA &amp; CANADA CCV2

VISA/Mastercard ~ $35/each

UK &amp; EU

VISA/Mastercard ~ $40/each

ACCOUNT INFORMATION:
First Name: xxxxx
Last Name: xxxxx
Address: xxxxx xxxxx xxxxx xxxxx
Apt:
City: Homestaed
State: FL
Zip: xxxxx
Home Phone: (xxxxx)xxxxx-xxxxx
Work Phone: (xxxxx)xxxxx-xxxxx
Email: xxxxx@yahoo.com
SSN: xxxxx-xxxxx-xxxxx
License Number: xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
License State: FL
DOB: 09/xxxxx/xxxxx

PAYMENT INFORMATION:
Credit Card Type: VISA
Number: xxxxxxxxxxxxxxx
CCV: 889
Expiration Date: 11/2008
Name: xxxxx xxxxx
Card Name First: xxxxx
Card Name Last: xxxxx
</pre>
<p><strong>PayPal Information Offers:</strong></p>
<pre class="brush: plain; title: ; notranslate">
Verified account                 ~ 20USD/each
Verified account with email pin  ~ 25USD/each
Verified acccount with full info ~ 35USD/each
unverified account               ~ 10USD/each
</pre>
<p>Some domains host multiple instances of stolen Credit Card Ads, (CC-Ads). We present the frequency distribution of CC-Ads on each unique domain below.</p>
<div id="attachment_1445" class="wp-caption aligncenter" style="width: 360px"><img class="size-full wp-image-1445" title="Frequency of CC-Ads on each unique domain." src="http://www.stopthehacker.com/wp-content/uploads/2010/03/blackmarket_sites_freq.jpeg" alt="Frequency of CC-Ads on each unique domain." width="350" height="321" /><p class="wp-caption-text">Frequency of CC-Ads on each unique domain.</p></div>
<p><strong>Interesting Highlights:</strong></p>
<ul>
<li>None of the websites advertising stolen credit card data were blacklisted by Google&#8217;s Safe Browsing List. This could potentially indicate that cyber criminals are conscientious of not discouraging visitors to these sites.</li>
<li>Cyber criminals prefer to get paid via <a href="http://www.libertyreserve.com/" target="_blank">Liberty Reserve</a> and <a href="http://www.westernunion.com/" target="_blank">Western Union</a> money transfer services.</li>
<li>Some cyber criminals have used images to provide quotations <a href="http://img144.imageshack.us/img144/2327/baseundocked2.jpg" target="_blank">[img]</a>.</li>
<li>Yahoo.com seems to be the email and instant messaging service preferred by cyber criminals.</li>
<li>Nearly 75% of sites with CC-Ads are located in the US (see graph below).</li>
</ul>
<div id="attachment_1444" class="wp-caption aligncenter" style="width: 291px"><img class="size-full wp-image-1444" title="IP Geo-location for websites with CC-Ads." src="http://www.stopthehacker.com/wp-content/uploads/2010/03/blackmarket_sites_location.jpeg" alt="IP Geo-location for websites with CC-Ads." width="281" height="229" /><p class="wp-caption-text">IP Geo-location for websites with CC-Ads.</p></div>
<p><strong>Conclusion:</strong></p>
<p>It is clear from the current state of the credit card black-market that cyber criminals can operate much too easily on the Internet. They are not afraid to put out their email addresses, in some cases phone numbers and other credentials in their advertisements. It seems that the black market for cyber criminals is not underground at all. In fact, it&#8217;s very &#8220;in your face.&#8221; Clearly a more concerted effort is required to clamp down on this problem. Simply tying up loose ends on the enterprise side is not enough to combat this problem when there is virtually nothing to stop criminals from touting their stolen wares freely in the Internet.<br />
<span id="more-1420"></span><br />
<em>Editor&#8217;s Note: We are providing a limited list of sites as an example of the brash lawbreaking behavior of these cyber criminals. We believe it is important for the purpose of this article that the reader be able to verify our statements. Additionally, we believe that consumer awareness of the problem can only serve to reduce the ease with which these criminals operate.</em></p>
<p><strong>Forums used to buy and sell stolen credit card information:</strong></p>
<pre class="brush: plain; title: ; notranslate">
*hxxp://ghostmarket.net
*hxxp://gayatheists.2.forumer.com
*hxxp://www.pakbugs.com/sell
*hxxp://forums.lava-carding.com
*hxxp://www.offcarding.forums-free.com
*hxxp://hack0rz.forums-free.com
*hxxps://security-shell.ws
*hxxp://silverspam.net
*hxxp://sellcvv2.forums-actifs.com
</pre>
<p><strong>Various instant messenger credentials <a href="http://abbeville-louisiana.olx.com/cc-fullinfo-fresh-and-paypal-login-for-sale-iid-6281088" target="_blank">[1]</a> <a href="http://www.adguru.org/stock-market-f39-sell-cvv-fresh-cheap-t61131.html" target="_blank">[2]</a> <a href="http://www.aewebworks.com/aff/forum/topic58.html" target="_blank">[3]</a> used by cyber criminals:</strong></p>
<p>People who interacted with &#8220;ubuntu_kana&#8221; (Yahoo messenger):</p>
<ul>
<li>ahmadshrief11@yahoo.com, davidlindon1@gmail.com, frankykkk@yahoo.com, suzannasuro@gmail.com, alexgenieve@hotmail.com, dave3331@gmail.com, ccvhack21@yahoo.com, trungtuyen68@yahoo.com, XUAN_CCS@YAHOO.COM, niklasjulius@rocketmail.com, boy_magnanimous@yahoo.com, FRESH_HACK2002@YAHOO.COM, vic.sell@yahoo.com</li>
</ul>
<p>People who interacted with &#8220;peeseller&#8221; (Yahoo messenger):</p>
<ul>
<li>aloopapa@yahoo.com, dumpsfresh@yahoo.com, ug.tsunami@yahoo.com, sellrep@yahoo.com,</li>
</ul>
<p>People who interacted with &#8220;bagiabancc&#8221; (Yahoo messenger):</p>
<ul>
<li>WorkusaJob@yahoo.com, david_cuong_85@yahoo.com, salulynho@yahoo.com, vang_kiban@yahoo.com, pro.cv2er@gmail.com, pro.cv2er@hotmail.com</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2010/03/03/the-underground-credit-card-blackmarket/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

