nerdexam
CompTIA

CAS-001 · Question #187

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. Transaction Signature (TSIG) authenticates DNS zone transfers and dynamic updates using shared secret keys, preventing unauthorized modification of DNS records such as those caused by DNS hijacking.

Enterprise Security

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

(39 responses)
  • A
    18% (7)
  • B
    3% (1)
  • C
    72% (28)
  • D
    8% (3)

Why each option

Transaction Signature (TSIG) authenticates DNS zone transfers and dynamic updates using shared secret keys, preventing unauthorized modification of DNS records such as those caused by DNS hijacking.

ASecurity awareness and user training

Security awareness training educates users but does not technically prevent or mitigate DNS record tampering at the infrastructure level.

BRecursive DNS from the root servers

Recursive DNS from root servers changes how queries are resolved but does not authenticate zone updates or prevent an attacker from modifying DNS records on the authoritative server.

CConfiguring and deploying TSIGCorrect

TSIG uses HMAC-based message authentication codes with a shared secret to cryptographically sign DNS messages, ensuring that only authorized parties can update zone records. When an attacker modifies DNS records to point a domain name to an unauthorized IP address - a DNS hijacking or cache poisoning attack - TSIG prevents the fraudulent update from being accepted by the authoritative DNS server. Deploying TSIG means unauthorized DNS changes are rejected before they can redirect customer traffic.

DFirewalls and IDS technologies

Firewalls and IDS technologies can detect anomalous traffic but do not authenticate DNS update transactions or prevent unauthorized changes to DNS zone data.

Concept tested: TSIG authentication preventing unauthorized DNS record modification

Source: https://www.ietf.org/rfc/rfc2845.txt

Topics

#DNS security#TSIG#DNS spoofing#DNS poisoning

Community Discussion

No community discussion yet for this question.

Full CAS-001 Practice