CompTIA Security+ $$SY0-701$$ Master 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/110

flashcard set

Earn XP

Description and Tags

Complete vocabulary review for the CompTIA Security+ $$SY0-701$$ exam, covering general concepts, threats, architecture, operations, and management.

Last updated 4:50 PM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

111 Terms

1
New cards

CIA

Confidentiality, Integrity, and Availability.

2
New cards

Confidentiality

It prevents unauthorized disclosure of information.

3
New cards

Integrity

It ensures information is accurate, complete, and not improperly altered.

4
New cards

Availability

It ensures authorized users can access systems and data when needed.

5
New cards

AAA

Authentication, Authorization, and Accounting.

6
New cards

Authentication

Verifies who you are.

7
New cards

Authorization

Determines what you are allowed to do.

8
New cards

Accounting

Tracking and recording user activity.

9
New cards

Non-repudiation

Evidence that prevents a party from credibly denying an action or transaction.

10
New cards

Least privilege

Giving users and systems only the access necessary to perform their required tasks.

11
New cards

Zero trust

A security model that assumes no implicit trust and continuously verifies access.

12
New cards

Defense in depth

Using multiple overlapping security controls so 11 failure does not compromise everything.

13
New cards

Symmetric encryption

Encryption using the same secret key to encrypt and decrypt data.

14
New cards

Asymmetric encryption

Encryption using a public/private key pair.

15
New cards

Hashing

A 11-way transformation used to verify integrity or protect stored secrets.

16
New cards

AES

A widely used symmetric encryption algorithm.

17
New cards

RSA

Asymmetric cryptography, commonly used for encryption and digital signatures.

18
New cards

Digital signature

A cryptographic mechanism that provides integrity, authentication, and non-repudiation.

19
New cards

PKI

Public Key Infrastructure: the systems, policies, and processes used to manage public-key certificates.

20
New cards

Digital certificate

An electronic credential that binds an identity to a public key.

21
New cards

Security control

A safeguard designed to reduce risk or protect systems, data, and users.

22
New cards

Phishing

A social-engineering attack that uses deceptive messages to trick victims into taking an action.

23
New cards

Spear phishing

Highly targeted phishing aimed at a specific person or organization.

24
New cards

Whaling

Phishing targeting high-value executives or other senior personnel.

25
New cards

Smishing

Phishing conducted through SMS/text messages.

26
New cards

Vishing

Phishing conducted through voice calls or voice communications.

27
New cards

Business email compromise (BEC)

An attack involving impersonation or compromise of business email to induce fraud or unauthorized actions.

28
New cards

Ransomware

Malware that encrypts or otherwise locks access to data/systems and demands payment.

29
New cards

Trojan

Malicious software disguised as legitimate software or files.

30
New cards

Worm

Malware capable of self-propagating, often across networks.

31
New cards

Botnet

A collection of compromised systems controlled by an attacker.

32
New cards

Rootkit

Malware designed to maintain privileged access and hide its presence.

33
New cards

Zero-day vulnerability

A vulnerability unknown to the organization/vendor or lacking an available effective fix at the time of exploitation.

34
New cards

SQL injection

Injecting malicious SQL into application input to manipulate database queries.

35
New cards

XSS

Cross-site scripting: injecting script content into web content viewed by other users.

36
New cards

Buffer overflow

Writing more data to a memory buffer than it can safely hold, potentially causing crashes or code execution.

37
New cards

Credential stuffing

Using stolen username/password combinations against other services.

38
New cards

Password spraying

Trying a small number of common passwords across many accounts to avoid account lockouts.

39
New cards

Brute force

Systematically trying many possible passwords or keys until 11 works.

40
New cards

Supply-chain attack

Compromising a trusted vendor, dependency, update, or service to reach downstream targets.

41
New cards

Insider threat

A threat originating from someone with legitimate organizational access.

42
New cards

IaaS

Infrastructure as a Service: the provider supplies virtualized infrastructure such as compute, storage, and networking.

43
New cards

PaaS

Platform as a Service: the provider manages the platform while the customer focuses primarily on applications/data.

44
New cards

SaaS

Software as a Service: the provider delivers and manages the application.

45
New cards

Public cloud

Cloud infrastructure offered to multiple customers by a provider.

46
New cards

Private cloud

Cloud infrastructure dedicated to a single organization.

47
New cards

Hybrid cloud

An environment combining private/on-premises resources with public cloud resources.

48
New cards

Cloud shared responsibility model

The provider and customer divide security responsibilities; the exact split depends on the service model.

49
New cards

Virtualization

Using software to abstract physical computing resources into virtual machines or other virtual resources.

50
New cards

Hypervisor

Software/firmware that creates and manages virtual machines.

