CompTIA Sec+

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

1/305

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:33 AM on 6/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

306 Terms

1
New cards

Chapter 1 - General Security Concepts

2
New cards

Primary types of security controls

  1. Technical

  2. Managerial

  3. Operational

3
New cards

Technical controls

Implemented using systems (operating system controls, firewalls, anti-virus, etc.)

4
New cards

Managerial controls

Administrative measures focused on the management of risk and the oversight of cybersecurity systems (e.g. admin controls, security policies, standard operating procedures)

5
New cards

Operational controls

Implemented by people (security guards, awareness programs), focused on day-to-day procedures

6
New cards

Physical controls

Limit physical access (locks, badge readers, fences, etc.)

7
New cards

Preventive controls

Designed to stop security incidents before they occur by limiting access to resources or preventing unauthorized actions (e.g. firewalls)

8
New cards

Corrective controls

Apply after an event has already happened

9
New cards

Compensating controls

Control using other means, prevents exploitation of a weakness rather than directly addressing the weakness (block instead of patch, separation of duties, backup power generator)

10
New cards

Directive controls

Directing someone toward security compliance (sign: authorized personnel only)

11
New cards

CIA Triad

Fundamental principles of security

  1. Confidentiality: prevent disclosure of info to unauthorized people/systems (e.g. encryption)

  2. Integrity: no modifications with detection, stored/transferred as intended (e.g. digital certificate)

  3. Availability: systems/networks continue to run as intended (e.g. redundancy, fault tolerance)

12
New cards

Non-repudiation

Inability to deny what has been said, like signing a contract

13
New cards

Acceptable Use Policy (AUP)

Set of rules and guidelines that define acceptable and unacceptable behaviors when using an organization’s computer systems, networks, and digital resources

14
New cards

AAA

  1. Authentication: requires proof of identity (e.g. password)

  2. Authorization: determines level of access

  3. Accounting: tracking resource usage by account

15
New cards

Solutions for AAA functionality

  • TACACS+:

  • RADIUS:

16
New cards

Security Assertion Markup Language (SAML)

Uses XML to exchange data for both authentication and authorization for SSO between identity providers (IdP) and service providers (SP), commonly used in enterprise environments and legacy systems

17
New cards

Digital certificate

Digital document that verifies the identity of an individual, device, service, or organization in online communications

18
New cards

Symmetric vs asymmetric encryption

Symmetric (secret-key): uses a single shared secret key for both encryption and decryption

Asymmetric (public key): uses a public key and a private key

19
New cards

Public vs private key

Public key: shared openly with everyone, used for encryption

Private key: kept strictly secret by its owner, used for decryption

20
New cards

Public key infrastructure (PKI)

Hierarchical framework for the creation, management, storage, distribution, and revocation of digital certificates

21
New cards

Simple Certificate Enrollment Protocol (SCEP)

Automates the issuance and management of certificates within a PKI environment

22
New cards

Online Certificate Status Protocol (OCSP)

Verifies the revocation status of digital certificates in real time

23
New cards

Certificate Authority (CA)

Trusted entity that issues digital certificates to verify the ownership of public keys. Does so by creating a cert from a device, signing it with the organization’s CA, and putting it onto the device. It then checks the cert for authentication

24
New cards

Certificate Revocation List (CRL)

A list of revoked certificates maintained by a CA

25
New cards

Gap analysis

Comparing current to desired security position, done by evaluating current systems and weaknesses and creating a path towards baseline

26
New cards

Zero Trust

No assumed trust, continually verifies access for every person/process/device through security checks. Split into control and data planes

27
New cards

Control plane

Centralized decision-making component responsible for:

  • Authentication

  • Policy evaluation

  • Identity verification

28
New cards

Data plane

Distributed execution component responsible for transmitting app traffic, includes:

  • Implicit trust zones

  • Subject/system

  • Policy Enforcement Point

29
New cards

Network Access Control (NAC)

Defines and enforces network access policies to restrict unauthorized users and devices from accessing a corporate or private network

30
New cards

Adaptive identity

Adjusts user/system privileges dynamically according to source

31
New cards

Threat scope reduction

Decreasing potential entry points to a system

32
New cards

Types of access control

  • Discretionary (DAC): owner of a resource determines who can access it

  • Mandatory (MAC): assigns security labels to both users and resources to determine access, rules are defined using statements that closely resemble natural language

  • Role-based (RBAC): permissions are based on a user’s role within an organization

  • Rule-based (RuBAC): access is determined by predefined rules based on conditions such as time, location, or device type

  • Attribute-based (ABAC): considers user attributes (e.g. job title, department, location), resource attributes (e.g. sensitivity level), and environmental conditions (e.g. time of day, network location), is the strictest

  • Policy-based (PBAC): uses dynamic policies to manage access

