Cyber Security Final MCQ Prep

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

1/117

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:15 PM on 6/11/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

118 Terms

1
New cards

Confidentiality

Ensuring information is accessible only to those authorized to have access

2
New cards

Integrity

Safeguarding the accuracy and completeness of information; ensuring data has not been altered in an unauthorized manner

3
New cards

Availability

Ensuring authorized users have access to information and associated assets when required

4
New cards

CIA Triad

The three pillars of information security: Confidentiality, Integrity, and Availability

5
New cards

Threat

Anything that can exploit a vulnerability, intentionally or accidentally, to obtain, damage, or destroy an asset

6
New cards

Vulnerability

Weaknesses or gaps in a security program that can be exploited by threats to gain unauthorized access to an asset

7
New cards

Risk

The likelihood that a threat will exploit a vulnerability to cause harm to an asset (Risk = Threat × Vulnerability)

8
New cards

Modification

A threat to integrity — unauthorized alteration of data

9
New cards

Interception

A threat to confidentiality — unauthorized viewing/capture of data

10
New cards

Interruption

A threat to availability — disruption that prevents access to data or services

11
New cards

Fabrication

A threat to integrity/authenticity — creating fake data or messages that appear legitimate

12
New cards

External Threats

Threats from outside an organization (criminals, nation-states, terrorists, business rivals, hackers, script kiddies)

13
New cards

Internal Threats

Threats from inside an organization (employees, contractors, untrained users, malicious insiders)

14
New cards

Hash

A one-way mathematical function that produces a fixed-size output from any input; used to verify integrity

15
New cards

Symmetric Cryptography

Encryption using one key to both encrypt and decrypt; very fast but has the key distribution problem

16
New cards

Asymmetric Cryptography

Encryption using two keys (public to encrypt, private to decrypt); solves key distribution but is slower

17
New cards

Key Distribution Problem

The challenge of safely sharing a secret key with someone over the internet without it being intercepted

18
New cards

PKI (Public Key Infrastructure)

A system using asymmetric cryptography to manage digital certificates and public-key encryption

19
New cards

Security Policy

A formalized statement of rules and practices that prescribe how an organization manages, protects, and distributes sensitive information

20
New cards

Compliance

The act of adhering to mandated legal, regulatory, or organizational requirements

21
New cards

Client

A device that requests services or data from a server

22
New cards

Server

A device that provides services or data to clients

23
New cards

Client-Server Model

A network architecture where clients request services from centralized servers

24
New cards

Protocol

A set of rules governing the exchange or transmission of data

25
New cards

TCP

Transmission Control Protocol — ensures reliable, ordered delivery of data

26
New cards

IP

Internet Protocol — fundamental standard that all internet-connected devices use to identify each other

27
New cards

HTTP

Hypertext Transfer Protocol — used for transferring web pages

28
New cards

IPv4 Address

A digital address (like 132.16.10.1) used to identify devices on the internet

29
New cards

DNS (Domain Name System)

System that translates human-readable names (google.com) into machine-readable IP addresses

30
New cards

Router

A device that forwards data packets between computer networks; directs traffic across the internet

31
New cards

Private IP Address

An address used strictly on a local network, making the device invisible to the outside world

32
New cards

Public IP Address

An address visible to the world that uniquely identifies a device globally; required for direct internet visibility

33
New cards

Logical Port

A number that uniquely identifies a specific application or service on a device

34
New cards

Impact

The magnitude of harm expected from compromise of an asset's Confidentiality, Integrity, or Availability

35
New cards

Ease of Access

A measure of the technical and operational effort required to exploit a specific vulnerability

36
New cards

Probability of Detection

The likelihood that a threat actor's activities will trigger security alarms or forensic response during an attack

37
New cards

Risk Calculus

The factors an attacker considers: Impact, Ease of Access, and Probability of Detection

38
New cards

Passive Information Gathering

Learning about a target using non-intrusive, stealthy methods (e.g., Google searches, dumpster diving)

39
New cards

Active Information Gathering / Probing

Determining what the target system is and what vulnerabilities it has (e.g., NMAP scans, SYN/FIN probes)

40
New cards

Reconnaissance

First phase of cyber attack — passive information gathering about the target

41
New cards

Scanning

Phase where attacker actively probes target to identify vulnerabilities

42
New cards

Gaining Access

Phase where attacker exploits vulnerabilities to enter the system

43
New cards

Maintaining Access

Phase where attacker escalates privileges and establishes backup access (rootkits, backdoors)

44
New cards

Covering Tracks

Final phase where attacker eliminates evidence (clears log files, registry entries)

45
New cards

Malicious Hacking

The illegal attempt to bypass security measures to steal, alter, or destroy data, or make systems unavailable

46
New cards

Computer Fraud and Abuse Act (CFAA)

18 U.S.C. § 1030 — U.S. law criminalizing unauthorized access to a protected computer

47
New cards

Ethical Hacking

Using malicious-hacker techniques with the owner's explicit permission to discover vulnerabilities and provide a remediation roadmap

48
New cards

Rules of Engagement (RoE)

A document governing what an ethical hacker is and isn't authorized to do; legally binding

49
New cards

Crypto-mining Malware

Malware that uses your computer and electricity to mine cryptocurrency

50
New cards

Ransomware

