nerdexam
Isaca

CISA · Question #145

In a public key cryptographic system, which of the following is the PRIMARY requirement to address the risk of man-in-the-middle attacks through spoofing?

The correct answer is D. Certificate authority (CA). In a public key cryptographic system, a Certificate Authority (CA) is the primary requirement to address man-in-the-middle attacks through spoofing by verifying the identity of public key owners.

Submitted by lucia.co· Apr 18, 2026Protection of Information Assets

Question

In a public key cryptographic system, which of the following is the PRIMARY requirement to address the risk of man-in-the-middle attacks through spoofing?

Options

  • AStrong encryption algorithms
  • BKerberos authentication
  • CRegistration authority
  • DCertificate authority (CA)

How the community answered

(58 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    3% (2)
  • D
    93% (54)

Why each option

In a public key cryptographic system, a Certificate Authority (CA) is the primary requirement to address man-in-the-middle attacks through spoofing by verifying the identity of public key owners.

AStrong encryption algorithms

Strong encryption algorithms protect the confidentiality of data but do not, by themselves, verify the identity of the communicating parties, which is crucial for preventing spoofing in MITM attacks.

BKerberos authentication

Kerberos is a strong symmetric-key authentication system primarily used within a trusted domain, not typically for verifying identities across public, untrusted networks in a public key infrastructure context.

CRegistration authority

A registration authority (RA) assists the CA by verifying identities, but the CA itself is the entity that issues and signs the certificates, providing the trust anchor necessary to prevent spoofing.

DCertificate authority (CA)Correct

A Certificate Authority (CA) is a trusted entity that issues digital certificates, binding a public key to an authenticated identity. This allows users to verify that a public key truly belongs to the claimed entity, thereby preventing an attacker from spoofing an identity and intercepting communications in a man-in-the-middle attack.

Concept tested: Certificate Authority for identity verification in PKI

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/adcs-what-is-a-ca

Topics

#Public Key Infrastructure (PKI)#Certificate Authority (CA)#Man-in-the-middle attack#Cryptography

Community Discussion

No community discussion yet for this question.

Full CISA Practice