33
New cards

Peer-to-peer (P2P)

Decentralized network where participants interact directly without relying on a central server or intermediary

34
New cards

Point-to-point Protocol (PPP)

Link layer communication protocol used to establish direct connections between two networking nodes over serial cables, phone lines, or fiber optics

35
New cards

Point-to-point Tunneling Protocol (PPTP)

Obsolete VPN network protocol that encapsulates PPP frames within IP packets

36
New cards

Password Authentication Protocol (PAP)

Two-way handshake authentication method used primarily within PPP to validate users by transmitting usernames and passwords in plaintext

37
New cards

Security zones

Delineates where you are coming from and where you are going in a network (e.g. untrusted network → trusted network), as well as which zones can access other zones

38
New cards

Policy Enforcement Point (PEP)

Acts as a gatekeeper for resources by intercepting, monitoring, and/or terminating access requests

39
New cards

Policy engine

Evaluates decisions based on policies (e.g. grant, deny, revoke)

40
New cards

Policy admin

Provides the access control policies that are enforced by the PEP

41
New cards

Group Policy Objects (GPO)

Windows feature used for centrally managing and enforcing policies and settings for users and computers in a network

42
New cards

Access control vestibule

Room that you must pass through to access the rest of the building

43
New cards

Honeypots

Used to lure and trap attackers to a fake target in order to buy time and conduct recon

44
New cards

Honeynets

Made up of multiple honeypots

45
New cards

Honeyfiles

Files with fake info, sends an alert when they are accessed

46
New cards

Honeytokens

Traceable fake data that can be monitored for suspicious activity (e.g. API creds, fake email addresses, browser cookies)

47
New cards

Change management

Defines how to make changes with software, patching applications, and/or firewall settings. Requires clear policies on change frequency, duration, and rollback procedures

48
New cards

Backout plan

Method of reverting changes through system backups

49
New cards

Standard operating procedure (SOP)

An organization’s instructions for performing specific tasks or responding to incidents consistently and efficiently

50
New cards

PBKDF2

Enables secure conversion of user passwords into cryptographic keys

51
New cards

Key Distribution Center (KDC)

Centralized server that is used to distribute cryptographic keys and authenticate users and services within a network

52
New cards

Key escrow

Process of storing private encryption keys with a trusted third-party, useful if keys are lost or for managing data access

53
New cards

Recovery Agent (RA)

A trusted third party (an individual, entity, or system) who is authorized to assist in the retrieval of encryption keys and data on behalf of the data owner

54
New cards

Electronic Code Book (ECB)

Simplest mode of operation for block ciphers, used to encrypt data in fixed-size blocks using the same key

55
New cards

Counter Mode (CTM)

Block cipher mode that combines a unique counter with encryption key to generate a stream of pseudorandom data blocks which are then used for encrypting data

56
New cards

Galois/Counter Mode (GCM)

Combines CTM for encryption with an authentication mechanism to ensure both data confidentiality and integrity

57
New cards

Cipher Feedback (CFB)

Block cipher mode that transforms a block cipher into a stream cipher, thus enabling the encryption of individual bits or bytes of data

58
New cards

Cipher Block Chaining (CBC)

Block cipher mode that works by chaining ciphertext blocks together, such that each block depends on the previous block

59
New cards

Out-of-band vs in-band key exchange

Out-of-band: exchanging keys outside of the network (e.g. in-person)


In-band: exchanging keys on the network, requires asymmetric encryption

60
New cards

Data Encryption Standard (DES)

Deprecated symmetric-key block cipher that uses 64 bit blocks

61
New cards

3DES

Applies DES three times to each 64 bit block

62
New cards

Advanced Encryption Standard (AES)

Symmetric block cipher that uses 128 bit blocks, extremely fast and ideal for bulk data encryption

63
New cards

RC4

Asymmetric stream cipher for Windows environments

64
New cards

MD5

Message digest hashing algorithm that produces a 128-bit hash value, deprecated for security purposes because it’s susceptible to easy collision generation

65
New cards

International Data Encryption Algorithm (IDEA)

Symmetric block cipher that operates on 64-bit blocks using a 128-bit key

66
New cards

Trusted Platform Module (TPM)

Embedded microcontroller in a device’s motherboard that is designed to secure hardware with integrated cryptographic keys. Used for secure boot, disk encryption, and system integrity verification