Malware that disrupts your computer/data and demands payment to restore access

51
New cards

Social Engineering

Manipulating people into giving up information or access; "hacking the human"

52
New cards

Phishing

Fraudulent emails that appear to come from a reputable source

53
New cards

Vishing

Voice-call phishing impersonating banks, IT support, or authority figures

54
New cards

Smishing

Phishing via SMS / text messaging, often with urgent links

55
New cards

Baiting

Social engineering using a reward or curiosity hook (free USB drives, fake prizes)

56
New cards

Quid Pro Quo

Social engineering offering a service/benefit (fake IT help) in exchange for access

57
New cards

Malware

Any program or code created with the intent to harm a computer or network

58
New cards

Virus

Malware that attaches to legitimate programs and spreads when executed

59
New cards

Worm

Self-replicating malware that spreads across networks without user action

60
New cards

Trojan

Malware disguised as legitimate software that hides malicious functions

61
New cards

Spyware

Malware that secretly monitors and reports user activity

62
New cards

Rootkit

Malware that hides the attacker's presence and survives reboots

63
New cards

Drive-by Download

Malware infection from visiting a compromised or lookalike website

64
New cards

Malvertising

Ads on legitimate sites that deliver malware, sometimes without a click

65
New cards

Stuxnet

2010 worm that crossed an air gap via USB to destroy ~1,000 centrifuges at Iran's Natanz facility

66
New cards

Air Gap

A security measure of disconnecting a system completely from outside networks

67
New cards

Supply Chain Attack

Compromising trusted software distribution (e.g., SolarWinds 2020 update)

68
New cards

Watering Hole Attack

Compromising a website frequented by the target group (e.g., NotPetya via Ukrainian tax software)

69
New cards

Credential Stuffing

Using stolen username/password pairs from one breach to try logging into other accounts

70
New cards

Password Guessing

Attempting to crack a password through repeated attempts; defended by complexity and lockouts

71
New cards

Password Manager

Software that generates and stores strong unique passwords for each account

72
New cards

Digital Footprint

The trail of data you leave behind online; a distributed puzzle of your behavior assembled by entities you may never interact with

73
New cards

Active Footprint

Data you intentionally share online (social media posts, registrations, emails, reviews)

74
New cards

Passive Footprint

Data collected without your action (cookies, IP/geolocation logging, device fingerprinting, ad profiles)

75
New cards

Something You Know

First authentication factor — knowledge-based (passwords, PINs, security questions); weakest factor

76
New cards

Something You Have

Second authentication factor — physical possession (hardware token, authenticator app, smart card)

77
New cards

Something You Are

Third authentication factor — biometrics (fingerprint, face scan, iris, voice); hardest to forge but cannot be changed if compromised

78
New cards

Multi-Factor Authentication (MFA)

Authentication that combines two or more of the three factors

79
New cards

Defense in Depth

Layered security strategy — if one defense fails, the next layer should stop the attacker

80
New cards

WPA3

Modern Wi-Fi encryption that creates a private encrypted tunnel between device and access point

81
New cards

Open Network

A wireless network with no encryption — packets travel through the air in cleartext, readable by anyone

82
New cards

Monitor Mode

A wireless card mode that captures all packets in range; used to eavesdrop on open networks

83
New cards

HTTPS

Encrypted web traffic that protects data even on open networks (though DNS queries can still be seen)

84
New cards

Asymmetry of Defense

Defenders must protect every entry point 100% of the time; attackers only need to find one mistake once

85
New cards

No Perfect Security

The principle that any usable system has risk; the goal is risk mitigation, not zero risk

86
New cards

Risk Mitigation

Making the cost of an attack higher than the value of the data so attackers move to easier targets

87
New cards

Internet of Things (IoT)

Network of physical devices that connect and exchange data over the internet

88
New cards

Sensing (NIST IoT Model)

A device that measures a physical property (GPS chip, accelerometer, microphone)

89
New cards

Aggregating (NIST IoT Model)

Software that transforms raw sensor data into usable information (app calculating walking speed from GPS)

90
New cards

Communication Channel (NIST IoT Model)

The medium used to move data (Wi-Fi, 5G, Bluetooth, cable)

91
New cards

External Utility (NIST IoT Model)

A service that processes the data, often "the cloud" (Google Maps servers, fitness database)

92
New cards

Decision Trigger (NIST IoT Model)

A conditional if-then statement that creates an outcome (IF near home, THEN unlock smart lock)

93
New cards

Default Settings

Factory-set credentials and configurations on new devices; the most vulnerable time in an IoT device's life

94
New cards

Patch

A software update that fixes security holes over time; critical for ongoing IoT security

95
New cards

Security-Convenience Tradeoff

The principle that increasing convenience in IoT typically decreases security and vice versa

96
New cards

Hallucination

When an LLM generates plausible-sounding but factually false information (e.g., made-up legal cases)

97
New cards

Bias (in AI)

When an LLM's outputs systematically favor certain perspectives, often due to training data

98
New cards

Lack of True Understanding

An LLM's inability to genuinely comprehend context, subtlety, or connect concepts the way humans do

99
New cards

Explainable AI

AI systems designed to show their reasoning ("show thinking") so users can validate outputs

100
New cards

Adversarial Testing

Rigorously testing AI on edge cases and difficult scenarios to improve reliability