πŸ”

312-50v13 β€” questions

Page 9 of 16 Β· 308 total questions.

Topic 1 Β· Question 161

You are a security analyst for CloudSec, a company providing cloud security solutions. One of your clients, a financial institution, wants to shift its operations to a public cloud while maintaining a high level of security control. They want to ensure that they can monitor all their cloud resources continuously and receive real-time alerts about potential security threats. They also want to enforce their security policies consistently across all cloud workloads. Which of the following solutions would best meet these requirements?

  • AImplement a Virtual Private Network (VPN) for secure data transmission.
  • BDeploy a Cloud Access Security Broker (CASB). (correct answer)
  • CUse multi-factor authentication for all cloud user accounts.
  • DUse client-side encryption for all stored data.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Deploy a Cloud Access Security Broker (CASB). This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 162

Consider a hypothetical situation where an attacker, known for his proficiency in SQL Injection attacks, is targeting your web server. This adversary meticulously crafts 'q' malicious SQL queries, each inducing a delay of 'd' seconds in the server response. This delay in response is an indicator of a potential attack. If the total delay, represented by the product 'q*d', crosses a defined threshold 'T', an alert is activated in your security system. Furthermore, it is observed that the attacker prefers prime numbers for 'q', and 'd' follows a pattern in the Fibonacci sequence. Now, consider 'd=13' seconds (a Fibonacci number) and various values of 'q' (a prime number) and 'T'. Which among the following scenarios will most likely trigger an alert?

  • Aq=17, T=220: Even though the attacker increases 'q', the total delay ('q*d' = 221 seconds) just surpasses the threshold, possibly activating an alert. (correct answer)
  • Bq=13, T=180: In this case, the total delay caused by the attacker ('q*d' = 169 seconds) breaches the threshold, likely leading to the triggering of a security alert.
  • Cq=11, T=150: Here, the total delay induced by the attacker ('q*d' = 143 seconds) does not surpass the threshold, so the security system remains dormant.
  • Dq=19, T=260: Despite the attacker's increased effort, the total delay ('q*d' = 247 seconds) does not exceed the threshold, thus no alert is triggered.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: q=17, T=220: Even though the attacker increases 'q', the total delay ('q*d' = 221 seconds) just surpasses the threshold, possibly activating an alert. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 163

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?

  • AOpen System authentication
  • BWPA2-PSK with AES encryption (correct answer)
  • CSSID broadcast disabling
  • DMAC address filtering
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: WPA2-PSK with AES encryption

Explanation

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

Topic 1 Β· Question 164

You are the lead cybersecurity analyst at a multinational corporation that uses a hybrid encryption system to secure inter-departmental communications. The system uses RSA encryption for key exchange and AES for data encryption, taking advantage of the strengths of both asymmetric and symmetric encryption. Each RSA key pair has a size of 'n' bits, with larger keys providing more security at the cost of slower performance. The time complexity of generating an RSA key pair is O(n^2), and AES encryption has a time complexity of O(n). An attacker has developed a quantum algorithm with time complexity O((log n)^2) to crack RSA encryption. Given 'n=4000' and variable 'AES key size', which scenario is likely to provide the best balance of security and performance?

  • AAES key size=128 bits: This configuration provides less security than option A, but RSA key generation and AES encryption will be faster.
  • BAES key size=256 bits: This configuration provides a high level of security, but RSA key generation may be slow.
  • CAES key size=192 bits: This configuration is a balance between options A and B, providing moderate security and performance. (correct answer)
  • DAES key size=512 bits: This configuration provides the highest level of security but at a significant performance cost due to the large AES key size.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: AES key size=192 bits: This configuration is a balance between options A and B, providing moderate security and performance. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 165

An experienced cyber attacker has created a fake LinkedIn profile, successfully impersonating a high-ranking official from a well-established company, to execute a social engineering attack. The attacker then connected with other employees within the organization, receiving invitations to exclusive corporate events and gaining access to proprietary project details shared within the network. What advanced social engineering technique has the attacker primarily used to exploit the system and what is the most likely immediate threat to the organization?

  • AWhaling and Targeted Attacks (correct answer)
  • BPretexting and Network Vulnerability
  • CSpear Phishing and Spam
  • DBaiting and Involuntary Data Leakage
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Whaling and Targeted Attacks

Topic 1 Β· Question 166

As a cybersecurity analyst for a large corporation, you are auditing the company's mobile device management (MDM) policy. One of your areas of concern is data leakage from company-provided smartphones. You are worried about employees unintentionally installing malicious apps that could access sensitive corporate data on their devices. Which of the following would be an effective measure to prevent such data leakage?

  • ARequire biometric authentication for unlocking devices.
  • BRegularly change Wi-Fi passwords used by the devices.
  • CMandate the use of VPNs when accessing corporate data.
  • DEnforce a policy that only allows app installations from approved corporate app stores. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Enforce a policy that only allows app installations from approved corporate app stores.

Explanation