67
New cards

Hardware security module (HSM)

Dedicated device for key management and encryption

68
New cards

Key Management System

Manages lifecycle of encryption keys

69
New cards

Secure enclave

Isolated hardware processor for cryptographic keys and real-time encryption

70
New cards

System on a Chip (SoC)

An integrated circuit combining components typically found in a standard computer system onto a single microchip

71
New cards

Self-encrypting drive (SED)

An HDD or SSD that uses hardware-based encryption to automatically encrypt all data written to it and decrypt data when read

72
New cards

Full Disk Encryption (FDE)

Encrypting all data stored on a device’s hard drive, including the operating system, applications, user files, temporary files, and system logs

73
New cards

Steganography

Hiding information in an image file, can also be done with audio/video files

74
New cards

Tokenization

Replacing sensitive data with tokens which are then transferred over a network. Unlike hashing/encryption, tokens are not related to the original data. Common for credit card processing

75
New cards

Data masking

Hides some portions of data while keeping the original intact

76
New cards

Hash salt

Random data added to a password when hashing, useful for slowing down brute-force attacks

77
New cards

RSA

An asymmetric encryption algorithm that uses a public key for encryption and a private key for decryption, suitable for bulk data encryption, used for secure communications, digital signature, and key exchange

78
New cards

Pretty Good Privacy (PGP) vs GNU Privacy Guard (GPG)

Pretty Good Privacy (PGP): proprietary encryption software owned by Symantec, used for secure email communication and data protection

GNU Privacy Guard (GPG): FOSS implementation of the OpenPGP standard

79
New cards

Data Encryption Key (DEK)

Symmetric key used to protect data

80
New cards

Key Encryption Key (KEK)

Cryptographic key used to encrypt and protect other keys

81
New cards

Master Boot Record (MBR)

Contains data about partitions and the bootloader, used in older non-UEFI based PCs

82
New cards

Chapter 2

83
New cards

Nation-state threat actor

Government-sponsored, highly skilled and well funded. Mainly focus on espionage, sabotage, and cyberwarfare

84
New cards

Unskilled attacker (script kiddie)

Low technical knowledge, uses pre-made tools, often motivated by curiosity or fame

85
New cards

Hacktivist

Ideologically/politically motivated attacker aiming to disrupt, deface, or leak data

86
New cards

Insider threat

Inividuals within an organization who intentionally or unintentionally cause harm

87
New cards

Organized crime

Cybercriminal groups focused on profit through ransomware, fraud, data theft, etc.

88
New cards

Shadow IT

An internal team of threat actors that builds their own unapproved infrastructure, uses their own funds and cloud based services, leading to security blind spots

89
New cards

SHTTP

Obsolete protocol used for secure data transfer over the web

90
New cards

Simple Mail Transfer Protocol (SMTP)

Used for sending email messages between mail servers or from a client device to a mail server

91
New cards

Simple Mail Transfer Protocol Secure (SMTPS)

Deprecated TLS-based method for secure transmission of email messages

92
New cards

Multipurpose Internet Mail Extensions (MIME)

Enables transfer of graphics, audio, and video files over email

93
New cards

Secure/Multipurpose Internet Mail Extensions (S/MIME)

Extends MIME with asymmetric public key encryption and digitally signing of emails

94
New cards

FTP vs SFTP vs FTPS

FTP: older, unencrypted protocol, runs on port 21

FTPS: extension of FTP that adds TLS/SSL, also runs on port 21

SFTP: runs over SSH, thus ensuring end-to-end encryption, runs on port 22

95
New cards

Multimedia Messaging Service (MMS)

Messaging service that allows users to send content such as images, videos, and audio along with text messages to mobile devices

96
New cards

IPsec

Secure network protocol and technology suite that provides encryption, authentication, and data integrity for network traffic, runs in one of the following modes:

  • Transport mode: provides encryption only for the payload (the data part of the packet)

  • Tunnel mode: provides entire packet encryption

97
New cards

Encapsulation Security Payload (ESP)

Core protocol of IPsec that provides confidentiality, data integrity, and authentication

98
New cards

Layer 2 Transport Protocol (L2TP)

Tunneling protocol used to support VPNs and deliver services by ISPs, doesn’t encrypt data on its own and instead relies on IPsec to do so

99
New cards

Wired Equivalent Privacy (WEP)

Outdated wireless security protocol designed to provide data confidentiality

100
New cards

Wi-Fi Protected Access (WPA)

Security protocol to secure wireless networks, successor to WEP