Internet Engineering Task Force | H. Salgado |
Internet-Draft | NIC Chile |
Intended status: Informational | May 3, 2017 |
Expires: November 4, 2017 |
The "hxxp" URI Scheme
draft-salgado-hxxp-00
This document describes the "hxxp" URI scheme, which is widely used by the security community to obfuscate an http or https URI to avoid being accidentaly interpreted and loaded by a web browser or any user agent.
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 http://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 November 4, 2017.
Copyright (c) 2017 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 (http://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 Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
This document describes the "hxxp" URI scheme, which is widely used by the security community to obfuscate an http or https URI to avoid being accidentaly interpreted an loaded by a web browser or an embedded user agent. This scheme is used in case the resource is dangerous and there is security risks on being loaded by an application.
The purpose of this registration is to document its use, block any registration of this scheme in the future, explicitly recommend to web application developers to never act with this URI scheme in any way, and provide a safe method for the security community to share malicious information. This scheme MUST NOT be treated as an http or https scheme and MUST NOT be identified as a web resource. Its consumption is only for humans and documentation, and should be handled with caution by security professionals.
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 RFC 2119 [RFC2119].
The "hxxp" URI syntactically conforms to the <hxxp-uri> rule below, expressed using the Augmented Backus-Naur Form (ABNF) [RFC5234]:
hxxp-uri = "hxxp:" hxxp-token [ hxxp-query ] [ hxxp-fragment ] hxxp-token = *pchar hxxp-query = "?" query hxxp-fragment = "#" fragment pchar = <as specified in RFC 3986, Appendix A> query = <as specified in RFC 3986, Appendix A> fragment = <as specified in RFC 3986, Appendix A>
The resource that is referenced by a particular "hxxp" URI is NOT meant to be interpreted or parsed in any way for applications or any automated means. The resource MUST be interpreted and consumed by human security professionals.
"hxxp" URIs are subject to encoding rules as defined in RFC 3986 [RFC3986].
This document was made by his author in its entirety, so there're no acknowledgements yet.
The "hxxp" URI scheme has been registered in the "Permanent URI Schemes" registry. The information below is provided according to the guidelines from RFC 7595 [RFC7595]:
URI scheme name: hxxp
Status: Permanent
Applications/protocols that use the scheme: "hxxp" URIs are forbidden to be used by applications.
Contact: IETF Applications Area Directors <app-ads@tools.ietf.org>
Author/Change controller: IESG <iesg@ietf.org> (on behalf of the IETF)
References: See Section 6 of this document.
As stated in the Introduction, the "hxxp" scheme is forbidden to be used or interpreted by applications. This scheme MUST be consumed only by humans.
Application developers are encouraged to forbid "hxxp" scheme URIs inside HTML anchors or tags.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC3986] | Berners-Lee, T., Fielding, R. and L. Masinter, "Uniform Resource Identifier (URI): Generic Syntax", STD 66, RFC 3986, DOI 10.17487/RFC3986, January 2005. |
[RFC5234] | Crocker, D. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, DOI 10.17487/RFC5234, January 2008. |
[RFC7595] | Thaler, D., Hansen, T. and T. Hardie, "Guidelines and Registration Procedures for URI Schemes", BCP 35, RFC 7595, DOI 10.17487/RFC7595, June 2015. |