🔍

312-50v13 — questions

Page 3 of 16 · 308 total questions.

Topic 1 · Question 41

John wants to send Marie an email that includes sensitive information, and he does not trust the network that he is connected to. Marie gives him the idea of using PGP. What should John do to communicate correctly using this type of encryption?

  • AUse his own private key to encrypt the message.
  • BUse his own public key to encrypt the message.
  • CUse Marie’s private key to encrypt the message.
  • DUse Marie’s public key to encrypt the message. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Use Marie’s public key to encrypt the message. This option keeps traffic private / properly secured as required.

Topic 1 · Question 42

In the Common Vulnerability Scoring System (CVSS) v3.1 severity ratings, what range does medium vulnerability fall in?

  • A4.0-6.0
  • B3.9-6.9
  • C3.0-6.9
  • D4.0-6.9 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: 4.0-6.9

Topic 1 · Question 43

Bill is a network administrator. He wants to eliminate unencrypted traffic inside his company’s network. He decides to setup a SPAN port and capture all traffic to the datacenter. He immediately discovers unencrypted traffic in port UDP 161. What protocol is this port using and how can he secure that traffic?

  • ARPC and the best practice is to disable RPC completely.
  • BSNMP and he should change it to SNMP V3. (correct answer)
  • CSNMP and he should change it to SNMP V2, which is encrypted.
  • DIt is not necessary to perform any actions, as SNMP is not carrying important information.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: SNMP and he should change it to SNMP V3. This option keeps traffic private / properly secured as required.

Topic 1 · Question 44

Consider the following Nmap output: What command-line parameter could you use to determine the type and version number of the web server?

Exhibit 1 for question 44
  • A-sV (correct answer)
  • B-sS
  • C-Pn
  • D-V
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: -sV

Topic 1 · Question 45

Bob was recently hired by a medical company after it experienced a major cyber security breach. Many patients are complaining that their personal medical records are fully exposed on the Internet and someone can find them with a simple Google search. Bob’s boss is very worried because of regulations that protect those data. Which of the following regulations is mostly violated?

  • APCI DSS
  • BPII
  • CISO 2002
  • DHIPPA/PHI (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: HIPPA/PHI This option keeps traffic private / properly secured as required.

Topic 1 · Question 46

Infecting a system with malware and using phishing to gain credentials to a system or web application are examples of which phase of the ethical hacking methodology?

  • AScanning
  • BGaining access (correct answer)
  • CMaintaining access
  • DReconnaissance
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Gaining access

Topic 1 · Question 47

Larry, a security professional in an organization, has noticed some abnormalities in the user accounts on a web server. To thwart evolving attacks, he decided to harden the security of the web server by adopting a few countermeasures to secure the accounts on the web server. Which of the following countermeasures must Larry implement to secure the user accounts on the web server?

  • ARetain all unused modules and application extensions.
  • BLimit the administrator or root-level access to the minimum number of users. (correct answer)
  • CEnable all non-interactive accounts that should exist but do not require interactive login.
  • DEnable unused default user accounts created during the installation of an OS.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Limit the administrator or root-level access to the minimum number of users. This option keeps traffic private / properly secured as required.

Topic 1 · Question 48

There are multiple cloud deployment options depending on how isolated a customer’s resources are from those of other customers. Shared environments share the costs and allow each customer to enjoy lower operations expenses. One solution is for a customer to join with a group of users or organizations to share a cloud environment. What is this cloud deployment option called?

  • APrivate
  • BCommunity (correct answer)
  • CPublic
  • DHybrid
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Community

Topic 1 · Question 49

Allen, a professional pen tester, was hired by XpertTech Solutions to perform an attack simulation on the organization’s network resources. To perform the attack, he took advantage of the NetBIOS API and targeted the NetBIOS service. By enumerating NetBIOS, he found that port 139 was open and could see the resources that could be accessed or viewed on a remote system. He came across many NetBIOS codes during enumeration. Identify the NetBIOS code used for obtaining the messenger service running for the logged-in user?

  • A
  • B
  • C (correct answer)
  • D
Reveal answer & explanation
Correct answer: C

The correct answer is C.

Topic 1 · Question 50

Don, a student, came across a gaming app in a third-party app store and installed it. Subsequently, all the legitimate apps in his smartphone were replaced by deceptive applications that appeared legitimate. He also received many advertisements on his smartphone after installing the app. What is the attack performed on Don in the above scenario?

  • ASIM card attack
  • BClickjacking
  • CSMS phishing attack
  • DAgent Smith attack (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Agent Smith attack

Topic 1 · Question 51

Samuel, a security administrator, is assessing the configuration of a web server. He noticed that the server permits SSLv2 connections, and the same private key certificate is used on a different server that allows SSLv2 connections. This vulnerability makes the web server vulnerable to attacks as the SSLv2 server can leak key information. Which of the following attacks can be performed by exploiting the above vulnerability?

  • APadding oracle attack
  • BDROWN attack (correct answer)
  • CDUHK attack
  • DSide-channel attack
Reveal answer & explanation
Correct answer: B

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

Topic 1 · Question 52

Clark, a professional hacker, was hired by an organization to gather sensitive information about its competitors surreptitiously. Clark gathers the server IP address of the target organization using Whois footprinting. Further, he entered the server IP address as an input to an online tool to retrieve information such as the network range of the target organization and to identify the network topology and operating system used in the network. What is the online tool employed by Clark in the above scenario?

  • ADuckDuckGo
  • BAOL
  • CARIN (correct answer)
  • DBaidu
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: ARIN

Topic 1 · Question 53

You are a penetration tester and are about to perform a scan on a specific server. The agreement that you signed with the client contains the following specific condition for the scan: “The attacker must scan every port on the server several times using a set of spoofed source IP addresses.” Suppose that you are using Nmap to perform this scan. What flag will you use to satisfy this requirement?

  • AThe -g flag
  • BThe -A flag
  • CThe -f flag
  • DThe -D flag (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: The -D flag

Topic 1 · Question 54

Jude, a pen tester, examined a network from a hacker’s perspective to identify exploits and vulnerabilities accessible to the outside world by using devices such as firewalls, routers, and servers. In this process, he also estimated the threat of network security attacks and determined the level of security of the corporate network. What is the type of vulnerability assessment that Jude performed on the organization?

  • AApplication assessment
  • BExternal assessment (correct answer)
  • CPassive assessment
  • DHost-based assessment
Reveal answer & explanation
Correct answer: B

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

Topic 1 · Question 55

Widespread fraud at Enron, WorldCom, and Tyco led to the creation of a law that was designed to improve the accuracy and accountability of corporate disclosures. It covers accounting firms and third parties that provide financial services to some organizations and came into effect in 2002. This law is known by what acronym?

  • ASOX (correct answer)
  • BFedRAMP
  • CHIPAA
  • DPCI DSS
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: SOX

Topic 1 · Question 56

Abel, a security professional, conducts penetration testing in his client organization to check for any security loopholes. He launched an attack on the DHCP servers by broadcasting forged DHCP requests and leased all the DHCP addresses available in the DHCP scope until the server could not issue any more IP addresses. This led to a DoS attack, and as a result, legitimate employees were unable to access the client’s network. Which of the following attacks did Abel perform in the above scenario?

  • ARogue DHCP server attack
  • BVLAN hopping
  • CSTP attack
  • DDHCP starvation (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: DHCP starvation

Explanation

DHCP automatically leases IP configuration such as addresses, gateways, and DNS servers to clients. This option keeps traffic private / properly secured as required.

Topic 1 · Question 57

This form of encryption algorithm is a symmetric key block cipher that is characterized by a 128-bit block size, and its key size can be up to 256 bits. Which among the following is this encryption algorithm?

  • AHMAC encryption algorithm
  • BTwofish encryption algorithm (correct answer)
  • CIDEA
  • DBlowfish encryption algorithm
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Twofish encryption algorithm

Explanation

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

Topic 1 · Question 58

Jude, a pen tester working in Keiltech Ltd., performs sophisticated security testing on his company's network infrastructure to identify security loopholes. In this process, he started to circumvent the network protection tools and firewalls used in the company. He employed a technique that can create forged TCP sessions by carrying out multiple SYN, ACK, and RST or FIN packets. Further, this process allowed Jude to execute DDoS attacks that can exhaust the network resources. What is the attack technique used by Jude for finding loopholes in the above scenario?

  • ASpoofed session flood attack (correct answer)
  • BUDP flood attack
  • CPeer-to-peer attack
  • DPing-of-death attack
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Spoofed session flood attack This option keeps traffic private / properly secured as required.

Topic 1 · Question 59

Jim, a professional hacker, targeted an organization that is operating critical industrial infrastructure. Jim used Nmap to scan open ports and running services on systems connected to the organization’s OT network. He used an Nmap command to identify Ethernet/IP devices connected to the Internet and further gathered information such as the vendor name, product code and name, device name, and IP address. Which of the following Nmap commands helped Jim retrieve the required information?

  • Anmap -Pn -sT --scan-delay 1s --max-parallelism 1 -p
  • Bnmap -Pn -sU -p 44818 --script enip-info (correct answer)
  • Cnmap -Pn -sT -p 46824
  • Dnmap -Pn -sT -p 102 --script s7-info
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: nmap -Pn -sU -p 44818 --script enip-info

Explanation

Nmap performs network discovery, port scanning, service/version detection, and operating-system fingerprinting.

Topic 1 · Question 60

While testing a web application in development, you notice that the web server does not properly ignore the “dot dot slash” (../) character string and instead returns the file listing of a folder higher up in the folder structure of the server. What kind of attack is possible in this scenario?

  • ACross-site scripting
  • BSQL injection
  • CDenial of service
  • DDirectory traversal (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Directory traversal

Showing questions 4160 of 308 · Page 3 of 16