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.
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)- A5% (3)
- B3% (2)
- C81% (47)
- D10% (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.
Security awareness training addresses human behavior but has no technical effect on DNS record tampering performed by an external attacker against the DNS server.
Using recursive DNS from root servers improves name resolution accuracy but does not authenticate or protect the integrity of zone records against unauthorized modification.
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.
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
Community Discussion
No community discussion yet for this question.