Information Security Master Summary 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/67

flashcard set

Earn XP

Description and Tags

A comprehensive vocabulary review of key concepts, models, frameworks, controls, and compliance standards covered in the Information Security course notes.

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

No analytics yet

Send a link to your students to track their progress

68 Terms

1
New cards

Information Security (InfoSec)

Protection of important information against unauthorized access, disclosure, use, alteration, or disruption. Serves as an umbrella term covering physical IT asset security, endpoint security, data encryption, network security, etc.

2
New cards

IT Security

Protects physical/digital IT assets and data centers; does not cover paper files/media. Focuses on technology assets rather than the information itself.

3
New cards

Cybersecurity

Focuses on securing digital information systems from cyberthreats. Has a narrower scope than InfoSec and is not concerned with paper/analog data.

4
New cards

Data Security

Protects digital information from unauthorized access, corruption, or theft across its entire lifecycle. Covers physical security of hardware/storage, administrative/access controls, and logical security of software/policies.

5
New cards

NIST SP 800-100

A handbook giving a broad overview of InfoSec program elements aimed at CIOs/CISOs/security managers to guide building an InfoSec program strategy.

6
New cards

Confidentiality

A pillar of the CIA Triad focused on preventing unauthorized disclosure of information; achieved via authentication, access controls, and cryptography.

7
New cards

Integrity

A pillar of the CIA Triad focused on verifying that data has not been modified, tampered with, or corrupted; achieved via hashing.

8
New cards

Availability

A pillar of the CIA Triad focused on ensuring information is available when needed; achieved via redundancy and backups.

9
New cards

AAA Framework

An access control framework consisting of Authentication, Authorization, and Accounting that controls access to data/system resources, enforces policies, and audits actions.

10
New cards

Least Privilege

Core security principle requiring that a user, system, process, or application is given only the permissions necessary to complete its assigned tasks/functions—and nothing more.

11
New cards

Non-repudiation

Core security principle that prevents an entity from denying an action took place (e.g., digitally signed emails, system event logs).

12
New cards

Defense in Depth

Security concept of implementing several layers of protection combining physical and logical security.

13
New cards

Implicit Deny

Security control principle where unless something is explicitly allowed, it is denied.

14
New cards

Identity Proofing

The process of validating an individual's identity (via Driver's License, Passport, etc.) before credentials are issued; occurs prior to authentication.

15
New cards

Due Care

The "prudent man" rule — doing what any responsible person would do; implementing a security measure to mitigate risk.

16
New cards

Due Diligence

Managing due care — ensuring the implemented security measure was done correctly.

17
New cards

Gross Negligence

The opposite of due care — failing to act responsibly and suffering a loss as a result, which can create legal liability.

18
New cards

Information Security Governance

How an organization manages its InfoSec program via policies, procedures, and roles to ensure cybersecurity objectives are achieved at the right cost through a top-down approach driven by senior management.

19
New cards

Asset

Any item that has value to an organization (e.g., people, property, information).

20
New cards

Vulnerability

A weakness in the system/design/code, or lack of preventive mechanisms — an internal factor IT pros can control.

21
New cards

Threat

Any condition that could cause harm/loss/damage/compromise to an asset — an external or internal factor IT pros cannot control, only manage/mitigate.

22
New cards

Risk

The probability of the realization of a threat exploiting a vulnerability. Formally defined as: Risk=Threat×Vulnerability\text{Risk} = \text{Threat} \times \text{Vulnerability}.

23
New cards

Strategic Risk

Risk arising from operating in a specific industry/time (e.g., shifting consumer preferences making products obsolete).

24
New cards

Compliance Risk

Risk arising from legislative laws and regulations that organizations must follow.

25
New cards

Financial Risk

Risk associated with how an organization handles money, credit, interest rates, or exchange rates.

26
New cards

Operational Risk

Risk stemming from internal failures of processes, people, or systems (including unforeseen external events like power outages).

27
New cards

Reputational Risk

Loss of reputation resulting from product failures, lawsuits, or negative publicity.

28
New cards

Risk Mitigation

Adding controls to reduce risk to an acceptable level (not eliminate all risk), such as firewalls or IDS/IPS.

29
New cards

Risk Transference

Shifting risk to another party when it is too costly to accept, avoid, or mitigate (e.g., purchasing flood insurance).

30
New cards

Risk Avoidance

Changing system configuration or design to avoid a risk entirely (e.g., replacing unsupported Windows XP with Windows 10).

31
New cards

Risk Acceptance

Choosing to accept a risk, common when the risk is low or adequate countermeasures already exist.

32
New cards

Technical Controls

Security controls implemented through technical mechanisms, such as firewalls, IDS/IPS, antivirus, and endpoint security.

