Professor Messer's CompTIA Security+ SY0-701 Course Notes Flashcards

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

1/49

flashcard set

Earn XP

Description and Tags

Flashcards covering general security concepts, threat actors, cryptographic technologies, network architecture, and risk management based on the CompTIA Security+ SY0-701 curriculum.

Last updated 1:27 PM on 5/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Technical controls

Controls implemented using systems, such as operating system configurations, firewalls, and anti-virus software.

2
New cards

Managerial controls

Administrative controls associated with security design and implementation, including security policies and standard operating procedures.

3
New cards

Operational controls

Controls implemented by people instead of systems, such as security guards and awareness programs.

4
New cards

Preventive controls

Control types that block access to a resource, such as firewall rules or door locks.

5
New cards

Deterrent controls

Controls designed to discourage an intrusion attempt without directly preventing access, such as posted warning signs or application splash screens.

6
New cards

Detective controls

Controls that identify and log an intrusion attempt, such as motion detectors or system log reviews.

7
New cards

Corrective controls

Controls applied after an event has been detected to reverse the impact, such as restoring from backups or using a fire extinguisher.

8
New cards

Compensating controls

Temporary controls used when existing controls are not sufficient, such as a generator used after a power outage.

9
New cards

Directive controls

Weak security controls that direct a subject toward compliance, such as "Authorized Personnel Only" signs.

10
New cards

Confidentiality

A principle of the CIA Triad that prevents the disclosure of information to unauthorized individuals or systems.

11
New cards

Integrity

A principle of the CIA Triad ensuring that messages cannot be modified without detection.

12
New cards

Availability

A principle of the CIA Triad ensuring that systems and networks are up and running for authorized users.

13
New cards

Non-repudiation

A principle providing proof of integrity and origin so that a sender cannot deny having sent a message.

14
New cards

Hashing

The process of mapping data of an arbitrary length to data of a fixed length, used to verify data integrity.

15
New cards

Digital signatures

A mathematical scheme used to verify the integrity and origin of data, created by encrypting a hash with a private key.

16
New cards

Zero trust

A holistic approach to network security where everything must be verified and nothing is inherently trusted.

17
New cards

Honeypot

A deception tool designed to attract and trap attackers by creating a virtual world for them to explore.

18
New cards

Honeytokens

Traceable data, such as fake API credentials or email addresses, added to a honeynet to track malicious actors.

19
New cards

Symmetric encryption

An encryption method that uses a single, shared secret key for both encryption and decryption.

20
New cards

Asymmetric encryption

Also known as public key cryptography, it uses two mathematically related keys: a public key for anyone to see and a private key kept secret.

21
New cards

Steganography

The practice of hiding information in plain sight, such as embedding a message inside an image or audio file.

22
New cards

Tokenization

Replacing sensitive data with a non-sensitive placeholder that is not mathematically related to the original data.

23
New cards

Data masking

A type of obfuscation that hides some of the original data to protect PII while keeping the rest intact.

24
New cards

OCSP stapling

A process where a certificate holder verifies their own status by including a digitally signed status in the SSL/TLS handshake.

25
New cards

APT (Advanced Persistent Threat)

A sophisticated threat actor, often a nation state, capable of constant attacks and possessing massive resources.

26
New cards

Typosquatting

A type of URL hijacking, such as "professormesssor.com," aimed at taking advantage of user spelling errors.

27
New cards

Vishing

Social engineering conducted over the phone or voicemail, often using caller ID spoofing.

28
New cards

Watering hole attack

An attack where the malicious actor infects a third-party website that a specific victim group is known to visit.

29
New cards

TOCTOU (Time-of-check to time-of-use)

A race condition attack that exploits the time gap between a system checking a condition and using the result.

30
New cards

Zero-day vulnerabilities

Unknown vulnerabilities that are exploited by attackers before the vendor has a patch or method of mitigation.

31
New cards

Rootkit

Malware that modifies core system files or the kernel and can be invisible to the operating system and traditional anti-virus.

32
New cards

ARP poisoning

An on-path attack on a local IP subnet where the attacker redirects traffic by spoofing ARP messages.

33
New cards

CSRF (Cross-site request forgery)

An attack that takes advantage of the trust a web application has for a user's browser, often involving unauthorized status updates.

34
New cards

Birthday attack

A cryptographic attack that uses brute force to find a hash collision, where two different plaintexts result in the same hash.

35
New cards

EDR (Endpoint Detection and Response)

Threat protection that uses behavioral analysis and lightweight agents to detect, investigate, and respond to threats automatically.

36
New cards

SASE (Secure Access Service Edge)

A cloud-based security solution that combines network and security services, moving the security perimeter to the cloud.

37
New cards

Data sovereignty

The concept that data residing in a country is subject to the legal jurisdictions and laws of that country, such as GDPR.

38
New cards

MTTR (Mean Time to Repair)

The average time required to fix an issue, including the time spent diagnosing the problem.

39
New cards

RPO (Recovery Point Objective)

A metric defining how much data loss is acceptable, measured in time from the moment of an outage back to the last backup.

40
New cards

WPA3 SAE (Simultaneous Authentication of Equals)

A key exchange process for wireless networks that creates a shared session key without sending it across the network, preventing brute-force attacks.

41
New cards

CVSS (Common Vulnerability Scoring System)

A quantitative scoring system for vulnerabilities, ranging from a scale of 00 to 1010.

42
New cards

Pivoting

A penetration testing technique where the attacker uses a compromised system to gain access to other systems that would normally be inaccessible.

43
New cards

ALE (Annualized Loss Expectancy)

A quantitative risk assessment formula: ALE=extARO×extSLE\text{ALE} = ext{ARO} \times ext{SLE}.

44
New cards

SLA (Service Level Agreement)

A contract defining minimum terms for services provided, such as uptime and response time agreements.

45
New cards

MAC (Mandatory Access Control)

An access control model where the operating system limits operations based on security labels like "Top Secret."

46
New cards

RBAC (Role-based access control)

An access control model where administrators provide access permissions based on the user's role in the organization.

47
New cards

ABAC (Attribute-based access control)

A context-aware authorization model that evaluates multiple parameters such as IP address, time of day, and relationship to the data.

48
New cards

Chain of custody

The documentation and control of evidence to maintain its integrity by tracking everyone who contacts it.

49
New cards

SPF (Sender Policy Framework)

A protocol where a domain owner lists authorized mail servers in a DNS TXT record to prevent email spoofing.

50
New cards

DMARC

A protocol extending SPF and DKIM that tells receiving email servers whether to accept, spam, or reject emails that fail validation.