technical data and privacy controls

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/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:59 PM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

icacls

a command line tool for showing and modifying file permissions

2
New cards

permission types

read(r ) - the ability to access and view the contents of a file or list the contents of a directory

write(w) - the ability to save changes to a file, or create, rename, and delete files in a directory(deleting requires execute)

execute(x) - the ability to run a script, program, or other software file, or the ability to access a directory, execute a file from that directory, or perform a task on that directory

3
New cards

group premissions

these permissions determine what members of the file’s group who are not its owner can do with the file

4
New cards

world/other permissions

these permissions determine what users who are not the file’s owner or members of its group can do with the file

5
New cards

chmod

a linux command that is used to modify permissions for files

6
New cards

chown

a linux command that is used to modfy the owner of a file

7
New cards

data at rest

protected by whole idsk encryption, database encryption, file encryption, or folder encryption

8
New cards

data in transit

protected by transport encryption protocols like IPSec, TLS, WPA2

9
New cards

data in use

protected by secure processing mechanisms

10
New cards

data loss preventation(DLP)

a software solution that detects and prevents sensitive information from being stored on unauthorized systems or transmitted over unauthorized networks

includes policy server, endpoint agents, network agents

11
New cards

classification(DLP discovery and classification)

a rule based on a confidentiality classification tag or label attached to the data

12
New cards

dictionary(DLP discovery and classification)

a set of patterns that should be matched

13
New cards

policy template(DLP discovery and classification)

a template that contains dictionaries optimized for data points in a regulatory or legislative schema

14
New cards

exact data match(EDM)

a pattern matching technique that uses a structured database of string values to detect matches. for example, a company might have a list of actual social security number of its customers. but, since it is not appropriate to load these numbers into a DLP filter, they could use EDM to match fingerprints of the numbers instead based on their format or sequence

15
New cards

document matching

matching based on an entire or partial document based on hashes

16
New cards

statistical/lexicon

a further refinement of partial document matching which uses machine learning to analyze a range of data sources

17
New cards

deidentification

methods and technologies that remove identifying information from data before it is distributed

  • often implemented as part of database design

18
New cards

data masking

a deidentification method where generic or placeholder labels are substituted for real data while preserving the structure or format of the original data

19
New cards

tokenization

a deidentification method where a unique token is substituted for real data

20
New cards

aggregation/banding

a deidentification technique where data is generalized to protect the individuals involved

21
New cards

reidentification

an attack that combines a deidentified dataset with other data sources to discover how secure the deidentification method used is

22
New cards

digital rights management(DRM)

copyright protection technologies for digital media which attempts to mitigate the risk of unauthorized copies being distributed

  • can be implemented using hardware or software approaches

23
New cards

watermarking

method and technology that applies a unique-tamper signature or message to a copy of a document

24
New cards

forensic watermark

a digital watermark that can defeat attempts at removal by cropping pages or images in the file