Data Security and Compliance Controls in Cloud Environments

By

Date: Feb 10, 2022

Return to the article

In this sample chapter from CompTIA Cloud+ CV0-003 Exam Cram, you will learn how to apply data security and compliance controls in cloud environments.

In this chapter you will learn about different data security and compliance controls that are available in cloud environments. You will learn about how encryption and integrity affect an organization’s data. You will also learn how to secure data by classifying and segmenting the data, as well as controlling access to the data.

Also discussed in this chapter is how laws and regulations impact data security, including the concept of a legal host. Lastly, you will learn about records management, a process in which rules are put in place to determine how long data is maintained and how to properly destroy the data when it is no longer needed.

Encryption

Encryption is the process of transforming data from its original form to a form that, when viewed, does not reveal the original data. There are three different forms of encryption:

Many different technologies can be used to encrypt data, and which technology you use will depend on several factors, including which cloud provider you utilize. These technologies fall into one of two methods of encryption:

Integrity

While data encryption is focused on keeping prying eyes from seeing the original data, data integrity is focused on assuring the data is accurate and consistent. Doing so requires ensuring data integrity through all stages of the data lifecycle, which includes transporting, storing, retrieving, and processing data.

Several tools can be used to ensure data integrity, including hashing algorithms, digital signatures, and file integrity monitoring (FIM).

Hashing Algorithms

A hashing algorithm is a mathematical function that is applied to data that should return a unique result. Unlike encryption, in which the result of the encryption process is data that could be decrypted back to the original format, hash data is one-way, making it impossible to return the original data. The purpose of a hash isn’t to hide or encrypt the data, but rather to ensure that the data you have received matches up with the original.

Consider a situation in which you receive a database with sensitive information. Your organization is going to use this information to help make some critical decisions on future products. You received this data from a trusted third-party source, but how can you be certain that a “bad actor” didn’t intercept the data and inject false information?

Your third-party source could use a hashing algorithm and send the resulting hash separately. Then you could take the data that you have received, perform the same hashing algorithm, and then compare the results with the hash from the third-party. If they match, you know you have unaltered data.

There are many different types of hashing algorithms. Each has specific advantages and disadvantages, but for the CompTIA Cloud+ certification exam, you should be familiar with the names of these algorithms:

Digital Signatures

Suppose a friend sends you a letter. How would you know that it really came from that person? One method is to have your friend add a signature to the bottom of the letter. If you recognize the signature, you can be more certain that it came from your friend.

Digital signatures are used in the same way but are a bit more complicated in how they are implemented. Digital signatures make use of asymmetric cryptography in which the signature is encrypted using the private key of an individual or organization. The public key is made well known through another means. The signature that has been encrypted with the private key can only be decrypted by the public key. Successful decryption verifies the data came from the correct source.

File Integrity Monitoring (FIM)

In some cases, it is important to determine if data within a file has changed. The process that handles this determination is called file integrity monitoring. With FIM a checksum is created when the file is in a known state called a baseline. This checksum is a value that is based on the current contents and, in some cases, additional file attributes, such as the file owner and permissions.

To determine if a file or a file attribute has been changed, you can take another checksum sometime in the future. When you’re comparing the original checksum to the new checksum, if they match, the current file is the same as the original. This technique can be used to determine if someone has tampered with a key operating system file or a file that has been downloaded from a remote server.

Classification

Consider how you would treat data that contains credit card information compared to how you would treat data that contains comments that have been made regarding your company website. The data that contains credit card information is much more sensitive than the data that contains customer comments, so you would want to treat the data differently.

In this situation data classification becomes important. With data classification, you place data into different categories depending on how you want to treat the data. These categories can be based on rules related to how sensitive the data is, who should be able to read the data, who should be able to modify the data, and how long the data should be available. Unless you are storing data that is related to compliance regulations (like SOC 2, GDPR, PCI-DSS, or HIPAA), the data classification criteria are up to you. See the “Impact of Laws and Regulations” section in this chapter for more details on compliance regulations.

For example, you may consider classifying data based on who is permitted to access the data. In this case you may use the following commonly used categories:

In the cloud there are different techniques to handle different types of data. These techniques could include placing different types of data into different storage locations. Chapter 12, “Storage in Cloud Environments,” will discuss different storage solutions that are typically found in a cloud environment.

You can also make use of metadata. Metadata is data that is associated with the “real data,” and it is used to describe or classify the “real data.” In cloud environments, metadata is normally created by using a feature called tags. Tags are flexible in that you can create a key-value pair that describes components of the data. Figure 8.1 demonstrates applying tags to data in AWS.

FIGURE 8-1 AWS Tags

Segmentation

