Cybersecurity Fundamentals Reviewer

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

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering cybersecurity fundamentals, risk management, cryptography, and network defense strategies.

Last updated 1:26 PM on 9/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

83 Terms

1
New cards

Cybersecurity

The practice of protecting computers, servers, mobile devices, networks, and data from unauthorized access, attacks, theft, and damage.

2
New cards

Confidentiality

A goal of the CIA Triad that ensures information is accessible only to authorized individuals.

3
New cards

Integrity

A goal of the CIA Triad that ensures data remains accurate and unaltered.

4
New cards

Availability

A goal of the CIA Triad that ensures systems and information are available when needed.

5
New cards

Compromises

Occurs when a threat succeeds in causing harm to a business; successful attacks are also called incidents or breaches.

6
New cards

Countermeasures

Tools used to thwart attacks, also referred to as safeguards and controls.

7
New cards

Preventative Countermeasures

Controls designed to keep attacks from succeeding.

8
New cards

Detective Countermeasures

Controls that identify when a threat is attacking or succeeding to minimize damage through fast detection.

9
New cards

Corrective Countermeasures

Controls that get business processes back on track after a compromise occurred.

10
New cards

Employee Sabotage

The destruction of hardware, software, or data by an employee, which may involve planting logic bombs or having financial motives.

11
New cards

Employee Hacking

Intentionally accessing a computer resource without authorization or in excess of authorization by an employee.

12
New cards

IP Address Spoofing

An attack method where false source IP addresses are put in reconnaissance and exploit packets to conceal identity.

13
New cards

Cyberwar

Computer-based attacks conducted by national governments involving espionage or infrastructure damage.

14
New cards

Cyberterror

Attacks by terrorists or terrorist groups that may directly target IT resources.

15
New cards

Weakest-link failure

A security failure where the compromise of a single element of a system ruins the overall security.

16
New cards

Plan-Protect-Respond Cycle

The primary cycle of security management beginning with planning, followed by protection via countermeasures, and ending with recovery.

17
New cards

Asset Value (AV)

The value of the specific asset that is being protected from potential threats.

18
New cards

Exposure Factor (EF)

The percentage of an asset's value that would be lost during a specific security breach.

19
New cards

Single Loss Expectancy (SLE)

The amount of damage sustained in a single breach, calculated as SLE=AV×EFSLE = AV \times EF.

20
New cards

Annualized Probability of Occurrence (ARO)

A measure of how often a specific attack or breach happens on an annualized basis.

21
New cards

Annualized Loss Expectancy (ALE)

The yearly average loss expected from a compromise, calculated as ALE=SLE×AROALE = SLE \times ARO.

22
New cards

Net Value

The financial benefit of a security decision, calculated as ALE ReductionCost\text{ALE Reduction} - \text{Cost}.

23
New cards

Risk

A potential threat that may cause damage to an asset, mathematically expressed as Risk=Threat×Vulnerability×Asset ValueRisk = \text{Threat} \times \text{Vulnerability} \times \text{Asset Value}.

24
New cards

Risk Acceptance

A strategy where a company accepts the consequences of a risk rather than spending on backup or prevention.

25
New cards

Risk Reduction

A strategy aimed at lowering the likelihood or impact of a risk through tools like antivirus software.

26
New cards

Risk Transference

Shifting the financial impact of a risk to another party, such as an insurance company.

27
New cards

Risk Avoidance

Eliminating a risk entirely by stopping the activity that creates the vulnerability.

28
New cards

Cryptology

The science of encryption which encompasses both cryptography (writing codes) and cryptanalysis (solving codes).

29
New cards

Symmetric Cryptography

A type of encryption where a single key is used for both encryption and decryption, such as AES or DES.

30
New cards

Asymmetric Cryptography

A type of encryption using two keys (Public Key and Private Key), such as RSA or ECC, which is typically slower than symmetric methods.

31
New cards

Hashing

A cryptographic process used to verify data integrity by ensuring files have not been modified.

32
New cards

Cryptanalysis

The process of obtaining a plaintext message from ciphertext without knowing the encryption keys.

33
New cards

Social Engineering Attack

An attack dependent on the human factor, tricking individuals into revealing passwords or granting unauthorized access.

34
New cards

Implementation Attacks

Attacks where side-channel analysis is used to obtain keys, often requiring physical access to the cryptosystem.

35
New cards

Caesar Cipher

A classical cipher where letters are shifted by a fixed number; for example, a shift of 3 turns A into D.

36
New cards

Transposition Techniques (Rail Fence Cipher)

A cipher method where text is written diagonally to create the ciphertext.

37
New cards

Phishing

Fake emails pretending to be legitimate sources to manipulate people into revealing confidential information.

38
New cards

Smishing

A form of phishing conducted through SMS messages.

39
New cards

Vishing

A form of phishing conducted through voice calls.

40
New cards

Tailgating / Piggybacking

