Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is SQL Azure PCI-DSS Compliant?

If I were to use separate Windows Server that was PCI-DSS compliant, would I still be compliant if I had a SQL Azure hosting the backend? This is assuming that I'm compliant at the application layer, and that I'm only storing permitted values (like no CVV), etc.

like image 886
jchapa Avatar asked Aug 01 '10 03:08

jchapa


3 Answers

AWS is now PCI DSS 2.0 Level 1 compliant, so the assumptions that Level 1 is not achievable by a cloud vendor is not correct:

http://aws.amazon.com/security/pci-dss-level-1-compliance-faqs/

In addition, Rackspace has also achieved PCI Level 1 compliance:

http://www.rackspace.co.uk/rackspace-home/media-centre/news/article/article/rackspace-enhances-security-with-pci-accreditation/

It is true that Microsoft has not yet achieved PCI compliance for Windows Azure.

It is likely that they are actively working on addressing any limitations in Windows Azure so that they will also be able to provide this service to their customers and remain competitive, but as of today they have not yet achieved PCI compliance.

like image 89
Erik Avatar answered Sep 21 '22 04:09

Erik


Microsoft writes in the Azure Faq:

At commercial launch, Windows Azure will not have specific audit or security certifications. You can expect to see us pursue key certifications, such as the ISO27001, in the near future. The Windows Azure Platform and Windows Azure apply the rigorous security practices incorporated in the Security Development Lifecycle (SDL) process. SDL introduces security and privacy early and throughout the development process. The Windows Azure Platform and Windows Azure also benefit from the security capabilities afforded by the Microsoft Global Foundation Services’ (GFS) infrastructure. The GFS assurances are validated by external auditors on a regular basis and include a comprehensive security program that covers the entire delivery stack.

Microsoft makes no claim regarding PCI standards for 3rd party hosting. There are ways to develop cloud based applications to use 3rd party PCI data processers that may keep the cloud application itself out of scope.

http://www.microsoft.com/windowsazure/faq/default.aspx

choose "Licensing and Service Level Agreements" in the drop down then find the last paragraph "What industry audit and security certifications cover the Windows Azure Platform? Specifically, call out position on SAS70, ISO 27001, and PCI?"

like image 42
Erwin Avatar answered Sep 23 '22 04:09

Erwin


Not sure of PCI-DSS Compliance status in Azure, but I will note that Azure and EC2S3 are not the same animals. Azure is a completely hosted infrastructure which exposes services and endpoints to offer application writers the ability to sit on a fully managed and monitored (including typical security constructs in place for the on-premise Server product) platform, and extend these services to the resident applications.

Considering the amount of time that Microsoft has spent with the PCI folks (from Vista on), I would be highly surprised if a PCI-DSS compliant application didn't maintain it's level of certification when extended to Windows Azure.

Hope this helps. The purpose wasn't to bash EC2S3, it was more to fill in the blamks on Azure.

Mr. Helper :-)

like image 44
Mr. Helper Avatar answered Sep 21 '22 04:09

Mr. Helper