Information Security Concepts Flashcards

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

flashcard set

Earn XP

Description and Tags

A complete set of vocabulary flashcards covering key information security domains including security principles, business continuity, access controls, network security, and security operations.

Last updated 10:35 PM on 8/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

151 Terms

1
New cards

CIA Triad

Confidentiality, Integrity, Availability: the three core goals of information security.

2
New cards

Confidentiality

Ensuring information is accessible only to those authorized to see it.

3
New cards

Integrity

Ensuring data is accurate and unaltered except by authorized action.

4
New cards

Availability

Ensuring systems and data are accessible when needed.

5
New cards

Non-repudiation

Assurance that someone cannot deny having performed an action (e.g., via digital signatures/logs).

6
New cards

Authentication

Verifying that a user or system is who/what it claims to be.

7
New cards

Authorization

Determining what an authenticated user is allowed to do.

8
New cards

Accounting (AAA)

Tracking user actions (logging), the third piece alongside Authentication and Authorization.

9
New cards

Identification

The act of claiming an identity (e.g., entering a username), distinct from proving it.

10
New cards

Privacy

Protection of personally identifiable information (PII) from unauthorized use or disclosure.

11
New cards

Risk

The potential for loss or damage when a threat exploits a vulnerability.

12
New cards

Threat

Anything capable of causing harm to an asset.

13
New cards

Vulnerability

A weakness that a threat can exploit.

14
New cards

Risk Management

The overall process of identifying, assessing, and controlling risk.

15
New cards

Risk Assessment

The process of identifying and analyzing risks.

16
New cards

Risk Treatment (Response)

The four common strategies: Avoid, Transfer, Mitigate, Accept.

17
New cards

Risk Avoidance

Eliminating the activity or condition that creates the risk.

18
New cards

Risk Transfer

Shifting risk to a third party (e.g., insurance, outsourcing).

19
New cards

Risk Mitigation

Reducing the likelihood or impact of a risk (e.g., adding controls).

20
New cards

Risk Acceptance

Choosing to accept a risk because the cost of addressing it exceeds the benefit.

21
New cards

Residual Risk

The risk remaining after controls have been applied.

22
New cards

Control

A safeguard or countermeasure to reduce risk.

23
New cards

Administrative (Managerial) Controls

Policies, procedures, training.

24
New cards

Technical (Logical) Controls

Firewalls, encryption, access control lists.

25
New cards

Physical Controls

Locks, fences, guards, cameras.

26
New cards

Preventive Control

Stops an incident before it happens.

27
New cards

Detective Control

Identifies that an incident occurred.

28
New cards

Corrective Control

Fixes/restores after an incident.

29
New cards

Deterrent Control

Discourages an attacker (e.g., warning signs).

30
New cards

Compensating Control

An alternative control used when the primary one isn't feasible.

31
New cards

Governance

The framework of policies and oversight guiding security decisions.

32
New cards

Ethics (ISC2 Code of Ethics)

Canons: Protect society/commonwealth/infrastructure; act honorably, honestly, justly, responsibly, legally; provide diligent/competent service; advance the profession.

33
New cards

Zero Trust

"Never trust, always verify" — no implicit trust based on network location.

34
New cards

Least Privilege

Users/systems get only the minimum access needed to perform their job.

35
New cards

Separation of Duties (SoD)

Splitting critical tasks among multiple people to prevent fraud/error.

36
New cards

Defense in Depth

Layering multiple security controls so no single point of failure exists.

37
New cards

Due Care

Taking reasonable steps to protect assets (the "prudent person" standard, ongoing).

38
New cards

Due Diligence

The research/investigation done before taking action (e.g., vetting a vendor).

39
New cards

Business Continuity Plan (BCP)

Plan to keep essential business functions running during/after a disruption.

40
New cards

Disaster Recovery Plan (DRP)

Plan focused specifically on restoring IT systems/data after a disaster.

41
New cards

Business Impact Analysis (BIA)

Identifies critical business functions and the impact of their disruption.

42
New cards

Recovery Time Objective (RTO)

Maximum acceptable time to restore a system/function after disruption.

43
New cards

Recovery Point Objective (RPO)

Maximum acceptable amount of data loss, measured in time (how far back backups must go).

44
New cards

Maximum Tolerable Downtime (MTD)

Longest a business function can be unavailable before causing unacceptable harm.

45
New cards

Mean Time to Repair (MTTR)

Average time to fix a failed component.

46
New cards

Mean Time Between Failures (MTBF)

Average time between failures of a system.

47
New cards

Hot Site

Fully equipped, near-instant failover backup facility.

48
New cards

Warm Site

Partially equipped backup facility; faster than cold, slower than hot.

49
New cards

