Free EC-Council 312-50V13 CEH V13 Actual Exam Questions
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.
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?
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.
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.
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?
Definitely not B, C, or D since DNS traffic normally uses Port 53.
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.
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?
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.
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.
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?
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
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.
C imo, symmetric encryption usually happens after the session keys are securely shared, not out-of-band.
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.
D, since decoys create noise that can throw off intrusion detection systems.
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.
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?
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.
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.
Mar 1, 2016, 7:33:28 AM 10.240.250.23 - 54373 10.249.253.15 - 22 tcp_ip
Guessing D since port 22 usually means SSH and high port is client side.
It’s D because port 22 is SSH and the first IP uses a high port, typical for clients.
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?
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.
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.
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.
A makes the most sense since DoS is about blocking service access, not password stuff.
LAN?
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.
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?
feature on switchers leverages the DHCP snooping database to help prevent man-in-the-middle
attacks?
Option B also makes sense because DAI directly uses DHCP snooping info to block ARP spoofing.
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.
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?
B vs A? WebSite Watcher mainly checks website changes, not traffic or location data. So, B fits better for monitoring traffic and user geography.
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.
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.
B. The number itself goes up, but that means lower priority, so priority doesn’t increase with the number—it’s the opposite.
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?
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.
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.