Twa kɔ nsɛm atitiriw so
Log in
Sign up for FREE
arrow_back
Laabri

AP Cybersecurity: 5.5B - CFUs

star
star
star
star
star
Last updated about 3 hours ago
20 Nsɛmmisa
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Asemmisa {{asɛmmisaAhyɛnsode}}
1.

A web application uses a Web Application Firewall (WAF). Where is the WAF located in relation to the application?

Asemmisa {{asɛmmisaAhyɛnsode}}
2.

A user submits the input <script>alert("hi")</script> in a comment box. What is the most likely outcome?

Asemmisa {{asɛmmisaAhyɛnsode}}
3.

A system receives hundreds of login requests from the same IP address in a few seconds. What is most likely happening?

Asemmisa {{asɛmmisaAhyɛnsode}}
4.

Which type of attack is a WAF specifically designed to detect and block?

Asemmisa {{asɛmmisaAhyɛnsode}}
5.

A user enters ' OR 1=1; into a login field. Why would a WAF likely block this input?

Asemmisa {{asɛmmisaAhyɛnsode}}
6.

What happens if a request looks completely normal to the WAF but contains hidden malicious intent?

Asemmisa {{asɛmmisaAhyɛnsode}}
7.

Which best describes the primary purpose of a WAF?

Asemmisa {{asɛmmisaAhyɛnsode}}
8.

A user submits an extremely long string that exceeds the expected input size. The WAF allows it. What happens next?

Asemmisa {{asɛmmisaAhyɛnsode}}
9.

What is a buffer in an application?

Asemmisa {{asɛmmisaAhyɛnsode}}
10.

Why are buffers created with a fixed size?

Asemmisa {{asɛmmisaAhyɛnsode}}
11.

What is the purpose of the extra memory segments placed before and after a buffer?

Asemmisa {{asɛmmisaAhyɛnsode}}
12.

A runtime check detects that the memory outside the buffer has been altered. What does the system do?

Asemmisa {{asɛmmisaAhyɛnsode}}
13.

Which situation would most likely trigger a runtime check failure?

Asemmisa {{asɛmmisaAhyɛnsode}}
14.

A developer wants to prevent attacks that involve sending too much data to an application. Which defense is most relevant?

Asemmisa {{asɛmmisaAhyɛnsode}}
15.

Which statement best explains how a WAF and runtime checks work together?

Asemmisa {{asɛmmisaAhyɛnsode}}
16.

A request passes through the WAF and causes the program to crash due to excessive input size. What does this show?

Asemmisa {{asɛmmisaAhyɛnsode}}
17.

Which of the following best describes a limitation of a WAF?

Asemmisa {{asɛmmisaAhyɛnsode}}
18.

A user enters normal text into a search bar, and the request passes through all layers without issue. What is the most likely reason?

Asemmisa {{asɛmmisaAhyɛnsode}}
19.

Why is it important to have both a WAF and runtime checks?

Asemmisa {{asɛmmisaAhyɛnsode}}
20.

A student claims that a WAF can stop buffer overflow attacks by detecting large inputs. Why is this incorrect?