Recovery point objective defines the maximum acceptable data loss measured in time. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 167

A certified ethical hacker is carrying out an email footprinting exercise on a targeted organization using eMailTrackerPro. They want to map out detailed information about the recipient's activities after receiving the email. Which among the following pieces of information would NOT be directly obtained from eMailTrackerPro during this exercise?

  • AGeolocation of the recipient
  • BTvpe of device used to open the email
  • CThe email accounts related to the domain of the organization (correct answer)
  • DThe time recipient spent reading the email
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The email accounts related to the domain of the organization

Topic 1 Β· Question 168

You are a cybersecurity trainee tasked with securing a small home network. The homeowner is concerned about potential "Wi-Fi eavesdropping," where unauthorized individuals could intercept the wireless communications. What would be the most effective first step to mitigate this risk, considering the simplicity and the residential nature of the network?

  • ADisable the network's SSID broadcast
  • BEnable encryption on the wireless network (correct answer)
  • CEnable MAC address filtering
  • DReduce the signal strength of the wireless router
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Enable encryption on the wireless network

Explanation

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

Topic 1 Β· Question 169

A well-resourced attacker intends to launch a highly disruptive DDoS attack against a major online retailer. The attacker aims to exhaust all the network resources while keeping their identity concealed. Their method should be resistant to simple defensive measures such as IP-based blocking. Based on these objectives, which of the following attack strategies would be most effective?

  • AThe attacker should instigate a protocol-based SYN flood attack, consuming connection state tables on the retailer's servers
  • BThe attacker should leverage a botnet to launch a Pulse Wave attack, sending high-volume traffic pulses at regular intervals (correct answer)
  • CThe attacker should initiate a volumetric flood attack using a single compromised machine to overwhelm the retailer's network bandwidth
  • DThe attacker should execute a simple ICMP flood attack from a single IP, exploiting the retailer's ICMP processing
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The attacker should leverage a botnet to launch a Pulse Wave attack, sending high-volume traffic pulses at regular intervals

Topic 1 Β· Question 170