33
New cards

Operational Controls

Security controls executed through human procedures and operations, such as penetration tests and standard operating procedures.

34
New cards

Qualitative Risk Analysis

Subjective risk assessment used when no precise values exist; commonly utilizes a risk matrix.

35
New cards

Quantitative Risk Analysis

Numeric/countable risk assessment ("Probabilistic Risk Analysis") that expresses consequences in dollars, time, lives, etc.

36
New cards

Exposure Factor (EF)

The percentage of asset value lost during a risk event (EF=1.0\text{EF} = 1.0 if an asset loses all value).

37
New cards

Single Loss Expectancy (SLE)

A quantitative risk metric representing the monetary loss expected each time a specific threat exploits a vulnerability.

38
New cards

Annual Loss Expectancy (ALE)

A quantitative risk metric representing the annual cost of a risk event, used by executives to decide whether to mitigate, transfer, avoid, or accept a risk.

39
New cards

Sensitive Data

Any information that isn't public or unclassified; includes confidential, proprietary, or protected data that an organization must protect due to value or legal/regulatory requirements.

40
New cards

Data Retention

Long-term storage of valuable assets driven by legal, regulatory, and organizational compliance requirements.

41
New cards

Data at Rest

Data stored on media (hard drive, USB, tape) that is not currently being transmitted or used; typically protected via disk or file encryption.

42
New cards

Data in Motion (Transit)

Data currently moving across a network from one device to another; protected using SSL, TLS, or VPN/IPSec encryption.

43
New cards

Data in Use

Data currently being created, updated, appended, or erased by a system, app, or user. It is the hardest to protect because it is unencrypted while in use, requiring integrity checks and auditing.

44
New cards

Personally Identifiable Information (PII)

Any information that alone or combined could identify an individual (e.g., medical, educational, financial, or employment info).

45
New cards

Protected Health Information (PHI)

Information created/received by a healthcare provider/plan relating to physical or mental health, or payment for care, of an individual.

46
New cards

Proprietary Data

Data that helps an organization maintain a competitive edge (e.g., software code, technical plans, internal processes, IP, trade secrets).

47
New cards

Top Secret

Classification label applied to information where unauthorized disclosure could cause grave damage to national security.

48
New cards

Secret

Classification label applied to information where unauthorized disclosure could cause serious damage to national security.

49
New cards

Confidential

Classification label applied to information where unauthorized disclosure is reasonably expected to cause damage.

50
New cards

Unclassified

Label applied to data that does not meet the criteria for Top Secret, Secret, or Confidential, requiring no standard protection level.

51
New cards

Access Control

A data security process that manages who is authorized to access corporate data/resources, verifying user identities and granting appropriate access levels.

52
New cards

Authentication

The access control component and process of verifying a user's identity when logging into a system.

53
New cards

Authorization

The access control component and process of determining and verifying what permissions or access rights a user has once logged in.

54
New cards

Accounting

The access control element responsible for tracking and recording user access and actions via system logs.

55
New cards

Preventive Controls

Security controls that prevent an action before it happens (e.g., background check, drug test before hiring).

56
New cards

Detective Controls

Security controls that send alerts during or after an attack (e.g., building alarm during break-in, IDS alerting admins).

57
New cards

Corrective Controls

Security controls designed to "correct" a damaged system or process (e.g., antivirus quarantining or deleting malware).

58
New cards

Recovery Controls

Security controls that restore systems after an incident (e.g., backups and restoration procedures).

59
New cards

Deterrent Controls

Security controls designed to discourage users from attempting an action (e.g., security guards, warning signs, fences).

60
New cards

Compensating Controls

Security controls added to compensate for another control's weakness (e.g., Defense in Depth, multiple layers of security).

61
New cards

Mandatory Access Control (MAC)

The strictest access control model, used by government and military, where both subjects and objects receive sensitivity labels and access is granted only when labels match.

62
New cards

Discretionary Access Control (DAC)

Access control model where every object has an owner who decides who gets access; followed by most operating systems.

63
New cards

Role-Based Access Control (RBAC)

Access control model that uses assigned roles or groups to manage permissions based on job function (e.g., Accounting department access to QuickBooks).

64
New cards

Rule-Based Access Control

Access control model that uses specific rules to define when access is granted, serving to complement role-based access.

65
New cards

PCI DSS

Security standard that protects the payment card ecosystem by enforcing controls that permit or deny transactions.

66
New cards

HIPAA

Regulatory standard that protects patient health data from disclosure without consent.

67
New cards

SOC 2

Auditing procedure designed for cloud service providers storing customer data.

68
New cards

ISO 27001

ISO's gold standard certification for information security and compliance.