STE WILLIAMS

PII And Entitlement Management

I’d not been asked questions about Gramm–Leach–Bliley (GLBA) compliance in two or three years, but I received two inquiries last month. Both raised difficult problems with entitlements, I figured there are other firms out there with the same questions, so I’d address them here.

The basic issue is you need to ensure that only authorized people access sensitive personal information (aka personally identifiable information, or PII for short). This issue gets difficult if your auditor wants to know which applications use sensitive data, and which users have access to it. If you’re running 80- to 100 applications, some of them like Sharepoint or SAP applications, it is not and easy question to answer. What data sits behind those applications? Are they in files or databases? Is access logged? Are generic accounts used? Which users map to which roles? These issues make compliance an incredibly complex task, both placing the right controls on the data, and perhaps most important, how you prove the controls are in place to your auditor?

The general recommendations I made are the use of discovery and entitlement management reports. The use of data discovery tools to locate PII in both databases and unstructured storage locations. The second is entitlement reports; a listing of which roles have access to the sensitive data you have discovered, and the users that map to each role. I make these recommendations because entitlement reports are typically the way that the GLBA auditors want to verify data access controls. This can be a pain in the ass to set up, but once you’ve written the reports, maintenance and verification is not so bad. And most database monitoring platforms offer some of these discovery and entitlement reports out of the box.

That’s the answer to the specific questions I got. That said, those were probably not the right questions. One of the reasons I don’t get specific GLBA questions is that large enterprises lump GLBA compliance under a more general PII program revolving around state privacy laws.

If you’ve ever read GLBA, there are some incredibly vague sections on data privacy. What privacy constraints are doing within legislation that repealed the Glass-Steagall act in order to allow banks to engage in very different types of business (e.g.: collateralized debt obligations) is beyond me. Inappropriate though they may be, they are there, and there are incredibly vague. As many states have legislation that govern storage and access to PII, and these laws dictate some minimum standards in a far less ambiguous way, the companies lump their compliance controls together under one PII set.

Now I’ve always been surprised that the handful of GLBA auditors I’ve spoken with over the last ten years feel the appropriate controls for PII compliance is entitlement reports. Role-based access controls are fine, but that’s not great security, and even less “assurance” given widespread use of generic group or “service level” accounts. In fact, many large enterprises don’t consider access control and role membership sufficient security. Their focus on general data protection is to leverage other technologies to remove data, add further fail-safe protections, or use access reports.

As such, here are a couple of other tricks you should consider.

Protection: Label-based protection for database columns, dynamic content redaction, or tokenization. When you are building a compliance strategy, any time you can remove a copy of sensitive data it is one less place you need to do compliance reporting.

Masking and tokenization get rid of data from non-essential places. Dynamic masking, redaction and database labeling technologies provide an enforcement mechanism to automatically conceal sensitive data when a users group or role should not have access. These tools offer a finer-grained control over data access than role based access and database groups.

Monitoring:Who accessed the data? Funny thing about database logs; they were not designed to record data access. Relational databases were designed to provide data access, and tend to only record changes to data, so they can’t show you who viewed what. That is where Database Activity Monitoring systems come in, as they record access. What is more there can, based upon access policy, show which users accessed data they should not have. Administrators or other users who should not have read access but did, and you can be alerted on policy violations. This is a lot better way to show that only the users who should have access are reading PII.

These latter two recommendations require that you negotiate with your auditor. Yes, I know for some of you you’d rather pull out your fingernails, but if you feel your security controls are a sensible approach that accounts for all access to sensitive data, have your auditor explain why they would want something different. Throw the porcupine back in their lap. DAM and Masking and Tokenization and labeling are simply better, more flexible tools than role based access controls.

Adrian Lane is an analyst/CTO with Securosis LLC, an independent security analyst firm. Special to Dark Reading.

Article source: http://www.darkreading.com/database/pii-and-entitlement-management/240160994

Comments are closed.