A large organization is investigating a possible identity theft case where an attacker has created a new identity by combining multiple pieces of information from different victims to open a new bank account. The attacker also managed to receive government benefits using a fraudulent identity. Given the circumstances, which type of identity theft is the organization dealing with?

  • AIdentity Cloning and Concealment
  • BChild Identity Theft
  • CSocial Identity Theft
  • DSynthetic Identity Theft (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Synthetic Identity Theft

Topic 1 Β· Question 171

A company recently experienced a debilitating social engineering attack that led to substantial identity theft. An inquiry found that the employee inadvertently provided critical information during an innocuous phone conversation. Considering the specific guidelines issued by the company to thwart social engineering attacks, which countermeasure would have been the most successful in averting the incident?

  • AConduct comprehensive training sessions for employees on various social engineering methodologies and the risks associated with revealing confidential data. (correct answer)
  • BImplement a well-documented change management process for modifications related to hardware or software.
  • CAdopt a robust software policy that restricts the installation of unauthorized applications.
  • DReinforce physical security measures to limit access to sensitive zones within the company premises, thereby warding off unauthorized intruders.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Conduct comprehensive training sessions for employees on various social engineering methodologies and the risks associated with revealing confidential data.

Topic 1 Β· Question 172

An IT company has just implemented new security controls to their network and system setup. As a Certified Ethical Hacker, your responsibility is to assess the possible vulnerabilities in the new setup. You are given the information that the network and system are adequately patched with the latest updates, and all employees have gone through recent cybersecurity awareness training. Considering the potential vulnerability sources, what is the best initial approach to vulnerability assessment?

  • AConducting social engineering tests to check if employees can be tricked into revealing sensitive information
  • BChecking for hardware and software misconfigurations to identify any possible loopholes (correct answer)
  • CEvaluating the network for inherent technology weaknesses prone to specific types of attacks
  • DInvestigating if any ex-employees still have access to the company's system and data
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Checking for hardware and software misconfigurations to identify any possible loopholes This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 173

An ethical hacker has been tasked with assessing the security of a major corporation's network. She suspects the network uses default SNMP community strings. To exploit this, she plans to extract valuable network information using SNMP enumeration. Which tool could best help her to get the information without directly modifying any parameters within the SNMP agent’s management information base (MIB)?

  • ASnmpWalk, with a command to change an OID to a different value
  • Bsnmp-check (snmp_enum Module) to gather a wide array of information about the target (correct answer)
  • CNmap, with a script to retrieve all running SNMP processes and associated ports
  • DOpUtils, are mainly designed for device management and not SNMP enumeration
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: snmp-check (snmp_enum Module) to gather a wide array of information about the target This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 174

During a recent vulnerability assessment of a major corporation's IT systems, the security team identified several potential risks. They want to use a vulnerability scoring system to quantify and prioritize these vulnerabilities. They decide to use the Common Vulnerability Scoring System (CVSS). Given the characteristics of the identified vulnerabilities, which of the following statements is the most accurate regarding the metric types used by CVSS to measure these vulnerabilities?

  • ATemporal metric represents the inherent qualities of a vulnerability.
  • BBase metric represents the inherent qualities of a vulnerability. (correct answer)
  • CTemporal metric involves measuring vulnerabilities based on a specific environment or implementation.
  • DEnvironmental metric involves the features that change during the lifetime of the vulnerability.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Base metric represents the inherent qualities of a vulnerability. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 175

You are a cybersecurity consultant at SecureIoT Inc. A manufacturing company has contracted you to strengthen the security of their Industrial IoT (IIoT) devices used in their operational technology (OT)environment. They are concerned about potential attacks that could disrupt their production lines and compromise safety. They have an advanced firewall system in place, but you know this alone is not enough. Which of the following measures should you suggest to provide comprehensive protection for their IIoT devices?

  • AIncrease the frequency of changing passwords on all IIoT devices.
  • BUse the same encryption standards for IIoT devices as for IT devices.
  • CRely on the existing firewall and install antivirus software on each IIoT device.
  • DImplement network segmentation to separate IIoT devices from the rest of the network. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Implement network segmentation to separate IIoT devices from the rest of the network. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 176

In an advanced digital security scenario, a multinational enterprise is being targeted with a complex series of assaults aimed to disrupt operations, manipulate data integrity, and cause serious financial damage. As the Lead Cybersecurity Analyst with CEH and CISSP certifications, your responsibility is to correctly identify the specific type of attack based on the following indicators: The attacks are exploiting a vulnerability in the target system's hardware, inducing misprediction of future instructions in a program's control flow. The attackers are strategically inducing the victim process to speculatively execute instructions sequences that would not have been executed in the absence of the misprediction, leading to subtle side effects. These side effects, which are observable from the shared state, are then utilized to infer the values of in-flight data. What type of attack best describes this scenario?

  • ARowhammer Attack
  • BWatering Hole Attack
  • CSide-Channel Attack (correct answer)
  • DPrivilege Escalation Attack
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Side-Channel Attack This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 177

In the process of implementing a network vulnerability assessment strategy for a tech company, the security analyst is confronted with the following scenarios: 1) A legacy application is discovered on the network, which no longer receives updates from the vendor. 2) Several systems in the network are found running outdated versions of web browsers prone to distributed attacks. 3) The network firewall has been configured using default settings and passwords. 4) Certain TCP/IP protocols used in the organization are inherently insecure. The security analyst decides to use vulnerability scanning software. Which of the following limitations of vulnerability assessment should the analyst be most cautious about in this context?

  • AVulnerability scanning software cannot define the impact of an identified vulnerability on different business operations (correct answer)
  • BVulnerability scanning software is not immune to software engineering flaws that might lead to serious vulnerabilities being missed
  • CVulnerability scanning software is limited in its ability to detect vulnerabilities at a given point in time
  • DVulnerability scanning software is limited in its ability to perform live tests on web applications to detect errors or unexpected behavior
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Vulnerability scanning software cannot define the impact of an identified vulnerability on different business operations

Explanation

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

Topic 1 Β· Question 178

In your cybersecurity class, you are learning about common security risks associated with web servers. One topic that comes up is the risk posed by using default server settings. Why is using default settings on a web server considered a security risk, and what would be the best initial step to mitigate this risk?

  • ADefault settings allow unlimited login attempts; setup account lockout
  • BDefault settings reveal server software type; change these settings (correct answer)
  • CDefault settings cause server malfunctions; simplify the settings
  • DDefault settings enable auto-updates; disable and manually patch
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Default settings reveal server software type; change these settings This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 179

As a junior security analyst for a small business, you are tasked with setting up the company's first wireless network. The company wants to ensure the network is secure from potential attacks. Given that the company's workforce is relatively small and the need for simplicity in managing network security, which of the following measures would you consider a priority to protect the network?

  • AHide the network SSID
  • BEnable WPA2 or WPA3 encryption on the wireless router (correct answer)
  • CImplement a MAC address whitelist
  • DEstablish a regular schedule for changing the network password
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Enable WPA2 or WPA3 encryption on the wireless router

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 180

During a reconnaissance mission, an ethical hacker uses Maltego, a popular footprinting tool, to collect information about a target organization. The information includes the target's Internet infrastructure details (domains, DNS names, Netblocks, IP address information). The hacker decides to use social engineering techniques to gain further information. Which of the following would be the least likely method of social engineering to yield beneficial information based on the data collected?

  • ADumpster diving in the target company's trash bins for valuable printouts
  • BImpersonating an ISP technical support agent to trick the target into providing further network details
  • CShoulder surfing to observe sensitive credentials input on the target’s computers (correct answer)
  • DEavesdropping on internal corporate conversations to understand key topics
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Shoulder surfing to observe sensitive credentials input on the target’s computers

Showing questions 161–180 of 308 Β· Page 9 of 16