Free 312-50V13 Practice Test Questions and Answers (2026)

View Mode
Q: 1
Which of the following options represents a conceptual characteristic of an anomaly-based IDS over a signature-based IDS?
Options
45 comments in the community discussion
2
B is what I'd pick. Anomaly-based IDS stands out for catching new or unknown attacks since it watches for deviations from normal behavior. Signature-based needs patterns in its database already. Pretty confident that's the main conceptual difference here, but let me know if you see it differently.
1
B makes sense because anomaly-based IDS can catch attacks that aren't already in a signature database. Signature-based always needs new patterns to spot new threats, but anomaly just looks for anything out of the ordinary. Pretty sure that's what they're after here, unless I'm missing something?
Q: 2
The Payment Card Industry Data Security Standard (PCI DSS) contains six different categories of control objectives. Each objective contains one or more requirements, which must be followed in order to achieve compliance. Which of the following requirements would best fit under the objective, "Implement strong access control measures"?
Options
38 comments in the community discussion
6
C . Unique IDs are access control basics for PCI DSS.
2
Nah, it's not A here. C is the requirement that matches strong access control, since unique IDs tie to authentication. Sometimes B trips people up but that's encryption, not access control.
Q: 3
Eve is spending her day scanning the library computers. She notices that Alice is using a computer whose port 445 is active and listening. Eve uses the ENUM tool to enumerate Alice machine. From the command prompt, she types the following command. Certified Ethical Hacker 312 50 v13 question What is Eve trying to do?
Options
31 comments in the community discussion
6
Option C makes sense here. The command uses -u administrator and a password-related flag, so it's targeting a password crack on the admin account over SMB (port 445). Not just enumerating users. Seen tools used this way in lab environments, but open to other takes if I'm missing something.
3
C. the command is aiming at password cracking for the administrator account specifically. Pretty sure but open to other views.
Q: 4
What is the file that determines the basic configuration (specifically activities, services, broadcast receivers, etc.) in an Android application?
Options
37 comments in the community discussion
2
Honestly, gotta go with A. The manifest is what actually lists out the core components like activities and services. D is just where the bytecode lives, easy distractor here. If anyone thinks differently let me know but I'm pretty sure it's A.
2
A unless they're asking for the file directly used at runtime, but config means Manifest.xml pretty much every time on these.
Q: 5
You start performing a penetration test against a specific website and have decided to start from grabbing all the links from the main page. What Is the best Linux pipe to achieve your milestone?
Options
28 comments in the community discussion
1
Its A. Had something like this in a mock before and A seemed to do the trick for basic link grabbing.
1
C imo, since wget actually pulls the HTML from the target website and piping it to grep lets you filter out the links. The syntax isn't perfect but it's closest to standard usage. Unless I'm missing something obvious, C makes most sense here.
Q: 6
You are performing a penetration test for a client and have gained shell access to a Windows machine on the internal network. You intend to retrieve all DNS records for the internal domain, if the DNS server is at 192.168.10.2 and the domain name is abccorp.local, what command would you type at the nslookup prompt to attempt a zone transfer?
Options
42 comments in the community discussion
6
Why does everyone focus on option B's typo instead of how CEH structures these? Kinda feels like they just want close syntax, not perfect Windows commands.
2
B , it's the only one that matches nslookup's ls -d command structure for a zone transfer, even though it's got a typo. I think exam wants intent more than perfect syntax here. Anyone disagree?
Q: 7
MX record priority increases as the number increases. (True/False.)
Options
46 comments in the community discussion
2
Pretty sure that's False. In DNS, lower MX numbers actually mean higher priority, so mail is routed to those first. Official guides and DNS labs cover this detail well if you want to double-check.
1
I’d say False, the priority decreases as the number increases for MX records.
Q: 8
John, a professional hacker, targeted CyberSol Inc., an MNC. He decided to discover the loT devices connected in the target network that are using default credentials and are vulnerable to various hijacking attacks. For this purpose, he used an automated tool to scan the target network for specific types of loT devices and detect whether they are using the default, factory-set credentials. What is the tool employed by John in the above scenario?
Options
49 comments in the community discussion
6
Option A not C. C is a management platform, but the scenario is all about scanning and finding devices with default creds. Pretty sure IoTSeeker (A) is the tool EC-Council wants here. Correct me if I'm off though.
5
Option A makes more sense here. IoTSeeker is built to scan for IoT devices using default credentials, which matches what the scenario describes. C is more about device management, not actively finding vulnerable endpoints. Pretty sure on this one but let me know if I missed something.
Q: 9
You are tasked to configure the DHCP server to lease the last 100 usable IP addresses in subnet to. 1.4.0/23. Which of the following IP addresses could be teased as a result of the new configuration?
Options
47 comments in the community discussion
4
Option C saw something like this pop up on a practice exam too.
4
Option C, saw similar subnetting asked on a practice exam, matches last 100 range.
Q: 10
Which of the following scanning method splits the TCP header into several packets and makes it difficult for packet filters to detect the purpose of the packet?
Options
35 comments in the community discussion
6
Option C
6
C . SYN/FIN scan with IP fragments is the classic way to break up the TCP header so basic filters can't read flag info easily. D doesn't actually split up the TCP header, it just probes IDs. Not 100% but this lines up with what I've seen in CEH practice.
Q: 11
What kind of detection techniques is being used in antivirus software that identifies malware by collecting data from multiple protected systems and instead of analyzing files locally it’s made on the provider’s environment?
Options
11 comments in the community discussion
2
D, fits the description since analysis is done off-site using provider resources. Makes sense based on how cloud AV works.
Had something like this in a mock, D seems to fit since the detection isn't done locally.
Q: 12
George is a security professional working for iTech Solutions. He was tasked with securely transferring sensitive data of the organization between industrial systems. In this process, he used a short-range communication protocol based on the IEEE 203.15.4 standard. This protocol is used in devices that transfer data infrequently at a low rate in a restricted area, within a range of 10-100 m. What is the short-range wireless communication technology George employed in the above scenario?
Options
5 comments in the community discussion
2
C imo, saw something like this in a practice set and IEEE 802.15.4 always points to Zigbee. Not totally sure if LPWAN could fit too, but C should be safest.
B , LPWAN fits low power and industrial use cases, especially for infrequent data over a wide area. I know the range is usually bigger, but some implementations work in smaller areas too. Anyone see LPWAN used this way?
Q: 13
You are an ethical hacker contracted to conduct a security audit for a company. During the audit, you discover that the company's wireless network is using WEP encryption. You understand the vulnerabilities associated with WEP and plan to recommend a more secure encryption method. Which of the following would you recommend as a Suitable replacement to enhance the security of the company's wireless network?
Options
10 comments in the community discussion
5
I'd go with B, since WPA2-PSK with AES is the standard secure upgrade over WEP. The official study guide for CEH definitely emphasizes moving away from WEP to WPA2 or better. Anyone see any recent practice questions pushing for anything else?
2
Hard to say, B makes sense here, since the question is about upgrading WEP to something with better encryption. MAC filtering (A) is just a weak access control and doesn’t replace encryption anyway. Pretty sure B is what CEH expects, but open to counterpoints.
Q: 14
You just set up a security system in your network. In what kind of system would you find the following string of characters used as a rule within its configuration? alert tcp any any -> 192.168.100.0/24 21 (msg: ““FTP on the network!””;)
Options
15 comments in the community discussion
3
D . The 'alert' and 'msg' keywords are a giveaway for an IDS rule, not iptables or FTP configs. A is tempting if you only look at IP/port, but those don't use this style.
2
D. Had something like this in a mock and it was definitely IDS syntax, not firewall or router. Pretty sure it's D.
Q: 15
User A is writing a sensitive email message to user B outside the local network. User A has chosen to use PKI to secure his message and ensure only user B can read the sensitive email. At what layer of the OSI layer does the encryption and decryption of the message take place?
Options
7 comments in the community discussion
I don’t think it’s D. A is more likely because the actual email encryption usually happens at the application layer (think S/MIME or PGP in email clients). Pretty sure Presentation does encoding, but not app-level security.
D
Q: 16
Matthew, a black hat, has managed to open a meterpreter session to one of the kiosk machines in Evil Corp’s lobby. He checks his current SID, which is S-1-5-21-1223352397-1872883824-861252104- 501. What needs to happen before Matthew has full administrator access?
Options
6 comments in the community discussion
1
Seriously, EC-Council and their trick SIDs again. A
A tbh. That 501 means Guest, not admin, so no full privileges yet.
Q: 17
Which of the following is a low-tech way of gaining unauthorized access to systems?
Options
6 comments in the community discussion
1
A for me, but I see the point about B. Usually social engineering is just talking or tricking, no real tech needed.
1
C or D? I get why A is correct but sometimes eavesdropping and sniffing feel pretty low-tech too, depending on context. Social engineering usually just needs persuasion though, no gadgets. Not fully sure, open to other views.
Q: 18
When analyzing the IDS logs, the system administrator noticed an alert was logged when the external router was accessed from the administrator’s Computer to update the router configuration. What type of an alert is this?
Options
11 comments in the community discussion
1
C? If the IDS detected it, isn't that a true positive since it saw the activity?
C . IDS flagged an action and there was access, so I think that's a true positive, unless I'm missing something obvious.
Q: 19
Which of these is capable of searching for and locating rogue access points?
Options
12 comments in the community discussion
6
C . Only WIPS (option C) is actually designed to track down rogue access points, including physical location. If they just wanted detection, WIDS would be the answer, but "locating" means it has to be WIPS. If anyone's seen an exam where that's different let me know.
1
I thought B (WISS) since it sounds close to wireless, but now I’m unsure. Is the question specifically asking for active prevention or just detection? That would make a difference here.
Q: 20
A large e-commerce organization is planning to implement a vulnerability assessment solution to enhance its security posture. They require a solution that imitates the outside view of attackers, performs well-organized inference-based testing, scans automatically against continuously updated databases, and supports multiple networks. Given these requirements, which type of vulnerability assessment solution would be most appropriate?
Options
7 comments in the community discussion
1
It’s D, saw something like this on a practice set where private network solutions got picked for multi-network scanning and custom control.
B , since only a service-based solution clearly provides that true external attacker perspective plus the always-updated scanning for multiple networks. If product-based was cloud and handled everything externally, maybe it'd be different.
Question 1 of 20

What's covered in this practice questions set

3: System Hacking Phases and Attack Techniques · 5 questions

📖 About this Domain

This domain covers the core system hacking methodology, focusing on gaining access, escalating privileges, maintaining persistence, and clearing tracks. It details techniques for compromising systems post-initial foothold. The phases include cracking passwords, executing applications, hiding files, and covering tracks to evade detection.

🎓 What You Will Learn

  • You will learn various password cracking techniques including brute-force, dictionary attacks, and rainbow table attacks.
  • You will learn methods for escalating privileges on compromised systems to gain administrative or root access.
  • You will learn how to hide malicious files and data using techniques like steganography and alternate data streams (ADS).
  • You will learn how to cover tracks by clearing system logs, manipulating timestamps, and removing evidence of intrusion.

🛠️ Skills You Will Build

  • You will build skills in using password cracking tools like Cain & Abel, John the Ripper, and Hashcat.
  • You will build the ability to exploit system vulnerabilities for privilege escalation on both Windows and Linux platforms.
  • You will build proficiency in using steganography tools to embed payloads within seemingly benign files.
  • You will build competence in log manipulation and using rootkits to maintain stealthy persistence on a target system.

💡 Top Tips to Prepare

  • Focus on hands-on labs for password cracking to understand hash types and cracking methodologies.
  • Master privilege escalation vectors for both Windows (e.g., UAC bypass) and Linux (e.g., SUID exploits).
  • Understand the technical implementation of steganography and how to detect its use with steganalysis tools.
  • Memorize the specific commands and locations for system logs on Windows and Linux to practice clearing tracks.

