Quantcast StorefrontBacktalk » Blog Archive » PCI: Maybe It’s Not Just For Card Data Any More
advertisement
advertisement

PCI: Maybe It’s Not Just For Card Data Any More

Written by Evan Schuman
November 12th, 2009
Like this story? Share it
To share this story with people in your social network, please click on the network icons below.

With all of the recent fuss about PCI requirements and how to protect payment cards, many companies have opted to take a far too narrow view of data protection. The PCI rules are absolutely designed to only apply to payment cards. But the same common-sense security guidelines will also dramatically help the security of CRM databases, personnel files, E-mail servers, payroll details and even the full contents of your Web site.

In this week’s Guest Column on the new McAfee security blog, a reader describes a run-in with a nervous customer who had lost a ton of data because he hadn’t been doing a backup. Why? It didn’t include payment data, so he ignored all of the PCI guidelines he was following elsewhere in the system. So what was so important about this non-PCI-oriented data? “It’s the flight maintenance records for our entire fleet of aircraft.”


advertisement

2 Comments | Read PCI: Maybe It’s Not Just For Card Data Any More

  1. Cranston Snoard Says:

    Oh, please — PCI to protect flight maintenance records??? The aviation industry and aviation operations already have requirements for ensuring information is retained, reviewed, signed off, auditable, etc.

    And there are far better guidelines for protection of sensitive information than PCI. Let’s not start the propaganda that PCI is some grand, all encompassing process that can now cross into other areas of data protection It isn’t — at best it is a simplistic (in the worst sense of the word), crude, immature hodge-podge of marginally effective controls.

    There are far better standards and practices to follow for sensitive and critical information than PCI.

  2. Evan Schuman Says:

    I hate to admit, Cranston, but you’re absolutely right. The intent–although it wasn’t stated–is that proper security procedures should apply to all content and not merely payment data. The reason the piece spoke of PCI is that this particular IT manager used PCI extensively and happened to be talking with a PCI assessor and that was the context of the conversation.
    So, our theory went, as flawed as PCI might be (please don’t me started), if he at least treated his other data as though it was PCI-protected data, he’d be in a much better place. But that wasn’t stated in the piece, so your comments are entirely warranted.

Leave a Reply

Newsletter

Quickly catch-up on the latest in E-Commerce and Retail Tech with our free weekly newsletter, with urgent bulletins as news merits.
advertisement

Most Recent Comments

Kill All The Passwords

This article does mention, but does not give enough attention to, the fact that the attacks discussed are only feasible when the encrypted password file can be copied and subjected to an offline attack. The trick is to have authentication performed on a separate, much more strongly secured host - such as an Active Directory Domain Controller, or a Kerberos server, or a NIS+ server, or even using something as banal as an LDAP-over-SSL authentication dialog. In these environments, the odds of the "password file" being stolen and subjected to an offline attack go to near zero, and only online attacks may be carried out by the attacker. With sensible exponential backoff between failed password attempts, lockout after a modest number of failed attempts on a single account, and pattern detection, that minimum 7 character password is quite secure enough. Passwords aren't dead yet for security purposes, and they will be with us for a very long while to come for practical purposes. The trick is to employ them correctly. Read more...
The possibilities you describe are years away from being implemented at best, so for the moment passwords are an ugly reality. Luckily, password managers can easily manage hundreds of passwords of any length. The only thing a user needs to remember is the master password. It seems like an easier task to educate users on how to use password managers rather than implement complex security technology on a global basis. Read more...