Cybersecurity Concepts and Terminology

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

flashcard set

Earn XP

Description and Tags

Comprehensive set of vocabulary flashcards defining key cybersecurity and cryptographic concepts from the lecture transcript.

Last updated 4:08 AM on 8/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

127 Terms

1
New cards

Confidentiality

Ensures information is accessible only to authorized people or systems.

2
New cards

Integrity

Ensures information has not been improperly changed or destroyed.

3
New cards

Availability

Ensures systems and data are accessible when needed.

4
New cards

CIA Triad

The three core security objectives: Confidentiality, Integrity, and Availability.

5
New cards

Non-repudiation

Provides proof that an action occurred so a party cannot credibly deny performing it.

6
New cards

Authentication

Verifies the identity of a user, device, or system.

7
New cards

Authorization

Determines what an authenticated identity is allowed to access or do.

8
New cards

Accounting

Tracks and records user or system activity.

9
New cards

AAA

Authentication, Authorization, and Accounting.

10
New cards

Least Privilege

Users receive only the permissions necessary to perform their tasks.

11
New cards

Separation of Duties

Divides critical responsibilities among multiple people to reduce fraud or abuse.

12
New cards

Defense in Depth

Uses multiple layers of security controls so failure of one control does not defeat security.

13
New cards

Zero Trust

Security model that does not automatically trust users or devices based on location and requires verification before access.

14
New cards

Security Control

A safeguard used to reduce security risk.

15
New cards

Preventive Control

A control intended to stop an incident before it occurs.

16
New cards

Detective Control

A control intended to discover or identify security incidents.

17
New cards

Corrective Control

A control intended to fix or reduce the effects of an incident after it occurs.

18
New cards

Deterrent Control

A control intended to discourage someone from attempting an unwanted action.

19
New cards

Compensating Control

An alternative control used when the preferred control cannot be implemented.

20
New cards

Directive Control

A control that tells people what actions or behaviors are required.

21
New cards

Technical Control

A security control implemented using technology.

22
New cards

Managerial Control

A security control involving policies, risk management, planning, and oversight.

23
New cards

Operational Control

A security control implemented primarily through people and operational processes.

24
New cards

Physical Control

A security control that protects physical assets or restricts physical access.

25
New cards

Vulnerability

A weakness that can be accidentally triggered or intentionally exploited to cause a security breach.

26
New cards

Threat

The potential for someone or something to exploit a vulnerability and breach security.

27
New cards

Threat Actor

The person, group, or entity that poses a threat.

28
New cards

Threat Vector

The path or method a threat actor uses to exploit a vulnerability.

29
New cards

Risk

The level of hazard created by threats and vulnerabilities, based on likelihood and impact.

30
New cards

Attack Surface

The total number of points through which an attacker could attempt to enter or affect a system.

31
New cards

Internal Threat Actor

A threat actor who already has authorized access, such as an employee, contractor, or partner.

32
New cards

External Threat Actor

A threat actor without authorized access who must first infiltrate the target.

33
New cards

Insider Threat

A security threat originating from someone with legitimate access to organizational resources.

34
New cards

Nation-State Actor

A government-backed threat actor typically possessing substantial funding and advanced capabilities.

35
New cards

Hacktivist

A threat actor motivated primarily by political, ideological, or social causes.

36
New cards

Organized Crime

A financially motivated criminal group using cyberattacks for profit.

37
New cards

Script Kiddie

A low-sophistication attacker who relies primarily on existing tools and exploits.

38
New cards

Shadow IT

Technology used within an organization without approval or oversight from the appropriate IT department.

39
New cards

Social Engineering

Manipulating people into revealing information or performing actions that compromise security.

40
New cards

Phishing

Fraudulent messages designed to trick victims into revealing information or performing malicious actions.

41
New cards

Spear Phishing

Phishing targeted at a specific person or organization.

42
New cards

Whaling

Phishing specifically targeting high-value individuals such as executives.

43
New cards

Smishing

Phishing performed through SMS or text messages.

44
New cards

Vishing

Phishing performed through voice calls.

45
New cards

Pretexting

Creating a fabricated scenario or identity to persuade a victim to reveal information or take an action.

46
New cards

Impersonation

Pretending to be another person or trusted entity.

47
New cards

Tailgating

Following an authorized person into a restricted area without independently authenticating.

48
New cards

Shoulder Surfing

Observing someone's screen, keyboard, or documents to obtain sensitive information.

49
New cards

Dumpster Diving

Searching discarded materials for sensitive information.

50
New cards

Baiting

Using something desirable to lure a victim into compromising security.

51
New cards

Misinformation

Incorrect information spread without necessarily intending to deceive.

