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.
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)- A18% (7)
- B3% (1)
- C72% (28)
- D8% (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.
Security awareness training educates users but does not technically prevent or mitigate DNS record tampering at the infrastructure level.
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.
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.
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
Community Discussion
No community discussion yet for this question.