| SP-013: Data Security Pattern |
|
Diagram:
Legend:
All modern organisations handle and manage information, including personal
data, as part of their business. Demand from citizens and regulators has placed a greater
emphasis on data security caused by widespread automation and outsourcing trends in the last
10-20 years. Maintaining appropriate levels of data security requires a holistic approach to
security across the organisation and through the supply chain. Key controls that must be
considered include;
Description:
Data security can be defined as a the maintenance of Confidentiality and Integrity
for data processed by the organisation (for this pattern we do not focus on the third
element Availability from the CIA triad). Scenarios where the owner of the data does not have
detailed control over the architecture and controls management, for example outsourcing can
increase risks to data. Solid data handling and processing practices can help mitigate risks:
A Data Classification scheme is often used to help understand which controls are needed for the data types processed by the organisation. This scheme will be defined based on the legal, regulatory and business requirements that the organisation must adhere. Common schemes used have 3 or 4 levels, including Public/Unclassified (e.g. Marketing materials), Internal Use (Information shared within the organisation or with suppliers e.g. Intranet), Confidential/Private (Sensitive information e.g. Credit card details or Medical history), Secret (Market Sensitive Information e.g Year-end results or Secret recipe for Coca-Cola) Principles for data security (adapted from Poynter 2008): While standards exist for controls around processes (NIST 800-53, ISO27002) and there are principles
around data protection in the regulations such as the Data Protection Act – there are no general principles
to govern how an organisation should approach data security. Poynter sets out ten principles that we
believe have broader applicability.
Technical Design approaches It makes a lot of sense to keep data in secure areas of your organisation such as the data centre rather than on laptops or other devices which will be carried in public areas. Thin client technologies such as browser based, or terminal sessions allow for access to applications but keep the data within the data centre and can be configured to prevent local printing and storage. If data does need to stored on portable devices or machines that are accessible from public areas it should be encrypted (it often makes sense to do this for desktops as well as it simplifies disposal requirements). Many regulations such as PCI also require encryption for credit card information that is stored on servers, and it is sensible to use encryption for sensitive data that is stored server side unless there are serious cost of performance considerations that require the use of alternative compensating controls. Identification, authentication and authorisation controls are key to managing access to information on a need to know basis. Carefully consider how you will manage entitlements, common models such as Role Based Access Control (RBAC) give a structured way to link business roles to underlying rights in information systems. Enterprise Content Management (ECM) tools can help to manage and classify data to ensure that the correct controls are applied depending on sensitivity of the materials. For unstructured data types such as email, spreadsheets and word processor documents, Data Loss Prevention (DLP) tools will probably be of greater value. DLP tools can discover what data types are being transmitted and stored by the organisations information systems, and then apply business rules to this data to determine where it can be stored, printed, or transmitted.
Assumptions: None.
Indications: Organizations who process Personally Identifiable Information (PII), are in regulated sectors (Health, Finance, Government etc)
or process commercially sensitive information.
Contra-indications: Publically available information, freely available from many sources.
Resistance against threats: To be determined.
References:
Related patterns: Identity management. Classification: Data Security. Release: 08.02 Authors: Russell Reviewer(s): Tobias Control detailsAC-02 Account ManagementAC-03 Access Enforcement AC-04 Information Flow Enforcement AC-05 Separation Of Duties AC-06 Least Privilege AC-15 Automated Marking AC-16 Automated Labeling AC-20 Use Of External Information Systems AT-02 Security Awareness AT-03 Security Training CA-07 Continuous Monitoring CP-09 Information System Backup IA-02 User Identification And Authentication MP-02 Media Access MP-03 Media Labeling MP-04 Media Storage MP-05 Media Transport MP-06 Media Sanitization And Disposal PE-03 Physical Access Control PE-19 Information Leakage PL-05 Privacy Impact Assessment RA-01 Risk Assessment Policy And Procedures RA-02 Security Categorization RA-03 Risk Assessment RA-04 Risk Assessment Update SC-04 Information Remnance SC-07 Boundary Protection SC-08 Transmission Integrity SC-09 Transmission Confidentiality SC-13 Use Of Cryptography SI-09 Information Input Restrictions SI-10 Information Accuracy, Completeness, Validity, And Authenticity SI-12 Information Output Handling And Retention |