52
New cards

Disinformation

False information deliberately created or spread to deceive.

53
New cards

Malware

Malicious software designed to damage, disrupt, spy on, or gain unauthorized access to systems.

54
New cards

Virus

Malware that attaches itself to another file or program and typically requires user action to spread.

55
New cards

Worm

Self-replicating malware capable of spreading between systems without attaching to another program.

56
New cards

Trojan

Malware disguised as legitimate or desirable software.

57
New cards

Ransomware

Malware that restricts access to systems or data, often through encryption, and demands payment.

58
New cards

Spyware

Malware designed to secretly collect information about a user or system.

59
New cards

Keylogger

Software or hardware that records keystrokes to capture information such as passwords.

60
New cards

Rootkit

Malware designed to provide privileged access while hiding itself or other malicious activity.

61
New cards

Botnet

A collection of compromised devices controlled by an attacker.

62
New cards

Command and Control (C2)

Infrastructure attackers use to communicate with and control compromised systems.

63
New cards

Logic Bomb

Malicious code designed to execute when a particular condition or event occurs.

64
New cards

Backdoor

A hidden method of bypassing normal authentication or security controls to access a system.

65
New cards

Potentially Unwanted Program (PUP)

Software that may not be explicitly malicious but can create unwanted or risky behavior.

66
New cards

Fileless Malware

Malware that primarily operates in memory or uses legitimate system tools rather than relying on traditional malicious files.

67
New cards

Privilege Escalation

Gaining permissions beyond those originally granted.

68
New cards

Lateral Movement

Moving from one compromised system or account to other systems within an environment.

69
New cards

Persistence

Techniques used by an attacker to maintain access to a compromised environment.

70
New cards

Data Exfiltration

Unauthorized transfer of data out of an organization or system.

71
New cards

DoS

Denial-of-Service attack intended to make a service unavailable.

72
New cards

DDoS

Distributed Denial-of-Service attack that uses multiple systems to overwhelm a target.

73
New cards

On-Path Attack

An attacker intercepts communications between parties and may monitor or alter the traffic.

74
New cards

Replay Attack

Capturing legitimate authentication or communication data and retransmitting it later.

75
New cards

Brute-Force Attack

Systematically trying many possible passwords or keys until the correct one is found.

76
New cards

Dictionary Attack

Trying passwords from a predefined list of common words or likely passwords.

77
New cards

Password Spraying

Trying a small number of common passwords against many different accounts.

78
New cards

Credential Stuffing

Using username/password combinations stolen from one service to attempt access to other services.

79
New cards

Collision Attack

An attempt to find two different inputs that produce the same hash value.

80
New cards

Birthday Attack

A hash collision attack that exploits the mathematical probability of collisions.

81
New cards

Plaintext

Data in its original readable, unencrypted form.

82
New cards

Ciphertext

Data transformed into encrypted, unreadable form.

83
New cards

Encryption

Transforms plaintext into ciphertext to protect confidentiality.

84
New cards

Decryption

Transforms ciphertext back into plaintext using the appropriate key.

85
New cards

Cipher

An algorithm used to perform encryption and decryption.

86
New cards

Cryptographic Key

A value used by a cryptographic algorithm to control encryption, decryption, signing, or other operations.

87
New cards

Symmetric Encryption

Encryption that uses the same secret key for encryption and decryption.

88
New cards

Asymmetric Encryption

Encryption using a related public/private key pair; a public key can encrypt data that the corresponding private key decrypts.

89
New cards

AES

Advanced Encryption Standard; a widely used symmetric encryption algorithm.

90
New cards

RSA

An asymmetric cryptographic algorithm used for operations such as encryption and digital signatures.

91
New cards

ECC

Elliptic Curve Cryptography; asymmetric cryptography providing strong security with smaller keys than RSA.

92
New cards

Hashing

A one-way cryptographic process that converts input into a fixed-length message digest.

93
New cards

Hash

A fixed-length value produced by a hashing algorithm.

94
New cards

Message Digest

Another term for the output produced by a cryptographic hash function.

95
New cards

SHA

Secure Hash Algorithm; a family of cryptographic hashing algorithms.

96
New cards

MD5

Message Digest Algorithm 5; an older hashing algorithm with known collision weaknesses.

97
New cards

Collision

When two different inputs produce the same hash value.

98
New cards

Salt

Random data added to input before hashing to make attacks against stored hashes more difficult.

99
New cards

Key Stretching

A technique that repeatedly processes a password or key to make brute-force attacks more computationally expensive.

100
New cards

HMAC

Hash-based Message Authentication Code; combines a secret key and hashing to provide integrity and authenticity.