Part 3 - CEH v12 Practice Questions: Network Scanning and Enumeration Techniques episode artwork

EPISODE · Mar 15, 2025 · 14 MIN

Part 3 - CEH v12 Practice Questions: Network Scanning and Enumeration Techniques

from Decoded: The Cybersecurity Podcast · host Edward Henriquez

Part 3: Network Scanning and Enumeration Techniques (15 Questions)1. What defines network scanning? • A) Finding web app vulnerabilities • B) Mapping a network for active hosts and services • C) Capturing network packets for analysis • D) Exploiting open ports on a targetAnswer: B) Mapping a network for active hosts and servicesExplanation: Network scanning identifies live hosts, services, and vulnerabilities. Tools like Nmap are used.2. Which tool is best for port scanning? • A) Wireshark • B) Nmap • C) Metasploit • D) NessusAnswer: B) NmapExplanation: Nmap scans IPs, detects open ports, and identifies services.3. Which Nmap command performs a SYN scan on 192.168.1.0/24? • A) nmap -sT 192.168.1.0/24 • B) nmap -sP 192.168.1.0/24 • C) nmap -sV 192.168.1.0/24 • D) nmap -sS 192.168.1.0/24Answer: D) nmap -sS 192.168.1.0/24Explanation: The -sS flag performs a SYN scan to detect open ports without a full connection.4. Which scan type bypasses firewalls and IDS? • A) TCP Connect Scan • B) UDP Scan • C) SYN Scan • D) ACK ScanAnswer: C) SYN ScanExplanation: A SYN scan sends a SYN packet but doesn’t complete the handshake, making it stealthier.5. Which Nmap flag identifies a target’s OS? • A) -O • B) -sV • C) -Pn • D) -AAnswer: A) -OExplanation: The -O flag enables OS detection by analyzing packet responses.6. Which protocol is scanned during UDP scans? • A) ICMP • B) HTTP • C) DNS • D) SMBAnswer: C) DNSExplanation: DNS uses UDP for queries, making it a key target in UDP scans.7. Which Nmap command scans all open ports on a target IP using the default 1000 port range? • A) nmap -p- [IP] • B) nmap -p 1-65535 [IP] • C) nmap -sU [IP] • D) nmap -T4 [IP]Answer: A) nmap -p- [IP]Explanation: The -p- flag scans all 65,535 ports for comprehensive coverage.8. What scan type sends FIN packets to closed ports? • A) Xmas Scan • B) FIN Scan • C) NULL Scan • D) ACK ScanAnswer: B) FIN ScanExplanation: A FIN scan sends a TCP packet with only the FIN flag set. Closed ports typically respond with a RST packet.9. Which enumeration technique queries a DNS server for subdomains and records? • A) Zone transfer • B) Footprinting • C) DNS poisoning • D) ARP spoofingAnswer: A) Zone transferExplanation: A DNS zone transfer retrieves records like A, MX, and CNAME, revealing insights about the network structure.10. Which tool enumerates NetBIOS shares and services? • A) Netcat • B) Responder • C) Nbtscan • D) SQLmapAnswer: C) NbtscanExplanation: Nbtscan scans and enumerates NetBIOS services, revealing active systems and shared resources.11. Which protocol is exploited during SMB enumeration? • A) ICMP • B) HTTP • C) FTP • D) SMBv1Answer: D) SMBv1Explanation: SMBv1 is vulnerable to attacks like EternalBlue, making it a common enumeration target.12. Which Nmap command enables verbose output? • A) nmap -v • B) nmap -A • C) nmap -sP • D) nmap -vvAnswer: D) nmap -vvExplanation: The -vv flag increases verbosity, providing real-time updates and detailed insights during scanning.13. Which tool is best for brute-force enumeration of usernames? • A) Hydra • B) John the Ripper • C) sqlmap • D) HashcatAnswer: A) HydraExplanation: Hydra is a login cracker used to brute-force services like SSH, FTP, and SMB to enumerate valid usernames.⸻14. Which tool is designed for SNMP enumeration? • A) SNMPwalk • B) Aircrack-ng • C) John the Ripper • D) EttercapAnswer: A) SNMPwalkExplanation: SNMPwalk enumerates SNMP data from network devices.15. Which Nmap scan bypasses firewall rules blocking SYN packets? • A) NULL Scan • B) Xmas Scan • C) FIN Scan • D) ACK ScanAnswer: D) ACK ScanExplanation: An ACK scan identifies firewall rules by sending TCP packets with the ACK flag set, determining filtered ports.

Episode metadata supplied by the publisher feed · Published Mar 15, 2025

Embed this episode

NOW PLAYING

Part 3 - CEH v12 Practice Questions: Network Scanning and Enumeration Techniques

0:00 14:03

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

No similar episodes found.

No similar podcasts found.

Frequently Asked Questions

How long is this episode of Decoded: The Cybersecurity Podcast?

This episode is 14 minutes long.

When was this Decoded: The Cybersecurity Podcast episode published?

This episode was published on March 15, 2025.

Can I download this Decoded: The Cybersecurity Podcast episode?

Yes. Use the download control on the episode player to save the publisher-provided media file.
URL copied to clipboard!