Which Attack Uses the Same Password Across Multiple Accounts?
A security analyst is reviewing the following logs: Which of the following attacks is most likely occurring? - 
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
The exam tests your ability to distinguish password spraying from brute-force: one common password against many accounts is spraying, while many passwords against one account is brute-force.
Learn how to identify password spraying from security logs. The community unanimously agrees that repeated attempts with the same password across multiple accounts indicate password spraying, not brute-force.
Choosing brute-force is the most common mistake, because it is a broad category; however, it involves multiple passwords per user, not the same password across many usernames.
Community Discussion (9 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
The log excerpt shows the string "Spring2023" being attempted on administrator, jsmith, guest, cpolk, and fmartin. Comment [3] notes that repeating the same password across multiple accounts strongly suggests password spraying. Comment [1] explains that password spraying systematically tries a small number of common passwords against a large number of accounts. This technique also avoids account lockouts, as noted by comment [5], because no single account receives many failed attempts.
Why the Other Options Are Wrong
- Brute-force (D) would involve many different passwords against a single account, not one password against many accounts. Comment [4] acknowledges that password spraying is a type of brute-force, but the specific pattern points to spraying.
- Pass-the-hash (C) is a credential theft technique that reuses a captured password hash, not a password guess.
- Account forgery (B) involves creating or impersonating accounts, which is not supported by the logs.
Community Comment Notes
The voting shows 100% agreement on A. Comment [5] highlights that using the same password on many accounts is a classic indication of spraying. Comment [2] simplifies the definition: using a single password to break into multiple target accounts. Comment [6] reinforces the observation: "Spring2023 was sprayed to different accounts." No authoritative comment argued for another answer.
Official Reference
Exam Strategy
Always classify the attack by the relationship between accounts and passwords. If you see one password tried on many accounts, pick password spraying; if many passwords on one account, pick brute-force. Use this distinction to eliminate wrong options quickly.
Related Analysis
Practice All SY0-701 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SY0-701 Practice Test →