A physical social engineering attack where an unauthorized person follows an authorized employee into a restricted area.

41
New cards

Denial of Service (DoS)

An attack that attempts to make services unavailable by exhausting system resources.

42
New cards

Bot

A software application, or robot, designed to perform automated tasks ranging from simple scripts to AI simulations.

43
New cards

Botnet

A network of semi-autonomous infected computers working together to carry out an attacker's goals.

44
New cards

Handlers

A layer of compromised hosts used to manage and control large groups of bots.

45
New cards

Reflected Attack

A DoS method where an attacker uses responses from legitimate services to flood a victim.

46
New cards

SYN Flood

A DoS attack that exploits TCP handshakes by sending many SYN packets without completing the connections.

47
New cards

Ping Flood

An attack that overwhelms a system with excessive ICMP requests.

48
New cards

Rogue Access Point (Evil Twin)

A fake Wi-Fi network designed to look legitimate in order to capture victim passwords.

49
New cards

Drive-by Hacking

The act of accessing an unsecured wireless network from a nearby location, such as from a car outside a building.

50
New cards

Death of the Perimeter

A phrase indicating that creating a 100 percent secure network is impossible and traditional boundary defense is no longer sufficient.

51
New cards

Castle Model

A traditional network defense model with a well-guarded single point of entry between internal and external users.

52
New cards

Suricata Rules

Instructions that tell an IDS/IPS what specific suspicious activity to watch for and how to respond.

53
New cards

IDS (Intrusion Detection System)

A passive security system that monitors traffic, detects threats, and generates alerts.

54
New cards

IPS (Intrusion Prevention System)

An active security system that detects and automatically blocks attacks by dropping malicious packets.

55
New cards

Signature-Based Detection

A detection method that compares traffic against known attack signatures, accurate for known threats but ineffective against zero-day attacks.

56
New cards

Anomaly-Based Detection

A detection method that identifies unusual behavior, allowing it to detect new attacks albeit with higher false positive rates.

57
New cards

SIEM

Security Information and Event Management; a centralized platform that combines SIM (log collection) and SEM (real-time monitoring).

58
New cards

Log Normalization

The SIEM process of converting different log formats from various systems into a single standard format.

59
New cards

Event Correlation

The SIEM function of combining events from different systems to identify potential compromises.

60
New cards

Access Control Phases

The three-step process consisting of Identification (claiming identity), Authentication (verifying identity), and Authorization (determining permissions).

61
New cards

RBAC (Role-Based Access Control)

An access control model where permissions are assigned based on a user's job role within the organization.

62
New cards

DAC (Discretionary Access Control)

An access control model where the owner of the resource controls the permissions.

63
New cards

MAC (Mandatory Access Control)

An access control model where the system enforces permissions, often used for military classified documents.

64
New cards

Security Hardening

The overall process of reducing vulnerabilities in a system.

65
New cards

Host

Any device with an IP address, including servers, clients, routers, firewalls, and mobile phones.

66
New cards

Systems Administrators

IT employees who manage individual hosts or groups of hosts, typically staying separate from network administration.

67
New cards

Vulnerabilities

Security weaknesses that open a program to attack.

68
New cards

Exploits

Programs specifically designed to take advantage of a vulnerability.

69
New cards

Zero-day-attacks

Attacks that occur before security fixes or patches have been released by the vendor.

70
New cards

Work-arounds

Manual actions taken to address vulnerabilities when no new software fix is available; they are often labor-intensive and error-prone.

71
New cards

Patches

Small programs that fix specific vulnerabilities and are usually easy to download and install.

72
New cards

SQL Injection

A web application attack where malicious SQL commands are injected to bypass login systems or manipulate databases.

73
New cards

Cross-Site Scripting (XSS)

An attack involving the injection of malicious scripts into web pages, preventable by input validation and output encoding.

74
New cards

Directory Traversal

A vulnerability allowing an attacker to access files and directories outside of the web server's root directory.

75
New cards

LDAP

A system used to store user accounts, groups, and permissions, commonly seen in Active Directory.

76
New cards

SSO (Single Sign-On)

A centralized authentication service that allows a user to login once and access multiple systems.

77
New cards

FAR (False Acceptance Rate)

A biometric error where an unauthorized user is incorrectly accepted by the system.

78
New cards

FRR (False Rejection Rate)

A biometric error where an authorized user is incorrectly rejected by the system.

79
New cards

Honeypot

A decoy system designed to attract attackers to monitor their behavior and collect intelligence.

80
New cards

Padded Cell System

An isolated environment where detected attackers are redirected to prevent damage and monitor their techniques.

81
New cards

Buffer Overflow

A widespread vulnerability occurring when the volume of data exceeds the storage capacity of a memory buffer.

82
New cards

Website Defacement

An attack where the visual appearance of a website is unauthorizedly altered, often replacing the home page with a hacker-produced page.

83
New cards

Production Server

The deployment server where the live or operational version of software is accessed by end-users.