CompTIA Security+ SY0-601: Security Assessments and Penetration Testing

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/32

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on CompTIA Security+ Exam Objectives (SY0-601) covering Security Assessment techniques and Penetration Testing methodologies.

Last updated 5:44 AM on 6/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

33 Terms

1
New cards

Threat hunting

A proactive security assessment technique used to search for undetected cyber threats within a network.

2
New cards

Intelligence fusion

The process of combining and analyzing multiple sources of data and intelligence to create a comprehensive view of the threat landscape.

3
New cards

Threat feeds

Real-time streams of information that provide data on potential or current security threats.

4
New cards

Advisories and bulletins

Official notifications and publications issued by organizations or software vendors that describe security vulnerabilities and recommended mitigations.

5
New cards

Vulnerability scans

Automated security assessment tools used to identify known weaknesses, misconfigurations, and vulnerabilities in applications, web applications, or networks.

6
New cards

False positives

An error in security testing where a vulnerability is incorrectly reported as present when it does not actually exist.

7
New cards

False negatives

An error in security testing where an actual vulnerability exists but is not detected by the scanning tool.

8
New cards

Credentialed vs. non-credentialed scans

Credentialed scans use valid login credentials to perform a deeper, internal inspection of systems, while non-credentialed scans examine systems from an external perspective without access rights.

9
New cards

Intrusive vs. non-intrusive scans

Intrusive scans attempt to exploit a vulnerability to prove its existence, potentially disrupting services, whereas non-intrusive scans only look for markers of a vulnerability without exploitation.

10
New cards

CVE (Common Vulnerabilities and Exposures)

A list of publicly disclosed computer security flaws, providing standardized identifiers for vulnerabilities.

11
New cards

CVSS (Common Vulnerability Scoring System)

A numerical system used to provide a standardized way to measure the severity of security vulnerabilities.

12
New cards

SIEM (Security information and event management)

A security solution that provides real-time analysis of security alerts generated by applications and network hardware via log aggregation and monitoring.

13
New cards

User behavior analysis

A security process used to identify patterns in user activities to detect anomalies that may indicate a threat or compromise.

14
New cards

Sentiment analysis

A technique used in security monitoring to analyze the mood or attitude of users, often applied in social media or communication monitoring.

15
New cards

SOAR (Security orchestration, automation, and response)

A stack of compatible software programs that enables organizations to collect data about security threats and respond to low-level security events without human assistance.

16
New cards

Penetration testing

A simulated cyberattack performed against a computer system to evaluate its security by seeking exploitable vulnerabilities.

17
New cards

Known environment

A penetration test where the tester has full knowledge of the infrastructure and systems, formerly known as white-box testing.

18
New cards

Unknown environment

A penetration test where the tester has no prior knowledge of the target environment, formerly known as black-box testing.

19
New cards

Partially known environment

A penetration test where the tester has limited information about the target, such as internal IP addresses or network diagrams.

20
New cards

Passive reconnaissance

Gathering information about a target without directly interacting with its systems, often using OSINT.

21
New cards

Active reconnaissance

Gathering information about a target by directly interacting with its systems to find open ports, services, or vulnerabilities.

22
New cards

Rules of engagement

The agreed-upon constraints, scope, and parameters that define how a penetration test is to be conducted.

23
New cards

Lateral movement

A technique used by attackers (or testers) to move through a network after an initial compromise to seek additional targets.

24
New cards

Privilege escalation

The act of gaining higher-level access or permissions (e.g., administrative or root) on a system beyond what was initially granted.

25
New cards

Persistence

Techniques used to maintain access to a system or network over a long period, even after reboots or security updates.

26
New cards

Pivoting

The practice of using a compromised system as a base to attack or scan other systems on the same or different networks.

27
New cards

War driving

The act of searching for Wi-Fi wireless networks by a person in a moving vehicle, often using a laptop or smartphone.

28
New cards

OSINT (Open Source Intelligence)

Information collected from public legal sources, such as search engines, social media, and public records, for reconnaissance.

29
New cards

Red-team

A group of security professionals who act as attackers to test the effectiveness of a security program.

30
New cards

Blue-team

A group of security professionals who act as defenders to protect an organization's assets and respond to red-team attacks.

31
New cards

Purple-team

A collaborative security exercise where red and blue teams work together to share real-time feedback and maximize learning.

32
New cards

Bug Bounty

A program where organizations invite ethical hackers to find and report security vulnerabilities in their systems, rewarding them for their efforts.

33
New cards

Log Aggregation vs Log Collector

Log collectors are lightweight agents that gather and forward raw logs from individual servers, applications, or devices to a central location. Log aggregation is the broader, end-to-end process of collecting, parsing, standardizing, and centralizing these logs so they are searchable, analyzable, and useful for troubleshooting