Network Working Group | J. Levine |
Internet-Draft | Taughannock Networks |
Updates: 6376 (if approved) | June 19, 2017 |
Intended status: Informational | |
Expires: December 21, 2017 |
A Message Header to Identify Subscription Form Mail
draft-levine-mailbomb-header-00
Many organizations have web forms that provoke an e-mail confirmation to the e-mail address provided in the form. Malicious entities do bulk form submissions with forged addresses, resulting in mail floods to the holders of those addresses. This document defines a message header to identify mail sent in response to web forms, so that recipient mail systems can better recognize and mitigate the mail floods.
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 December 21, 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.
Many organizations have web forms that provoke an e-mail confirmation to the e-mail address provided in the form. Malicious entities sbmit multiple forms with forged addresses, resulting in mail floods to those addresses. We define a message header that identifies mail sent in response to web forms, so that recipient mail systems can better recognize and mitigate the mail floods.
Mail systems that recognize a mail flood may defer or reject the mail. We also define an SMTP enhanced status code that a mail system can use in a message rejection SMTP reponse to alert the sending system that the message was rejected due to being part of a mail flood.
The terms Message Submission Agent (MSA) and Message Transfer Agent (MTA) are defined as in [RFC5598].
The ABNF terms CRLF, FWS, and fields are imported from [RFC5322].
A MSA or an initial MTA adds a Form-Sub header field to indicate that the message was sent in response to a web form submission. The header consists of a semicolon-separated list of tag=value pairs. The first tag-value pair is "v=1" to indicate that the header uses the initial version of this specification. Subsequent tag-value pairs are optional, and receivers should ignore pairs with unknown tags.
The tags ip4 or ip6 contain the IPv4 or IPv6 address, respectively, from which the web form was submitted. The address may be partially redacted for privacy reasons, by replacing groups of digits with the letter "x", for example, 198.51.x.x or 2001:DB8::x or x::1234:abcd:5678:ef01. If the sender cannot determine the submitting IP address, it can include "ip=none". The goal of including the IP address is to help receiving mail systems recognize when a cluster of messages was provoked by the same submitter.
ABNF: fields =/ "Form-Sub:" FWS "v=1" *(FWS ";" FWS fsarg) CRLF fsarg = "ip4=" ip4redacted ip4redacted = IPv4 address with parts optionally replaced by "x" fsarg =/ "ip6=" ip6redacted ip6redacted = IPv6 address with parts optionally replaced by "x" fsarg =/ "ip=none"
The Form-Sub header should be included within the set of the headers signed by any DKIM signature headers.
A mail receiver may choose to defer or reject mail that it recognizes as part of a mail flood. It can include the enhanced status code X.7.TBD to indicate that the rejection is due to the message being part of a mail flood that includes Form-Sub headers.
IP addresses are sometimes considered to be personally identifable information. This specification allows partially redacted addresses as a compromise to avoid identifying individual persons, while still providing receivers a hint to recognize bulk submissions by the same party.
The Form-Sub header discloses information from a sender to a receiver, and the X.7.TBD enhanced status code discloses information from a receiver to a sender that they would not otherwise have. If one party suspects the other is malicious, e.g., a receiver fears that a sender is probing to see what its mail volume limits are, it might not include the header or the status code for the possibly malicious other party.
IANA is requested to update registries as follows.
The following value is added to the Provisional Message Header Registry
Header Field name | Template | Protocol | Status | Reference |
---|---|---|---|---|
Form-Sub | . | . | (this document) |
The following value is added to the Enhanced Status Codes Enumerated Status Codes Registry
Code | Sample Text | Associated Basic Status Code | Description | Reference | Submitter | Change Controller |
---|---|---|---|---|---|---|
X.7.TBD | Mail flood detected | The message appears to be part of a mail flood of similar abusive messages. | . | [this document] | J. Levine | standards@taugh.com |
Kurt Andersen and the M3AAWG Collaboration Committee provided the good parts.
[RFC5234] | Crocker, D. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", STD 68, RFC 5234, DOI 10.17487/RFC5234, January 2008. |
[RFC5322] | Resnick, P., "Internet Message Format", RFC 5322, DOI 10.17487/RFC5322, October 2008. |
[RFC5598] | Crocker, D., "Internet Mail Architecture", RFC 5598, DOI 10.17487/RFC5598, July 2009. |
[RFC6376] | Crocker, D., Hansen, T. and M. Kucherawy, "DomainKeys Identified Mail (DKIM) Signatures", STD 76, RFC 6376, DOI 10.17487/RFC6376, September 2011. |