Master class CompTIA Security+ 701 Study Guide

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

1/489

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:13 PM on 6/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

490 Terms

1
New cards

CIA Triad

The core cybersecurity model comprising Confidentiality (authorized reading), Integrity (unaltered data), and Availability (reliable access).

2
New cards

Non-repudiation

A security property ensuring that a person cannot deny performing an action, such as creating or sending a resource.

3
New cards

NIST Cybersecurity Framework Functions

A classification of cybersecurity tasks into five functions: Identify, Protect, Detect, Respond, and Recover.

4
New cards

Gap Analysis

The process of identifying deviations between an organization's current security systems and the requirements of a chosen framework.

5
New cards

IAM

Identity and Access Management; includes the processes of identification, authentication, authorization, and accounting.

6
New cards

Technical Controls

Security controls implemented as hardware, software, or firmware, such as firewalls and antivirus software.

7
New cards

Operational Controls

Security controls implemented primarily by people, such as training programs and security guards.

8
New cards

Compensating Control

A security control that substitutes for a principal control, providing equivalent or better protection.

9
New cards

Vulnerability

A weakness that can be accidentally triggered or intentionally exploited to cause a security breach.

10
New cards

Threat Actor

The person or entity that poses a threat by exploiting vulnerabilities.

11
New cards

Risk

The level of hazard calculated by the likelihood of exploitation by a threat actor and the resulting impact.

12
New cards

APT

Advanced Persistent Threat; the ability of an adversary to achieve and maintain ongoing network access using various tools.

13
New cards

Attack Surface

All the points where a threat actor can interact with a network port, application, computer, or user.

14
New cards

Zero-Day Vulnerability

A flaw unknown to developers and vendors, providing them "zero days" to fix it once the flaw is discovered.

15
New cards

Phishing

A social engineering technique that combines spoofing to trick targets into interacting with malicious resources disguised as trusted ones.

16
New cards

Typosquatting

The practice of registering domain names similar to legitimate ones (e.g., exannple.com) to exploit user trust.

17
New cards

Business Email Compromise (BEC)

A targeted campaign where an attacker poses as a colleague or vendor to trick executives into authorizing fraudulent payments.

18
New cards

Symmetric Encryption

A cryptographic process using a single secret key for both encryption and decryption.

19
New cards

Asymmetric Encryption

Encryption using a related pair of keys (public and private); the public key encrypts, and only the private key can decrypt.

20
New cards

Hashing Algorithm

A process that generates a fixed-length string of bits (message digest) from input data, used to ensure data integrity.

21
New cards

Digital Signature

A combination of hashing and asymmetric encryption used to ensure data integrity and authenticate the sender.

22
New cards

PKI

Public Key Infrastructure; a system that proves the identity of public key owners using digital certificates validated by Certificate Authorities.

23
New cards

Subject Alternative Name (SAN)

An extension field in a digital certificate used to represent different identifiers, including FQDNs and IP addresses.

24
New cards

CRL

Certificate Revocation List; a list maintained by a CA that contains revoked or suspended certificates.

25
New cards

Online Certificate Status Protocol (OCSP)

A protocol that provides real-time status of a digital certificate.

26
New cards

Trusted Platform Module (TPM)

A dedicated cryptoprocessor module on a computer platform for key generation, storage, and cryptographic operations.

27
New cards

Perfect Forward Secrecy (PFS)

A mechanism that uses Diffie-Hellman to create ephemeral session keys, ensuring that compromise of a server's private key does not reveal recorded sessions.

28
New cards

Salting

Adding a unique, random value to a password before hashing to increase entropy and prevent the use of rainbow tables.

29
New cards

Key Stretching

The process of repeatedly hashing a password-derived key to slow down brute force attacks (e.g., PBKDF2).

30
New cards

Blockchain

A decentralized method of recording transactional blocks where each block contains a hash of the previous one to ensure immutability.

31
New cards

Tokenization

Replacing sensitive data field values with randomly generated tokens stored separately in a secure vault.

32
New cards

Multifactor Authentication (MFA)

An authentication scheme combining two or more factors: something you know, something you have, or something you are.

33
New cards

Crossover Error Rate (CER)

The point where the False Rejection Rate (FRRFRR) and False Acceptance Rate (FARFAR) are equal; lower values indicate more reliable biometric technology.

34
New cards

