Chapter 5 Flashcards
Combo: Quiz 5 plus Book End of Chapter Questions
Which attacks intercepts communication between a web browser and the underlying computer?
a. Man-in-the-middle (MITM)
b. Man-in-the-browser (MITB)
c. Replay
d. ARP poisoning
b. Man-in-the-browser (MITB)
Olivia was asked to protect the system from a DNS poisoning attack. What are the locations she would need to protect?
a. Web server buffer and host DNS server
b. Reply referrer and domain buffer
b. Web browser and browser add-on
d. Host table and external DNS server
d. Host table and external DNS server
Newton is concerned that attackers could be exploiting a vulnerability in software to gain access to resources that the user normally would be restricted from accessing. What type of attack is he worried about?
a. Privilege escalation
b. Session replay
c. Scaling exploit
d. Amplification
a. Privilege escalation
Which of the following adds new functionality to the web browser so that users can play music, view videos, or display special graphical images within the browser?
a. Extensions
b. Scripts
c. Plug-ins
d. Add-ons
c. Plug-ins
An attacker who manipulates the maximum size of an integer type would be performing what kind of attack?
a. integer overflow
b. buffer overflow
c. number overflow
d. heap overflow
a. integer overflow
What kind of attack is performed by an attacker who takes advantage of the inadvertent and unauthorized access built through three succeeding systems that all trust one another?
a. privilege escalation
b. cross-site attack
c. horizontal access attack
d. transverse attack
a. privilege escalation
Which statement is correct regarding why traditional network security devices cannot be used to block web application attacks?
a. The complex nature of TCP/IP allows for too many ping sweeps to be blocked.
b. Web application attacks use web browsers that cannot be controlled on a local computer.
c. Network security devices cannot prevent attacks from web resources.
d. Traditional network security devices ignore the content of HTTP traffic, which is the vehicle of web application attacks.
d. Traditional network security devices ignore the content of HTTP traffic, which is the vehicle of web application attacks.
What is the difference between a DoS and a DDoS attack?
a. DoS attacks are faster than DDoS attacks
b. DoS attacks use fewer computers than DDoS attacks
c. DoS attacks do not use DNS servers as DDoS attacks do
d. DoS attacks user more memory than a DDoS attack
b. DoS attacks use fewer computers than DDoS attacks
John was explaining about an attack that accepts user input without validating it and uses that input in a response. What type of attack was he describing?
a. SQL
b. XSS
c. XSRF
d. DDoS DNS
b. XSS
Which attack uses the user’s web browser settings to impersonate that user?
a. XDD
b. XSRF
c. Domain hijacking
d. Session hijacking
b. XSRF
What is the basis of an SQL injection attack?
a. to expose SQL code so that it can be examined
b. to have the SQL server attack client web browsers
c. to insert SQL statements through unfiltered user input
d. to link SQL servers into a botnet
c. to insert SQL statements through unfiltered user input
Which action cannot be performed through a successful SQL injection attack?
a. discover the names of different fields in a table
b. reformat the web application server’s hard drive
c. display a list of customer telephone numbers
d. erase a database table
b. reformat the web application server’s hard drive
Attackers who register domain names that are similar to legitimate domain names are performing _____.
a. Address resolution
b. HTTP manipulation
c. HTML squatting
d. URL hijacking
d. URL hijacking
What type of attack involves manipulating third-party ad networks?
a. Session advertising
b. Malvertising
c. Clickjacking
d. Directory traversal
b. Malvertising
Why are extensions, plug-ins, and add-ons considered to be security risks?
a. They are written in Java, which is a weak language.
b. They have introduced vulnerabilities in browsers.
c. They use bitcode.
d. They cannot be uninstalled.
b. They have introduced vulnerabilities in browsers.
What is a session token?
a. XML code used in an XML injection attack
b. a random string assigned by a web server
c. another name for a third-party cookie
d. a unique identifier that includes the user’s email address
b. a random string assigned by a web server
Which of these is not a DoS attack?
a. SYN flood
b. DNS amplification
c. smurf attack
d. push flood
d. push flood
What type of attack intercepts legitimate communication and forges a fictitious response to the sender?
a. SIDS
b. interceptor
c. MITM
d. SQL intrusion
c. MITM
A replay attack _____.
a. can be prevented by patching the web browser
b. is considered to be a type of DoS attack
c. makes a copy of the transmission for use at a later time
d. replays the attack over and over to flood the server
c. makes a copy of the transmission for use at a later time
DNS poisoning _____.
a. floods a DNS server with requests until it can no longer respond
b. is rarely found today due to the use of host tables
c. substitutes DNS addresses so that the computer is automatically redirected to another device
d. is the same as ARP poisoning
c. substitutes DNS addresses so that the computer is automatically redirected to another device
XSS is like a phishing attack but without needing to trick the user into visiting a malicious website.
(T/F)
True
What two locations can be a target for DNS poisoning? (Choose all that apply.)
a) local host table
b) local database table
c) external DNS server
d) directory server
a) local host table
c) external DNS server
How is a network-based MITM attack executed?
The threat agent intercepts information being sent from victim A to victim B and other information and sends the now altered information to victim B.
Which ty pe of attack broadcasts a network request to multiple computers but changes the address from which the request came to the victim’s computer?
a) DNS Poisoning
b) smurf attack
c) denial of service
d) IP spoofing
b) smurf attack