Re: [Gen-art] Gen-ART review of draft-ietf-marf-redaction-04
"Murray S. Kucherawy" <msk@cloudmark.com> Wed, 11 January 2012 04:40 UTC
Return-Path: <msk@cloudmark.com>
X-Original-To: gen-art@ietfa.amsl.com
Delivered-To: gen-art@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 28D2F11E808A; Tue, 10 Jan 2012 20:40:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.577
X-Spam-Level:
X-Spam-Status: No, score=-102.577 tagged_above=-999 required=5 tests=[AWL=0.022, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R2PyupSmiN2N; Tue, 10 Jan 2012 20:40:44 -0800 (PST)
Received: from ht1-outbound.cloudmark.com (ht1-outbound.cloudmark.com [72.5.239.25]) by ietfa.amsl.com (Postfix) with ESMTP id 8FBA311E8080; Tue, 10 Jan 2012 20:40:44 -0800 (PST)
Received: from spite.corp.cloudmark.com (172.22.10.72) by EXCH-HTCAS901.corp.cloudmark.com (172.22.10.73) with Microsoft SMTP Server (TLS) id 14.1.355.2; Tue, 10 Jan 2012 20:40:37 -0800
Received: from EXCH-C2.corp.cloudmark.com ([172.22.1.74]) by spite.corp.cloudmark.com ([172.22.10.72]) with mapi; Tue, 10 Jan 2012 20:40:43 -0800
From: "Murray S. Kucherawy" <msk@cloudmark.com>
To: "david.black@emc.com" <david.black@emc.com>, "ietf@cybernothing.org" <ietf@cybernothing.org>, "gen-art@ietf.org" <gen-art@ietf.org>, "ietf@ietf.org" <ietf@ietf.org>
Date: Tue, 10 Jan 2012 20:40:42 -0800
Thread-Topic: Gen-ART review of draft-ietf-marf-redaction-04
Thread-Index: AczQCujbMXhqirD5Sk6EB1sS2KVtOQACZtUQ
Message-ID: <F5833273385BB34F99288B3648C4F06F19C6C157F4@EXCH-C2.corp.cloudmark.com>
References: <7C4DFCE962635144B8FAE8CA11D0BF1E05A7B80D63@MX14A.corp.emc.com>
In-Reply-To: <7C4DFCE962635144B8FAE8CA11D0BF1E05A7B80D63@MX14A.corp.emc.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "presnick@qualcomm.com" <presnick@qualcomm.com>, "marf@ietf.org" <marf@ietf.org>
Subject: Re: [Gen-art] Gen-ART review of draft-ietf-marf-redaction-04
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/gen-art>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 11 Jan 2012 04:40:45 -0000
> -----Original Message----- > From: david.black@emc.com [mailto:david.black@emc.com] > Sent: Tuesday, January 10, 2012 6:44 PM > To: ietf@cybernothing.org; Murray S. Kucherawy; gen-art@ietf.org; ietf@ietf.org > Cc: david.black@emc.com; marf@ietf.org; presnick@qualcomm.com > Subject: Gen-ART review of draft-ietf-marf-redaction-04 Hi David, thanks for the review. > [1] The first open issue is the absence of security guidance to ensure that this > redaction technique effectively hides the redacted information. The redaction > technique is to concatenate a secret string (called the "redaction key") to the > information to be redacted, apply "any hashing/digest algorithm", convert the output > to base64 and use that base64 string to replace the redacted information. > [...] > > I suggest a couple of changes: > 1) Change "any hashing/digest algorithm" to require use of a secure hash, and > explain what is meant by "secure hash" in the security considerations section. > 2) Require a minimum length of the "redaction key" string, and strongly suggest > (SHOULD) that it be randomly generated (e.g., by running sufficient output > of an entropy-rich random number generator through a base64 converter). > > For the latter change, figure out the amount of entropy that should be used > for redaction - the recommended string length will be larger because printable > ASCII is not entropy-dense (at best it's good for 6 bits of entropy in each > 8-bit character, and human-written text such as this message has significantly > less). > > From a pure security perspective, use of HMAC with specified secure hashes > (SHA2-family) and an approach of hashing the "redaction key" down to a binary > key for HMAC would be a stronger approach. I suggest that authors consider > approach, but there may be practical usage concerns that suggest not > adopting it. These are all good points. My gut reaction is to say that this is all good advice and entirely correct but probably goes a little far for the problem space we're trying to address. Thus, my inclination is to make the following changes (subject to WG consensus): - add all of this advice to Security Considerations, with forward references to it elsewhere in the document - make a SHOULD suggestion as to the minimum redaction key length (instead of a requirement) - make a SHOULD suggestion as to the type of hash to be used (instead of a requirement) Would those be sufficient? > [2] The second open issue is absence of security considerations for the redaction > key. The security considerations section needs to caution that the redaction key > is a secret key that must be managed and protected as a secret key. > Disclosure of a redaction key removes the redaction from all reports that used > that key. As part of this, guidance should be provided on when and how to change > the redaction key in order to limit the effects of loss of secrecy for a single > redaction key. Also a good point. I don't think this is the right place to introduce advice about key rotation and the like as those are well-discussed concepts, so instead Security Considerations can simply make reference to such material elsewhere. I'll go find some. I know there's stuff like that in RFC6376 (DKIM) but I'm sure there are better ones. > Editorial Nit: I believe that "anonymization" is a better description of what > this draft is doing (as opposed to "redaction"), particularly as the result is > intended to be correlatable via string match across reports from the > same source. Fair enough. We can add a sentence to that effect in the Introduction. To the MARF working group: Please let me know if the above suggestions suffice (reply only to the marf list, please). I will summarize and have a new version ready to publish when LC closes, and make sure David sees it around the same time. -MSK
- [Gen-art] Gen-ART review of draft-ietf-marf-redac… david.black
- Re: [Gen-art] Gen-ART review of draft-ietf-marf-r… Murray S. Kucherawy
- Re: [Gen-art] Gen-ART review of draft-ietf-marf-r… david.black
- Re: [Gen-art] Gen-ART review of draft-ietf-marf-r… Paul Hoffman
- Re: [Gen-art] Gen-ART review of draft-ietf-marf-r… SM
- Re: [Gen-art] Gen-ART review of draft-ietf-marf-r… david.black
- Re: [Gen-art] Gen-ART review of draft-ietf-marf-r… SM
- [Gen-art] Gen-ART review of draft-ietf-marf-redac… david.black
- [Gen-art] Gen-ART review of draft-ietf-marf-redac… david.black