nerdexam
GIAC

GSLC · Question #74

Which of the following are types of access control attacks? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is A. Brute force attack C. Dictionary attack D. Spoofing. Access control attacks attempt to bypass or defeat authentication and authorization mechanisms - brute force, dictionary attacks, and spoofing all target access controls, while mail bombing is a denial-of-service technique.

Security Architecture & Engineering

Question

Which of the following are types of access control attacks? Each correct answer represents a complete solution. Choose all that apply.

Options

  • ABrute force attack
  • BMail bombing
  • CDictionary attack
  • DSpoofing

How the community answered

(64 responses)
  • A
    91% (58)
  • B
    9% (6)

Why each option

Access control attacks attempt to bypass or defeat authentication and authorization mechanisms - brute force, dictionary attacks, and spoofing all target access controls, while mail bombing is a denial-of-service technique.

ABrute force attackCorrect

Brute force attacks systematically enumerate every possible credential combination to defeat an authentication system, directly targeting access control by exhausting the credential space.

BMail bombing

Mail bombing floods a target inbox with massive volumes of email to overwhelm a mail server, which is a denial-of-service attack against mail infrastructure rather than an attempt to bypass access control.

CDictionary attackCorrect

Dictionary attacks use precompiled wordlists of common passwords to guess credentials, targeting the authentication component of access control through a more efficient credential-guessing approach.

DSpoofingCorrect

Spoofing impersonates a trusted identity - such as an IP address, MAC address, or user account - to deceive access control systems into granting unauthorized access.

Concept tested: Identifying access control attack types

Source: https://owasp.org/www-community/attacks/Brute_force_attack

Topics

#access control attacks#brute force#dictionary attack#spoofing

Community Discussion

No community discussion yet for this question.

Full GSLC Practice