- A
LDAP enumeration
LDAP enumeration queries directory services.
- B
NetBIOS enumeration using nbtstat
nbtstat is used for NetBIOS enumeration.
- C
ARP poisoning
Why wrong: ARP poisoning is a man-in-the-middle attack.
- D
DNS cache poisoning
Why wrong: DNS cache poisoning is an attack to redirect traffic.
- E
ICMP flooding
Why wrong: ICMP flooding is a denial-of-service attack, not enumeration.
Quick Answer
The answer is NetBIOS enumeration using nbtstat and LDAP enumeration. NetBIOS enumeration is valid because the nbtstat utility queries the NetBIOS name table over TCP/IP, revealing computer names, logged-in users, and domain membership—information that attackers harvest during reconnaissance. LDAP enumeration is equally valid, as it involves querying a directory service like Active Directory with tools such as ldapsearch to extract user lists, group memberships, and organizational units, often without authentication. On the Certified Ethical Hacker CEH exam, this question tests your ability to distinguish active enumeration techniques from passive footprinting; a common trap is confusing LDAP enumeration with DNS zone transfers or SNMP sweeps. Remember that both NetBIOS and LDAP rely on specific service ports (137-139 and 389) and are frequently paired in internal network scans. Memory tip: “Net and LDAP, the enumeration trap”—if the tool queries a service for structured data, it’s enumeration, not just scanning.
CEH Enumeration and System Hacking Practice Question
This CEH practice question tests your understanding of enumeration and system hacking. 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.
Which TWO of the following are valid enumeration techniques? (Select 2)
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
LDAP enumeration
LDAP enumeration is a valid enumeration technique because it involves querying a Lightweight Directory Access Protocol (LDAP) service to extract information about users, groups, computers, and other objects from a directory service like Microsoft Active Directory. Attackers use tools such as ldapsearch or ADExplorer to anonymously or authenticatedly browse the directory tree, revealing usernames, group memberships, and organizational units, which are critical for planning further attacks.
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.
- ✓
LDAP enumeration
Why this is correct
LDAP enumeration queries directory services.
Related concept
Read the scenario before looking for a memorised answer.
- ✓
NetBIOS enumeration using nbtstat
Why this is correct
nbtstat is used for NetBIOS enumeration.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
ARP poisoning
Why it's wrong here
ARP poisoning is a man-in-the-middle attack.
- ✗
DNS cache poisoning
Why it's wrong here
DNS cache poisoning is an attack to redirect traffic.
- ✗
ICMP flooding
Why it's wrong here
ICMP flooding is a denial-of-service attack, not enumeration.
Common exam traps
Common exam trap: answer the scenario, not the keyword
EC-Council often tests the distinction between active reconnaissance techniques (like enumeration) and attack techniques (like ARP poisoning or DoS), so candidates mistakenly select options that are network attacks rather than information-gathering methods.
Detailed technical explanation
How to think about this question
LDAP enumeration leverages the fact that many directory services allow anonymous binds or simple authenticated queries, exposing the directory tree structure via LDAP port 389 (or 636 for LDAPS). Tools like ldapsearch use the LDAP protocol's search operation with filters such as '(objectClass=user)' to dump all user objects, revealing attributes like sAMAccountName, userPrincipalName, and memberOf, which are invaluable for privilege escalation or lateral movement in a Windows domain. NetBIOS enumeration using nbtstat works by querying the NetBIOS name service (UDP port 137) to retrieve the NetBIOS name table of a remote machine, revealing logged-in users, domain memberships, and services running, which is a classic Windows-centric reconnaissance step.
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 practitioner preparing for the CEH exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.
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.
- →
Enumeration and System Hacking — study guide chapter
Learn the concepts, then practise the questions
- →
Enumeration and System Hacking practice questions
Targeted practice on this topic area only
- →
All CEH questions
1,010 questions across all exam domains
- →
Certified Ethical Hacker CEH study guide
Full concept coverage aligned to exam objectives
- →
CEH practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related CEH practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Footprinting, Reconnaissance and Scanning practice questions
Practise CEH questions linked to Footprinting, Reconnaissance and Scanning.
Enumeration and System Hacking practice questions
Practise CEH questions linked to Enumeration and System Hacking.
Malware, Social Engineering and Network Attacks practice questions
Practise CEH questions linked to Malware, Social Engineering and Network Attacks.
Web Application and Injection Attacks practice questions
Practise CEH questions linked to Web Application and Injection Attacks.
Introduction to Ethical Hacking practice questions
Practise CEH questions linked to Introduction to Ethical Hacking.
Scanning Networks and Enumeration practice questions
Practise CEH questions linked to Scanning Networks and Enumeration.
Vulnerability Analysis and System Hacking practice questions
Practise CEH questions linked to Vulnerability Analysis and System Hacking.
Advanced Topics: Wireless, Cloud, IoT, Cryptography practice questions
Practise CEH questions linked to Advanced Topics: Wireless, Cloud, IoT, Cryptography.
Footprinting and Reconnaissance practice questions
Practise CEH questions linked to Footprinting and Reconnaissance.
Network and Web Application Attacks practice questions
Practise CEH questions linked to Network and Web Application Attacks.
Wireless, IoT and Cloud Security practice questions
Practise CEH questions linked to Wireless, IoT and Cloud Security.
Cryptography and Malware Analysis practice questions
Practise CEH questions linked to Cryptography and Malware Analysis.
Practice this exam
Start a free CEH 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 CEH question test?
Enumeration and System Hacking — This question tests Enumeration and System Hacking — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: LDAP enumeration — LDAP enumeration is a valid enumeration technique because it involves querying a Lightweight Directory Access Protocol (LDAP) service to extract information about users, groups, computers, and other objects from a directory service like Microsoft Active Directory. Attackers use tools such as ldapsearch or ADExplorer to anonymously or authenticatedly browse the directory tree, revealing usernames, group memberships, and organizational units, which are critical for planning further attacks.
What should I do if I get this CEH 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 →
Same concept, more angles
1 more ways this is tested on CEH
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Which TWO of the following are enumeration techniques?
easy- A.Buffer overflow
- B.Cross-site scripting
- ✓ C.LDAP enumeration
- D.SQL injection
- ✓ E.SMTP enumeration
Why C: Options C and D are correct. LDAP enumeration and SMTP enumeration are both enumeration techniques used to gather information about users, systems, or services.
Last reviewed: Jun 30, 2026
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.
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.