4: Network and Perimeter Hacking · 5 questions

📖 About this Domain

This domain details network-level attacks including sniffing, social engineering, denial-of-service, and session hijacking. It focuses on compromising network infrastructure and bypassing perimeter security controls. You will learn the methodologies attackers use to exploit network protocols and defenses.

🎓 What You Will Learn

  • You will learn sniffing techniques to capture and analyze network traffic using tools like Wireshark and tcpdump.
  • You will learn social engineering concepts and attack vectors like phishing, pretexting, and baiting to manipulate human targets.
  • You will learn DoS and DDoS attack techniques, botnets, and tools used to disrupt network service availability.
  • You will learn session hijacking methods at the network and application levels to take over authenticated user sessions.

🛠️ Skills You Will Build

  • You will build skills in evading IDS, firewalls, and honeypots using techniques like packet fragmentation and source routing.
  • You will build proficiency in executing man-in-the-middle attacks through ARP poisoning and DNS spoofing.
  • You will build the ability to use network stress testing tools like hping3 and LOIC to simulate DoS attacks.
  • You will build competence in analyzing network packets to identify sensitive information and session tokens in transit.

💡 Top Tips to Prepare

  • Master network analysis tools like Wireshark by practicing packet captures in a controlled lab environment.
  • Gain a deep understanding of the TCP/IP protocol suite, including TCP session establishment and ICMP message types.
  • Practice firewall rule evasion and IDS signature bypass techniques using various payloads and encoding methods.
  • Memorize the different types of social engineering attacks and their corresponding countermeasures for scenario-based questions.

9: Cryptography · 3 questions

📖 About this Domain

This domain covers the core concepts of cryptography, including encryption algorithms, hashing functions, and Public Key Infrastructure (PKI). It details how cryptographic systems provide confidentiality, integrity, and non-repudiation, and also explores techniques for attacking these systems. You will learn the fundamentals of symmetric and asymmetric ciphers and their role in modern cybersecurity.

🎓 What You Will Learn

  • You will learn the differences between symmetric algorithms like AES and asymmetric algorithms like RSA and ECC.
  • You will learn about hashing functions such as MD5, SHA-1, and SHA-256 and their use in verifying data integrity.
  • You will learn the components of Public Key Infrastructure (PKI), including Certificate Authorities (CAs), digital certificates, and digital signatures.
  • You will learn various cryptanalysis techniques, including brute-force attacks, dictionary attacks, and rainbow table attacks against cryptographic implementations.

🛠️ Skills You Will Build

  • You will build the skill to perform disk encryption using tools like VeraCrypt and BitLocker to protect data at rest.
  • You will build the skill to execute password cracking attacks against hashed credentials using tools like Hashcat and John the Ripper.
  • You will build the skill to analyze and validate digital certificates to identify potential man-in-the-middle (MITM) attack vectors.
  • You will build the skill to perform steganography and steganalysis to hide and detect data within files using various steganographic tools.

💡 Top Tips to Prepare

  • Focus on the practical application of cryptographic tools available in the CEH iLabs environment to reinforce theoretical knowledge.
  • Memorize the key lengths, block sizes, and common use cases for major algorithms like AES, DES, 3DES, RSA, and ECC.
  • Understand the fundamental weaknesses of older hashing algorithms like MD5 and SHA-1, particularly their vulnerability to collision attacks.
  • Practice identifying different types of encrypted or encoded text and the appropriate tools or techniques to analyze them.

5: Web Application Hacking · 2 questions

📖 About this Domain

This domain details web application hacking methodology, covering reconnaissance and vulnerability discovery on web servers and applications. It focuses on exploiting common security flaws like injection, broken authentication, and security misconfigurations.

