Introduction to Data Protection and Cyber Security Flashcards

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

1/45

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards based on the 'Introduction to Data Protection and Cyber Security' course book, covering fundamentals, GDPR, access control models, risk management, and network security technologies.

Last updated 6:31 AM on 6/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

Asset

Anything with utility to an organization, including tangible items like computers and intangible items like employees, data, and reputation.

2
New cards

Vulnerabilities

Identifiable weaknesses in technology, physical constructs, people, or procedures that create an opportunity to attack.

3
New cards

Exploits

Methods of attacking vulnerabilities, such as guessing default passwords or using automated software triggered by risky websites.

4
New cards

Threats

Sources that might cause the loss of use of an asset, including natural disasters, accidents, or malicious actors like criminal hackers and nation-states.

5
New cards

Risk

A possible undesirable event consisting of two components: the probability of the event and the resulting impact or damage if it occurs.

6
New cards

Confidentiality

A protection goal ensuring data and functions are only known or used by authorized persons.

7
New cards

Integrity

A protection goal describing the property that data are correct, complete, and up to date, and that processing functions are reliable.

8
New cards

Availability

A protection goal describing that data and functions are accessible where and when they are needed by authorized persons.

9
New cards

Defense in Depth

A security strategy that uses multiple layers of interrelated controls to stop an attacker at different levels of activity.

10
New cards

Assume Breach

A security mentality that presupposes an intrusion into the network or compromise of computers has already happened.

11
New cards

Personally Identifying Information (PII)

Referred to as personal data in GDPR, this is private data that can be traced back to or distinguish a single person.

12
New cards

Data Controller

The person or entity that decides on the methods and technology for processing data and is responsible for it.

13
New cards

Data Processor

The person or unit that carries out data processing on behalf of the controller based on a written contract.

14
New cards

Consent and Choice

A principle stating a person should be able to choose whether to allow processing of their personal information.

15
New cards

Data Economy

The sale, rental, and leasing of person-related data from the original collector to a third party.

16
New cards

Explicit Consent

Written or electronic permission to collect or use personal data for a specific purpose that is freely given, specific, informed, and unambiguous.

17
New cards

General Data Protection Regulation (GDPR)

Regulation (EU) 2016/679, which took effect in May 2018, ensuring EU citizens a minimum privacy standard for personal data.

18
New cards

Identification

The very first step of access where a user asserts an identity through a username, number, or email address.

19
New cards

Authentication

The act of proving that an asserted identity belongs to the person attempting to access a device or system.

20
New cards

Authorization

The set of permissions assigned to an identity that determines allowed activities and objects of impact.

21
New cards

Multi-factor Authentication (MFA)

A defense requiring more than one form of verification, such as a password (knowledge), a token (possession), or a fingerprint (biometric).

22
New cards

Brute Force Difficulty Example

For 62 symbols and a length of 8, there are 6282.18×101462^8 \approx 2.18 \times 10^{14} different possible passwords.

23
New cards

Access Control List (ACL)

A matrix relating each user account to each object in a system, specifying granted rights like read, write, or execute.

24
New cards

Discretionary Access Control (DAC)

An access control method where the data owner determines the usage rights for themselves and other users.

25
New cards

Mandatory Access Control (MAC)

A method where the ACL is centrally maintained and automatically enforced, preventing data owners from overriding central policies.

26
New cards

Role-Based Access Control (RBAC)

A model where users are assigned to groups (roles), and groups are assigned permissions; users inherit rights from their groups.

27
New cards

Separation of Duties

A principle of dividing roles to ensure a user cannot perform critical actions, like authorizing their own prescription, without oversight.

28
New cards

Bell-LaPadula Model

A confidentiality model enforcing 'no-read-up' (cannot read higher levels) and 'no-write-down' (cannot write to lower levels).

29
New cards

Biba Model

An integrity model enforcing 'no-write-up' (cannot modify higher levels) and 'no-read-down' (cannot read lower levels).

30
New cards

Chain of Custody

A paper record including names and signatures of everyone who had possession of evidence to prove it was not altered.

31
New cards

Indicators of Compromise

Signs that an attack succeeded, such as unauthorized logins, malware installation, or unexpected file changes.

32
New cards

Protection Requirements Analysis

A data-centric evaluation of assets and harm expressed through loss of confidentiality, integrity, or availability.

33
New cards

Risk Appetite

The amount of risk that an organization is prepared to tolerate to perform business-related activities.

34
New cards

ISMS

Information Security Management System; a high-level implementation of security planning and guidance, such as ISO/IEC 27001.

35
New cards

COBIT

Control Objectives for Information and Related Technology; a methodology from ISACA for integrated governance of IT processes.

36
New cards

Social Engineering

A security attack based on deception and persuasion that exploits human nature to gather information or inspire actions.

37
New cards

Vishing/Smishing

Variants of phishing attacks delivered via voice through the phone (vishing) or text message (smishing).

38
New cards

Mirroring

A backup method where every change in a database is immediately written to a second database to provide a perfect copy.

39
New cards

Stateless Firewall

A basic monitor that ignores communication sessions and measures each packet solely against predefined rules.

40
New cards

Stateful Firewall

A monitor that retains session information, allowing responses to pass without explicit separate rules for each direction.

41
New cards

Demilitarized Zone (DMZ)

A network hosting intranet systems that must be exposed to the internet, typically protected by firewalls at both ends.

42
New cards

Lateral Movement

The activity where an intruder who gains network access begins attacking other computers on the same network.

43
New cards

Near Field Communication (NFC)

A very short-range data transmission method using radio frequency waves, often used for contactless payments.

44
New cards

SAST

Static Application Security Testing; tools that check blocks of application code for vulnerabilities before the code is deployed.

45
New cards

DAST

Dynamic Application Security Testing; tools that find security flaws by executing running code to attempt exploitation.

46
New cards

Common Criteria

ISO/IEC 15408; an international standard used to standardize evaluations of security products and define Evaluation Assurance Levels (EAL).