Security + Chapter 5 Review Questions
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
A random string assigned by a web server
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
DoS attacks use fewer computers than DDoS attacks
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 c. Web browser and browser add-on d. Host table and external DNS server
Host table and external DNS server
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
Integer overflow
What type of attack intercepts legitimate communication and forges a fictitious response to the sender? a. SIDS b. interceptor c. MITM d. SQL intrusion
MITM
What type of attack involves manipulating third-party ad networks? a. Session advertising b. Malvertising c. Clickjacking d. Directory traversal
Malvertising
Which attack intercepts communications 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
Man-in-the-browser (MITB)
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
Plug-ins
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
Privilege escalation
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
Privilege escalation
Which of these is not a DoS attack? a. SYN flood b. DNS amplification c. Smurf attack d. Push flood
Push flood
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
Reformat the web application server's hard drive
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.
They have introduced vulnerabilities in browsers.
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
To insert SQL statements through unfiltered user input
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.
Traditional network security devices ignore the content of HTTP traffic, which is the vehicle of web application attacks.
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
URL hijacking
Which attack uses the user's web browser settings to impersonate that user? a. XDD b. XSRF c. Domain hijacking d. Session hijacking
XSRF
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
XSS
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
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
substitutes DNS addresses so that the computer is automatically redirected to another device