<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>To The Last Tribe Consulting</title>
	
	<link>http://tothelasttribe.com/blog</link>
	<description>Josh Brower's Blog on Information Security, FreeBSD, &amp; All-Things I.T.</description>
	<lastBuildDate>Mon, 26 Jul 2010 20:26:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AnapologetosMusings" /><feedburner:info uri="anapologetosmusings" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>AnapologetosMusings</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>FormSite, Authorize.net, &amp; PCI DSS Compliance</title>
		<link>http://feedproxy.google.com/~r/AnapologetosMusings/~3/YeXw7Hmyu48/</link>
		<comments>http://tothelasttribe.com/blog/2010/07/formsite-authorize-net-pci-dss-compliance/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:19:58 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Authorize.net]]></category>
		<category><![CDATA[FormSite]]></category>
		<category><![CDATA[PCI DSS]]></category>
		<category><![CDATA[ResponsibleDisclosure]]></category>

		<guid isPermaLink="false">http://tothelasttribe.com/blog/?p=334</guid>
		<description><![CDATA[For the past couple weeks I have been working with a client on a web application project which requires online payment.  The organization has chosen to work with FormSite, a company that allows you to easily generate and edit HTML Forms and Surveys.  FormSite also has integration with PayPal,  Google Checkout, and Authorize.net.  FormSite boasts [...]]]></description>
			<content:encoded><![CDATA[<p>For the past couple weeks I have been working with a client on a web application project which requires online payment.  The organization has chosen to work with <a href="http://www.formsite.com/">FormSite</a>, a company that allows you to easily generate and edit HTML Forms and Surveys.  FormSite also has integration with PayPal,  Google Checkout, and Authorize.net.  FormSite boasts quite a few notable clients: Dell, Fed Ex, Oracle, and Pepsi, to name just a few.</p>
<p>With all this in mind, as I have been working with my client to send the user to the payment integration forms, I have stumbled across a couple interesting issues with FormSite&#8217;s Authorize.net integration, which I have brought to FormSite&#8217;s attention.</p>
<p>FormSite is using the <a href="http://developer.authorize.net/api/simplecheckout/">Simple Checkout</a> integration method with Authorize.net.  The standard setup for this method (as described in the Simple Checkout link), is that customers click the (already generated) Simple Checkout button, and are taken to Authorize.net&#8217;s hosted payment form to enter their payment information, along with any other required information.  In other words, the merchant&#8217;s server has nothing to do with generating or displaying the payment form&#8211;The customer is taken directly to the authorize.net server.  You can see an example of this from the screenshot below.  (Notice that the URL is Authorize.net)</p>
<p><a href="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/Auth.png" rel="lightbox[334]"><img class="aligncenter size-medium wp-image-349" title="Auth" src="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/Auth-300x247.png" alt="" width="300" height="247" /></a></p>
<p>What this does is take the merchant&#8217;s server out of the PCI compliance scope, since the merchant does not have anything to do with the checkout process&#8211;They don&#8217;t generate or display the payment form, neither do they capture or transmit the credit card information&#8211;This all falls to Authorize.net.</p>
<p>So with that in mind, let&#8217;s look at what FormSite does:</p>
<p>When the customer clicks on the (already generated) Simple Checkout button, instead of being redirected to Authorize.net&#8217;s hosted payment form, the customer stays connected to FormSite&#8217;s server, and the Authorize.net&#8217;s payment form is pushed to the customer from the FormSite server.  You can see what it looks like from the screenshot below.  (Notice that the URL is FormSite.com)</p>
<p><a href="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/Formsite-Authorize.png" rel="lightbox[334]"><img class="aligncenter size-medium wp-image-346" title="Formsite-Authorize" src="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/Formsite-Authorize-300x247.png" alt="" width="300" height="247" /></a></p>
<p>After the customer inputs his payment details, he clicks the &#8220;Submit&#8221; button;  At this point, the customer&#8217;s machine connects directly to Authorize.net over a secure connection, and submits the payment details.</p>
<p>So what is the issue?</p>
<p>When asked for PCI Compliance details, FormSite responded saying that <em> &#8220;The credit card details are submitted to Authorize.net and not FormSite.  If you click submit on the form or look at the form source, you will see the info is being sent straight to Authorize.net and not thru FormSite.&#8221; </em></p>
<p>After getting some more information from FormSite, it was clear that the only PCI compliance issues that they validate for is the SSL Certificate, among a couple other minor things; in their book, since they are not handling credit card details, but submitting them directly to Authorize.net, they feel that they are PCI compliant, since Authorize.net is the organization that captures the credit card information, not them.</p>
<p>Here is the issue I have with how they are currently doing things:</p>
<p>Because they do not forward the customer on to the Authorize.net server for the Authorize.net hosted payment form, but push the form down to the customer from their own servers, they have made themselves part of the checkout process, and, according to section 6.3 of PCI DSS, they need to do a bit of work to make sure that they are PCI compliant; things such as: regular code audits(6.3.7); separation of duties (6.3.1.5); change control procedures (6.4);  etc.</p>
<p><a href="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/pci_dss_v1-2.pdf">Here </a>is a pdf of PCI DSS section 6.3.</p>
<p>I have brought this to Formsite&#8217;s attention, and they have responded by saying that the way they currently do Authorize.net payment integration <strong>is </strong>non-standard, and that they will be changing it in the future&#8211; but that at this time, in their understanding, they are fully PCI Compliant as they are.</p>
<p>Because I believe that they are in violation of PCI DSS, from a liability standpoint, there is no way that I can recommend the Authorize.net payment feature of Formsite to any of my clients, until Formsite either changes the way that they do Authorize.net payment processing, or they recognize their need for completely validating their PCI compliance.</p>
<p>-Josh</p>
]]></content:encoded>
			<wfw:commentRss>http://tothelasttribe.com/blog/2010/07/formsite-authorize-net-pci-dss-compliance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://tothelasttribe.com/blog/2010/07/formsite-authorize-net-pci-dss-compliance/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=formsite-authorize-net-pci-dss-compliance</feedburner:origLink></item>
		<item>
		<title>Unique Comment Spam…</title>
		<link>http://feedproxy.google.com/~r/AnapologetosMusings/~3/fOGpLHIFgVU/</link>
		<comments>http://tothelasttribe.com/blog/2010/07/unique-comment-spam/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 21:17:16 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://tothelasttribe.com/blog/?p=339</guid>
		<description><![CDATA[I just saw this comment awaiting moderation on this blog, and I could not help but sharing&#8230;. -Josh]]></description>
			<content:encoded><![CDATA[<p>I just saw this comment awaiting moderation on this blog, and I could not help but sharing&#8230;.</p>
<p><a href="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/CommentSpam1.jpg" rel="lightbox[339]"><img class="aligncenter size-medium wp-image-343" title="CommentSpam" src="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/CommentSpam1-300x111.jpg" alt="" width="300" height="111" /></a></p>
<p style="text-align: auto;">
<p>-Josh</p>
]]></content:encoded>
			<wfw:commentRss>http://tothelasttribe.com/blog/2010/07/unique-comment-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tothelasttribe.com/blog/2010/07/unique-comment-spam/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=unique-comment-spam</feedburner:origLink></item>
		<item>
		<title>How I procured a free copy of “Network Flow Analysis”</title>
		<link>http://feedproxy.google.com/~r/AnapologetosMusings/~3/evf3P4jQVnI/</link>
		<comments>http://tothelasttribe.com/blog/2010/07/how-i-procured-a-free-copy-of-network-flow-analysis/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 17:32:07 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tothelasttribe.com/blog/?p=324</guid>
		<description><![CDATA[So a couple weeks ago I saw a tweet from taosecurity, something about getting a free book.  Always interested in free books, I saw this post, by Michael Lucas, the author of the Absolute FreeBSD book that I picked up last year. Needless to say, I spent about 2 hours trying to think up something [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/networkflow_big.png" rel="lightbox[324]"><img class="alignleft size-full wp-image-331" title="networkflow_big" src="https://tothelasttribe.com/blog/wp-content/uploads/2010/07/networkflow_big.png" alt="" width="170" height="225" /></a>So a couple weeks ago I saw a tweet from taosecurity, something about getting a free book.  Always interested in free books, I saw <a href="http://blather.michaelwlucas.com/?p=133&amp;cpage=1">this post</a>, by Michael Lucas, the author of the <a href="http://www.amazon.com/Absolute-FreeBSD-Complete-Guide-2nd/dp/1593271514/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1278350780&amp;sr=8-1-spell">Absolute FreeBSD</a> book that I picked up last year.</p>
<p>Needless to say, I spent about 2 hours trying to think up something witty, and <a href="http://blather.michaelwlucas.com/?p=133&amp;cpage=1#comment-46">this </a>is what I came up with.</p>
<p>I then promptly forgot about it.</p>
<p>Until a couple nights ago, when I got this email from Michael:</p>
<p><em>How can I resist having a child named after me?  Do let me know how you&#8217;ll explain this to your wife.</em></p>
<p><em>Please send me your snail mail address.</em></p>
<p><em>==ml</em></p>
<p><em> </em>After the elation of getting a free copy of a interesting-looking book</p>
<p>left me, I started pondering how in the word I was going to tell my wife that we had to change <a href="http://bit.ly/a3YGfe">Seth&#8217;s name</a>?</p>
<p>-Josh</p>
]]></content:encoded>
			<wfw:commentRss>http://tothelasttribe.com/blog/2010/07/how-i-procured-a-free-copy-of-network-flow-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://tothelasttribe.com/blog/2010/07/how-i-procured-a-free-copy-of-network-flow-analysis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-i-procured-a-free-copy-of-network-flow-analysis</feedburner:origLink></item>
	</channel>
</rss>