In relation to data security, data segmentation is the process of placing data into different locations based on who should be able to access the data. For example, it would be a good practice to place employee PII in a different location (like a different database) from the data contained in press releases.

Data segmentation may also be a requirement for compliance regulations. For example, a regulation may require that specific data never leave a country. The reason is typically that laws govern the use of this data, and once the data leaves the country, those laws no longer have effect. In this case, data segmentation may be related to the region in which you store the data. See the “Impact of Laws and Regulations” section in this chapter for further details.

Access Control

Access control is the technique that determines who can access a resource. In terms of data access control, accessing the resource can include viewing, modifying, and destroying the data.

In most cloud environments, the definition of “who” can include both people and other resources. For example, you may have a payroll application that needs to access secure data about employees that is stored in a database. There must be access control rules in place that permit or block access for both people and resources.

People are given user accounts to access cloud resources. These user accounts are granted access to resources by using permissions.

Applications are assigned to roles, which are similar to user accounts in that permissions can be applied to roles just as they are applied to user accounts. However, applications can never be assigned to user accounts (in some cases a user may be assigned to a role, depending on the cloud environment that you are working in).

To learn more about how user accounts and roles impact access to resources, see Chapter 5, “Identity and Access Management.”

Impact of Laws and Regulations

As previously mentioned, many laws and regulations govern how data is treated in an organization. They will vary depending on where your data is located. For example, the laws that govern data in the United States are different from the laws that govern data in the European Union (EU).

The laws and rules are numerous and vary based on the industry of your organization. For example, if your company is a retailer and you accept credit card payments, you will likely need to follow PCI Security Standards when dealing with credit card data. If your organization is a hospital, you will need to follow HIPAA regulations when dealing with patient data.

For the certification exam, it likely is not worthwhile to memorize a bunch of laws and regulations. Many organizations have full-time staff devoted to ensuring these laws are followed. Being aware of the impact of these laws is most critical for the exam.

Legal Hold

Organizations cannot just delete information whenever they want. Some information, such as employee records, must be maintained for specific periods of time in the event of investigations or litigation. The term legal hold is used by an organization’s legal department to indicate how long specific data must be stored and how it should be made available in the event it is needed.

Records Management

Organizations often end up creating, gathering, and accumulating a lot of data. The volumes of information stored by an organization can result in high costs because storing data is not free. While cloud vendors provide many ways of storing data, they will charge to store data, so organizations typically do not want to keep data for longer than necessary.

Records management is the process of determining how and for how long to store data. This large topic includes data classification and encryption, as well as versioning, retention policies, and destruction policies.

Versioning

Versioning is the process of keeping track of file content changes over time. Many cloud technologies provide versioning as a feature that can be enabled, so the versioning happens automatically whenever a data record is changed.

Retention

Retention refers to a policy that determines how long data should be stored. A retention schedule is created that will determine when data is destroyed and how older data is stored until it is to be destroyed.

Destruction

The destruction of data must be clearly defined when developing a records management plan. When the data is to be destroyed is one key element to define, but also how the data is to be destroyed should be clearly stated in the plan. Data can be destroyed by physical destruction of records, degaussing, or zeroizing.

Write Once Read Many

Write once read many, also referred to as WORM, is a form of write protection in which the data can be written only once and then it cannot be modified. This is a critical feature when you need to ensure that data has not been tampered with after it was created.

Data Loss Prevention (DLP)

Data loss prevention is the process of ensuring that sensitive data is not misused, accessed, or lost. It is designed to prevent a data breach that may include accessing, modifying, or destroying data. In some cases, the DLP process must be clearly defined because the data is regulated by laws and regulations. In other cases, the DLP may be the result of wanting to keep classified information secure.

Some cloud providers will include DLP as a software tool. For example, Google Cloud has a product called Cloud DLP, which enables you to view how data is stored and processed, configure data inspection and monitoring, and reduce the risk of data loss. In other cases, the features of DLP may be associated with a specific data-based product. For example, there are techniques that you can use for DLP when storing data in AWS S3 buckets.

Cloud Access Security Broker (CASB)

CASB is a software tool that can be located either on-premises or in the cloud. It is designed to provide an interface between cloud resources (applications) and cloud users. It monitors access to cloud resources including data, issues warnings when a cloud resource may have been compromised, and enforces security policies.

CASBs also provide the means to perform audits, so access to data resources in the past can be analyzed. They are also often used for compliance reporting because they provide insights to data access over time.

What Next?

If you want more practice on this chapter’s exam objectives before you move on, remember that you can access all of the CramQuiz questions on the companion website. You can also create a custom exam by objectives with the practice exam software. Note any objectives you struggle with and go to that objective’s material in this chapter.

800 East 96th Street, Indianapolis, Indiana 46240

vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |