Home/ec council/Free EC-Council 312-50V13 CEH V13 Actual Exam Questions

Free EC-Council 312-50V13 CEH V13 Actual Exam Questions

The questions for this exam were last updated on January 9, 2026

Dumps Box (DumpsBox) offers up-to-date practice exam questions for 312-50 CEH V13 certification exam which are developed and validated by Ec-Council subject domain experts certified in EC-Council 312-50V13 CEH V13 . These practice questions are update regularly as we keep an eye on any recent changes in 312-50 CEH V13 syllabus, and when there is update our team quickly adjusts the questions. This commitment to providing the best quality exam prep material to certification aspirants is what makes DumpsBox.com the best certification exam prep website. On top of that, our strong, yet strictly moderated, community based feedback keeps the content clean and current. Each question has helpful community discussion that provides it extra perspective and introduces helpful resources for better exam preparation. This also saves students from other outdated practice questions or illicit exam dumps that can have adverse affects on career. Browse through our EC-Council 312-50V13 CEH V13 exam questions and pass your exam on first try.

Question No. 1
Your network infrastructure is under a SYN flood attack. The attacker has crafted an automated
botnet to
simultaneously send 's' SYN packets per second to the server. You have put measures in place to
manage ‘f
SYN packets per second, and the system is designed to deal with this number without any
performance issues.
If 's' exceeds ‘f', the network infrastructure begins to show signs of overload. The system's response
time
increases exponentially (24k), where 'k' represents each additional SYN packet above the ff limit.
Now, considering 's=500' and different 'f values, in which scenario is the server most likely to
experience overload and significantly increased response times?
Select one option, then reveal solution.
Top comments
RW
Ravi W.
2026-02-19

D imo, since the question says s=500 and if we take f=420 from option D, then the difference is 80, which causes a huge exponential increase in response time (2^(4*80) is massive). That’s way worse than the smaller differences in B or C. The confusion about 490 seems like a typo or mix-up, but if we stick with 420, it clearly means severe overload. Even a small difference can raise response times, but this big jump in D is the worst case of all listed.

0
RW
Ravi W.
2026-02-12

It’s B for me. Here, the server can handle 495, but it’s getting hit with 500 SYN packets, so s exceeds f by 5. That small difference triggers an exponential jump in response time (32 times normal), which is enough to overload the system noticeably. A and C don’t overload since s is less or just slightly above f, so response time stays manageable. D’s numbers are confusing, mixing 420 and 490, which makes it hard to trust that option fully. So B stands out clearly as the scenario where overload happens due to that exponential increase even with a small excess.

0
Question No. 2
Robin, an attacker, is attempting to bypass the firewalls of an organization through the DNS tunneling
method in order to exfiltrate dat
a. He is using the NSTX tool for bypassing the firewalls. On which of the following ports should Robin
run the NSTX tool?
Select one option, then reveal solution.
Top comments
AI
Arjun I.
2026-02-17

Definitely not B, C, or D since DNS traffic normally uses Port 53.

0
AI
Arjun I.
2026-02-15

A. DNS tunneling is all about using the DNS protocol, which runs on Port 53, to sneak data through. NSTX specifically targets this standard port to blend in with normal DNS traffic, making it harder to detect. Ports like 23 (Telnet), 50 (ESP for IPsec), or 80 (HTTP) are unrelated to DNS, so they wouldn't work for this kind of tunneling. So aside from the obvious port choice, it makes sense that NSTX sticks with Port 53 to avoid raising alarms and to get past firewalls that typically allow DNS queries without much scrutiny.

0
Question No. 3
In the context of password security, a simple dictionary attack involves loading a dictionary file (a text
file full of dictionary words) into a cracking application such as L0phtCrack or John the Ripper, and
running it against user accounts located by the application. The larger the word and word fragment
selection, the more effective the dictionary attack is. The brute force method is the most inclusive,
although slow. It usually tries every possible letter and number combination in its automated
exploration. If you would use both brute force and dictionary methods combined together to have
variation of words, what would you call such an attack?
Select one option, then reveal solution.
Top comments
OK
Omar K.
2026-02-22

C imo, since combining dictionary and brute force is exactly what “hybrid” attacks do by mixing both methods to cover more possibilities. The other options just don’t sound like real terms.

0
OK
Omar K.
2026-02-22

C/D? I’m with those saying C because “Hybrid” is the common term in password cracking for mixing dictionary words with brute force variations. D sounds like a fun nickname but I don’t think it’s formal or widely used. A and B just seem vague and not specific to the combined method. Hybrid really nails the idea of using both approaches to cover more possibilities efficiently.

0
Question No. 4
Email is transmitted across the Internet using the Simple Mail Transport Protocol. SMTP does not
encrypt email, leaving the information in the message vulnerable to being read by an unauthorized
person. SMTP can upgrade a connection between two mail servers to use TLS. Email transmitted by
SMTP over TLS is encrypted. What is the name of the command used by SMTP to transmit email over
TLS?
Select one option, then reveal solution.
Top comments
LL
Luke L.
2026-02-22

Makes sense to pick D since STARTTLS is the recognized SMTP command that triggers TLS encryption. The other choices don’t show up in any official docs I’ve seen. D

0
LL
Luke L.
2026-02-22

It’s D because STARTTLS is the standard way to switch from plain text to encrypted communication in SMTP, unlike the other made-up options. The server’s initial greeting includes STARTTLS if it supports TLS upgrades.

0
Question No. 5
What is one of the advantages of using both symmetric and asymmetric cryptography in SSL/TLS?
Select all that apply, then reveal solution.
Top comments
RA
Ryan A.
2026-02-19

C imo, symmetric encryption usually happens after the session keys are securely shared, not out-of-band.

0
AI
Arjun I.
2026-02-18

B imo, because symmetric cryptography is way faster for encrypting large amounts of data, while asymmetric handles the initial secure handshake and key exchange. The combo balances speed and security.

0
Question No. 6
Which Nmap switch helps evade IDS or firewalls?
Select one option, then reveal solution.
Top comments
DR
David R.
2026-02-22

D, since decoys create noise that can throw off intrusion detection systems.

0
FC
Farhan C.
2026-02-15

D Decoys are a classic trick to confuse IDS by blending real traffic with fake sources. The others don’t really focus on evasion as directly as D does.

0
Question No. 7
A newly joined employee. Janet, has been allocated an existing system used by a previous employee.
Before issuing the system to Janet, it was assessed by Martin, the administrator. Martin found that
there were possibilities of compromise through user directories, registries, and other system
parameters. He also Identified vulnerabilities such as native configuration tables, incorrect registry or
file permissions, and software configuration errors. What is the type of vulnerability assessment
performed by Martin?
Select one option, then reveal solution.
Top comments
MA
Mohammad A.
2026-02-21

A/C? The detailed checks on registries and permissions suggest admin access, which fits credentialed (A), but since it’s focused on one system, host-based (C) also makes sense. No clear mention of access level though.

0
MA
Mohammad A.
2026-02-19

It’s C because the focus is clearly on the system itself—registries, file permissions, and local settings—which are classic host-level checks, regardless of the access level.

0
Question No. 8
Based on the below log, which of the following sentences are true?
Mar 1, 2016, 7:33:28 AM 10.240.250.23 - 54373 10.249.253.15 - 22 tcp_ip
Select one option, then reveal solution.
Top comments
ZT
Zain T.
2026-02-22

Guessing D since port 22 usually means SSH and high port is client side.

0
AB
Ash B.
2026-02-19

It’s D because port 22 is SSH and the first IP uses a high port, typical for clients.

0
Question No. 9
Your company suspects a potential security breach and has hired you as a Certified Ethical Hacker to
investigate. You discover evidence of footprinting through search engines and advanced Google
hacking techniques. The attacker utilized Google search operators to extract sensitive information.
You further notice queries that indicate the use of the Google Hacking Database (GHDB) with an
emphasis on VPN footprinting.
Which of the following Google advanced search operators would be the LEAST useful in providing the
attacker with sensitive VPN-related information?
Select one option, then reveal solution.
Top comments
TG
Tom G.
2026-02-22

Good point about B—since location: isn’t a recognized Google operator, it wouldn’t return any results, making it the least useful here. The others (A, C, D) actually narrow down content or URLs, which could expose VPN-related data. So definitely B for this one.

0
CE
Carlos E.
2026-02-16

D imo. The link: operator finds pages linking to a site, which is helpful for backlink analysis but probably less direct for VPN footprinting info. The other operators (intitle:, inurl:) target specific content or URLs, making them more precise for finding sensitive VPN data. Even if location: isn’t a real operator, it at least hints at narrowing down by place, which could occasionally help with geographic VPN servers. Link: just shows backlinks, which may not reveal sensitive VPN details as effectively.

0
Question No. 10
How does a denial-of-service attack work?
Select one option, then reveal solution.
Top comments
TF
Tom F.
2026-02-21

A DoS attack is mainly about flooding or overwhelming resources to stop access, so A fits best. C sounds off since password cracking isn’t the core of a denial-of-service.

0
CJ
Chris J.
2026-02-17

A makes the most sense since DoS is about blocking service access, not password stuff.

0
Question No. 11
Which mode of IPSec should you use to assure security and confidentiality of data within the same
LAN?
Select one option, then reveal solution.
Top comments
LS
Luke S.
2026-02-22

B tbh, the question’s about confidentiality inside the same LAN, and ESP is the go-to for encryption. Since AH options don’t encrypt at all, they’re out. Tunnel mode adds unnecessary overhead for LAN setups, so that rules out D. A’s ESP transport mode encrypts payloads directly without extra wrapping, making it efficient and secure enough here. So yeah, A fits best given the scenario and what IPSec modes are designed for.

0
OJ
Osama J.
2026-02-17

I’m thinking D (AH Tunnel mode) might be off since tunnel mode is more for gateway-to-gateway or network-to-network scenarios, not really for same LAN setups. Also, AH doesn’t encrypt, it just provides integrity and authentication, so it won’t ensure confidentiality. So based on that, anything with AH seems less likely here. The question is about both security and confidentiality, so isn’t ESP transport mode (A) the only one that encrypts the payload directly without extra encapsulation? What do you think about the options that mention AH?

0
Question No. 12
DHCP snooping is a great solution to prevent rogue DHCP servers on your network. Which security
feature on switchers leverages the DHCP snooping database to help prevent man-in-the-middle
attacks?
Select one option, then reveal solution.
Top comments
AZ
Ash Z.
2026-02-18

Option B also makes sense because DAI directly uses DHCP snooping info to block ARP spoofing.

0
LL
Liam L.
2026-02-17

Maybe B makes the most sense since Dynamic ARP Inspection uses the DHCP snooping database directly to validate ARP messages and block spoofing attempts, which fits this scenario better than the others.

0
Question No. 13
Taylor, a security professional, uses a tool to monitor her company's website, analyze the website's
traffic, and track the geographical location of the users visiting the company's website. Which of the
following tools did Taylor employ in the above scenario?
Select one option, then reveal solution.
Top comments
SU
Saad U.
2026-02-22

B vs A? WebSite Watcher mainly checks website changes, not traffic or location data. So, B fits better for monitoring traffic and user geography.

0
IY
Irfan Y.
2026-02-12

It’s D for sure. The question mentions tracking the geographical location of users, which is something WAFW00F doesn’t do—it’s mainly for detecting web application firewalls, not analytics. WebSite Watcher is more about monitoring website changes, and Webroot is antivirus software, so they don’t fit either. Web-Stat (option B) is the only tool focused on analyzing traffic and geolocation data, making it the clear choice here.

0
Question No. 14
MX record priority increases as the number increases. (True/False.)
Select one option, then reveal solution.
Top comments
MX
Michael X.
2026-02-22

B tbh. The MX record number is more like a rank where lower numbers come first, so a higher number means the server is less preferred. It’s a bit confusing since “increasing priority” sounds like better, but here bigger numbers mean worse priority. So the statement that priority goes up with the number is false.

0
MX
Michael X.
2026-02-22

B. The number itself goes up, but that means lower priority, so priority doesn’t increase with the number—it’s the opposite.

0
Question No. 15
Morris, an attacker, wanted to check whether the target AP is in a locked state. He attempted using
different utilities to identify WPS-enabled APs in the target wireless network. Ultimately, he
succeeded with one special command-line utility. Which of the following command-line utilities
allowed Morris to discover the WPS-enabled APs?
Select one option, then reveal solution.
Top comments
AX
Ahmed X.
2026-02-22

I agree that wash sounds like the obvious choice since it’s built for spotting WPS-enabled APs. Looking at the other options, ntptrace is for tracing NTP servers, macof floods switches with MAC addresses, and net View is a Windows command to list network shares — none of which relate to detecting WPS. So eliminating B, C, and D seems straightforward. But is there any chance the question implies a different environment or toolset where wash wouldn't be accessible? Otherwise, wash definitely fits the bill here.

0
UM
Usman M.
2026-02-18

Probably A. wash makes the most sense since it’s designed specifically to detect WPS-enabled access points. The other tools don’t really focus on wireless scanning or WPS features. Macof is about flooding, ntptrace and net View don’t interact with wireless APs at all. So wash fits the description perfectly here.

0