🎓 What You Will Learn

  • Understand web application architecture, footprinting techniques, and attack methodologies against web infrastructure.
  • Learn to identify and exploit major vulnerabilities such as SQL injection (SQLi), Cross-Site Scripting (XSS), and Cross-Site Request Forgery (CSRF).
  • Explore attack vectors against web services, including SOAP and REST APIs, and methods for session hijacking.
  • Grasp web application security countermeasures and patch management techniques to mitigate identified threats.

🛠️ Skills You Will Build

  • Perform web server and application vulnerability analysis using tools like Burp Suite, OWASP ZAP, and Nikto.
  • Craft malicious payloads to exploit injection flaws, bypass input validation filters, and escalate privileges.
  • Execute session hijacking attacks by stealing and manipulating session tokens and cookies.
  • Analyze and exploit insecure deserialization, XML External Entity (XXE), and Server-Side Request Forgery (SSRF) vulnerabilities.

💡 Top Tips to Prepare

  • Master the OWASP Top 10 vulnerabilities, as they form the core of this domain's exam questions.
  • Gain hands-on experience with interception proxies like Burp Suite to manipulate HTTP/HTTPS requests and responses.
  • Practice SQL injection and XSS attack scenarios in a lab environment to understand payload construction and impact.
  • Familiarize yourself with command-line tools for web application enumeration and vulnerability scanning like dirb and sqlmap.

2: Reconnaissance Techniques · 2 questions

📖 About this Domain

This domain covers the initial information gathering phase of the ethical hacking methodology. It focuses on passive and active reconnaissance techniques, also known as footprinting, to discover and collect data about a target network.

🎓 What You Will Learn

  • Learn key footprinting concepts, methodologies, and the use of search engines and social networking sites for OSINT.
  • Understand how to perform website, email, and DNS footprinting to gather target organization information.
  • Explore network footprinting techniques to identify network range, topology, and active machines.
  • Grasp footprinting countermeasures and the use of tools like Maltego, Recon-ng, and theHarvester.

🛠️ Skills You Will Build

  • Conducting Open-Source Intelligence (OSINT) to build a comprehensive profile of a target organization.
  • Performing DNS interrogation using tools like nslookup and DIG to enumerate subdomains and mail servers.
  • Utilizing network tracing tools like traceroute to map the network path and identify intermediary devices.
  • Applying footprinting countermeasures to secure an organization's public-facing information from attackers.

💡 Top Tips to Prepare

  • Practice extensively with footprinting tools in the official EC-Council iLabs environment to master their syntax and output.
  • Memorize the different types of DNS records (A, MX, NS, SOA) and their function in reconnaissance.
  • Clearly differentiate between passive reconnaissance (no direct interaction) and active reconnaissance (direct interaction with the target).
  • Focus on understanding the complete footprinting methodology, from gathering initial information to mapping the network.

7: Mobile Platform, IoT, and OT Hacking · 1 questions

📖 About this Domain

This domain covers the methodologies for assessing and compromising mobile, Internet of Things (IoT), and Operational Technology (OT) platforms. It details the specific attack vectors, vulnerabilities, and hacking tools relevant to these interconnected environments. You will explore the expanding attack surface presented by non-traditional computing devices.

🎓 What You Will Learn

  • You will learn mobile platform attack vectors, including Android rooting, iOS jailbreaking, and reverse engineering mobile applications to find vulnerabilities.
  • You will learn IoT hacking methodologies covering firmware extraction, reverse engineering, and attacking communication protocols like MQTT, CoAP, Zigbee, and Z-Wave.
  • You will learn OT hacking fundamentals, including reconnaissance, vulnerability scanning, and exploitation of Industrial Control Systems (ICS) and SCADA components like PLCs and HMIs.
  • You will learn about countermeasures for mobile, IoT, and OT systems, including mobile device management (MDM), network segmentation, and secure coding practices.