FIDO2

A framework for passwordless authentication using public/private key pairs and local gestures (biometrics/PINs).

35
New cards

Discretionary Access Control (DAC)

Access control model where the resource owner has full control over the resource and its access control list (ACLACL).

36
New cards

Mandatory Access Control (MAC)

A system-enforced access model based on security clearance labels and subject clearance levels.

37
New cards

Attribute-Based Access Control (ABAC)

Access model where decisions are based on a combination of subject, object, and context-sensitive attributes.

38
New cards

Least Privilege

The principle that users are granted only the minimum rights necessary to perform their authorized tasks.

39
New cards

Privileged Access Management (PAM)

Policies and technical controls designed to prevent the compromise of administrative accounts.

40
New cards

Kerberos

A network authentication protocol used for Single Sign-on (SSOSSO) involving a Key Distribution Center (KDCKDC) and tickets.

41
New cards

SAML

Security Assertion Markup Language; an XML-based protocol for transmitting claims between an identity provider and a service provider.

42
New cards

OAuth

A protocol for authentication and authorization in RESTful APIs that uses tokens to share user profile information between sites.

43
New cards

VLAN

Virtual LAN; a logical Layer 2 domain mapped to physical switches that can be further mapped to Layer 3 IP subnets.

44
New cards

Next-Generation Firewall (NGFW)

A firewall that integrates traditional filtering with deep packet inspection, application awareness, and IPS functionality.

45
New cards

Web Application Firewall (WAF)

A specialized firewall that protects web servers and databases from code injection and denial of service attacks.

46
New cards

IPsec

Internet Protocol Security; a suite that operates at Layer 3 to provide secure communication via Authentication Header (AHAH) or Encapsulating Security Payload (ESPESP).

47
New cards

IKE

Internet Key Exchange; a protocol used to negotiate a security association and perform key exchange for IPsec.

48
New cards

Cloud Service Models

A classification of cloud complexity: SaaS (software), PaaS (platform), and IaaS (infrastructure).

49
New cards

Shared Responsibility Model

A security framework where the cloud provider manages infrastructure security and the customer manages data and application security.

50
New cards

Infrastructure as Code (IaC)

The management of computing infrastructure through machine-readable definition files (YAML, JSON, HCL).

51
New cards

Software Defined Networking (SDN)

The abstraction of network functions into management, control, and data planes.

52
New cards

Zero Trust Architecture (ZTA)

A security model where all access requests are continuously verified and authorized, moving defenses to focus on individual users and assets.

53
New cards

Data Deduplication

A compression technique that improves storage efficiency by eliminating redundant data blocks.

54
New cards

MTD

Maximum Tolerable Downtime; the longest period a business function can be down without causing irrecoverable failure.

55
New cards

RTO

Recovery Time Objective; the duration of time within which a business process must be restored after a disaster.

56
New cards

MTBF

Mean Time Between Failures; the expected lifetime of a product, calculated as total operational time divided by the number of failures.

57
New cards

Honeypot

A decoy system designed to mimic real systems to monitor attacker activity and gather intelligence.

58
New cards

SCAP

Security Content Automation Protocol; used by vulnerability scanners to compare system configurations to secure baselines.

59
New cards

CVSS

Common Vulnerability Scoring System; a system that scores vulnerabilities from 00 to 1010 based on severity characteristics.

60
New cards

WPA3

The latest Wi-Fi security standard that introduces Simultaneous Authentication of Equals (SAESAE) to replace PSKPSK.

61
New cards

Network Access Control (NAC)

A system that authenticates users/devices and ensures they meet security compliance (posture) before granting network access.

62
New cards

EDR

Endpoint Detection and Response; software providing real-time visibility and automated remediation for threats on endpoint devices.

63
New cards

XDR

Extended Detection and Response; evolves from EDREDR to integrate security data from endpoints, networks, and cloud platforms.

64
New cards

TLS

Transport Layer Security; the successor to SSLSSL used to secure application protocols like HTTPHTTP (as HTTPSHTTPS) via encryption and digital certificates.

65
New cards

SNMP

Simple Network Management Protocol; a framework for network monitoring using monitors and agents that maintain a Management Information Base (MIBMIB).

66
New cards

SPF

Sender Policy Framework; checks the sender's IP against authorized IP addresses listed in the DNS TXT records of the sender's domain.

