Re: [apps-discuss] "finding registered domains"

"John Levine" <johnl@taugh.com> Wed, 13 March 2013 14:43 UTC

Return-Path: <johnl@iecc.com>
X-Original-To: apps-discuss@ietfa.amsl.com
Delivered-To: apps-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2F98621F8D77 for <apps-discuss@ietfa.amsl.com>; Wed, 13 Mar 2013 07:43:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.849
X-Spam-Level:
X-Spam-Status: No, score=-110.849 tagged_above=-999 required=5 tests=[AWL=0.350, BAYES_00=-2.599, HABEAS_ACCREDITED_SOI=-4.3, RCVD_IN_BSP_TRUSTED=-4.3, 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 djfZDBctUOxl for <apps-discuss@ietfa.amsl.com>; Wed, 13 Mar 2013 07:43:44 -0700 (PDT)
Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by ietfa.amsl.com (Postfix) with ESMTP id 4D73921F8D2B for <apps-discuss@ietf.org>; Wed, 13 Mar 2013 07:43:44 -0700 (PDT)
Received: (qmail 48218 invoked from network); 13 Mar 2013 14:43:44 -0000
Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 13 Mar 2013 14:43:44 -0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=5140909f.xn--yuvv84g.k1303; i=johnl@user.iecc.com; bh=mccdBDPAd1TRQjhkLNtdiNH4EznJsOwNJnpzwdCHlWg=; b=LmSNSF2L9jL8eBrTNJTvHUZujUGgrW8Do8QXvntHlGwXLFWj7y7v7HhSrbZuMrBvQN3pg17TalpLV99N/lu9zRVffRipZyRjnsAqE58WxlcbZkQKxAKWarZr24PAuacyfc9mJ5o8ajR3zVMYh36+RUo1y1SgdHnOc9ZvbdgPRGs=
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=taugh.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=5140909f.xn--yuvv84g.k1303; olt=johnl@user.iecc.com; bh=mccdBDPAd1TRQjhkLNtdiNH4EznJsOwNJnpzwdCHlWg=; b=JjrMaSsXvRMRKbyh6LPeu6Sh3S8Z91FuckyinJJl+bBdlWDsVzqR4pZ95witydsyiQ75NUyNc8i30eYyNixUyVvep8R57lZtcdHdks/SgWh+xR1qJxXvNLzhTmzdqrFuYnlowuaOJXzt+SaBAiGZ8ILnu5MEjiMn+jTH97x3guc=
VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org
Date: Wed, 13 Mar 2013 14:43:21 -0000
Message-ID: <20130313144321.37307.qmail@joyce.lan>
From: John Levine <johnl@taugh.com>
To: apps-discuss@ietf.org
In-Reply-To: <83AFF07DE0F646C0860A0631F973E9D1@LENOVO47E041CF>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 7bit
Subject: Re: [apps-discuss] "finding registered domains"
X-BeenThere: apps-discuss@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: General discussion of application-layer protocols <apps-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/apps-discuss>
List-Post: <mailto:apps-discuss@ietf.org>
List-Help: <mailto:apps-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/apps-discuss>, <mailto:apps-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Mar 2013 14:43:45 -0000

>I am still not very clear about what the problem is and what the possilbe solution is.
>
> Could you kindly summarize it in one or two sentences ?

I agree that use cases would help a lot.  The ones I'm aware of are:

* Web cookies: limit how high up the DNS tree a site can promote its cookies.

* DMARC and other mail authentication: find policy documents for a
domain given one of its subdomains

* SSL/TLS certificates: prevent certificate issue for names at or above public
delegation points

* Variants: state that two parallel names are under the same management (has
issues different from the previous three)

R's,
John