🛠️ Skills You Will Build

  • You will build skills in performing static and dynamic analysis of mobile applications using tools like Drozer, Frida, and MobSF.
  • You will build the ability to exploit IoT device vulnerabilities by analyzing firmware and intercepting insecure wireless communications.
  • You will build skills in identifying and exploiting common vulnerabilities in OT protocols like Modbus and DNP3.
  • You will build proficiency in using specialized tools for hacking embedded systems, such as hardware debuggers and software-defined radios (SDR).

💡 Top Tips to Prepare

  • Focus on hands-on labs to practice APK reverse engineering and IoT firmware analysis.
  • Memorize the attack surfaces and common vulnerabilities specific to Android versus iOS platforms.
  • Understand the key differences between IT and OT environments, including the impact of attacks and security priorities.
  • Familiarize yourself with the MITRE ATT&CK for ICS framework to understand real-world OT attack tactics, techniques, and procedures (TTPs).

8: Cloud Computing · 1 questions

📖 About this Domain

This domain details cloud computing concepts, threats, and attack vectors specific to cloud infrastructure. It covers methodologies for pentesting cloud environments and implementing robust security controls against common cloud-based attacks.

🎓 What You Will Learn

  • You will learn about different cloud deployment models like IaaS, PaaS, and SaaS and their inherent security risks.
  • You will learn to identify cloud attack vectors, including insecure APIs, account hijacking, and container vulnerabilities.
  • You will learn specific hacking techniques for cloud platforms like AWS, Azure, and GCP.
  • You will learn about cloud security controls, countermeasures, and incident response procedures for cloud environments.

🛠️ Skills You Will Build

  • You will build skills in enumerating and exploiting misconfigured cloud services like S3 buckets and IAM policies.
  • You will build the ability to perform container security analysis and execute container breakout attacks.
  • You will build proficiency in using cloud security assessment tools like ScoutSuite and Pacu to identify vulnerabilities.
  • You will build competence in securing serverless applications and implementing cloud-native security solutions.

💡 Top Tips to Prepare

  • Focus on the shared responsibility model to understand security obligations for each cloud service type.
  • Practice hands-on labs involving IAM privilege escalation and exploiting misconfigured cloud storage.
  • Memorize common attack surfaces for major cloud providers and their specific services.
  • Familiarize yourself with the MITRE ATT&CK Cloud Matrix to understand adversary tactics in the cloud.

6: Wireless Network Hacking · 1 questions

📖 About this Domain

This domain details wireless network hacking methodologies. It covers identifying and exploiting vulnerabilities in Wi-Fi infrastructures, protocols, and encryption standards.

🎓 What You Will Learn

  • Learn wireless fundamentals, including 802.11 standards, and encryption flaws in WEP, WPA, WPA2, and WPA3.
  • Understand the five phases of wireless hacking methodology from reconnaissance to covering tracks.
  • Gain familiarity with wireless hacking tools like the Aircrack-ng suite, Kismet, and WiFite for network exploitation.
  • Explore attack vectors against Bluetooth protocols and common vulnerabilities in wireless IoT devices.

🛠️ Skills You Will Build

  • Build proficiency in wireless packet sniffing and traffic analysis using tools like Wireshark to discover network secrets.
  • Develop the skill to crack WPA/WPA2 PSK by capturing 4-way handshakes and launching offline dictionary attacks.
  • Gain the ability to create rogue access points and evil twins for executing man-in-the-middle (MITM) attacks.
  • Learn to implement defensive countermeasures like WIDS, secure configurations, and robust authentication protocols.

💡 Top Tips to Prepare

  • Master the Aircrack-ng suite commands for packet injection, deauthentication attacks, and WPA/WPA2 key cracking.
  • Memorize the specific cryptographic weaknesses of WEP, WPA TKIP, and the mechanics of KRACK attacks on WPA2.
  • Utilize a dedicated lab with a wireless adapter in monitor mode to practice sniffing and injection attacks legally.
  • Differentiate between wireless attacks like MAC spoofing, deauthentication floods, and evil twin attacks for the exam.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top

FLASH OFFER

Days
Hours
Minutes
Seconds

avail 10% DISCOUNT on YOUR PURCHASE