51
New cards

Container

A lightweight isolated application environment that shares the host operating system kernel.

52
New cards

Network segmentation

Dividing a network into separate security zones to limit access and contain attacks.

53
New cards

VLAN

A logical network segment that separates traffic at Layer2Layer\,2.

54
New cards

DMZ

A segmented network zone used for systems that must be accessible from less-trusted networks.

55
New cards

Firewall

A control that permits, denies, or filters network traffic according to rules.

56
New cards

IDS

Intrusion Detection System: detects and alerts on malicious traffic.

57
New cards

IPS

Intrusion Prevention System: can detect and actively block malicious traffic.

58
New cards

WAF

Web Application Firewall that protects web applications from attacks such as injection and malicious HTTP requests.

59
New cards

VPN

A secure logical connection that commonly uses encryption to protect traffic over an untrusted network.

60
New cards

NAC

Network Access Control: controlling network access based on identity, device posture, policy, or other conditions.

61
New cards

Load balancer

A device/service that distributes traffic across multiple servers or resources.

62
New cards

Proxy

An intermediary that makes requests on behalf of a client or server and can provide filtering, privacy, or security controls.

63
New cards

Data at rest

Data stored on a device or storage system.

64
New cards

Data in transit

Data moving between systems or networks.

65
New cards

Data in use

Data actively being processed or accessed.

66
New cards

High availability

Designing systems to minimize downtime through redundancy and resilient components.

67
New cards

Fault tolerance

The ability to continue operating despite a component failure.

68
New cards

RTO

Recovery Time Objective: the target maximum time to restore a service after disruption.

69
New cards

RPO

Recovery Point Objective: the target maximum amount of data loss measured in time.

70
New cards

Hot site

A recovery site maintained in a highly ready state for rapid failover.

71
New cards

Cold site

A recovery location with basic facilities but requiring substantial setup before operations resume.

72
New cards

SIEM

Security Information and Event Management: centralized collection, correlation, analysis, and alerting of security logs/events.

73
New cards

SOAR

Security Orchestration, Automation, and Response: technology that automates and coordinates security workflows.

74
New cards

EDR

Endpoint Detection and Response: monitoring endpoints for suspicious behavior and supporting investigation/response.

75
New cards

XDR

Extended Detection and Response: correlates detection and response across multiple security layers and data sources.

76
New cards

Vulnerability management

The ongoing process of identifying, prioritizing, remediating, and validating vulnerabilities.

77
New cards

Hardening

Reducing a system's attack surface by disabling unnecessary services, applying secure settings, and removing weaknesses.

78
New cards

Secure baseline

An approved minimum secure configuration used as a standard for systems.

79
New cards

Patch management

The process of identifying, testing, approving, deploying, and verifying software updates.

80
New cards

IAM

Identity and Access Management: managing identities, authentication, authorization, and access.

81
New cards

MFA

Multi-factor authentication: using 22 or more different authentication factors.

82
New cards

SSO

Single Sign-On: allowing 11 authentication event to provide access to multiple services.

83
New cards

Federation

A trust relationship allowing identities authenticated by 11 organization/domain to access resources in another.

84
New cards

RADIUS

A protocol commonly used for centralized authentication, authorization, and accounting for network access.

85
New cards

LDAP

A protocol used to access and manage directory information.

86
New cards

Kerberos

A ticket-based authentication protocol commonly associated with enterprise directory environments.

87
New cards

PAM

Privileged Access Management: controls and monitors privileged accounts and access.

88
New cards

MDM

Mobile Device Management: centrally managing and enforcing policies on mobile devices.

89
New cards

Incident response

The organized process of detecting, analyzing, containing, eradicating, and recovering from security incidents.

90
New cards

Digital forensics

The collection, preservation, examination, and analysis of digital evidence.

91
New cards

Chain of custody

Documentation showing who collected, handled, transferred, stored, or examined evidence.

92
New cards

Risk

The possibility that a threat will exploit a vulnerability and cause harm or loss.

93
New cards

Risk assessment

Identifying and analyzing risks to determine their likelihood and impact.

94
New cards

Risk avoidance

Eliminating the activity or condition that creates the risk.

95
New cards

Risk mitigation

Reducing the likelihood or impact of a risk through controls.

96
New cards

Risk transfer

Shifting some financial or operational consequences of risk to another party, often through insurance or contracts.

97
New cards

Risk acceptance

Formally acknowledging a risk and choosing to live with it.

98
New cards

Residual risk

The risk remaining after controls are applied.

99
New cards

Inherent risk

The level of risk before controls or mitigations are considered.

100
New cards

Risk register

A documented list of identified risks, their characteristics, owners, treatments, and status.