nerdexam
Splunk

SPLK-5001 · Question #70

An analyst is examining the logs for a web application's login form. They see thousands of failed logon attempts using various usernames and passwords. Internet research indicates that these…

The correct answer is D. Credential stuffing. Credential stuffing (D) is correct because the attacker is using pre-compiled lists of real username/password pairs harvested from previous breaches - not guessing randomly, but replaying known credentials against a new target, betting that users reuse passwords across sites. A…

Threat Detection and Alerting

Question

An analyst is examining the logs for a web application's login form. They see thousands of failed logon attempts using various usernames and passwords. Internet research indicates that these credentials may have been compiled by combining account information from several recent data breaches. Which type of attack would this be an example of?

Options

  • ACredential sniffing
  • BPassword cracking
  • CPassword spraying
  • DCredential stuffing

How the community answered

(25 responses)
  • A
    4% (1)
  • C
    8% (2)
  • D
    88% (22)

Explanation

Credential stuffing (D) is correct because the attacker is using pre-compiled lists of real username/password pairs harvested from previous breaches - not guessing randomly, but replaying known credentials against a new target, betting that users reuse passwords across sites.

  • A (Credential sniffing) is wrong - sniffing involves intercepting credentials in transit (e.g., capturing network traffic), not replaying a breach list.
  • B (Password cracking) is wrong - cracking involves computationally deriving passwords from hashes (brute force, dictionary, rainbow tables), not using already-known plaintext credentials.
  • C (Password spraying) is wrong - spraying uses one or a few common passwords tried against many accounts to avoid lockouts; the scenario shows varied passwords from breach data, not a small spray.

Memory tip: Think "stuffing" = stuffing a ballot box with pre-filled votes. The attacker already has real credentials and just stuffs them into the login form to see which ones still work.

Topics

#credential stuffing#authentication attacks#brute force#data breach

Community Discussion

No community discussion yet for this question.

Full SPLK-5001 Practice