Courseiva
Question 643 of 870
Introduction to Ethical HackinghardMultiple ChoiceObjective-mapped

CEH Introduction to Ethical Hacking Practice Question

During a penetration test, an ethical hacker needs to evade an IDS that detects port scans based on the number of packets per second. Which technique would be most effective to avoid detection?

⚠ Common exam trap

EC-Council often tests the misconception that fragmentation alone evades IDS, but candidates must remember that rate-based detection counts packets regardless of fragmentation, so slowing the scan is the direct countermeasure.

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

Slow down the scan rate

Slowing down the scan rate reduces the number of packets sent per second below the IDS threshold, allowing the scan to blend in with normal traffic. IDS systems like Snort use packet-per-second (pps) counters to detect port scans; by spacing out packets over a longer period, the scan avoids triggering these rate-based alerts.

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 random source ports

    Why it's wrong here

    Using random source ports primarily aims to bypass stateless firewall rules that might block specific source ports or to make traffic analysis slightly more complex by obscuring the origin application. However, this technique does not alter the total number of packets sent per unit of time from the scanning host. Therefore, it is ineffective against Intrusion Detection Systems (IDS) or Intrusion Prevention Systems (IPS) that monitor and trigger alerts based on high packet rates originating from a single source IP address, regardless of the source port used.

  • Use a decoy scan

    Why it's wrong here

    A decoy scan involves sending packets from multiple spoofed IP addresses in addition to the actual attacker's IP, making it harder for the target to identify the true source of the scan. While this technique can obscure the attacker's origin, it inherently increases the overall packet volume directed at the target. Each decoy IP, along with the real attacker's IP, contributes to the total packet rate observed by the target's IDS/IPS, potentially increasing the likelihood of triggering rate-based detection thresholds rather than evading them.

  • Slow down the scan rate

    Why this is correct

    Slowing down the scan rate directly reduces the number of packets sent per second (PPS) or connections attempted per minute. This strategic reduction keeps the scanning activity below the predefined thresholds set by rate-based Intrusion Detection Systems (IDS) and Intrusion Prevention Systems (IPS), which are designed to detect anomalous traffic volumes. By maintaining a low packet rate, the ethical hacker can conduct reconnaissance without triggering alerts that would otherwise flag the activity as a potential port scan or denial-of-service attempt, thus evading detection.

  • Use fragmented packets

    Why it's wrong here

    Using fragmented packets involves splitting a single packet into multiple smaller fragments, forcing the target system to reassemble them. This technique is primarily effective against signature-based IDS/IPS that might fail to properly reassemble or inspect fragmented packets, thus missing specific attack signatures. However, fragmentation does not reduce the total number of packets sent over the network; in fact, it increases it for a given amount of data. Consequently, it offers no benefit against rate-based detection mechanisms that simply count the volume of packets arriving from a source within a specific timeframe.

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 30, 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 CEH practice question is part of Courseiva's free EC-Council 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 CEH exam.