Data Protection

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/69

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:58 PM on 8/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

70 Terms

1
New cards

Data Protection

Process of safeguarding info from corruption, compromise, or loss

2
New cards

Data Classifications

Based on the value of the organization and the sensitivity of the information, determined by the data owner.

3
New cards

Sensitive Data

any information that, if accessed by unauthorized means, can result in the loss of security or competitive advantage for a company

4
New cards

Why must you be careful about overclassifying?

You need to protect everything at a high level, causing usage of more resources and expenses

5
New cards

Type of Classification

Commercial Business, Government

6
New cards

Commercial Business Classification Levels

Public, Sensitive, Private, Confidential, Critical

7
New cards

Government Classification Levels

Unclassified, Sensitive but Unclassified, Confidential, Secret, Top Secret

8
New cards

Public

Accessible data publicly

9
New cards

Sensitive

Minimal impart if released like financial data

10
New cards

Private

Internal personal or salary infomation, relates to individual entity

11
New cards

Confidential (commercial)

Serious effect to business if released, holds trade secrets, source code, intellectual property

12
New cards

Critical

Extremely valuable and restricted information

13
New cards

Unclassified

Generally releasable to the public

14
New cards

Sensitive but Unclassified

Medical records, personnel files, won’t hurt national security but will impact people in organization if released

15
New cards

Confidential (government)

Contains information that can seriously effect the government

16
New cards

Secret

Serious damage to government and national security, military plans, defensive postures

17
New cards

Top Secret

Data that would damage national security if disclosed, highly sensitive information

18
New cards

Life Cycle of Data

Collect, Retain, Dispose. Must be well defined in policies and follow laws for data retention

19
New cards

Data Ownership

Process of identifying the person responsible for the CIA and privacy of information assets

20
New cards

Data Owner

Maintains the CIA of the information asset, senior executive role ensures that the data is protected with appropiate roles

21
New cards

Data Controller

Decides the purposes and methods of data storage, collection, and usage, purposes and methods, as well as ensuring the legality of these processes. Held ultimately responsible for any breach

22
New cards

Data Processor

Hired by data controller to assist with tasks like collecting, storing, or analyzing the data

23
New cards

Data Steward

Focused on the quality and metadata, assuring it is appropriately labeled and classified, works under data owner

24
New cards

Data Custodian

Handles management of system where the data assets are stored, including enforcing access controls, encryption, backup measures

25
New cards

Privacy Officer

Oversees privacy-related data like PII, SPI, or protected health information (PHI), ensuring compliance with legal and regulatory frameworks

26
New cards

Who should the data owner be?

Someone on the business side who understands the data’s content and can make informed decisions about classification

27
New cards

Data at Rest

Data stored in databases, file systems, or other storage systems, not actively moving, prime target for attackers and must be protected with encryption

28
New cards

Full Disk Encryption (FDE)

Encrypts entire hard drive

29
New cards

Types of Encryption for data at rest

Full Disk, Partition, File, Volume, Database, Record

30
New cards

Partition Encryptions

Only encrypts specific partitions of hard drive, leaves other unencrypted

31
New cards

Volume Encryption

Encrypts selected files or directories

32
New cards

Record Encryption

Encrypts specific fields within a database record

33
New cards

Data in Transit (Data in Motion)

Actively moving from one location to another, vulnerable to interception

34
New cards

How to protect data in transit?

SSL and TLS, VPN, IPsec

35
New cards

Virtual Private Network (VPN)

Creates secure connections over less secure networks like internet

36
New cards

SSL (Secure Sockets Layer) and TLS (Transport Layer Security)

Secure communication over networks, widely used in web browsing and email

37
New cards

IPsec (Internet Protocol Security)

Secures IP communications by authenticating and encrypting the packets in a data stream

38
New cards

Data in Use

Data in the process of being created, retrieved, updated, or deleted.

39
New cards

How to protect data in use?

Encryption at the Application Level, Access Controls, Secure Enclaves, Mechanisms like INTEL Software Guard

40
New cards

Encryption at Application Level

Encrypts data during processing

41
New cards

Access controls

restricts access to data during processing

42
New cards

Secure enclaves

isolated environments for processing sensitive data

43
New cards

INTEL Software Guard

Encrypts data in memory to prevent unauthorized access

44
New cards
45
New cards

Regulated Data

Controlled by laws, regulations, and industry standards like GDPR (General Data Protection Regulation) or HIPAA (Health Insurance Portability and Accountability Act

46
New cards

Personal Privat Information (PII)

info that can identify an individual like a social security number, name, address

47
New cards

Protected Health Information (PHI)

Information about health status, healthcare provision, or payment linked to individual. Protected by HIPPA

48
New cards

Trade Secrets

Confidential business information giving a competitive edge and is legally protected

49
New cards

Intellectual Property (IP)

Creations of the mind like inventions, protected by patents and copyrights, trademarks

50
New cards

Legal Information

Data related to legal proceedings, contracts, regulatory compliance

51
New cards

Financial Information

Related to financial transactions and targeted by criminals for fraud and identity theft, subject to PCI DSS (Payment Card Industry Data Security Standard)

52
New cards

Human-Readable Data

Understandable directly by humans like documents and spread sheets

53
New cards

Non-Human readable data

Requires machine or software to interpret (binary code, machine language, etc). Contains sensitive information and needs protection

54
New cards

Data Sovereignty

Digital information is subject to laws of the country where it’s located, gained importance with cloud computing’s global data storage

55
New cards

GDPR (General Data Protection Regulation)

Protects any EU citizen’s data withing EU and EEA borders, compliance regardless of data location with significant fines if non-compliance

56
New cards

Data Sovereignty Laws

Countries like Russia and Chine. Require data storage and processing within national borders

57
New cards

Geofencing (Geographic Restrictions)

Virtual boundaries to restrict date access based on location, compliance with data sovereignty laws and prevent unauthorized access from high-risk locations

58
New cards

Encryptions

Makes plaintexts into ciphertext using an algorithm with a decryption key. Crucial for data at rest and in transit

59
New cards

Hashing

Converts data into a fixed size of numerical or alphanumeric characters, known as a hash value. This is irreversible and used for password storage

60
New cards

Masking

Replaces some or all of the data with placeholders like an X

61
New cards

Tokenization

replaces sensitive data with non-sensitive substitutes like tokens

62
New cards

Obfuscation

Making data unclear or unintelligible to make it hard for unauthorized users to understand it

63
New cards

Segmentation

Dividing a network into separate segments, each with its own security controls

64
New cards

Permission Restrictions

Defining who has access to specific data and what they can do with it

65
New cards

Data Loss Prevention (DLP)

Aims to monitor data in use, in transit, or at rest to detect and prevent data theft

66
New cards

Types of DLP systems

Endpoint DLP System, Network DLP System, Storage DLP System, Cloud-Based DLP System

67
New cards

Endpoint DLP system

Installed as software on workstations or laptops, Monitors data on individual computers and can prevent or alert file transfers based on predefined rules

68
New cards

Network DLP System

Software or hardware placed at the network perimeter, Focuses on monitoring data entering and leaving the network, detects unauthorized data leaving network

69
New cards

Storage DLP System

Installed on a server in the data center. It inspects data at rest, especially encrypted or watermarked data. Monitors data access patterns and flags policy violations

70
New cards

Cloud-Based DLP System

Software-as-a-service solution and protects data in cloud services