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

AP Cybersecurity: 5.6B - CFUs

star
star
star
star
star
Last updated about 2 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 login request is recorded as:
username=admin' OR 1=1 -- &password=anything
What type of attack does this most likely indicate?

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

A log entry shows the following user input:
<script>alert('Hello')</script>
What type of attack does this most likely indicate?

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

A system log shows:
Request URL length: 5,200 characters
What is the most likely concern?

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

A user submits the following input:
name=John OR age=25
How should this input be classified?

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

A log entry shows:
username='admin' -- &password=test
Why is this suspicious?

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

A web application log contains the input:
SELECT * FROM users WHERE username='admin'
What type of attack does this most likely indicate?

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

A comment is posted on a website:
<b>Welcome!</b>
How should this input be classified?

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

A system log shows a cookie size of 9,500 characters. What does this most likely indicate?

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

A login attempt includes:
username=admin&password=12345
What is the most accurate classification?

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

Which of the following is the strongest indicator of a SQL Injection attack?

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

Which of the following is the clearest indicator of an XSS attack?

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

A log entry shows user input that includes the symbol “--”. Why is this suspicious?

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

A system shows multiple requests with extremely long query strings. What type of attack might this indicate?

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

A student claims that any use of the word “WHERE” means SQL Injection. Why is this incorrect?

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

A log shows:
<script>document.location='http://malicious.com'</script>
Why is this dangerous?

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

A system log shows normal-length inputs with no unusual characters, but includes the word “FROM” in a sentence. How should this be classified?

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

A request includes thousands of repeated characters in a single field. What is the most likely concern?

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

Which situation is most likely safe?

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

A log entry shows both a long URL and embedded SQL syntax. What is the best conclusion?

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

Why do analysts review log files for patterns like <script> tags or OR 1=1?