19+ practice questions focused on Scanning Networks and Enumeration — one of the most tested topics on the Certified Ethical Hacker CEH exam. Each question includes a detailed explanation so you learn why the right answer is correct.
Start Scanning Networks and Enumeration PracticeDuring a penetration test, you discover that an internal web server responds to ICMP echo requests but does not respond to TCP SYN scans on port 80. However, when you browse to the server's IP using a browser, the web page loads successfully. What is the most likely reason for this behavior?
Explanation: A Web Application Firewall (WAF) or an Intrusion Prevention System (IPS) is designed to detect and block malicious traffic patterns, including port scanning attempts (e.g., rapid SYN packets, specific flags, or lack of subsequent application-layer data), while allowing legitimate browser traffic. These systems analyze traffic patterns and application-layer characteristics to differentiate between a scan and normal user activity. While a WAF primarily operates at Layer 7, many modern WAFs or integrated security solutions include Layer 3/4 capabilities or are deployed in conjunction with devices that can block at the TCP layer, thus explaining why a SYN scan would be blocked but a full browser connection would succeed.
A security analyst is using Nmap to scan a network segment 192.168.1.0/24 and wants to identify live hosts without sending packets to every IP. Which scan type should the analyst use to minimize network traffic while discovering active hosts?
Explanation: An ARP scan (`nmap -PR`) is the most efficient and lowest-traffic method for host discovery on a local network segment like 192.168.1.0/24. It sends ARP requests to identify live hosts, generating significantly less network traffic compared to other host discovery methods like ping sweeps (`-sn`) or full port scans. The question specifically asks to 'minimize network traffic' on a local segment, for which ARP is optimal.
Which THREE of the following are valid methods for enumerating users on a Windows domain without prior credentials? (Select exactly 3.)
Explanation: SMB null sessions (connecting to IPC$ without credentials) can be used to query the SAM database via the SAMR protocol, allowing an attacker to enumerate local user accounts and groups on a Windows system. This technique exploits the default configuration of older Windows versions or improperly secured systems where the null session is not restricted. RID cycling (Option C) is often performed via SMB null sessions or authenticated SAMR connections to iterate through Relative Identifiers (RIDs) and discover valid user accounts. Anonymous LDAP queries (Option D) can enumerate users if the domain controller is misconfigured to allow anonymous binds and queries for user objects (objectClass=user).
You are conducting a security assessment for a company that hosts a web application on AWS. The application consists of a public-facing load balancer, an EC2 instance running a Linux web server, and an RDS MySQL database in a private subnet. The web server is configured to allow SSH access only from the company's internal IP range (203.0.113.0/24). During initial reconnaissance, you discover that the load balancer's security group allows inbound HTTP/HTTPS from anywhere. You attempt an Nmap SYN scan against the EC2 instance's public IP but receive no response (host appears down). Using a TCP connect scan, you find that ports 80 and 443 are open on the EC2 instance's public IP, but port 22 is filtered. You then launch an EC2 instance in the same region and run a scan from that internal AWS IP, and you find that port 22 is open on the target EC2 instance's private IP. Which of the following is the most likely reason for the initial scan failure and the filtered SSH port?
Explanation: The EC2 instance's security group is configured to allow HTTP/HTTPS only from the load balancer's security group (not from the internet directly) and SSH only from the company's internal IP range (203.0.113.0/24). The initial Nmap SYN scan against the *application's public endpoint (the load balancer's IP)* failed because the load balancer is not configured to forward arbitrary traffic, and the EC2 instance's security group drops all inbound traffic not explicitly allowed, including SYN packets to port 22 from external IPs, making the host appear down. The TCP connect scan revealed ports 80 and 443 open because the load balancer forwards traffic to those ports on the instance, and the EC2's security group allows this traffic from the load balancer. However, the security group still blocks direct internet access to the instance's public IP for SSH, resulting in a filtered state. The internal scan from another EC2 instance in the same VPC succeeded because the security group allows SSH from the internal IP range, and the private IP is reachable within the VPC.
Which TWO of the following Nmap scan types are typically used to evade firewalls and IDS systems by sending fragmented packets?
Explanation: The Fragment scan (-f) is correct because it splits TCP headers into multiple small IP fragments, making it harder for firewalls and IDS systems to reassemble and inspect the full packet. This evasion technique exploits the fact that many filtering devices only check the first fragment and pass subsequent fragments without scrutiny, allowing the scan to bypass detection.
+14 more Scanning Networks and Enumeration questions available
Practice all Scanning Networks and Enumeration questions1. Baseline your knowledge
Start with 10 questions to gauge your current understanding of Scanning Networks and Enumeration. This tells you whether you need a concept refresher or just practice.
2. Review every explanation
For each question — right or wrong — read the full explanation. Understanding why an answer is correct is more valuable than knowing the answer itself.
3. Focus on exam traps
Scanning Networks and Enumeration questions on the CEH frequently use trap wording. Look for subtle differences in answers that test your precision, not just general knowledge.
4. Reach 80% consistently
Do repeated sessions until you score 80%+ three times in a row. Then move to mixed-mode practice to test cross-topic recall under realistic conditions.
The exact number varies per candidate. Scanning Networks and Enumeration is tested as part of the Certified Ethical Hacker CEH blueprint. Practicing with targeted Scanning Networks and Enumeration questions ensures you can handle any format or difficulty that appears.
Yes. Courseiva provides free CEH practice questions across all exam topics and domains. The platform includes topic-based practice, mock exams, missed-question review, bookmarked questions, and readiness tracking — no account required.
Difficulty is subjective, but Scanning Networks and Enumeration is a high-priority exam concept tested in multiple ways — direct recall, scenario analysis, and command-output interpretation. Consistent practice is the best way to build confidence.
Launch a full Scanning Networks and Enumeration practice session with instant scoring and detailed explanations.
Start Scanning Networks and Enumeration Practice →