nerdexam
GIAC

GSLC · Question #478

You work as a Network Administrator for Tech Perfect Inc. The company has a Windows Active Directory-based single domain single forest network. The company's network is connected to the Internet throu

The correct answer is A. Take the root CA offline after it issues certificates to its subordinate CAs.. Taking the root CA offline after issuing subordinate CA certificates is a PKI best practice that protects the trust anchor from network-based compromise.

Security Architecture & Engineering

Question

You work as a Network Administrator for Tech Perfect Inc. The company has a Windows Active Directory-based single domain single forest network. The company's network is connected to the Internet through a T1 line. The firewall is configured on the network for securing the internal network from the intruders on the Internet. The functional level of the forest is Windows Server 2008. You are designing a public key infrastructure (PKI) for the network. The network will use a root enterprise certificate authority (CA) and a subordinate CA. The root CA will be used to issue certificates to the subordinate CA, and the subordinate CA will be used to issue certificates to the clients. The management of the company wants to ensure that the security of high-level CAs is not compromised. Which of the following steps will you take to accomplish the task?

Options

  • ATake the root CA offline after it issues certificates to its subordinate CAs.
  • BTake the subordinate CA offline after it gets the certificates from the root CA.
  • CPlace all CA servers in a locked room.
  • DConfigure a firewall on the network.

How the community answered

(16 responses)
  • A
    75% (12)
  • B
    6% (1)
  • C
    6% (1)
  • D
    13% (2)

Why each option

Taking the root CA offline after issuing subordinate CA certificates is a PKI best practice that protects the trust anchor from network-based compromise.

ATake the root CA offline after it issues certificates to its subordinate CAs.Correct

The root CA is the ultimate trust anchor in a PKI hierarchy - once it has signed the subordinate CA certificates, it has no further operational need to remain online. Keeping it offline (air-gapped) eliminates its exposure to network-based attacks, and if a subordinate CA is ever compromised, the isolated root CA can still be used to revoke and reissue subordinate CA certificates without itself being at risk.

BTake the subordinate CA offline after it gets the certificates from the root CA.

Taking the subordinate CA offline defeats its operational purpose - it must remain online and accessible to issue, renew, and revoke certificates for clients on an ongoing basis.

CPlace all CA servers in a locked room.

Placing CA servers in a locked room is a physical security control that does not address network-based compromise, which is the primary attack vector for a high-level CA.

DConfigure a firewall on the network.

A firewall is already described as present on the network and provides perimeter defense, but it does not isolate the root CA from network-based attacks the way taking it offline does.

Concept tested: PKI root CA offline best practice for hierarchy security

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview

Topics

#PKI#root CA#subordinate CA#certificate authority

Community Discussion

No community discussion yet for this question.

Full GSLC Practice