πŸ”

312-50v13 β€” questions

Page 7 of 16 Β· 308 total questions.

Topic 1 Β· Question 121

During the enumeration phase, Lawrence performs banner grabbing to obtain information such as OS details and versions of services running. The service that he enumerated runs directly on TCP port 445. Which of the following services is enumerated by Lawrence in this scenario?

  • ARemote procedure call (RPC)
  • BTelnet
  • CServer Message Block (SMB) (correct answer)
  • DNetwork File System (NFS)
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Server Message Block (SMB)

Topic 1 Β· Question 122

Jane invites her friends Alice and John over for a LAN party. Alice and John access Jane’s wireless network without a password. However, Jane has a long, complex password on her router. What attack has likely occurred?

  • AWardriving
  • BWireless sniffing
  • CEvil twin (correct answer)
  • DPiggybacking
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Evil twin

Topic 1 Β· Question 123

Which file is a rich target to discover the structure of a website during web-server footprinting?

  • Adomain.txt
  • BRobots.txt (correct answer)
  • CDocument root
  • Dindex.html
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Robots.txt

Topic 1 Β· Question 124

John, a professional hacker, decided to use DNS to perform data exfiltration on a target network. In this process, he embedded malicious data into the DNS protocol packets that even DNSSEC cannot detect. Using this technique, John successfully injected malware to bypass a firewall and maintained communication with the victim machine and C&C server. What is the technique employed by John to bypass the firewall?

  • ADNSSEC zone walking
  • BDNS cache snooping
  • CDNS enumeration
  • DDNS tunneling method (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: DNS tunneling method

Explanation

DNS resolves host names to records such as IP addresses and service locations.

Topic 1 Β· Question 125

There have been concerns in your network that the wireless network component is not sufficiently secure. You perform a vulnerability scan of the wireless network and find that it is using an old encryption protocol that was designed to mimic wired encryption. What encryption protocol is being used?

  • ARADIUS
  • BWPA
  • CWEP (correct answer)
  • DWPA3
Reveal answer & explanation
Correct answer: C

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

Topic 1 Β· Question 126

You are a cybersecurity specialist at CloudTech Inc., a company providing cloud-based services. You are managing a project for a client who wants to migrate their sensitive data to a public cloud service. To comply with regulatory requirements, the client insists on maintaining full control over the encryption keys even when the data is at rest on the cloud. Which of the following practices should you implement to meet this requirement?

  • AEncrypt data client-side before uploading to the cloud and retain control of the encryption keys. (correct answer)
  • BUse the cloud service provider's encryption services but store keys on-premises.
  • CRely on Secure Sockets Layer (SSL) encryption for data at rest.
  • DUse the cloud service provider's default encryption and key management services.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Encrypt data client-side before uploading to the cloud and retain control of the encryption keys.

Explanation

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

Topic 1 Β· Question 127

In an advanced persistent threat scenario, an adversary follows a detailed set of procedures in the cyber kill chain. During one such instance, the adversary has successfully gained access to a corporate network and now attempts to obfuscate malicious traffic within legitimate network traffic. Which of the following actions would most likely be part of the adversary's current procedures?

  • AEmploying data staging techniques to collect and aggregate sensitive data.
  • BInitiating DNS tunneling to communicate with the command-and-control server. (correct answer)
  • CEstablishing a command-and-control server to communicate with compromised systems.
  • DConducting internal reconnaissance using PowerShell scripts.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Initiating DNS tunneling to communicate with the command-and-control server.

Explanation

DNS resolves host names to records such as IP addresses and service locations.

Topic 1 Β· Question 128

As a part of an ethical hacking exercise, an attacker is probing a target network that is suspected to employ various honeypot systems for security. The attacker needs to detect and bypass these honeypots without alerting the target. The attacker decides to utilize a suite of techniques. Which of the following techniques would NOT assist in detecting a honeypot?

  • AImplementing a brute force attack to verify system vulnerability (correct answer)
  • BProbing system services and observing the three-way handshake
  • CUsing honeypot detection tools like Send-Safe Honeypot Hunter
  • DAnalyzing the MAC address to detect instances running on VMware
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Implementing a brute force attack to verify system vulnerability This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 129

A skilled ethical hacker was assigned to perform a thorough OS discovery on a potential target. They decided to adopt an advanced fingerprinting technique and sent a TCP packet to an open TCP port with specific flags enabled. Upon receiving the reply, they noticed the flags were SYN and ECN-Echo. Which test did the ethical hacker conduct and why was this specific approach adopted?

  • ATest 3: The test was executed to observe the response of the target system when a packet with URC, PSH, SYN, and FIN flags was sent, thereby identifying the OS
  • BTest 2: This test was chosen because a TCP packet with no flags enabled is known as a NULL packet and this would allow the hacker to assess the OS of the target
  • CTest 1: The test was conducted because SYN and ECN-Echo flags enabled to allow the hacker to probe the nature of the response and subsequently determine the OS fingerprint (correct answer)
  • DTest 6: The hacker selected this test because a TCP packet with the ACK flag enabled sent to a closed TCP port would yield more information about the OS
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Test 1: The test was conducted because SYN and ECN-Echo flags enabled to allow the hacker to probe the nature of the response and subsequently determine the OS fingerprint

Explanation

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

Topic 1 Β· Question 130

In an intricate web application architecture using an Oracle database, you, as a security analyst, have identified a potential SQL Injection attack surface. The database consists of 'x' tables, each with 'y' columns. Each table contains 'z' records. An attacker, well-versed in SQLi techniques, crafts 'u' SQL payloads, each attempting to extract maximum data from the database. The payloads include 'UNION SELECT' statements and 'DBMS_XSLPROCESSOR.READ2CLOB' to read sensitive files. The attacker aims to maximize the total data extracted 'E=xyz*u'. Assuming 'x=4', 'y=2', and varying 'z' and 'u', which situation is likely to result in the highest extracted data volume?

  • Az=600, u=2: The attacker devises 2 SQL payloads, each aimed at tables holding 600 records, affecting all columns across all tables.
  • Bz=550, u=2: Here, the attacker formulates 2 SQL payloads and directs them towards tables containing 550 records, impacting all columns and tables.
  • Cz=500, u=3: The attacker creates 3 SQL payloads and targets tables with 500 records each, exploiting all columns and tables.
  • Dz=400, u=4: The attacker constructs 4 SQL payloads, each focusing on tables with 400 records, influencing all columns of all tables. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: z=400, u=4: The attacker constructs 4 SQL payloads, each focusing on tables with 400 records, influencing all columns of all tables. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 131

A large enterprise has been experiencing sporadic system crashes and instability, resulting in limited access to its web services. The security team suspects it could be a result of a Denial of Service (DoS) attack. A significant increase in traffic was noticed in the network logs, with patterns suggesting packet sizes exceeding the prescribed size limit. Which among the following DoS attack techniques best describes this scenario?

  • ASmurf attack
  • BUDP flood attack
  • CPulse wave attack
  • DPing of Death attack (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Ping of Death attack This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 132

Your company has been receiving regular alerts from its IDS about potential intrusions. On further investigation, you notice that these alerts have been false positives triggered by certain goodware files. In response, you are planning to enhance the IDS with YARA rules, reducing these false positives while improving the detection of real threats. Based on the scenario and the principles of YARA and IDS, which of the following strategies would best serve your purpose?

  • AWriting YARA rules specifically to identify the goodware files triggering false positives (correct answer)
  • BImplementing YARA rules that focus solely on known malware signatures
  • CCreating YARA rules to examine only the private database for intrusions
  • DIncorporating YARA rules to detect patterns in all files regardless of their nature
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Writing YARA rules specifically to identify the goodware files triggering false positives

Topic 1 Β· Question 133

Jake, a network security specialist, is trying to prevent network-level session hijacking attacks in his company. While studying different types of such attacks, he learns about a technique where an attacker inserts their machine into the communication between a client and a server, making it seem like the packets are flowing through the original path. This technique is primarily used to reroute the packets. Which of the following types of network-level session hijacking attacks is Jake studying?

  • ATCP/IP Hijacking
  • BRST Hijacking
  • CUDP Hijacking
  • DMan-in-the-middle Attack Using Forged ICMP and ARP Spoofing (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Man-in-the-middle Attack Using Forged ICMP and ARP Spoofing

Explanation

ARP spoofing sends forged ARP mappings to redirect local-network traffic through an attacker-controlled system. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 134

Given the complexities of an organization’s network infrastructure, a threat actor has exploited an unidentified vulnerability, leading to a major data breach. As a Certified Ethical Hacker (CEH). you are tasked with enhancing the organization's security stance. To ensure a comprehensive security defense, you recommend a certain security strategy. Which of the following best represents the strategy you would likely suggest and why?

  • ADevelop an in-depth Risk Management process, involving identification, assessment, treatment, tracking, and review of risks to control the potential effects on the organization.
  • BEstablish a Defense-in-Depth strategy, incorporating multiple layers of security measures to increase the complexity and decrease the likelihood of a successful attack. (correct answer)
  • CImplement an Information Assurance (IA) policy focusing on ensuring the integrity, availability, confidentiality, and authenticity of information systems.
  • DAdopt a Continual/Adaptive Security Strategy involving ongoing prediction, prevention, detection, and response actions to ensure comprehensive computer network defense.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Establish a Defense-in-Depth strategy, incorporating multiple layers of security measures to increase the complexity and decrease the likelihood of a successful attack.

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 135

As a cybersecurity professional, you are responsible for securing a high-traffic web application that uses MySQL as its backend database. Recently, there has been a surge of unauthorized login attempts, and you suspect that a seasoned black-hat hacker is behind them. This hacker has shown proficiency in SQL Injection and appears to be using the 'UNION' SQL keyword to trick the login process into returning additional data. However, your application’s security measures include filtering special characters in user inputs, a method usually effective against such attacks. In this challenging environment, if the hacker still intends to exploit this SQL Injection vulnerability, which strategy is he most likely to employ?

  • AThe hacker tries to manipulate the 'UNION' keyword in such a way that it triggers a database error, potentially revealing valuable information about the database's structure.
  • BThe hacker switches tactics and resorts to a 'time-based blind' SQL Injection attack, which would force the application to delay its response, thereby revealing information based on the duration of the delay.
  • CThe hacker attempts to bypass the special character filter by encoding his malicious input, which could potentially enable him to successfully inject damaging SQL queries. (correct answer)
  • DThe hacker alters his approach and injects a DROP TABLE' statement, a move that could potentially lead to the loss of vital data stored in the application's database.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The hacker attempts to bypass the special character filter by encoding his malicious input, which could potentially enable him to successfully inject damaging SQL queries. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 136

You're the security manager for a tech company that uses a database to store sensitive customer data. You have implemented countermeasures against SQL injection attacks. Recently, you noticed some suspicious activities and suspect an attacker is using SQL injection techniques. The attacker is believed to use different forms of payloads in his SQL queries. In the case of a successful SQL injection attack, which of the following payloads would have the most significant impact?

  • AUNION SELECT NULL, NULL, NULL -- : This payload manipulates the UNION SQL operator, enabling the attacker to retrieve data from different database tables
  • B' OR username LIKE '%': This payload uses the LIKE operator to search for a specific pattern in a column
  • C' OR '1'='l: This payload manipulates the WHERE clause of an SQL statement, allowing the attacker to view unauthorized data
  • D' OR 'a'='a; DROP TABLE members; --: This payload combines the manipulation of the WHERE clause with a destructive action, causing data loss (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: ' OR 'a'='a; DROP TABLE members; --: This payload combines the manipulation of the WHERE clause with a destructive action, causing data loss This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 137

A malicious user has acquired a Ticket Granting Service from the domain controller using a valid user's Ticket Granting Ticket in a Kerberoasting attack. He exhorted the TGS tickets from memory for offline cracking. But the attacker was stopped before he could complete his attack. The system administrator needs to investigate and remediate the potential breach. What should be the immediate step the system administrator takes?

  • APerform a system reboot to clear the memory
  • BDelete the compromised user's account
  • CChange the NTLM password hash used to encrypt the ST (correct answer)
  • DInvalidate the TGS the attacker acquired
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Change the NTLM password hash used to encrypt the ST

Topic 1 Β· Question 138

You are a cybersecurity consultant for a healthcare organization that utilizes Internet of Medical Things (IoMT) devices, such as connected insulin pumps and heart rate monitors, to provide improved patientcare. Recently, the organization has been targeted by ransomware attacks. While the IT infrastructure was unaffected due to robust security measures, they are worried that the IoMT devices could be potential entry points for future attacks. What would be your main recommendation to protect these devices from such threats?

  • ADisable all wireless connectivity on IoMT devices.
  • BRegularly change the IP addresses of all IoMT devices.
  • CUse network segmentation to isolate IoMT devices from the main network. (correct answer)
  • DImplement multi-factor authentication for all IoMT devices.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Use network segmentation to isolate IoMT devices from the main network. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 139

You are a cybersecurity consultant for a global organization. The organization has adopted a Bring Your Own Device (BYOD)policy, but they have recently experienced a phishing incident where an employee's device was compromised. In the investigation, you discovered that the phishing attack occurred through a third-party email app that the employee had installed. Given the need to balance security and user autonomy under the BYOD policy, how should the organization mitigate the risk of such incidents? Moreover, consider a measure that would prevent similar attacks without overly restricting the use of personal devices.

  • AProvide employees with corporate-owned devices for work-related tasks.
  • BRequire all employee devices to use a company-provided VPN for internet access.
  • CImplement a mobile device management solution that restricts the installation of non-approved applications.
  • DConduct regular cybersecurity awareness training, focusing on phishing attacks. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Conduct regular cybersecurity awareness training, focusing on phishing attacks.

Explanation

Phishing uses deceptive communication to obtain credentials, money, or execution of malicious content. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 140

XYZ company recently discovered a potential vulnerability on their network, originating from misconfigurations. It was found that some of their host servers had enabled debugging functions and unknown users were granted administrative permissions. As a Certified Ethical Hacker, what would be the most potent risk associated with this misconfiguration?

  • AAn attacker may be able to inject a malicious DLL into the current running process
  • BWeak encryption might be allowing man-in-the-middle attacks, leading to data tampering
  • CUnauthorized users may perform privilege escalation using unnecessarily created accounts (correct answer)
  • DAn attacker may carry out a Denial-of-Service assault draining the resources of the server in the process
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Unauthorized users may perform privilege escalation using unnecessarily created accounts

Explanation

Privilege escalation exploits a weakness or misconfiguration to gain permissions beyond those originally granted.

Showing questions 121–140 of 308 Β· Page 7 of 16