67
New cards

DKIM

DomainKeys Identified Mail; uses digital signatures to enable email verification by the receiving server.

68
New cards

DMARC

Domain-based Message Authentication, Reporting & Conformance; defines rules for handling messages based on SPFSPF and DKIMDKIM checks.

69
New cards

DNSSEC

DNS Security Extensions; validates DNS responses using signed resource records to mitigate spoofing/poisoning attacks.

70
New cards

Static Code Analysis

The practice of identifying vulnerabilities and errors in source code before it is deployed.

71
New cards

Software Sandboxing

A security mechanism that isolates running processes to prevent them from accessing the host system.

72
New cards

SIEM

Security Information and Event Management; software that aggregates and correlates log data from network sensors and hosts for reporting and alerting.

73
New cards

Order of Volatility

The forensic best practice of capturing evidence from the most fleeting sources (e.g., CPUCPU registers) to the most permanent (e.g., archival media).

74
New cards

Chain of Custody

A chronological record of the collection, handling, and storage of digital evidence to preserve its integrity for legal proceedings.

75
New cards

Rootkit

A type of malware that gains high-level privileges and conceals its presence by compromising system files and interfaces.

76
New cards

RAT

Remote Access Trojan; covert backdoor malware that mimics legitimate remote control programs to allow attackers control of a zombie host.

77
New cards

IoC

Indicator of Compromise; a residual sign that an asset or network has been successfully attacked (e.g., specific file hashes or connection endpoints).

78
New cards

ARP Poisoning

An Layer 2 on-path attack that redirects traffic by sending unsolicited/gratuitous ARPARP replies to update MAC:IP caches with spoofed addresses.

79
New cards

SQL Injection

An injection attack that manipulates SQLSQL queries to extract or insert information into back-end databases.

80
New cards

Cross-Site Scripting (XSS)

An attack that exploits a browser's trust in scripts from a trusted site to execute malicious code client-side.

81
New cards

GDPR

General Data Protection Regulation; a global privacy law protecting the personal data of EU residents.

82
New cards

Data Sovereignty

The concept that data is subject to the jurisdictional laws of the geographic location where it is processed or stored.

83
New cards

DLP

Data Loss Prevention; systems that automate discovery and classification of data to enforce rules against unauthorized viewing or transfer.

84
New cards

CIA Triad

The core cybersecurity model comprising Confidentiality (authorized reading), Integrity (unaltered data), and Availability (reliable access).

85
New cards

Non-repudiation

A security property ensuring that a person cannot deny performing an action, such as creating or sending a resource.

86
New cards

NIST Cybersecurity Framework Functions

A classification of cybersecurity tasks into five functions: Identify, Protect, Detect, Respond, and Recover.

87
New cards

Gap Analysis

The process of identifying deviations between an organization's current security systems and the requirements of a chosen framework.

88
New cards

IAM

Identity and Access Management; includes the processes of identification, authentication, authorization, and accounting.

89
New cards

Technical Controls

Security controls implemented as hardware, software, or firmware, such as firewalls and antivirus software.

90
New cards

Operational Controls

Security controls implemented primarily by people, such as training programs and security guards.

91
New cards

Compensating Control

A security control that substitutes for a principal control, providing equivalent or better protection.

92
New cards

Vulnerability

A weakness that can be accidentally triggered or intentionally exploited to cause a security breach.

93
New cards

Threat Actor

The person or entity that poses a threat by exploiting vulnerabilities.

94
New cards

Risk

The level of hazard calculated by the likelihood of exploitation by a threat actor and the resulting impact.

95
New cards

APT

Advanced Persistent Threat; the ability of an adversary to achieve and maintain ongoing network access using various tools.

96
New cards

Attack Surface

All the points where a threat actor can interact with a network port, application, computer, or user.

97
New cards

Zero-Day Vulnerability

A flaw unknown to developers and vendors, providing them "zero days" to fix it once the flaw is discovered.

98
New cards

Phishing

A social engineering technique that combines spoofing to trick targets into interacting with malicious resources disguised as trusted ones.

99
New cards

Typosquatting

The practice of registering domain names similar to legitimate ones (e.g., exannple.com) to exploit user trust.

100
New cards

Business Email Compromise (BEC)

A targeted campaign where an attacker poses as a colleague or vendor to trick executives into authorizing fraudulent payments.