nerdexam
CompTIA

SY0-501 · Question #456

A security administrator receives an alert from a third-party vendor that indicates a certificate that was installed in the browser has been hijacked at the root of a small public CA. The security…

The correct answer is B. CRL. To efficiently address a hijacked root certificate affecting numerous domain computers, the security administrator needs a mechanism to invalidate the compromised certificate.

Submitted by asante_acc· Mar 4, 2026Security operations

Question

A security administrator receives an alert from a third-party vendor that indicates a certificate that was installed in the browser has been hijacked at the root of a small public CA. The security administrator knows there are at least four different browsers in use on more than a thousand computers in the domain worldwide. Which of the following solutions would be BEST for the security administrator to implement to most efficiently assist with this issue?

Options

  • ASSL
  • BCRL
  • CPKI
  • DACL

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    77% (17)
  • C
    5% (1)
  • D
    5% (1)

Why each option

To efficiently address a hijacked root certificate affecting numerous domain computers, the security administrator needs a mechanism to invalidate the compromised certificate.

ASSL

SSL (Secure Sockets Layer), now largely superseded by TLS, is a protocol for encrypting communication and authenticating servers, not a solution for revoking compromised certificates.

BCRLCorrect

A Certificate Revocation List (CRL) is a list published by a Certificate Authority (CA) that contains certificates that have been revoked before their scheduled expiration. By having the public CA revoke the hijacked root certificate and publish it in a CRL, client browsers and operating systems can efficiently download and check this list to identify and cease trusting the compromised certificate across all domain machines.

CPKI

Public Key Infrastructure (PKI) is the entire system used to create, manage, distribute, use, store, and revoke digital certificates, but CRL is the specific component within PKI used for revocation, making it the more direct and specific solution for this issue.

DACL

An Access Control List (ACL) defines permissions and controls access to network resources or files, which is unrelated to the process of invalidating a compromised digital certificate.

Concept tested: Certificate revocation using Certificate Revocation Lists (CRLs)

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/adcs-cert-revocation-list-crl

Topics

#CRL#certificate revocation#PKI#CA

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice