πŸ”

312-50v13 β€” questions

Page 11 of 16 Β· 308 total questions.

Topic 1 Β· Question 201

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?

  • AInference-based assessment solution
  • BTree-based assessment approach
  • CProduct-based solution installed on a private network
  • DService-based solution offered by an auditing firm (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Service-based solution offered by an auditing firm This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 202

During a penetration testing assignment, a Certified Ethical Hacker (CEH) used a set of scanning tools to create a profile of the target organization. The CEH wanted to scan for live hosts, open ports, and services on a target network. He used Nmap for network inventory and Hping3 for network security auditing. However, he wanted to spoof IP addresses for anonymity during probing. Which command should the CEH use to perform this task?

  • AHping3 -1 10.0.0.25 -ICMP
  • BHping3 -2 10.0.0.25-p 80
  • CNmap -sS -Pn -n -vw --packet-trace -p- --script discovery -T4
  • DHping3 -S 192.168.1.1 -a 192.168.1.254 -p 22 --flood (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Hping3 -S 192.168.1.1 -a 192.168.1.254 -p 22 --flood This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 203

An ethical hacker is hired to conduct a comprehensive network scan of a large organization that strongly suspects potential intrusions into their internal systems. The hacker decides to employ a combination of scanning tools to obtain a detailed understanding of the network. Which sequence of actions would provide the most comprehensive information about the network's status?

  • AUse Hping3 for an ICMP ping scan on the entire subnet, then use Nmap for a SYN scan on identified active hosts, and finally use Metasploit to exploit identified vulnerabilities. (correct answer)
  • BStart with Hping3 for a UDP scan on random ports, then use Nmap for a version detection scan, and finally use Metasploit to exploit detected vulnerabilities.
  • CBegin with NetScanTools Pro for a general network scan, then use Nmap for OS detection and version detection, and finally perform an SYN flooding with Hping3.
  • DInitiate with Nmap for a ping sweep, then use Metasploit to scan for open ports and services, and finally use Hping3 to perform remote OS fingerprinting.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use Hping3 for an ICMP ping scan on the entire subnet, then use Nmap for a SYN scan on identified active hosts, and finally use Metasploit to exploit identified vulnerabilities.

Explanation

Nmap performs network discovery, port scanning, service/version detection, and operating-system fingerprinting. Metasploit provides a framework for developing, testing, and executing exploits in authorized security assessments. Subnetting divides an IP network into smaller routing and broadcast domains for address efficiency and segmentation.

Topic 1 Β· Question 204

While working as an intern for a small business, you have been tasked with managing the company's web server. The server is being bombarded with requests, and the company's website is intermittently going offline. You suspect that this could be a Distributed Denial of Service (DDoS) attack. As an ethical hacker, which of the following steps would be your first course of action to mitigate the issue?

  • AContact your Internet Service Provider (ISP) for assistance (correct answer)
  • BInstall a newer version of the server software
  • CImplement IP address whitelisting
  • DIncrease the server's bandwidth
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Contact your Internet Service Provider (ISP) for assistance

Topic 1 Β· Question 205

As a cybersecurity consultant, you are working with a client who wants to migrate their data to a Software as a Service (SaaS) cloud environment. They are particularly concerned about maintaining the privacy of their sensitive data, even from the cloud service provider. Which of the following strategies would best ensure the privacy of their data in the SaaS environment?

  • AImplement a Virtual Private Network (VPN) for accessing the SaaS applications.
  • BRely on the cloud service provider's built-in security features.
  • CEncrypt the data client-side before uploading to the SaaS environment and manage encryption keys independently. (correct answer)
  • DUse multi-factor authentication for all user accounts accessing the SaaS applications
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Encrypt the data client-side before uploading to the SaaS environment and manage encryption keys independently.

Explanation

Encryption protects confidentiality by making data unreadable without the appropriate key. Software as a service delivers a complete provider-managed application to end users. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 206

An ethical hacker is performing a network scan to evaluate the security of a company's IT infrastructure. During the scan, he discovers an active host with multiple open ports running various services. The hacker uses TCP communication flags to establish a connection with the host and starts communicating with it. He sends a SYN packet to a port on the host and receives a SYN/ACK packet back. He then sends an ACK packet for the received SYN/ACK packet, which triggers an open connection. Which of the following actions should the ethical hacker perform next?

  • ASend a PSH packet to inform the receiving application about the buffered data.
  • BConduct a vulnerability scan on the open port to identify any potential weaknesses. (correct answer)
  • CScan another port on the same host using the SYN, ACK, and RST flags.
  • DSend a FIN or RST packet to close the connection.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Conduct a vulnerability scan on the open port to identify any potential weaknesses.

Explanation

A vulnerability scan identifies known weaknesses so remediation can be prioritized. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 207

A multinational corporation's computer system was infiltrated by an advanced persistent threat (APT). During forensic analysis, it was discovered that the malware was utilizing a blend of two highly sophisticated techniques to stay undetected and continue its operations. Firstly, the malware was embedding its harmful code into the actual binary or executable part of genuine system files rather than appending or prepending itself to the files. This made it exceptionally difficult to detect and eradicate, as doing so risked damaging the system files themselves. Secondly, the malware exhibited characteristics of a type of malware that changes its code as it propagates, making signature-based detection approaches nearly impossible. On top of these, the malware maintained a persistent presence by installing itself in the registry, making it able to survive system reboots. Given these distinctive characteristics, which two types of malware techniques does this malware most closely embody?

  • APolymorphic and Metamorphic malware
  • BPolymorphic and Macro malware
  • CMacro and Rootkit malware
  • DMetamorphic and Rootkit malware (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Metamorphic and Rootkit malware

Topic 1 Β· Question 208

As a certified ethical hacker, you are performing a system hacking process for a company that is suspicious about its security system. You found that the company’s passwords are all known words, but not in the dictionary. You know that one employee always changes the password by just adding some numbers to the old password. Which attack is most likely to succeed in this scenario?

  • ABrute-Force Attack
  • BPassword Spraying Attack
  • CHybrid Attack
  • DRule-based Attack (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Rule-based Attack This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 209

A security analyst is investigating a potential network-level session hijacking incident. During the investigation, the analyst finds that the attacker has been using a technique in which they injected an authentic-looking reset packet using a spoofed source IP address and a guessed acknowledgment number. As a result, the victim's connection was reset. Which of the following hijacking techniques has the attacker most likely used?

  • ABlind hijacking
  • BUDP hijacking
  • CRST hijacking (correct answer)
  • DTCP/IP hijacking
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: RST hijacking This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 210

During a red team engagement, an ethical hacker is tasked with testing the security measures of an organization's wireless network. The hacker needs to select an appropriate tool to carry out a session hijacking attack. Which of the following tools should the hacker use to effectively perform session hijacking and subsequent security analysis, given that the target wireless network has the Wi-Fi Protected Access-pre-shared key (WPA-PSK) security protocol in place?

  • AHetty
  • Bbettercap (correct answer)
  • CDroidSheep
  • DFaceNiff
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: bettercap This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 211

As a certified ethical hacker, you are tasked with gaining information about an enterprise's internal network. You are permitted to test the network's security using enumeration techniques. You successfully obtain a list of usernames using email IDs and execute a DNS Zone Transfer. Which enumeration technique would be most effective for your next move given that you have identified open TCP ports 25 (SMTP) and 139 (NetBIOS Session Service)?

  • APerform a brute force attack on Microsoft Active Directory to extract valid usernames
  • BExploit the NetBIOS Session Service on TCP port 139 to gain unauthorized access to the file system (correct answer)
  • CUse SNMP to extract usernames given the community strings
  • DExploit the NFS protocol on TCP port 2049 to gain control over a remote system
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Exploit the NetBIOS Session Service on TCP port 139 to gain unauthorized access to the file system This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 212

A large corporate network is being subjected to repeated sniffing attacks. To increase security, the company's IT department decides to implement a combination of several security measures. They permanently add the MAC address of the gateway to the ARP cache, switch to using IPv6 instead of IPv4, implement the use of encrypted sessions such as SSH instead of Telnet, and use Secure File Transfer Protocol instead of FTP. However, they are still faced with the threat of sniffing. Considering the countermeasures, what should be their next step to enhance network security?

  • AUse HTTP instead of HTTPS for protecting usernames and passwords
  • BImplement network scanning and monitoring tools (correct answer)
  • CEnable network identification broadcasts
  • DRetrieve MAC addresses from the OS
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Implement network scanning and monitoring tools This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 213

As the chief security officer at SecureMobile, you are overseeing the development of a mobile banking application. You are aware of the potential risks of man-in-the-middle (MitM) attacks where an attacker might intercept communication between the app and the bank's servers. Recently, you have learned about a technique used by attackers where they use rogue Wi-Fi hotspots to conduct MitM attacks. To prevent this type of attack, you plan to implement a security feature in the mobile app. What should this feature accomplish?

  • AIt should require two-factor authentication for user logins.
  • BIt should prevent the app from communicating over a network if it detects a rogue access point. (correct answer)
  • CIt should prevent the app from connecting to any unencrypted Wi-Fi networks.
  • DIt should require users to change their password every 30 days.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: It should prevent the app from communicating over a network if it detects a rogue access point. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 214

You are a cloud security expert at CloudGuard Inc. working with a client who plans to transition their infrastructure to a public cloud. The client expresses concern about potential data breaches and wants to ensure that only authorized personnel can access certain sensitive resources. You propose implementing a Zero Trust security model. Which of the following best describes how the Zero Trust model would enhance the security of their cloud resources?

  • AIt operates on the principle of least privilege, verifying each request as if it is from an untrusted source, regardless of its location. (correct answer)
  • BIt encrypts all data stored in the cloud, ensuring only authorized users can decrypt it.
  • CIt uses multi-factor authentication for all user accounts.
  • DIt ensures secure data transmission by implementing SSL/TLS protocols.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: It operates on the principle of least privilege, verifying each request as if it is from an untrusted source, regardless of its location.

Explanation

Least privilege grants only the permissions needed for a task, limiting damage from mistakes or compromised accounts. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 215

As part of a penetration testing team, you've discovered a web application vulnerable to Cross-Site Scripting (XSS). The application sanitizes inputs against standard XSS payloads but fails to filter out HTML-encoded characters. On further analysis, you've noticed that the web application uses cookies to track session IDs. You decide to exploit the XSS vulnerability to steal users' session cookies. However, the application implements HTTPOnly cookies, complicating your original plan. Which of the following would be the most viable strategy for a successful attack?

  • ABuild an XSS payload using HTML encoding and use it to exploit the server-side code, potentially disabling the HTTPOnly flag on cookies.
  • BDevelop a browser exploit to bypass the HTTPOnly restriction, then use a HTML-encoded XSS payload to retrieve the cookies.
  • CUtilize an HTML-encoded XSS payload to trigger a buffer overflow attack, forcing the server to reveal the HTTPOnly cookies.
  • DCreate a sophisticated XSS payload that leverages HTML encoding to bypass the input sanitization, and then use it to redirect users to a malicious site where their cookies can be captured. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Create a sophisticated XSS payload that leverages HTML encoding to bypass the input sanitization, and then use it to redirect users to a malicious site where their cookies can be captured.

Topic 1 Β· Question 216

An ethical hacker is testing the security of a website's database system against SQL Injection attacks. They discover that the IDS has a strong signature detection mechanism to detect typical SQL injection patterns. Which evasion technique can be most effectively used to bypass the IDS signature detection while performing a SQL Injection attack?

  • AEmploy IP fragmentation to obscure the attack payload
  • BImplement case variation by altering the case of SQL statements
  • CLeverage string concatenation to break identifiable keywords
  • DUse Hex encoding to represent the SQL query string (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Use Hex encoding to represent the SQL query string This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 217

You have been hired as an intern at a start-up company. Your first task is to help set up a basic web server for the company's new website. The team leader has asked you to make sure the server is secure from common threats. Based on your knowledge from studying for the CEH exam, which of the following actions should be your priority to secure the web server?

  • ALimiting the number of concurrent connections to the server
  • BInstalling a web application firewall
  • CRegularly updating and patching the server software (correct answer)
  • DEncrypting the company's website with SSL/TLS
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Regularly updating and patching the server software This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 218

A sophisticated attacker targets your web server with the intent to execute a Denial of Service (DoS) attack. His strategy involves a unique mixture of TCP SYN, UDP, and ICMP floods, using 'r' packets per second. Your server, reinforced with advanced security measures, can handle 'h' packets per second before it starts showing signs of strain. If 'r' surpasses 'h', it overwhelms the server, causing it to become unresponsive. In a peculiar pattern, the attacker selects 'r' as a composite number and 'h' as a prime number, making the attack detection more challenging. Considering 'r=2010' and different values for 'h', which of the following scenarios would potentially cause the server to falter?

  • Ah=1987 (prime): The attacker's packet rate exceeds the server's capacity, causing potential unresponsiveness. (correct answer)
  • Bh=1999 (prime): Despite the attacker's packet flood, the server can handle these requests, remaining responsive.
  • Ch=1993 (prime): Despite being less than 'r', the server's prime number capacity keeps it barely operational, but the risk of falling is imminent.
  • Dh=2003 (prime): The server can manage more packets than the attacker is sending, hence it stays operational.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: h=1987 (prime): The attacker's packet rate exceeds the server's capacity, causing potential unresponsiveness. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 219

An IT security team is conducting an internal review of security protocols in their organization to identify potential vulnerabilities. During their investigation, they encounter a suspicious program running on several computers. Further examination reveals that the program has been logging all user keystrokes. How can the security team confirm the type of program and what countermeasures should be taken to ensure the same attack does not occur in the future?

  • AThe program is spyware; the team should use password managers and encrypt sensitive data.
  • BThe program is a keylogger; the team should employ intrusion detection systems and regularly update the system software. (correct answer)
  • CThe program is a keylogger; the team should educate employees about phishing attacks and maintain regular backups.
  • DThe program is a Trojan; the team should regularly update antivirus software and install a reliable firewall.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The program is a keylogger; the team should employ intrusion detection systems and regularly update the system software. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 220

Being a Certified Ethical Hacker (CEH), a company has brought you on board to evaluate the safety measures in place for their network system. The company uses a network time protocol server in the demilitarized zone. During your enumeration, you decide to run a ntptrace command. Given the syntax: ntptrace [-n] [-m maxhosts] [servername/IP_address], which command usage would best serve your objective to find where the NTP server obtains the time from and to trace the list of NTP servers connected to the network?

  • Antptrace -n -m 5192.168.1.1
  • Bntptrace -m 5192.168.1.1
  • Cntptrace -n localhost
  • Dntptrace 192.168.1.1 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: ntptrace 192.168.1.1

Showing questions 201–220 of 308 Β· Page 11 of 16