nerdexam
CompTIA

CAS-002 · Question #629

The security administrator at a bank is receiving numerous reports that customers are unable to login to the bank website. Upon further investigation, the security administrator discovers that the…

The correct answer is C. Configuring and deploying TSIG. When a DNS name resolves to an unauthorized IP address, TSIG cryptographically authenticates DNS transactions to prevent unauthorized modification of zone records.

Technical Integration of Enterprise Components

Question

The security administrator at a bank is receiving numerous reports that customers are unable to login to the bank website. Upon further investigation, the security administrator discovers that the name associated with the bank website points to an unauthorized IP address. Which of the following solutions will MOST likely mitigate this type of attack?

Options

  • ASecurity awareness and user training
  • BRecursive DNS from the root servers
  • CConfiguring and deploying TSIG
  • DFirewalls and IDS technologies

How the community answered

(58 responses)
  • A
    5% (3)
  • B
    3% (2)
  • C
    81% (47)
  • D
    10% (6)

Why each option

When a DNS name resolves to an unauthorized IP address, TSIG cryptographically authenticates DNS transactions to prevent unauthorized modification of zone records.

ASecurity awareness and user training

Security awareness training addresses human behavior but has no technical effect on DNS record tampering performed by an external attacker against the DNS server.

BRecursive DNS from the root servers

Using recursive DNS from root servers improves name resolution accuracy but does not authenticate or protect the integrity of zone records against unauthorized modification.

CConfiguring and deploying TSIGCorrect

TSIG uses a shared secret key and HMAC cryptography to sign DNS messages between servers, ensuring only authorized DNS servers can update zone records. This directly prevents DNS cache poisoning and unauthorized zone transfers that would redirect a legitimate domain to a malicious IP. Without a valid TSIG signature, DNS update requests are rejected by the receiving server.

DFirewalls and IDS technologies

Firewalls and IDS can detect suspicious traffic patterns but cannot validate or enforce the integrity of DNS records stored on an authoritative DNS server.

Concept tested: TSIG authentication to prevent DNS cache poisoning

Source: https://www.rfc-editor.org/rfc/rfc2845

Topics

#DNS security#TSIG#DNS poisoning#transaction signatures

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice