Security+ Chapter 3 Review Questions

5 September 2022
4.7 (114 reviews)
20 test answers

Unlock all answers in this set

Unlock answers (16)
question
Which of these is NOT a reason why securing server-side web applications is difficult?
answer
a. Although traditional network security devices can block traditional network attacks, they cannot always block web application attacks. *b. The processors on clients are smaller than on web servers, and thus, they are easier to defend.* c. Many web application attacks exploit previously unknown vulnerabilities. d. By design, dynamic server-side web applications accept user input that can contain malicious code.
question
Which of these is not an HTTP header attack?
answer
a. Accept-Language b. Referer c. Response splitting *d. Content-length*
question
What is another name for a locally shared object?
answer
*a. Flash cookie* b. session cookie c. RAM cookie d. secure cookie
question
Browser plug-ins __________.
answer
a. only function on web servers *b. can be embedded inside a webpage, but add-ons cannot* c. have additional functionality to the entire browser d. have been replaced by browser extensions.
question
An attacker who manipulates the maximum size of an integer type would be performing what kind of attack?
answer
a. buffer overflow b. real number c. heap size *d. integer overflow*
question
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?
answer
a. privilege rights b. heap spray *c. transitive* d. vertical escalation
question
Which statement is correct regarding why traditional network security devices cannot be used to block web application attacks?
answer
*a. Traditional network security devices ignore the content of HTTP traffic, which is the vehicle of web application attacks.* 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. The complex nature of TCP/IP allows for too many ping sweeps to be blocked.
question
What do attackers use buffer overflows to do?
answer
a. erase buffer overflow signature files b. corrupt the kernel so the computer cannot reboot *c. point to another area in data memory that contains the attacker's malware code* d. place a virus into the kernel
question
What is unique about a cross-site scripting (XSS) attack compared to other injection attacks?
answer
a. SQL code is used in an XSS attack. b. XSS requires the use of a browser. *c. XSS does not attack the web application server to steal or corrupt its information.* d. XSS attacks are rarely used anymore compared to other injection attacks.
question
What is a cookie that was not created by the website being viewed called?
answer
a. first-party cookie b. second-party cookie *c. third-party cookie* d. fourth-party cookie
question
What is the basis of an SQL injection attack?
answer
a. to have the SQL server attack client web browsers *b. to inject SQL statements through unfiltered user input* c. to expose SQL code so that it can be examined d. to link SQL servers into a botnet
question
Which action cannot be performed through a successful SQL injection attack?
answer
*a. reformat the web application server's hard drive* b. display a list of customer telephone numbers c. discover the names of different fields in a table d. erase a database table
question
Which markup language is designed to carry data?
answer
a. ICMP b. HTTP c. HTML *d. XML*
question
What type of attack involves an attacker accessing files in directories other than the root directory?
answer
a. SQL injection b. command injection c. XML injection *d. directory traversal*
question
Which type of attack modifies the fields that contain the different characteristics of the data that is being transmitted?
answer
a. XML manipulation b. HTML packet c. SQL injection *d. HTTP header*
question
What is a session token?
answer
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
question
Which of these is NOT a DoS attack?
answer
a. SYN flood b. ping flood c. smurf *d. push flood*
question
What type of attack intercepts legitimate communication, and forges a fictitious response to the sender?
answer
a. SIDS b. interceptor *c. man-in-the-middle* d. SQL intrusion
question
A replay attack __________.
answer
a. is considered to be a type of DoS attack *b. makes a copy of the transmission for use at a later time* c. can be prevented by patching the web browser d. replays the attack over and over to flood the server
question
DNS poisoning __________.
answer
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.