Prof Messer CompTIA Sec+ SY0-701 3.3

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

1/25

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:25 PM on 5/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

26 Terms

1
New cards

data types

regulated

trade secret

intellectual property

legal info

2
New cards

regulated (data types)

- managed by 3rd party

- gov laws and statutes

3
New cards

trade secret (data types)

- org's sec formula

- often unique to an org

4
New cards

intellectual property (data types)

- may be publicly visible

= copyright and trademark restrictions

5
New cards

legal info (data types)

court records and docs

- any sensitive info or PII is usually stored in diff systems

6
New cards

financial info (data types)

company/personal financials, bank details, etc

7
New cards

human readable vs non human readable data

human readable

- data that humans can understand

- clear and obvious

non human readable

- data not easily understood by humans

- barcodes, images, etc

8
New cards

classifying sensitive data

diff categories of sensitive data require diff security and handling

- added permissions

- restricted network access

etc

9
New cards

data classifications

Proprietary

PII - Personally Identifiable Information

PHI - Protected Health Information

Public / Unclassified

Private / Classified / Restricted / Internal use only

Sensitive

Confidential

Critical - Data should always be available

10
New cards

Proprietary Data Classification

- Data that is the property of an organization

- May also include trade secrets

- Often data unique to an organization

11
New cards

PII (Personally Identifiable Information)

- Data that can be used to identify an individual

- Name, date of birth, mother's maiden name, biometric information

12
New cards

PHI - Protected Health Information

- Health information associated with an individual

- Health status, health care records, payments for health care, and much more

13
New cards

Sensitive data

- Intellectual property, PII, PHI

14
New cards

Critical data

- Data that should always be available

15
New cards

states of data

data at rest

data in transit/motion

data in use

16
New cards

data at rest

data on a storage device

- encrypt the data (whole or part)

- apply permissions

17
New cards

data in transit

data transmit over the network

- not much protection as it travels

network based protection

- IPS, firewalls, etc

transport encryption

- TLS and IPsec

18
New cards

data in use

data being actively processing in memory

- data is almost always decrypted

attackers can pick the decrypted info out of RAM

19
New cards

data sovereignty

Data that resides in a country is subject to the laws of that country

laws may prohibit where data is stored

20
New cards

Geographic restrictions

network location

- ID based on IP subnet

- can be hard with mobile devices

geolocation

- determine a user's location

- GPS = very acc

- 802.11 wireless = less acc

- IP address = not very acc

geofencing

- automatically allow or restrict access based on location

21
New cards

encryption (protecting data)

encode information into unreadable data

- original = plaintext

- encrypted = ciphertext

convert between one another using the right key

confusion

- encrypted data is very diff from plaintext

22
New cards

hashing (protecting data)

represent data is a short string of text

- message digest, fingerprint

impossible to recover original message from hash

can be used to verify downloaded files

can be a digital sig

- auth, non-repudiation, integrity

hashes should not have collisions

23
New cards

obfuscation (protecting data)

make something normally understandable very hard to understand

helps prevent the search for security holes

- not impossible tho

24
New cards

masking (protecting data)

type of obfuscation

hide some of the original data

may only be hidden from view

many diff techniques

25
New cards

tokenization (protecting data)

replacing sensitive data with a non-sensitive placeholder

common with credit card processing

not encryption or hashing

- the original data and token are NOT related

26
New cards

segmentation (protecting data)

separate the data into diff locations

- more secure

- 1 breach doesnt put everything at risk

sensitive data can have stronger security than other data