Quantcast StorefrontBacktalk » Blog Archive » Delegation Can Be Good, And A Half-Dozen Other Security Tips
advertisement
advertisement

Delegation Can Be Good, And A Half-Dozen Other Security Tips

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

Guest Columnist David Taylor is Research Director of the PCI Alliance, Founder of the PCI Knowledge Base, and a former E-Commerce and Security analyst with Gartner.

In the world of security, delegation can be good.

Some of the retailers with the best strategies have figured out how to "deputize" internal audit, HR, data owners and store managers and give them specific things to do, from employee education to access monitoring to policy enforcement. These leaders also tend to be more successful at getting business units and other departments to share the cost of PCI compliance with IT.

Over the last several months we’ve conducted more than 100 hours of anonymous interviews with retailers, hotels, banks, card processors, PCI assessors, service providers and security technologists. We are about to issue the first report based on those interviews, called the PCI Leadership Report.

Beyond the delegation discovery was the realization that data security can go well beyond payment. One of the best examples of going beyond PCI is the organization that applies the PCI security controls to social security numbers, account numbers, and other confidential data. The key is defining and enforcing a "data classification" scheme. (We addressed this in an earlier column and still recommend a near-term focus on adding SSN protection to credit-card data protection.)

The key point of the new report is to provide an in-depth examination of what leading merchants are doing to go beyond the "minimalist" approach to the PCI "checklist" and to prepare their enterprises to protect all types of confidential data against any type of security breach. What follows are some of the "highlights" of the report, without all the statistics and quotations that would, frankly, take up too much space. If you want the whole "shootin’ match," just register at the PCI Knowledge Base. I sense you’re getting excited already!

  • Use Control Data To Predict Breaches. Many merchants rushed to get PCI compliant quickly, implementing controls as needed. Leaders focused more on Security Information and Event Management (SIEM)—using control data to predict or stop problems before they became serious.
  • Monitor The Environment. Security and compliance must be monitored continuously. A good approach means implementing automated log monitoring and alerting tools to sort through the vast reams of log data. Other merchants lack the time or staff to review the logs.
  • Track Individual Actions. It’s critical to use Identity and Access Management and Data Loss Prevention tools to automate the provisioning of access and to monitor privileged user access, as well as role-based access, to confidential data so that when roles change permissions do too. The actual types of tools implemented vary widely, as do the costs.
  • Use Risk Management Tools. Because PCI requires a 100-percent score to pass, only leading firms have gone beyond this to manage their security based on a thorough risk analysis. Beyond a basic "stoplight" rating spreadsheet, a risk analysis requires that companies take specific actions to address identified risks, based on priority.
  • Monitor Service Providers and Partners. PCI only requires a letter of agreement stating that a service provider will adhere to PCI. Leading firms are doing real due diligence with their service providers and partners. Some are sending out questionnaires; others are sending auditors to review the security of their service providers.
  • Use Fewer Compensating Controls. Very few enterprises require no compensating controls (CCs) to achieve PCI compliance. But leaders typically have five or fewer CCs, while the typical enterprise requires 10 or so CCs. Areas where the compensating controls are applied could be the subject of a whole series of columns or a whole separate report from the PCI Knowledge Base.

    I’ll end with a question, just to see if you read this far: We’re trying to decide if our next report should focus on: (1) an in-depth examination of how compensating controls are created and where they are used; (2) a study of merchant readiness to comply with PCI DSS 6.6, which comes due the end of June; or (3) a review of the various technologies, vendors and products, and the positive or negative recommendations of the interviewees. If you have an opinion, please send me an E-mail at David.Taylor@KnowPCI.com or visit www.KnowPCI.com and click "Register" to join the PCI Knowledge Base.


  • advertisement

    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...