- A
TCP connect scan
Why wrong: A TCP connect scan completes the full three-way handshake, which is easily logged by IDS and applications. It is the most detectable type of scan.
- B
SYN scan
Why wrong: A SYN scan sends SYN packets and analyzes responses. It is semi-stealthy but still commonly detected by IDS because it's the most common scan type.
- C
FIN scan
A FIN scan sends only FIN packets. Many systems and IDS do not log these as intrusively, though some modern firewalls may detect them. It is generally considered more stealthy than SYN or connect scans.
- D
UDP scan
Why wrong: UDP scans are slower and less reliable, and they use a different protocol. They are not a TCP scan type and are often detected by IDS due to the nature of UDP responses.
Quick Answer
The answer is a TCP FIN scan, as it is the most effective scan type for evading intrusion detection systems during a stealth reconnaissance phase. This technique sends a packet with only the FIN flag set, which exploits a quirk in the TCP specification: closed ports reply with an RST packet, while open ports silently ignore the FIN, allowing the tester to infer port states without completing a three-way handshake. On the CompTIA PenTest+ PT0-002 exam, this question tests your understanding of how different scan types interact with IDS signatures, which are often tuned to flag common SYN-based scans. A common trap is to confuse FIN scans with Xmas or NULL scans—remember that FIN scans use only one flag, while Xmas scans set multiple flags. For a memory tip, think “FINish the handshake before it starts” to recall that a FIN scan avoids the initial SYN that IDS systems watch for.
PT0-002 Practice Question: Information Gathering and Vulnerability Scanning
This PT0-002 practice question tests your understanding of information gathering and vulnerability scanning. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: a FIN scan sends a TCP packet with only the FIN flag set.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A penetration tester is conducting an internal network scan and wants to minimize the chance of being detected by an intrusion detection system (IDS). Which TCP scan type is most likely to evade detection?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"most likely"Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
Clue:
"minimum / minimize"Why it matters: Asks for the least resource use — fewest addresses, smallest subnet, lowest overhead. Eliminate over-provisioned options even if they would technically work.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
FIN scan
A FIN scan sends a TCP packet with only the FIN flag set, which is less likely to trigger IDS signatures that are tuned to detect common SYN-based scans. Many IDS systems monitor for SYN packets as they initiate connections, but a FIN scan exploits the fact that closed ports respond with an RST packet, while open ports ignore the FIN (per RFC 793), allowing the tester to infer port state without completing a full handshake.
Key principle: A FIN scan sends a TCP packet with only the FIN flag set.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
TCP connect scan
- ✗
SYN scan
Why it's wrong here
A SYN scan sends SYN packets and analyzes responses. It is semi-stealthy but still commonly detected by IDS because it's the most common scan type.
- ✓
FIN scan
Why this is correct
A FIN scan sends only FIN packets. Many systems and IDS do not log these as intrusively, though some modern firewalls may detect them. It is generally considered more stealthy than SYN or connect scans.
Clue confirmation
The clue words "most likely", "minimum / minimize" in the question point toward this answer.
Related concept
A FIN scan sends a TCP packet with only the FIN flag set.
- ✗
UDP scan
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates assume SYN scans are stealthier because they are 'half-open,' but CompTIA often tests that FIN scans evade IDS better because they avoid the SYN packet that triggers common detection signatures.
Detailed technical explanation
How to think about this question
Under the hood, a FIN scan sends a packet with only the FIN flag; per RFC 793, an open port should silently drop the packet, while a closed port must respond with an RST. This behavior allows the tester to map open ports without completing a connection, but it may fail against systems that implement RFC 1122 (which allows hosts to respond with RST for open ports as well) or modern IDS that detect anomalous flag combinations. In real-world scenarios, FIN scans are often blocked by stateless firewalls that drop packets with invalid flag combinations.
KKey Concepts to Remember
- A FIN scan sends a TCP packet with only the FIN flag set.
- Open ports typically do not respond to FIN packets, while closed ports send an RST.
- FIN scans are often more stealthy than SYN or connect scans against traditional IDS.
- RFC 793 defines the expected behavior of TCP flags like FIN.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
A FIN scan sends a TCP packet with only the FIN flag set.
Real-world example
How this comes up in practice
A security team runs a vulnerability scan on a web application and discovers an unpatched SQL injection flaw. The team prioritises remediation by CVSS score — critical flaws are patched within 24 hours, high within 7 days. Questions like this test whether you understand vulnerability management processes, scanning tools, and remediation prioritisation.
What to study next
Got this wrong? Here's your next step.
Review a FIN scan sends a TCP packet with only the FIN flag set., then practise related PT0-002 questions on the same topic to reinforce the concept.
- →
Information Gathering and Vulnerability Scanning — study guide chapter
Learn the concepts, then practise the questions
- →
Information Gathering and Vulnerability Scanning practice questions
Targeted practice on this topic area only
- →
All PT0-002 questions
509 questions across all exam domains
- →
CompTIA PenTest+ PT0-002 study guide
Full concept coverage aligned to exam objectives
- →
PT0-002 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PT0-002 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Planning and Scoping practice questions
Practise PT0-002 questions linked to Planning and Scoping.
Information Gathering and Vulnerability Scanning practice questions
Practise PT0-002 questions linked to Information Gathering and Vulnerability Scanning.
Attacks and Exploits practice questions
Practise PT0-002 questions linked to Attacks and Exploits.
Reporting and Communication practice questions
Practise PT0-002 questions linked to Reporting and Communication.
Tools and Code Analysis practice questions
Practise PT0-002 questions linked to Tools and Code Analysis.
PT0-002 fundamentals practice questions
Practise PT0-002 questions linked to PT0-002 fundamentals.
PT0-002 scenario practice questions
Practise PT0-002 questions linked to PT0-002 scenario.
PT0-002 troubleshooting practice questions
Practise PT0-002 questions linked to PT0-002 troubleshooting.
Practice this exam
Start a free PT0-002 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PT0-002 question test?
Information Gathering and Vulnerability Scanning — This question tests Information Gathering and Vulnerability Scanning — A FIN scan sends a TCP packet with only the FIN flag set..
What is the correct answer to this question?
The correct answer is: FIN scan — A FIN scan sends a TCP packet with only the FIN flag set, which is less likely to trigger IDS signatures that are tuned to detect common SYN-based scans. Many IDS systems monitor for SYN packets as they initiate connections, but a FIN scan exploits the fact that closed ports respond with an RST packet, while open ports ignore the FIN (per RFC 793), allowing the tester to infer port state without completing a full handshake.
What should I do if I get this PT0-002 question wrong?
Review a FIN scan sends a TCP packet with only the FIN flag set., then practise related PT0-002 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "most likely", "minimum / minimize". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.
What is the key concept behind this question?
A FIN scan sends a TCP packet with only the FIN flag set.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More PT0-002 practice questions
- A penetration tester is performing passive reconnaissance on a target organization. Which of the following activities wo…
- A penetration tester is conducting passive reconnaissance on a target organization. Which technique can be used to disco…
- A penetration tester is analyzing a Python script that uses the 'requests' library to send HTTP POST requests to a targe…
- A penetration tester is analyzing a PowerShell script that contains the following code: Get-WmiObject -Class Win32_Servi…
- A client review of a penetration test report reveals confusion about why a particular vulnerability exists. The client's…
- A penetration tester has completed the test and is writing the findings section. For a critical vulnerability, the teste…
Last reviewed: Jun 30, 2026
This PT0-002 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PT0-002 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.