Question 477 of 509
Information Gathering and Vulnerability ScanninghardMultiple ChoiceObjective-mapped

Quick Answer

The answer is to use a slow, distributed scan from multiple IP addresses with random delays, as this approach is most effective for evading WAF and IPS detection during vulnerability scanning. The technical concept here is that WAFs and IPSs rely on rate-based and signature-based detection to identify malicious traffic; by introducing jitter and spreading the scan across many sources, the traffic pattern mimics normal user behavior, bypassing thresholds that would trigger blocks. On the CompTIA PenTest+ PT0-002 exam, this question tests your understanding of evasion techniques under the “Tools and Code Analysis” domain, often appearing as a scenario where a tester must gather comprehensive data without alerting defenses. A common trap is choosing a single-threaded slow scan, which still originates from one IP and can be blacklisted, or using encryption alone, which doesn’t address rate limits. Remember the memory tip: “Spread, slow, and jitter—make the WAF bitter.”

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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 tasked with performing vulnerability scanning on a target organization that uses a web application firewall (WAF) and an intrusion prevention system (IPS). The tester wants to avoid being blocked while still gathering comprehensive data. Which scanning approach is most effective?

Question 1hardmultiple choice
Full question →

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

Use a slow, distributed scan from multiple IP addresses with random delays

A slow, distributed scan from multiple IP addresses with random delays is most effective because it evades rate-based detection mechanisms in WAFs and IPSs. By spreading the scan across many sources and introducing jitter, the traffic appears as normal user activity rather than a coordinated attack, allowing comprehensive data collection without triggering blocks.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use a slow, distributed scan from multiple IP addresses with random delays

    Why this is correct

    This reduces the chance of triggering IPS/WAF alerts by mimicking normal traffic patterns and avoiding high request rates from a single source.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Perform an aggressive scan with a high thread count to complete before the WAF adapts

    Why it's wrong here

    Aggressive scans are easily detected and will likely be blocked quickly, resulting in incomplete data.

  • Only perform passive reconnaissance and avoid active scanning

    Why it's wrong here

    Passive reconnaissance gives limited information; active scanning is needed to identify vulnerabilities like missing patches or misconfigurations.

  • Use known WAF bypass techniques for each request

    Why it's wrong here

    WAF bypass techniques may work for specific signatures but are not a comprehensive scanning approach; they require knowledge of the specific WAF.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates assume a fast, aggressive scan will 'beat' the WAF/IPS before it adapts, but in reality these systems use real-time rate limiting and signature detection that will block the source IP almost immediately, making the slow distributed approach the only viable option.

Detailed technical explanation

How to think about this question

Under the hood, WAFs and IPSs use rate limiting, connection thresholds, and behavioral analysis (e.g., tracking request frequency per source IP) to identify scanning activity. By distributing scans across multiple IPs (e.g., using a botnet or cloud proxies) and adding random delays (e.g., 10–60 seconds between requests), the aggregate traffic stays below detection thresholds while still covering the target's entire IP range and port space. Real-world tools like Nmap with the `--scan-delay` and `--randomize-hosts` options, combined with proxies like SOCKS or Tor, implement this approach.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

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.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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.

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 — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Use a slow, distributed scan from multiple IP addresses with random delays — A slow, distributed scan from multiple IP addresses with random delays is most effective because it evades rate-based detection mechanisms in WAFs and IPSs. By spreading the scan across many sources and introducing jitter, the traffic appears as normal user activity rather than a coordinated attack, allowing comprehensive data collection without triggering blocks.

What should I do if I get this PT0-002 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.