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…
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)- A3% (1)
- B90% (35)
- C5% (2)
- D3% (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
Community Discussion
No community discussion yet for this question.