Chapter 5 Flashcards

Combo: Quiz 5 plus Book End of Chapter Questions

1
Q

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

A

b. Man-in-the-browser (MITB)

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

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

A

d. Host table and external DNS server

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

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

a. Privilege escalation

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

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

A

c. Plug-ins

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

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

a. integer overflow

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

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

a. privilege escalation

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

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.

A

d. Traditional network security devices ignore the content of HTTP traffic, which is the vehicle of web application attacks.

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

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

A

b. DoS attacks use fewer computers than DDoS attacks

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

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

A

b. XSS

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

Which attack uses the user’s web browser settings to impersonate that user?

a. XDD
b. XSRF
c. Domain hijacking
d. Session hijacking

A

b. XSRF

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

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

A

c. to insert SQL statements through unfiltered user input

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

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

A

b. reformat the web application server’s hard drive

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

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

A

d. URL hijacking

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

What type of attack involves manipulating third-party ad networks?

a. Session advertising
b. Malvertising
c. Clickjacking
d. Directory traversal

A

b. Malvertising

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

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.

A

b. They have introduced vulnerabilities in browsers.

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

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

b. a random string assigned by a web server

17
Q

Which of these is not a DoS attack?

a. SYN flood
b. DNS amplification
c. smurf attack
d. push flood

A

d. push flood

18
Q

What type of attack intercepts legitimate communication and forges a fictitious response to the sender?

a. SIDS
b. interceptor
c. MITM
d. SQL intrusion

A

c. MITM

19
Q

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

A

c. makes a copy of the transmission for use at a later time

20
Q

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

A

c. substitutes DNS addresses so that the computer is automatically redirected to another device

21
Q

XSS is like a phishing attack but without needing to trick the user into visiting a malicious website.

(T/F)

A

True

22
Q

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

a) local host table
c) external DNS server

23
Q

How is a network-based MITM attack executed?

A

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.

24
Q

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

A

b) smurf attack

25
Q

When an attacker promotes themselves as reputable third-party advertisers to distribute their malware through the Web ads, what type attack is being performed?

a) malvertising
b) clickjacking
c) ad squatting
d) ad spoofing

A

a) malvertising

26
Q

What criteria must be met for an XXS attack to occur on a specific website?

a) the website must accept user input without validating it and use that input in a respone
b) the website must accept user input while validating it and omit that input in a response
c) the website must accept user input while validating it and use that input in a response
d) the website must not accept user input without validating it and use that input in a response

A

a) the website must accept user input without validating it and use that input in a respone

27
Q

What attack occurs when a domain pointer that links a domain name to a specific web server is changed by a threat actor?

a) clickjacking
b) domain hijacking
c) DNS spoofing
d) pointer hack

A

b) domain hijacking

28
Q

The return address is the only element that can be altered in a buffer overflow attack.

(T/F)

A

False