Re: [DNSOP] proposal: Covert in-band zone data

Dan Mahoney <dmahoney@isc.org> Tue, 30 July 2019 19:39 UTC

Return-Path: <dmahoney@isc.org>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6B96212001E for <dnsop@ietfa.amsl.com>; Tue, 30 Jul 2019 12:39:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.9
X-Spam-Level:
X-Spam-Status: No, score=-6.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W_AHy5t8zOqj for <dnsop@ietfa.amsl.com>; Tue, 30 Jul 2019 12:39:02 -0700 (PDT)
Received: from mx.pao1.isc.org (mx.pao1.isc.org [IPv6:2001:4f8:0:2::2b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 418DD12010F for <dnsop@ietf.org>; Tue, 30 Jul 2019 12:39:02 -0700 (PDT)
Received: from bikeshed.isc.org (bikeshed2.isc.org [IPv6:2001:4f8:1:f::88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.pao1.isc.org (Postfix) with ESMTPS id 8045C3AB001; Tue, 30 Jul 2019 19:39:00 +0000 (UTC)
Received: by bikeshed.isc.org (Postfix, from userid 10302) id 6B8514AA55; Tue, 30 Jul 2019 19:39:00 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1]) by bikeshed.isc.org (Postfix) with ESMTP id 67C1D4AA54; Tue, 30 Jul 2019 19:39:00 +0000 (UTC)
Date: Tue, 30 Jul 2019 19:39:00 +0000
From: Dan Mahoney <dmahoney@isc.org>
To: Paul Ebersman <list-dnsop@dragon.net>
cc: dnsop@ietf.org
In-Reply-To: <20190725183051.33DA315BFD9D@fafnir.remote.dragon.net>
Message-ID: <alpine.BSF.2.21.9999.1907301916050.7062@bikeshed.isc.org>
References: <20190706213024.GA56650@isc.org> <alpine.BSF.2.21.9999.1907221704030.7062@bikeshed.isc.org> <CAN6NTqymm6+OMet0sMZC0Ms5E_5mj_nwONk3fR19HwgWXYNB4Q@mail.gmail.com> <alpine.LRH.2.21.1907251332070.10708@bofh.nohats.ca> <20190725183051.33DA315BFD9D@fafnir.remote.dragon.net>
User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16)
X-OpenPGP-Key-ID: 0xE919EC51
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/MK2A27o1U-6RgqM7DXxyKMkxeO4>
Subject: Re: [DNSOP] proposal: Covert in-band zone data
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Jul 2019 19:39:04 -0000


On Thu, 25 Jul 2019, Paul Ebersman wrote:

> olafur> My suggestion is to take a step back and say we have outgrown
> olafur> AXFR and we need better mechanism to sync various servers.
> 
> olafur> Lets start work on a new "SYNC Name servers" protocol that can
> olafur> meet modern requirements
> 
> paulw> +1
> 
> +1.
> 
> I think we're allowed to replace something after 20+ years ;)
> 
> Things that might go in:
> 
>   - AXFR/IXFR/*XFR
>   - zone meta data (create/modify/delete/digital-sigs)
>   - "covert" data
> 
> My only hesitation is we seem to slow logarithmically as we increase
> scope but this sure seems like the right direction.

As far as extending/replacing the AXFR protocol, this is great, however, I 
still see an orthogonal need for the thing I'm asking for: Parseable 
metadata.  For humans.  Not as a gateway to some sort of clever signaling 
or key-transfer protocol.  Analagous more to HINFO than TXT.

I'd be fine with this data ONLY living on the master, but having it 
survive things like named-compilezone or rndc freeze/thaw, or the slew of 
DDNS updates that things like ACME DNS-01 requires.

Effectively, this would be an internal-only DNS record that had a database 
representation but NO defined wire-format, so there'd be little chance of 
snooping over the wire (absent some kind of memory leak in the DNS 
implementation).

I also envision the "presentation format" looking like a regular 
comment so non-compatible implementations that tried to load a zone with 
these simply ignored them as they do regular comments.  Similar, perhaps 
to how server-side includes work in the web world.

-Dan