mediummultiple choiceObjective-mapped

A security analyst is reviewing authentication logs from a corporate web application. The logs show that over a span of two hours, a single external IP address attempted to log in with 500 different usernames, each using the same password 'Spring2024!'. Only a few of these attempts succeeded. Which type of attack is most likely being observed?

Question 1mediummultiple choice
Full question →

A security analyst is reviewing authentication logs from a corporate web application. The logs show that over a span of two hours, a single external IP address attempted to log in with 500 different usernames, each using the same password 'Spring2024!'. Only a few of these attempts succeeded. Which type of attack is most likely being observed?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Brute force attack

A brute force attack typically targets a single username with many password attempts. The logs show many usernames with one password, not one username with many passwords.

B

Best answer

Password spraying attack

Correct. Password spraying involves trying a small number of common passwords against many accounts to avoid detection and lockout. The single password used across numerous usernames is the hallmark of this attack.

C

Distractor review

Credential stuffing attack

Credential stuffing uses known username and password pairs from previous breaches. The logs show the same password for different usernames, not unique compromised credentials.

D

Distractor review

Dictionary attack

A dictionary attack is a type of brute force that tries multiple passwords from a wordlist against a single username. This scenario uses one password against many usernames, ruling out a dictionary attack.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Password spraying attack — This scenario describes a password spraying attack, where an attacker tries a commonly used password against many accounts to avoid account lockout policies. The key indicator is the use of one password across many usernames. A brute force attack would attempt many passwords against a single username. Credential stuffing uses previously compromised username/password pairs. A dictionary attack is a form of brute force that uses a list of likely passwords against a single target account.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.