<?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"
	>

<channel>
	<title>PCI Blog - Compliance Demystified</title>
	<atom:link href="http://pcianswers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pcianswers.com</link>
	<description>PCI DSS and Regulatory Compliance Blog</description>
	<pubDate>Wed, 02 Jul 2008 22:00:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
			<item>
		<title>PCI 6.5 and the OWASP Top 10</title>
		<link>http://pcianswers.com/2008/07/02/pci-65-and-the-owasp-top-10/</link>
		<comments>http://pcianswers.com/2008/07/02/pci-65-and-the-owasp-top-10/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 21:59:28 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[PCI DSS]]></category>

		<category><![CDATA[Web Applications]]></category>

		<category><![CDATA[6.5]]></category>

		<category><![CDATA[Andrew van der Stock]]></category>

		<category><![CDATA[CSRF]]></category>

		<category><![CDATA[Jeremiah Grossman]]></category>

		<category><![CDATA[OWASP]]></category>

		<category><![CDATA[RFI]]></category>

		<category><![CDATA[Rnast]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=789</guid>
		<description><![CDATA[In a recent post by Jeremiah Grossman, he comments on how the PCI DSS Requirement 6.5 mentions the OWASP Top 10 from 2004 when the latest version is from 2007.  Yes, we all know that this to be true, as he notes in his post, but to say that these differences matter is a statement [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/07/owasp.gif" ><img class="alignright size-full wp-image-790" style="float: right;" title="owasp" src="http://pcianswers.com/wp-content/uploads/2008/07/owasp.gif" alt="" width="90" height="90" /></a>In a <a href="http://jeremiahgrossman.blogspot.com/2008/07/pci-dss-references-outdated-owasp-top.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/jeremiahgrossman.blogspot.com');">recent post by Jeremiah Grossman</a>, he comments on how the PCI DSS Requirement 6.5 mentions the <a href="http://www.owasp.org/index.php/Top_10_2004" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.owasp.org');">OWASP Top 10 from 2004</a> when the latest version is from <a href="http://www.owasp.org/index.php/Top_10_2007" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.owasp.org');">2007</a>.  Yes, we all know that this to be true, as he notes in his post, but to say that these differences matter is a statement of taxonomical nuance and not one of practical application.</p>
<p>Before I go further I&#8217;d like to say that I met with Jeremiah only once (at RSA this year) but from all accounts (<a href="http://treyford.wordpress.com/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/treyford.wordpress.com');">Trey Ford</a>) he is a nice guy and <a href="http://www.whitehatsec.com/presentations/whitehat_bh_pres_08032006.tar.gz" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.whitehatsec.com');">technically empowered</a>.  Also, I have a high respect for <a href="http://www.greebo.net/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.greebo.net');">Andrew van der Stock</a> and the difficult job he has in codifying the OWASP list.  I&#8217;ve had conversations with Andrew over the years about the history behind OWASP and PCI and believe I know the reasons things are they way they are.  So let&#8217;s go&#8230;</p>
<p>To say that the PCI DSS should keep pace with another standard is unjustified.  The PCI DSS requirements have evolved over the years to remove any reference to an outside group or body and genericized its language over things such as file-integrity monitoring and web-application firewalls to accommodate a variety of business processes.  The Council updated the document in 2006 to version 1.1 and virtually eliminated the use of the word &#8220;periodically&#8221; in place of concrete terms such as quarterly, weekly, or annually.  I understand why this was done as I too thought that periodically meant every 10-20 years (*joke*).</p>
<p>Jeremiah says that due to this usage and reference to prior days we now are in a situation where:</p>
<blockquote><p>That means you still have to code against Buffer Overflows and Application DoS, but not Malicious File Execution, Insecure Direct Object Reference, and Cross Site Request Forgery (CSRF).</p></blockquote>
<p>Dare I propose that <a href="http://www.owasp.org/index.php/Top_10_2007-A5" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.owasp.org');">Cross Site Request Forgery (CSRF)</a> (<a href="http://www.0x000000.com/?i=309" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.0x000000.com');">more info here</a>) and <a href="http://www.owasp.org/index.php/Top_10_2007-A3" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.owasp.org');">Remote File Execution (RFI)</a> are really both simply &#8220;Injection Flaws&#8221;?  While trying to understand the OWASP list, a friend of mine, Rnast, gave me <a href="http://rnast.is-a-geek.com/?p=33" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/rnast.is-a-geek.com');">this bit of wisdom</a> (and humor).  In fact A1, A2, A3, and A5 are all similar in one form or another and exist due to poorly coded web-applications, which in themselves are exploited via the injection flaws that exist in these applications.  Taxonomicaly these are listed as different vulnerabilities due to the initiation of their attack vector and how or what they exploit, but they have many similarities as well.  (Many thanks to Rnast for walking me through some of the more technical parts.)</p>
<p>So, taken literally, even using the 2004 data, which could not have been in the standard (v1.1) due to it being released in 2006 - one would still have to address Injection Flaws, which I would claim is almost 40% of the OWASP Top 10 in 2007!  To make a change, everyone should submit their feedback directly to the Council and propose they make changes for the next version of the standard.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F07%2F02%2Fpci-65-and-the-owasp-top-10%2F&amp;title=PCI+6.5+and+the+OWASP+Top+10" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/07/02/pci-65-and-the-owasp-top-10/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PCI Adoption in Europe and Asia Pacific</title>
		<link>http://pcianswers.com/2008/06/30/pci-adoption-in-europe-and-asia-pacific/</link>
		<comments>http://pcianswers.com/2008/06/30/pci-adoption-in-europe-and-asia-pacific/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 23:05:31 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Asia-Pacific]]></category>

		<category><![CDATA[Banking]]></category>

		<category><![CDATA[Europe]]></category>

		<category><![CDATA[Merchant]]></category>

		<category><![CDATA[PCI DSS]]></category>

		<category><![CDATA[PCI PIN]]></category>

		<category><![CDATA[acquiring bank]]></category>

		<category><![CDATA[adoption]]></category>

		<category><![CDATA[Chip PIN]]></category>

		<category><![CDATA[France]]></category>

		<category><![CDATA[Italy]]></category>

		<category><![CDATA[NetIQ]]></category>

		<category><![CDATA[Rob Newby]]></category>

		<category><![CDATA[Spain]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=786</guid>
		<description><![CDATA[Rob Newby blogs about the statistics and studies on the adoption of PCI compliance in Europe, based on the data points from a Register article with the same focus.  The article states:
European merchants are behind their US counterparts in getting up to speed with the Payment Card Industry&#8217;s Data Security Standard (PCI DSS), according to [...]]]></description>
			<content:encoded><![CDATA[<p>Rob Newby <a href="http://robnewby.blogspot.com/2008/06/european-pci-bad-state-or-bad-reporting.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/robnewby.blogspot.com');">blogs about the statistics and studies</a> on the adoption of PCI compliance in Europe, based on the data points from a <a href="http://www.theregister.co.uk/2008/06/24/pci_dss_compliance/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.theregister.co.uk');">Register article</a> with the same focus.  The article states:</p>
<blockquote><p>European merchants are behind their US counterparts in getting up to speed with the Payment Card Industry&#8217;s Data Security Standard (PCI DSS), according to a survey by management tools firm NetIQ.</p></blockquote>
<p>Rob points out that with a sample population of 65 data points:</p>
<blockquote><p>&#8230; all I can conclude from this survey is that NetIQ customers are ignorant, which isn&#8217;t a great advert for them.</p></blockquote>
<p>There&#8217;s a little bit of truth in both opinions (read the <a href="http://www.haloscan.com/comments/robnewby/457490892545342616/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.haloscan.com');">NetIQ comments</a> on Rob&#8217;s blog.)  It is true that PCI adoption in Europe is slower than that of merchants in the USA, and Asia Pacific is even further, but there a very good reason for this.</p>
<p>You have to factor in that organizations such as <a href="http://pcianswers.com/2007/03/18/apacs-releases-2007-numbers/" target="_blank" >APACS has been pushing Chip-PIN</a> for many years now.  France implemented Chip-PIN for the past six years.  This is <a href="http://pcianswers.com/2008/06/29/pin-theft/" target="_self" >not to say that the risks are lower</a>, but many different factors play a role.</p>
<p><a href="http://pcianswers.com/wp-content/uploads/2007/04/sepa.jpg" ><img class="alignright size-full wp-image-435" style="float: right;" title="sepa.jpg" src="http://pcianswers.com/wp-content/uploads/2007/04/sepa.jpg" alt="" width="120" height="113" /></a><strong>European PCI DSS Adoption Factors</strong></p>
<p>The first factor is that of education.  Whenever you talk with someone about PCI in Europe this is how the conversation goes:</p>
<blockquote><p>&#8220;I&#8217;d like to talk with you about PCI DSS.&#8221;<br />
&#8220;PCI DSS? What is that?&#8221;<br />
&#8220;Well it has to do with credit card security&#8230;&#8221;<br />
&#8220;Oh, I don&#8217;t need that, I have this Chip-PIN infrastructure.&#8221;</p></blockquote>
<p>It&#8217;s hard to get merchants over the fact that they cannot mitigate all the risk of storing credit card data simply by rolling out Chip-PIN terminals.</p>
<p>The second factor affecting merchant compliance in Europe is that in countries such as Spain and Italy a merchant will not have just one or two acquirers but more like 10-12 acquiring banks.  Since each bank only does 1/10 or 1/12 of that merchant&#8217;s business it&#8217;s a hard business proposition for one of them to take the first step forward and require the merchant to validate their compliance.  The risk is high that a merchant may simply drop that acquirer from their transaction processing channel.</p>
<p><a href="http://pcianswers.com/wp-content/uploads/2007/05/asia-pacific.jpg" ><img class="alignright size-full wp-image-442" style="float: right;" title="asia-pacific.jpg" src="http://pcianswers.com/wp-content/uploads/2007/05/asia-pacific.jpg" alt="" width="135" height="131" /></a><strong>Asia-Pacific PCI DSS Adoption Factors</strong></p>
<p>Within the Asia-Pacific (AP) region merchant adoption of PCI DSS has been slow due to the risk factors.  Each country is different, but as a region the amount of fraud happening &#8220;in-country&#8221; is rather low.  This means that credit cards compromised and used fraudulently within S. Korea is very low.  The fraud of note is that which is classified as &#8220;cross border&#8221; fraud.  This is where a credit card compromised within the USA is then used in Australia fraudulently.  Due to these fraud factors, and the historic emphasis on driving service provider compliance within the region, merchants are slower to the game.</p>
<p>That said, I was just in Australia and the number of QSA companies operating in the region is considerably higher both there and in Japan (two of the largest AP countries by transaction volume.)  This increase in auditors shows an increasing demand for compliance validation on behalf of merchants.  Articles that show the &#8220;slow&#8221; adoption are like trying to buy a car without looking under the hood.  You may look at an older Honda Civic and think you can beat it in a race, but not if it&#8217;s got a <a href="http://www.amazon.com/Honda-Acura-Engine-Performance-Kojima/dp/155788384X" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.amazon.com');">turbo-charged Acura engine</a> under the hood.</p>
<p>I think the key to remember is that all merchants are at risk and that risk varies by industry, vertical, infrastructure, and so many other factors.  I like Rob&#8217;s reminder that:</p>
<blockquote><p>I am prepared to admit that the spotlight will be on the Tier 1 merchants in the first instance. However, its a bit like relying on everyone else being fatter to avoid heart disease, i.e. stupid.</p></blockquote>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fpci-adoption-in-europe-and-asia-pacific%2F&amp;title=PCI+Adoption+in+Europe+and+Asia+Pacific" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/30/pci-adoption-in-europe-and-asia-pacific/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CPISM certification classes filling up</title>
		<link>http://pcianswers.com/2008/06/30/cpism-certification-classes-filling-up/</link>
		<comments>http://pcianswers.com/2008/06/30/cpism-certification-classes-filling-up/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:13:16 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Conferences]]></category>

		<category><![CDATA[cpism]]></category>

		<category><![CDATA[Salt Lake City]]></category>

		<category><![CDATA[spsp]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=788</guid>
		<description><![CDATA[I just checked the SPSP website under Events and noticed the CPISM certification training and exam are filling up.  The list of people attending includes Fortune 500 companies and lots of people from the Payments Industry.
Take a look and see if you can get funding to attend the training and exam on August 13-15, 2008 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/05/spsp_logo.jpg" ><img class="alignright size-full wp-image-745" style="float: right;" title="spsp_logo" src="http://pcianswers.com/wp-content/uploads/2008/05/spsp_logo.jpg" alt="" width="259" height="78" /></a>I just checked the <a href="http://www.paymentsecuritypros.com/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.paymentsecuritypros.com');">SPSP website</a> under Events and noticed the CPISM certification training and exam are filling up.  The list of people attending includes Fortune 500 companies and lots of people from the Payments Industry.</p>
<p>Take a look and see if you can get funding to attend the training and exam on August 13-15, 2008 in Salt Lake City, UT.  I&#8217;ll be there along with others to network and discuss the Payments Industry.  After the intensive classes during the day, I&#8217;ll be leading up activities in the evening.  Remember, I was married in Salt Lake City, so I can get the lowdown on events and places to go.</p>
<p>This should be a memorable event for all those involved!</p>
<p>Also, if you are interested, the SPSP is looking for other bloggers who write about PCI to get their feeds listed on the SPSP site.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F30%2Fcpism-certification-classes-filling-up%2F&amp;title=CPISM+certification+classes+filling+up" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/30/cpism-certification-classes-filling-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wireless and PCI - executive dinner in NYC</title>
		<link>http://pcianswers.com/2008/06/29/wireless-and-pci-executive-dinner-in-nyc/</link>
		<comments>http://pcianswers.com/2008/06/29/wireless-and-pci-executive-dinner-in-nyc/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 07:35:55 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Conferences]]></category>

		<category><![CDATA[Wireless]]></category>

		<category><![CDATA[AirDefense]]></category>

		<category><![CDATA[Motorola]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=787</guid>
		<description><![CDATA[AirDefense and Motorola have partnered to hole an executive dinner on wireless security in NYC on July 17th, 2008.  They invited us to present and I&#8217;ll be talking about wireless security as it relates to PCI DSS compliance.  I&#8217;ll also be discussing the difference between compliance and validation as it pertains to current data compromises.
If [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2007/05/wireless.jpg" ><img class="alignright size-full wp-image-452" style="float: right;" title="wireless.jpg" src="http://pcianswers.com/wp-content/uploads/2007/05/wireless.jpg" alt="" width="71" height="106" /></a>AirDefense and Motorola have partnered to hole an executive dinner on wireless security in NYC on July 17th, 2008.  They invited us to present and I&#8217;ll be talking about wireless security as it relates to PCI DSS compliance.  I&#8217;ll also be discussing the difference between compliance and validation as it pertains to current data compromises.</p>
<p>If you&#8217;re in the NYC area and care about wireless security,<a href="http://www.airdefense.net/rsvp/ny/?id=AegenisGroup" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.airdefense.net');"> you should register for the event</a> and attend.  I&#8217;ve always said that it&#8217;s better to have more tools in your toolbox.  Attending this session will broaden your understanding of the standard and help you maximize your security capital by focusing on day-to-day security while saitsfying your compliance needs.</p>
<p>I knew a company once that reverse engineered their database system so they could extract the encryption/decryption keys just so they could print them out and store them under &#8220;dual control&#8221; in two different safes.  That company successfully increased the risk to cardholder data just to meet a perceived compliance need.</p>
<p>I&#8217;d like to help you better understand the standard, especially those surrounding wireless security, so you can be more effective in securing your infrastructure.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwireless-and-pci-executive-dinner-in-nyc%2F&amp;title=Wireless+and+PCI+-+executive+dinner+in+NYC" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/29/wireless-and-pci-executive-dinner-in-nyc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PIN Theft</title>
		<link>http://pcianswers.com/2008/06/29/pin-theft/</link>
		<comments>http://pcianswers.com/2008/06/29/pin-theft/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 04:23:31 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Credit Card Fraud]]></category>

		<category><![CDATA["The Real Hustle"]]></category>

		<category><![CDATA[cloning]]></category>

		<category><![CDATA[pin]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=784</guid>
		<description><![CDATA[We have blogged before about attacks on PIN terminals, but here&#8217;s another blog post and interesting video on that theft in action.  It seems The Real Hustle has a number of YouTube videos on a variety of scams ranging from technical to strictly social engineering.










]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/06/pin.jpg" ><img class="alignright size-full wp-image-785" style="float: right;" title="pin" src="http://pcianswers.com/wp-content/uploads/2008/06/pin.jpg" alt="" width="143" height="75" /></a>We have <a href="http://pcianswers.com/2008/02/28/hacking-chip-and-pin/" target="_blank" >blogged before</a> about attacks on PIN terminals, but here&#8217;s <a href="http://securitycoin.blogspot.com/2008/06/and-now-pin-stealing.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/securitycoin.blogspot.com');">another blog post</a> and <a href="http://www.youtube.com/watch?v=9mi4kB15wMY" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.youtube.com');">interesting video</a> on that theft in action.  It seems <a href="http://www.trutv.com/shows/real_hustle/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.trutv.com');">The Real Hustle</a> has a number of YouTube videos on a variety of scams ranging from technical to strictly social engineering.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fpin-theft%2F&amp;title=PIN+Theft" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/29/pin-theft/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Definaitions, Roles and Responsibilities of PCI</title>
		<link>http://pcianswers.com/2008/06/29/definaitions-roles-and-responsibilities-of-pci/</link>
		<comments>http://pcianswers.com/2008/06/29/definaitions-roles-and-responsibilities-of-pci/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 04:16:24 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Approved Scanning Vendor]]></category>

		<category><![CDATA[Card Associations]]></category>

		<category><![CDATA[Merchant]]></category>

		<category><![CDATA[PCI DSS]]></category>

		<category><![CDATA[PCI PIN]]></category>

		<category><![CDATA[PCI SSC]]></category>

		<category><![CDATA[QSA]]></category>

		<category><![CDATA[pa-dss]]></category>

		<category><![CDATA["card brand"]]></category>

		<category><![CDATA[asv]]></category>

		<category><![CDATA[council]]></category>

		<category><![CDATA[faq]]></category>

		<category><![CDATA[PCI PED]]></category>

		<category><![CDATA[sap]]></category>

		<category><![CDATA[saq]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=783</guid>
		<description><![CDATA[In the payments industry there exists the PCI guidelines.  When we refer to PCI we are usually talking about the PCI DSS, although as anyone will tell you there is also the PCI PED, PCI PA-DSS, and others you should be aware of.  But what are the roles and responsibilities within this arena of acronyms?
For [...]]]></description>
			<content:encoded><![CDATA[<p>In the payments industry there exists the PCI guidelines.  When we refer to PCI we are usually talking about the PCI DSS, although as anyone will tell you there is also the PCI PED, PCI PA-DSS, and others you should be aware of.  But what are the roles and responsibilities within this arena of acronyms?</p>
<p>For many of us we hear things such as PCI DSS, QSA, ASV, SAQ, SAP, and our eyes roll back in our heads.  In fact I was talking with someone to come up with the longest PCI acronym and we came up with head-spinning examples such as &#8220;PCI DSS SAQ FAQ&#8221;, which is based on the SAP, audited by a QSA.  Baaaaaaaaah!</p>
<p>To clarify some of this we should segment the conversation into <strong>compliance</strong> documents and <strong>validation</strong> documents.  The PCI DSS is a set of 12 requirements (the &#8220;digital dozen&#8221;) that companies must comply with.  If you are a <a href="http://usa.visa.com/merchants/risk_management/cisp_merchants.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/usa.visa.com');">Level 1 merchant</a> (i.e. large company) you are required to validate using the Security Audit Procedures (SAP).  If you are a <a href="http://usa.visa.com/merchants/risk_management/cisp_merchants.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/usa.visa.com');">Level 2-3 merchant</a> (i.e. medium sized company) you are required to validate using the Self-Assessment Questionnaire (SAQ).  Level 4 merchant (i.e. small companies) are <a href="http://usa.visa.com/download/merchants/level_4_merchant_compliance.pdf" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/usa.visa.com');">not all required to validate, but must comply at all times</a>.</p>
<p>The <a href="https://www.pcisecuritystandards.org/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.pcisecuritystandards.org');">PCI Security Standards Council (SSC)</a>, or the &#8220;Council&#8221;, is an independent standards body made up of the five participating card brands - American Express, Discover, JCB, MasterCard Worldwide, and Visa Inc.  They oversee the standard itself along with the validation document.  They also qualify a closed list of assessors to perform the PCI audits and the Internet vulnerability scans.  These are called QSAs and ASVs respectively.  More on these later.</p>
<p>The following is a list of documents managed by the PCI SSC:</p>
<ul>
<li>PCI Data Security Standard (compliance)</li>
<li>PCI DSS Security Audit Procedures (validation)</li>
<li>PCI DSS Self-Assessment Questionnaire (validation)</li>
<li>PCI DSS Security Scanning Procedures (for ASVs)</li>
<li>PCI PED Standards (compliance and validation)</li>
<li>PCI Payment Application Data Security Standard (PA-DSS)</li>
<li>as well as endless FAQs, information supplemental, and much more</li>
</ul>
<p>Other acronyms, include those involved in assisting with the PCI DSS audit.  The Qualified Security Assessor (QSA) includes a list of companies, qualified by the PCI SSC, who assist merchants in validating their compliance against the PCI DSS.  Why would you need one of these companies?  Well, technically, Level 1 merchants can perform the audit with their internal audit department so long as the report is signed off by an officer of the corporation.  The reason companies hire QSAs is for the same reason they hire an external Penetration Tester - expertise and experience.</p>
<p>The Approved Scan Vendors (ASV) include a list of companies, qualified by the PCI SSC, who assist merchants in validating their compliance via the use of Internet vulnerability scans.  Merchants must scan their exposed and in-scope Internet connected systems quarterly and remediate any high risk items.</p>
<p><strong>Roles and Responsibilities</strong></p>
<p>As Martin McKeay <a href="http://www.mckeay.net/2008/05/30/look-to-the-acquiring-banks-not-the-pci-security-council/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.mckeay.net');">aptly noted</a>, we must first understand who is in charge of what before asking questions or making accusations.</p>
<p>The PCI SSC is in charge of setting the rules.  That is it.  They manage the standard, the assessors, and provide information and clarity on both.</p>
<p>The card brands are in charge of enforcement of the standard.  This includes setting merchant levels, service provider levels, and working with the acquiring banks to manage compliance of all merchants.  They also get involved in the event of a compromise.</p>
<p>Now here&#8217;s the tricky part - not all card brands are alike.  Visa and MasterCard will never deal directly with a merchant.  Instead they will work through Issuing and Acquiring banks.  Whereas American Express, Discover, and JCB can go either way (working via issuing and acquiring banks or working directly with the merchant.)  Why is any of this important?  Because whoever the merchant&#8217;s acquiring bank is, be it Bank of America or American Express, they will define your validation deadline and work with you until you fully validate compliance.</p>
<p>If this still doesn&#8217;t make sense or you have further questions be sure to email or call us - both are listed on the homepage of this blog.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fdefinaitions-roles-and-responsibilities-of-pci%2F&amp;title=Definaitions%2C+Roles+and+Responsibilities+of+PCI" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/29/definaitions-roles-and-responsibilities-of-pci/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where does all the data go? - Hacker Underground</title>
		<link>http://pcianswers.com/2008/06/29/where-does-all-the-data-go-hacker-underground/</link>
		<comments>http://pcianswers.com/2008/06/29/where-does-all-the-data-go-hacker-underground/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 03:39:31 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Credit Card Fraud]]></category>

		<category><![CDATA["boa factory"]]></category>

		<category><![CDATA["david thomas"]]></category>

		<category><![CDATA["max butler"]]></category>

		<category><![CDATA["max vision"]]></category>

		<category><![CDATA["roman vega"]]></category>

		<category><![CDATA["the grifters"]]></category>

		<category><![CDATA[carders]]></category>

		<category><![CDATA[cardersmarket]]></category>

		<category><![CDATA[ccpowerforums]]></category>

		<category><![CDATA[darkmarket]]></category>

		<category><![CDATA[darkpay]]></category>

		<category><![CDATA[data]]></category>

		<category><![CDATA[elmariachi]]></category>

		<category><![CDATA[iceman]]></category>

		<category><![CDATA[scandinaviancarding]]></category>

		<category><![CDATA[shadowcrew]]></category>

		<category><![CDATA[theftservices]]></category>

		<category><![CDATA[underground]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=779</guid>
		<description><![CDATA[These days I have been thinking and researching the great question of &#8220;Where does all the data go?&#8221;  We read about data compromises in the news and hear about large fines and penalties geared towards corporate America (or &#8220;end users&#8221; as @cmlh likes to call them.)  But what happens to that data after it&#8217;s stolen, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/06/barcode.jpg" ><img class="alignright size-full wp-image-781" style="float: right;" title="barcode" src="http://pcianswers.com/wp-content/uploads/2008/06/barcode.jpg" alt="" width="115" height="115" /></a>These days I have been thinking and researching the great question of &#8220;Where does all the data go?&#8221;  We read about data compromises in the news and hear about large fines and penalties geared towards corporate America (or &#8220;end users&#8221; as <a href="http://twitter.com/cmlh" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/twitter.com');">@cmlh</a> likes to call them.)  But what happens to that data after it&#8217;s stolen, lost, or &#8216;exposed&#8217;?  What happens in the hacker underground and how is it frighteningly similar to the US housing market crash?  Why do hackers wait before selling off their stolen data?  Why does this give us time to prepare?  And what is the ROI of reporting data compromises.  I&#8217;ll be creating several blog posts and podcasts on this very topic.</p>
<p>The carder underground is not to dissimilar to the e-commerce marketplaces we use such as eBay.  You see once a hacker can compromise credit card data (we&#8217;ll get to how very shortly), they want to monetize this data.  But who would trust someone who is selling illegal information in a digital format.  If they are a thief then what keeps them from selling the same data to multiple people and making even more money?  Well, how do you know who to buy from on eBay?  Reputation!  That&#8217;s right carders would give each other feedback online to build their reputation.  The enabled people to know who the reputable hackers were and which were not (if that&#8217;s even possible to say.)</p>
<p>Historically carders would sell their wares brazenly via online websites such as Boa Factory, CardersMarket, and ShadowCrew. These A-list credit card trading centers gave rise to hundreds of smaller sites such as TheftServices, CCPowerForums, ScandinavianCarding, DarkMarket, DarkPay, and The Grifters.</p>
<p>Boa Factory was run by Roman Vega, a Urkanian national, presently in jail in California.  He was king of the underground making large amounts of money selling passports, travelers checks, plastic cards, and &#8220;dumps&#8221; (what hackers call Track or Magnetic Stripe Data).  Roman operated unique to all others in that he subcontracted work to lawyers, botnet owners, hackers, traffickers, and carders.</p>
<p>Shadowcrew was a similar operation but operated as a message board for hackers to trade and exchange illegal credit card information such as &#8220;dumps&#8221;, CVV2 numbers, social security numbers (SSN), and much more.  A hacker with the handle of Iceman ran the bulletin board and policed the illegal activities.  Another member of that board David Thomas (aka. ElMariachi) disliked the operation and broke off forming another site called The Grifters.  Iceman and ElMariachi disliked each other in ways never imagined.  (You can read their <a href="http://afterlife.wordpress.com/2006/07/12/carding-web-sites/#comment-1212" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/afterlife.wordpress.com');">banter back and forth</a> in the <a href="http://afterlife.wordpress.com/2006/06/19/cardersmarket-shadowcrew-and-credit-card-theft/#comment-324" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/afterlife.wordpress.com');">comments section here</a>.  You can read even more about this via a compilation of news articles from <a href="http://pcianswers.com/wp-content/uploads/2008/06/cybermobs.doc" >CanWest News Service</a>.)</p>
<p>Once law enforcement took down one message board another would pop up, and the carders and buyers would migrate their operations.  CardersMarket was the largest of the last online carder forums.  It was run by, you guessed it, Iceman.  When the police <a href="http://www.securityfocus.com/comments/articles/203/5729/threaded#5729" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.securityfocus.com');">took down</a> CardersMarket they <a href="http://www.theregister.co.uk/2007/09/12/max_vision_faces_more_hacking_charges/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.theregister.co.uk');">arrested Iceman</a> (aka <a href="http://taosecurity.blogspot.com/2007/09/max-ray-butler-in-trouble-again.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/taosecurity.blogspot.com');">Max Ray Butler</a>, <a href="http://www.securityfocus.com/news/203" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.securityfocus.com');">Max Vision</a>, Digits, Aphex.)</p>
<p>Law Enforcement (LE) quickly caught on and started shutting down each of these online sites.  They defaced sites such as ShadowCrew telling the hackers they had taken over the website and would not permit this fraud.  Sadly, not all hackers are very smart and some thought it was just a joke.  They kept emailing the Secret Service asking for the stolen cards they ordered.  Instead of credit cards they received jail time.</p>
<p>These days the online message boards have all but disappeared with the carders moving to older technology as their last resistance against law enforcement.  Carders exists in a low-tech world without borders.  They exchange credit card data on IRC (Internet Relay Channel) bulletin boards that have a tiered structure based on your level of access.</p>
<p>Now that we have identified the &#8216;carders&#8217; of the underground, the next article in this series will focus on the actual flow of credit card data - from the POS to the point of monetization.  We will also explore how this channel is similar to the current housing market and why prices are so low.  Stay tuned.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F29%2Fwhere-does-all-the-data-go-hacker-underground%2F&amp;title=Where+does+all+the+data+go%3F+-+Hacker+Underground" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/29/where-does-all-the-data-go-hacker-underground/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Baby tests Two-Factor Authentication</title>
		<link>http://pcianswers.com/2008/06/16/baby-tests-two-factor-authentication/</link>
		<comments>http://pcianswers.com/2008/06/16/baby-tests-two-factor-authentication/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 08:12:50 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[PCI DSS]]></category>

		<category><![CDATA[baby]]></category>

		<category><![CDATA[two-factor authentication]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=776</guid>
		<description><![CDATA[Yes, it&#8217;s true, even babies can be PCI DSS compliant.  It appears that having children means integrating them into your life and watching as they integrate into yours.  A good friend of mine, Jacob, blogged about how his baby utilizes two-factor authentication to verify that the person holding him really is &#8220;Daddy&#8221;.
Some of my colleagues [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/06/baby.jpg" ><img class="alignright size-full wp-image-777" style="float: right;" title="baby" src="http://pcianswers.com/wp-content/uploads/2008/06/baby.jpg" alt="" width="100" height="75" /></a>Yes, it&#8217;s true, even <a href="http://www.packetshard.com/?p=113" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.packetshard.com');">babies can be PCI DSS compliant</a>.  It appears that having children means integrating them into your life and watching as they integrate into yours.  A good friend of mine, Jacob, blogged about how his baby utilizes two-factor authentication to verify that the person holding him really is &#8220;Daddy&#8221;.</p>
<blockquote><p>Some of my colleagues joked with me when we were expecting that he would be born knowing the PCI DSS requirements. I guess he’s got 8.3 down at six and a half months.</p></blockquote>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fbaby-tests-two-factor-authentication%2F&amp;title=Baby+tests+Two-Factor+Authentication" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/16/baby-tests-two-factor-authentication/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CPISM Wiki</title>
		<link>http://pcianswers.com/2008/06/16/cpism-wiki/</link>
		<comments>http://pcianswers.com/2008/06/16/cpism-wiki/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 08:04:58 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[PCI DSS]]></category>

		<category><![CDATA[cpism]]></category>

		<category><![CDATA[forum]]></category>

		<category><![CDATA[RSS]]></category>

		<category><![CDATA[spsp]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=775</guid>
		<description><![CDATA[In reference to the Certified Payment-Card Industry Security Manager (CPISM) there is a Wiki article now online.   This certification is managed by the Society of Payment Security Professionals (SPSP).  If you have not registered then do so now.  Once you join you can browse the member list and see the wide range of professionals that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/05/spsp_logo.jpg" ><img class="alignright size-full wp-image-745" style="float: right;" title="spsp_logo" src="http://pcianswers.com/wp-content/uploads/2008/05/spsp_logo.jpg" alt="" width="259" height="78" /></a>In reference to the Certified Payment-Card Industry Security Manager (CPISM) there is a <a href="http://en.wikipedia.org/wiki/Certified_Payment-Card_Industry_Security_Manager" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/en.wikipedia.org');">Wiki article now online</a>.   This certification is managed by the <a href="http://www.paymentsecuritypros.com/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.paymentsecuritypros.com');">Society of Payment Security Professionals (SPSP)</a>.  If you have not registered then do so now.  Once you join you can browse the member list and see the wide range of professionals that participate.  Also, you can download the membership demographics analysis showing this distribution and member attributes.</p>
<p>They are currently in progress of upgrading the back-end software to improve all of the current features including the Forum and Blog.  Once updated you will be able to subscribe to individual RSS feeds for every part of the site including the updated online forum.  Look forward to new feature in the future, for even better collaboration.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F16%2Fcpism-wiki%2F&amp;title=CPISM+Wiki" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/16/cpism-wiki/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PCI DSS Requirement 6.6</title>
		<link>http://pcianswers.com/2008/06/15/pci-dss-requirement-66/</link>
		<comments>http://pcianswers.com/2008/06/15/pci-dss-requirement-66/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 07:52:07 +0000</pubDate>
		<dc:creator>Michael Dahn</dc:creator>
		
		<category><![CDATA[Merchant]]></category>

		<category><![CDATA[PCI DSS]]></category>

		<category><![CDATA[PCI SSC]]></category>

		<category><![CDATA[Service Provider]]></category>

		<category><![CDATA[Web Applications]]></category>

		<category><![CDATA[6.6]]></category>

		<category><![CDATA[application firewall]]></category>

		<category><![CDATA[AVRM]]></category>

		<category><![CDATA[compensating control]]></category>

		<category><![CDATA[OWASP]]></category>

		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://pcianswers.com/?p=774</guid>
		<description><![CDATA[Many people know by now that PCI DSS Requirement 6.6 is going into effect (meaning you must be compliant) on June 30, 2008.  What these same people are asking is, how does this apply to me and my business?  And how can or should I comply with this requirement?  There have been a number of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pcianswers.com/wp-content/uploads/2008/06/simplicity.jpg" ><img class="alignright size-full wp-image-778" style="float: right;" title="simplicity" src="http://pcianswers.com/wp-content/uploads/2008/06/simplicity.jpg" alt="" width="93" height="124" /></a>Many people know by now that PCI DSS Requirement 6.6 is going into effect (meaning you must be compliant) on <a href="http://jeremiahgrossman.blogspot.com/2008/05/pci-66-countdown-clock.html" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/jeremiahgrossman.blogspot.com');">June 30, 2008</a>.  What these same people are asking is, how does this apply to me and my business?  And how can or should I comply with this requirement?  There have been a <a href="http://www.bankinfosecurity.com/articles.php?art_id=863" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.bankinfosecurity.com');">number</a> of <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9085038" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.computerworld.com');">blog</a> <a href="http://www.scmagazineus.com/Deconstructing-PCI-66/article/110013/" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.scmagazineus.com');">posts</a> about this requirement and even more discussions about what it all really means.</p>
<p><strong>What does it mean?</strong></p>
<p>In order to understand this you have to take my Attack Vector based Risk Management (AVRM) approach towards the intent behind this requirement.  One could easily reference that the intent behind this requirement is to prevent Internet-facing web-application compromises and you would be correct, but also missing the deeper meaning and back story.</p>
<p>Although card-present (typically IPOS) systems account for a greater number of credit cards stolen, about half of all account compromises are a result of web-application data breaches.  Of this population, about 90%+ of the data compromises are a result of the <a href="http://www.owasp.org/index.php/OWASP_Top_Ten_Project" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.owasp.org');">top 5-10 web-application vulnerabilities</a>.  These include, but are not limited to, SQL injection, cross-site scripting, cross-site request forgery (CSRF) and other input/output validation issues.  Knowing this you can now imagine that if we could mitigate the risk of these top attacks we could reduce the population of credit card data breaches by almost half!  (This does not reduce the number of credit cards stolen by half.)</p>
<p>The consideration here is not just to protect against the OWASP Top 10 but to consider those that apply to your web-application and understand those that cause the highest risk to your application.  Consider the risk you could mitigate simply by properly validating the input/output on your application.  Would this address all risk?  No, but it would get you significant progress towards that goal.</p>
<p>Also, remember there is a difference between compliance and validation.  If you validated your compliance prior to June 30 you do not need to re-validate for 12 months, but you do need to be compliant with the standard at all times.  Compliance is a state of being that you must maintain at all times; for this requirement it means on or after June 30, 2008.</p>
<p><strong>How can I comply?</strong></p>
<p>The best part about this (and other) requirements is the large number of ways to comply.  Remember, the goal is to meat the intent - so how can we do this?  Well the standard states two options, and the intent leaves it open to many others.  Let&#8217;s list the two given options first:</p>
<ul>
<li>Have all custom application code reviewed for common vulnerabilities by an organization that specializes in application security.</li>
<li>Install an application-layer firewall in front of web-facing applications</li>
</ul>
<p>First, remember that it is not comparing apples to apples here, but providing options that different enterprises can implement depending on their specific needs and abilities.  We are still aiming to meet the same intent.  Notice that, agnostic of technology, we can meet the intent using either of the prescribed methods.</p>
<p>Second, we should use the &#8216;intent&#8217; defined above, via the AVRM model, to understand what &#8220;common vulnerabilities&#8221; means.  To clarify the meaning of &#8220;an organization that specializes in application security&#8221; they are saying you should use a company that can identify the &#8220;common vulnerabilities&#8221; and remediate them, rather than your 8 year old nephew who just took her first computer programming course.</p>
<p>Now people are always asking what is an &#8220;application-firewall&#8221;.  They know what it is, but want to know what <em>you</em> think it is.  We should no longer have to answer that question again, because agnostic of technology an &#8220;application-layer firewall&#8221; should satisfy the intent behind this requirement as outlined above.</p>
<p>Still not enough?  Well, the PCI SSC has released an <a href="https://www.pcisecuritystandards.org/tech/supporting_documents.htm" target="_blank" onclick="javascript:urchinTracker ('/outbound/article/www.pcisecuritystandards.org');">Information Supplement that clarifies Requirement 6.6</a>.  Among other things, this supplement offers four additional alternatives towards meeting the intent of this requirement:</p>
<ol>
<li>Manual review of application source code</li>
<li>Proper use of automated application source code analyzer (scanning) tools</li>
<li>Manual web application security vulnerability assessment</li>
<li>Proper use of automated web application security vulnerability assessment (scanning) tools</li>
</ol>
<p>Still not enough to meet your business requirements?  Then document a <a href="http://pcianswers.com/2008/06/10/verify-that-compensating-controls-work/" target="_blank" >compensating control</a> and write up how it mitigates the risk, to meet the intent, that could not be accomplished due to a legitimate business or technical issue.</p>

<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6" title="Slashdot It!" onclick="javascript:urchinTracker ('/outbound/article/slashdot.org');"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6" title="Digg This Story" onclick="javascript:urchinTracker ('/outbound/article/digg.com');"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6" title="Reddit" onclick="javascript:urchinTracker ('/outbound/article/reddit.com');"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6', 'delicious', 'toolbar=no,width=700,height=400'); return false;" onclick="javascript:urchinTracker ('/outbound/article/del.icio.us');"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F" title="Share on Facebook" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F" title="Add to my Technorati Favorites" onclick="javascript:urchinTracker ('/outbound/article/technorati.com');"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6" title="Save to Google Bookmarks" onclick="javascript:urchinTracker ('/outbound/article/www.google.com');"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fpcianswers.com%2F2008%2F06%2F15%2Fpci-dss-requirement-66%2F&amp;title=PCI+DSS+Requirement+6.6" title="Stumble it!" onclick="javascript:urchinTracker ('/outbound/article/www.stumbleupon.com');"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://pcianswers.com/2008/06/15/pci-dss-requirement-66/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