Cold Site

Basic facility with power/space only; requires significant setup time.

50
New cards

Incident

An event that violates security policy or threatens asset confidentiality/integrity/availability.

51
New cards

Incident Response Plan (IRP)

Predefined steps for handling security incidents.

52
New cards

Incident Response Lifecycle

Preparation → Detection & Analysis → Containment → Eradication → Recovery → Lessons Learned (Post-Incident Activity).

53
New cards

Preparation

Building the tools, training, and plans before an incident occurs.

54
New cards

Detection & Analysis

Identifying that an incident has occurred and assessing scope.

55
New cards

Containment

Limiting the spread/impact of an incident.

56
New cards

Eradication

Removing the root cause (e.g., malware) from the environment.

57
New cards

Recovery

Restoring systems to normal operation.

58
New cards

Lessons Learned

Post-incident review to improve future response.

59
New cards

Backup

A copy of data kept for restoration purposes.

60
New cards

Full Backup

Complete copy of all selected data.

61
New cards

Incremental Backup

Backs up only data changed since the last backup (full or incremental).

62
New cards

Differential Backup

Backs up all data changed since the last full backup.

63
New cards

Redundancy

Duplication of critical components to eliminate single points of failure.

64
New cards

High Availability (HA)

Design approach ensuring systems remain operational with minimal downtime.

65
New cards

Single Point of Failure (SPOF)

A component whose failure would take down the whole system.

66
New cards

Access Control

Mechanisms that restrict access to resources.

67
New cards

Physical Access Control

Controls like badges, locks, mantraps, biometric scanners.

68
New cards

Logical (Technical) Access Control

Controls like passwords, ACLs, encryption.

69
New cards

Discretionary Access Control (DAC)

Resource owner decides who gets access.

70
New cards

Mandatory Access Control (MAC)

Access determined by system-enforced labels/classifications (e.g., government/military systems).

71
New cards

Role-Based Access Control (RBAC)

Access assigned based on job role.

72
New cards

Rule-Based Access Control

Access determined by predefined rules (e.g., firewall rules).

73
New cards

Attribute-Based Access Control (ABAC)

Access based on attributes (user, resource, environment).

74
New cards

Multi-Factor Authentication (MFA)

Authentication requiring 2+ factors: something you know, have, are (and sometimes somewhere you are/something you do).

75
New cards

Something You Know

Password, PIN.

76
New cards

Something You Have

Token, smart card, phone (OTP app).

77
New cards

Something You Are

Biometric (fingerprint, retina, face).

78
New cards

Single Sign-On (SSO)

One authentication grants access to multiple systems.

79
New cards

Federation

Trust relationship allowing identity to be used across organizational boundaries.

80
New cards

Provisioning

Creating user accounts/access.

81
New cards

Deprovisioning

Removing user accounts/access (critical during offboarding).

82
New cards

Privileged Access Management (PAM)

Managing/monitoring accounts with elevated privileges.

83
New cards

Mantrap

A physical access control with two interlocking doors to prevent tailgating.

84
New cards

Tailgating/Piggybacking

Unauthorized person following an authorized person through a secure entry point.

85
New cards

Network Segmentation

Dividing a network into smaller zones to limit access/spread of threats.

86
New cards

DMZ (Demilitarized Zone)

A buffer network segment between the internet and internal network, hosting public-facing services.

87
New cards

VLAN

Virtual LAN; logically segments a network without physical separation.

88
New cards

Firewall

Device/software that filters traffic based on rules.

89
New cards

Packet-Filtering Firewall

Filters based on IP/port/protocol at the packet level.

90
New cards

Stateful Inspection Firewall

Tracks the state of active connections to make filtering decisions.

91
New cards

Next-Generation Firewall (NGFW)

Combines traditional filtering with deep packet inspection, IPS, app awareness.

92
New cards

IDS (Intrusion Detection System)

Monitors and alerts on suspicious activity; does not block.

93
New cards

IPS (Intrusion Prevention System)

Monitors and actively blocks suspicious activity.

94
New cards

VPN (Virtual Private Network)

Encrypted tunnel for secure communication over an untrusted network.

95
New cards

NAT (Network Address Translation)

Translates private IP addresses to public ones.

96
New cards

Proxy Server

Intermediary that forwards requests between clients and servers.

97
New cards

Honeypot

A decoy system designed to lure and study attackers.

98
New cards

OSI Model

7-layer model: Physical, Data Link, Network, Transport, Session, Presentation, Application.

99
New cards

TCP/IP Model

4-layer model: Network Access, Internet, Transport, Application.

100
New cards

TCP

Connection-oriented, reliable transport protocol (three-way handshake: SYN, SYN-ACK, ACK).