Internet-Draft | EFAS | January 2024 |
Pan | Expires 13 July 2024 | [Page] |
This document describes that recursive resolver should give explict signal in the forged answer.¶
Client could react more clearly based on the explict forged answer signal, to protect user on security and privacy.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 13 July 2024.¶
Copyright (c) 2024 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
Recursive server may replace a forged answer to a query with a configured answer of the authoritative server in some specific scenarios, such as NXDOMAIN, phishing, fraud, malware, ransomware, botnet DDoS attack, and legal requirement, etc. See also [NXRedierct] [ISPRedirect] [DNSFirewall] [LegalRedirect].¶
The RCODE of faked answer is NOERROR, which make client hard to distinguish it with honest answer, if client doesn't make iterative dns query by itself, or make DNSSEC validation.¶
At least, the client has the right to know that it has received a forged answer and it could make clearer reaction by itself.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119].¶
Basic terms used in this specification are defined in the documents [RFC1034], [RFC1035], [RFC8499].¶
Faked answer can avoid user to visit malicious website, however, it may also increase the security and privacy risk.¶
Recursive resolver should give explict forged answer signal to client.¶
[RFC8914] defined Extended DNS Errors (EDE) extension.¶
Recursive resolver could give the signal by include additional EDE information in DNS response:¶
Client could make its own reaction when it received an explict forged answer signal from recursive resolver.¶
Client could make DNSSEC query by itself.¶
If the domain has deployed DNSSEC, the client could validate the honest answer from authoritative server.¶
Client could change to another recursive resolver which is not lying.¶
Client could stop to visit on the website, since it knows that the answer is faked.¶
Client could make limited visit on the website, prevent HTTP cookies from being send to the faked server.¶
For example, browser should not send user's HTTP cookies to the faked server, if it gets an explict faked answer signal in the DoH response [RFC8484].¶
Faked answer is unauthenticated by authoritative server, just offered by recursive resolver on some specific scenarios.¶
Ideally, with the DNSSEC deployed on second level domain, client would not trust any faked answer if it makes all RRSIG validation by itself.¶
Explicit faked answer signal is to help client to make clearer reaction on faked answer, with the help of recursive resolver.¶
As a trade-off, explict faked answer signal could help browser to mitigate the http cookies leaked to faked server, protect user security and privacy in conditional limited environment.¶
Thanks to all in the DNSOP mailing list.¶