nerdexam
CompTIA

DS0-001 · Question #49

An automated script is using common passwords to gain access to a remote system. Which of the following attacks is being performed?

The correct answer is B. Brute-force. Using a list of common passwords to systematically attempt logins against a remote system is a brute-force attack (B) - specifically a dictionary variant - because the attacker is cycling through candidate credentials until one succeeds. DoS (A) is wrong because that attack…

Data System Security

Question

An automated script is using common passwords to gain access to a remote system. Which of the following attacks is being performed?

Options

  • ADoS
  • BBrute-force
  • CSQL injection
  • DPhishing

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    90% (35)
  • C
    5% (2)
  • D
    3% (1)

Explanation

Using a list of common passwords to systematically attempt logins against a remote system is a brute-force attack (B) - specifically a dictionary variant - because the attacker is cycling through candidate credentials until one succeeds. DoS (A) is wrong because that attack floods a system to make it unavailable, not to gain access. SQL injection (C) exploits database query vulnerabilities in web inputs, not login credential guessing. Phishing (D) tricks users into voluntarily revealing credentials through deception, requiring human interaction.

Memory tip: Think "brute force = try until you break in" - it's the digital equivalent of trying every key on a keyring. If the attack automates guessing, it's brute-force.

Topics

#brute-force attacks#password attacks#authentication#unauthorized access

Community Discussion

No community discussion yet for this question.

Full DS0-001 Practice