πŸ”

312-50v13 β€” questions

Page 12 of 16 Β· 308 total questions.

Topic 1 Β· Question 221

A Certified Ethical Hacker is attempting to gather information about a target organization's network structure through network footprinting. During the operation, they encounter ICMP blocking by the target system's firewall. The hacker wants to ascertain the path that packets take to the host system from a source, using an alternative protocol. Which of the following actions should the hacker consider next?

  • AUse UDP Traceroute in the Linux operating system by executing the 'traceroute' command with the destination IP or domain name. (correct answer)
  • BUse the ICMP Traceroute on the Windows operating system as it is the default utility.
  • CUse the ARIN Whois database search tool to find the network range of the target network.
  • DUtilize the Path Analyzer Pro to trace the route from the source to the destination target systems.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Use UDP Traceroute in the Linux operating system by executing the 'traceroute' command with the destination IP or domain name.

Explanation

Network address translation maps addresses between networks and commonly lets private hosts share public connectivity.

Topic 1 Β· Question 222

An ethical hacker is preparing to scan a network to identify live systems. To increase the efficiency and accuracy of his scans, he is considering several different host discovery techniques. He expects several unused IP addresses at any given time, specifically within the private address range of the LAN, but he also anticipates the presence of restrictive firewalls that may conceal active devices. Which scanning method would be most effective in this situation?

  • AICMP ECHO Ping Sweep
  • BICMP Timestamp Ping
  • CTCP SYN Ping
  • DARP Ping Scan (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: ARP Ping Scan This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 223

A penetration tester is tasked with gathering information about the subdomains of a target organization's website. The tester needs a versatile and efficient solution for the task. Which of the following options would be the most effective method to accomplish this goal?

  • AAnalyzing LinkedIn profiles to find employees of the target company and their job titles
  • BEmploying a tool like Sublist3r, which is designed to enumerate the subdomains of websites using OSINT (correct answer)
  • CUsing a people search service, such as Spokeo or Intelius, to gather information about the employees of the target organization
  • DUtilizing the Harvester tool to extract email addresses related to the target domain using a search engine like Google or Bing
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Employing a tool like Sublist3r, which is designed to enumerate the subdomains of websites using OSINT

Topic 1 Β· Question 224

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 (2^k), where 'k' represents each additional SYN packet above the 'f' 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?

  • Af=510: The server can handle 510 SYN packets per second, which is greater than what the attacker is sending. The system stays stable, and the response time remains unaffected.
  • Bf=495: The server can handle 495 SYN packets per second. The response time drastically rises (2^5 = 32 times the normal), indicating a probable system overload.
  • Cf=505: The server can handle 505 SYN packets per second. In this case, the response time increases but not as drastically (2^5 = 32 times the normal), and the system might still function, albeit slowly.
  • Df=490: The server can handle 490 SYN packets per second. With 's' exceeding 'f' by 10, the response time shoots up (2^10 = 1024 times the usual response time), indicating a system overload. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: f=490: The server can handle 490 SYN packets per second. With 's' exceeding 'f' by 10, the response time shoots up (2^10 = 1024 times the usual response time), indicating a system overload.

Topic 1 Β· Question 225

A penetration tester is conducting an assessment of a web application for a financial institution. The application uses form-based authentication and does not implement account lockout policies after multiple failed login attempts. Interestingly, the application displays detailed error messages that disclose whether the username or password entered is incorrect. The tester also notices that the application uses HTTP headers to prevent clickjacking attacks but does not implement Content Security Policy (CSP). With these observations, which of the following attack methods would likely be the most effective for the penetration tester to exploit these vulnerabilities and attempt unauthorized access?

  • AThe tester could exploit a potential SQL Injection vulnerability to manipulate the application's database.
  • BThe tester could execute a Brute Force attack, leveraging the lack of account lockout policy and the verbose error messages to guess the correct credentials. (correct answer)
  • CThe tester could execute a Man-in-the-Middle (MitM) attack to intercept and modify the HTTP headers for a Clickjacking attack.
  • DThe tester could launch a Cross-Site Scripting (XSS) attack to steal authenticated session cookies, potentially bypassing the clickjacking protection.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The tester could execute a Brute Force attack, leveraging the lack of account lockout policy and the verbose error messages to guess the correct credentials. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 226

In a large organization, a network security analyst discovered a series of packet captures that seem unusual. The network operates on a switched Ethernet environment. The security team suspects that an attacker might be using a sniffer tool. Which technique could the attacker be using to successfully carry out this attack, considering the switched nature of the network?

  • AThe attacker might be compromising physical security to plug into the network directly.
  • BThe attacker might be implementing MAC flooding to overwhelm the switch's memory. (correct answer)
  • CThe attacker is probably using a Trojan horse with in-built sniffing capability.
  • DThe attacker might be using passive sniffing, as it provides significant stealth advantages.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The attacker might be implementing MAC flooding to overwhelm the switch's memory. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 227

You are a cybersecurity consultant for a smart city project. The project involves deploying a vast network of IoT devices for public utilities like traffic control, water supply, and power grid management. The city administration is concerned about the possibility of a Distributed Denial of Service (DDoS) attack crippling these critical services. They have asked you for advice on how to prevent such an attack. What would be your primary recommendation?

  • AImplement regular firmware updates for all IoT devices.
  • BEstablish strong, unique passwords for each IoT device.
  • CDeploy network intrusion detection systems (IDS) across the IoT network.
  • DImplement IP address whitelisting for all IoT devices. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Implement IP address whitelisting for all IoT devices. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 228

Consider a scenario where a Certified Ethical Hacker is attempting to infiltrate a company's network without being detected. The hacker intends to use a stealth scan on a BSD-derived TCP/IP stack, but he suspects that the network security devices may be able to detect SYN packets. Based on this information, which of the following methods should he use to bypass the detection mechanisms and why?

  • AMaimon Scan, because it is very similar to NULL, FIN, and Xmas scans, but the probe used here is FIN/ACK
  • BXmas Scan, because it can pass through filters undetected, depending on the security mechanisms installed
  • CTCP Connect/Full-Open Scan, because it completes a three-way handshake with the target machine
  • DACK Flag Probe Scan, because it exploits the vulnerabilities within the BSD-derived TCP/IP stack (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: ACK Flag Probe Scan, because it exploits the vulnerabilities within the BSD-derived TCP/IP stack This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 229

While performing a security audit of a web application, an ethical hacker discovers a potential vulnerability. The application responds to logically incorrect queries with detailed error messages that divulge the underlying database's structure. The ethical hacker decides to exploit this vulnerability further. Which type of SQL Injection attack is the ethical hacker likely to use?

  • AUNION SQL Injection
  • BError-based SQL Injection (correct answer)
  • CIn-band SQL Injection
  • DBlind/Inferential SQL Injection
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Error-based SQL Injection

Explanation

SQL injection manipulates database queries through untrusted input and is mitigated with parameterized statements. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 230

You are a security analyst of a large IT company and are responsible for maintaining the organization’s security posture. You are evaluating multiple vulnerability assessment tools for your network. Given that your network has a hybrid IT environment with on-premise and cloud assets, which tool would be most appropriate considering its comprehensive coverage and visibility, continuous scanning, and ability to monitor unexpected changes before they turn into breaches?

  • AGFI LanCuard
  • BQualys Vulnerability Management (correct answer)
  • COpen VAS
  • DNessus Professional
Reveal answer & explanation
Correct answer: B

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

Topic 1 Β· Question 231

Martin, a Certified Ethical Hacker (CEH), is conducting a penetration test on a large enterprise network. He suspects that sensitive information might be leaking out of the network. Martin decides to use network sniffing as part of his testing methodology. Which of the following sniffing techniques should Martin employ to get a comprehensive understanding of the data flowing across the network?

  • ARaw Sniffing (correct answer)
  • BMAC Flooding
  • CARP Poisoning
  • DDNS Poisoning
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Raw Sniffing

Topic 1 Β· Question 232

As a cybersecurity consultant for SafePath Corp, you have been tasked with implementing a system for secure email communication. The key requirement is to ensure both confidentiality and non-repudiation. While considering various encryption methods, you are inclined towards using a combination of symmetric and asymmetric cryptography. However, you are unsure which cryptographic technique would best serve the purpose. Which of the following options would you choose to meet these requirements?

  • AApply asymmetric encryption with RSA and use the private key for signing. (correct answer)
  • BUse the Diffie-Hellman protocol for key exchange and encryption.
  • CApply asymmetric encryption with RSA and use the public key for encryption.
  • DUse symmetric encryption with the AES algorithm.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Apply asymmetric encryption with RSA and use the private key for signing.

Explanation

Encryption protects confidentiality by making data unreadable without the appropriate key. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 233

As a cybersecurity analyst for SecureNet, you are performing a security assessment of a new mobile payment application. One of your primary concerns is the secure storage of customer data on the device. The application stores sensitive information such as credit card details and personal identification numbers (PINs) on the device. Which of the following measures would best ensure the security of this data?

  • AEnable GPS tracking for all devices using the app.
  • BRegularly update the app to the latest version.
  • CEncrypt all sensitive data stored on the device. (correct answer)
  • DImplement biometric authentication for app access.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Encrypt all sensitive data stored on the device. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 234

A security analyst is preparing to analyze a potentially malicious program believed to have infiltrated an organization's network. To ensure the safety and integrity of the production environment, the analyst decided to use a sheep dip computer for the analysis. Before initiating the analysis, what key step should the analyst take?

  • AInstall the potentially malicious program on the sheep dip computer.
  • BStore the potentially malicious program on an external medium, such as a CD-ROM. (correct answer)
  • CRun the potentially malicious program on the sheep dip computer to determine its behavior.
  • DConnect the sheep dip computer to the organization's internal network.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Store the potentially malicious program on an external medium, such as a CD-ROM. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 235

As an IT Security Analyst, you've been asked to review the security measures of an e-commerce website that relies on a SQL database for storing sensitive customer data. Recently, an anonymous tip has alerted you to a possible threat: a seasoned hacker who specializes in SQL Injection attacks may be targeting your system. The site already employs input validation measures to prevent basic injection attacks, and it blocks any user inputs containing suspicious patterns. However, this hacker is known to use advanced SQL Injection techniques. Given this situation, which of the following strategies would the hacker most likely adopt to bypass your security measures?

  • AThe hacker might employ a 'blind' SQL Injection attack, taking advantage of the application's true or false responses to extract data bit by bit (correct answer)
  • BThe hacker may resort to a DDoS attack instead, attempting to crash the server and thus render the e-commerce site unavailable
  • CThe hacker may try to use SQL commands which are less known and less likely to be blocked by your system's security
  • DThe hacker could deploy an 'out-of-band' SQL Injection attack, extracting data via a different communication channel, such as DNS or HTTP requests
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: The hacker might employ a 'blind' SQL Injection attack, taking advantage of the application's true or false responses to extract data bit by bit

Explanation

SQL injection manipulates database queries through untrusted input and is mitigated with parameterized statements. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 236

As an IT intern, you have been asked to help set up a secure Wi-Fi network for a local coffee shop. The owners want to provide free Wi-Fi to their customers, but they are concerned about potential security risks. They are looking for a simple yet effective solution that would not require a lot of technical knowledge to manage. Which of the following security measures would be the most suitable in this context?

  • ADisable the network's SSID broadcast
  • BEnable MAC address filtering
  • CRequire customers to use VPN when connected to the Wi-Fi
  • DImplement WPA2 or WPA3 encryption (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Implement WPA2 or WPA3 encryption

Explanation

Encryption protects confidentiality by making data unreadable without the appropriate key. WPA3 strengthens wireless authentication and encryption compared with earlier Wi-Fi security standards. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 237

During a comprehensive security assessment, your cybersecurity team at XYZ Corp stumbles upon signs that point toward a possible Advanced Persistent Threat (APT) infiltration in the network infrastructure. These sophisticated threats often exhibit subtle indicators that distinguish them from other types of cyberattacks. To confirm your suspicion and adequately isolate the potential APT, which of the following actions should you prioritize?

  • AInvestigate for anomalies in file movements or unauthorized data access attempts within your database system (correct answer)
  • BScrutinize for repeat network login attempts from unrecognized geographical regions
  • CVigilantly monitor for evidence of zero-day exploits that manage to evade your firewall or antivirus software
  • DSearch for proof of a spear-phishing attempt, such as the presence of malicious emails or risky attachments
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Investigate for anomalies in file movements or unauthorized data access attempts within your database system This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 238

As a budding cybersecurity enthusiast, you have set up a small lab at home to learn more about wireless network security. While experimenting with your home Wi-Fi network, you decide to use a well-known hacking tool to capture network traffic and attempt to crack the Wi-Fi password. However, despite many attempts, you have been unsuccessful. Your home Wi-Fi network uses WPA2 Personal with AES encryption. Why are you finding it difficult to crack the Wi-Fi password?

  • AYour hacking tool is outdated.
  • BThe Wi-Fi password is too complex and long. (correct answer)
  • CThe network is using an uncrackable encryption method.
  • DThe network is using MAC address filtering.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The Wi-Fi password is too complex and long. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 239

An ethical hacker is testing a web application of a financial firm. During the test, a 'Contact Us' form's input field is found to lack proper user input validation, indicating a potential Cross-Site Scripting (XSS) vulnerability. However, the application has a stringent Content Security Policy (CSP) disallowing inline scripts and scripts from external domains but permitting scripts from its own domain. What would be the hacker's next step to confirm the XSS vulnerability?

  • AUtilize a script hosted on the application's domain to test the form (correct answer)
  • BTry to disable the CSP to bypass script restrictions
  • CInject a benign script inline to the form to see if it executes
  • DLoad a script from an external domain to test the vulnerability
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Utilize a script hosted on the application's domain to test the form This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 240

John, a security analyst, is analyzing a server suspected of being compromised. The attacker has used a non admin account and has already gained a foothold on the system. John discovers that a new Dynamic Link Library is loaded in the application directory of the affected server. This DLL does not have a fully qualified path and seems to be malicious. What privilege escalation technique has the attacker likely used to compromise this server?

  • ADLL Hijacking (correct answer)
  • BNamed Pipe Impersonation
  • CSpectre and Meltdown Vulnerabilities
  • DExploiting Misconfigured Services
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: DLL Hijacking This option keeps traffic private / properly secured as required.

Showing questions 221–240 of 308 Β· Page 12 of 16