ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 338 - SY0-701 discussion

Report
Export

While investigating a possible incident, a security analyst discovers the following log entries:

67.118.34.157 ----- [28/Jul/2022:10:26:59 -0300] 'GET /query.php?q-wireless%20headphones / HTTP/1.0' 200 12737

132.18.222.103 ----[28/Jul/2022:10:27:10 -0300] 'GET /query.php?q=123 INSERT INTO users VALUES('temp', 'pass123')# / HTTP/1.0' 200 935

12.45.101.121 ----- [28/Jul/2022:10:27:22 -0300] 'GET /query.php?q=mp3%20players I HTTP/1.0' 200 14650

Which of the following should the analyst do first?

A.

Implement a WAF

Answers
A.

Implement a WAF

B.

Disable the query .php script

Answers
B.

Disable the query .php script

C.

Block brute-force attempts on temporary users

Answers
C.

Block brute-force attempts on temporary users

D.

Check the users table for new accounts

Answers
D.

Check the users table for new accounts

Suggested answer: D

Explanation:

The logs show an SQL injection attack. The first step is to verify if new accounts have been created, indicating a successful injection.

asked 18/10/2024
Dario Esposito
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first