An organization is updating its enterprise security standards for administrative access and infrastructure security. Match each security control or PKI concept on the left to its corresponding operational function on the right.
- Account Lockout ThresholdDefines the maximum allowed consecutive failed login attempts before an account is temporarily disabled to mitigate brute-force attacks.
- Possession FactorVerifies identity using a physical or digital item held by the user, such as a hardware token generator or a smartphone TOTP application.
- Certificate Signing Request (CSR)Contains an entity's public key and identity information, submitted to a Certificate Authority (CA) to request a signed digital certificate.
- Certificate Revocation List (CRL)Provides a periodically published, signed list containing the serial numbers of digital certificates that are no longer valid.
Cevap
Account Lockout Threshold matches the control defining maximum failed attempts before disabling an account. Possession Factor matches identity verification using a physical or digital token. Certificate Signing Request (CSR) matches submitting a public key and identity info to a CA. Certificate Revocation List (CRL) matches the periodically published list of revoked certificate serial numbers.
The correct pairings accurately map security terms to their standard definitions. Account Lockout Threshold controls brute-force password attacks by disabling accounts after failed attempts. Possession Factor represents 'something you have' such as a TOTP token app. CSR represents the enrollment request payload sent to a CA containing the public key. CRL represents the list of invalidated certificate serial numbers published by a CA.
Adım Adım Çözüm
Anahtar Kavram
Password Security Policies, Multi-Factor Authentication (MFA) Factors, and Public Key Infrastructure (PKI) Certificate Components