Re: [DNSOP] I-D Action: draft-ietf-dnsop-dns-tcp-requirements-05.txt

Paul Vixie <paul@redbarn.org> Thu, 05 December 2019 00:05 UTC

Return-Path: <paul@redbarn.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 45F6512007A for <dnsop@ietfa.amsl.com>; Wed, 4 Dec 2019 16:05:23 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 Ts9QI24TS1KJ for <dnsop@ietfa.amsl.com>; Wed, 4 Dec 2019 16:05:22 -0800 (PST)
Received: from family.redbarn.org (family.redbarn.org [24.104.150.213]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 611F012004D for <dnsop@ietf.org>; Wed, 4 Dec 2019 16:05:22 -0800 (PST)
Received: from [192.168.0.58] (cpc158605-hari23-2-0-cust247.20-2.cable.virginm.net [86.14.252.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 980D2B0592; Thu, 5 Dec 2019 00:05:19 +0000 (UTC)
To: "Wessels, Duane" <dwessels=40verisign.com@dmarc.ietf.org>
Cc: Puneet Sood <puneets=40google.com@dmarc.ietf.org>, "dnsop@ietf.org" <dnsop@ietf.org>
References: <157271808929.6094.7926587135820341966@ietfa.amsl.com> <D608BC6F-AD66-4A2A-AE4A-2D306F7FC05E@verisign.com> <CA+9_gVvmOPjcM5Kfe65iGNXgj87_SXYibxF=5mZXpuQc7_WUWw@mail.gmail.com> <C0F7012B-1C1B-4258-99FD-A07F81337874@verisign.com>
From: Paul Vixie <paul@redbarn.org>
Message-ID: <f79a14a0-ed12-68d3-75da-a5925f5a4140@redbarn.org>
Date: Wed, 04 Dec 2019 16:05:16 -0800
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 PostboxApp/7.0.8
MIME-Version: 1.0
In-Reply-To: <C0F7012B-1C1B-4258-99FD-A07F81337874@verisign.com>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/4d4ebwcp62JD3zOyi-3zTdOZJFY>
Subject: Re: [DNSOP] I-D Action: draft-ietf-dnsop-dns-tcp-requirements-05.txt
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: Thu, 05 Dec 2019 00:05:23 -0000


Wessels, Duane wrote on 2019-12-04 14:22:
> 
> ...
>     DNS messages over TCP are in no way guaranteed to arrive in single
>     segments.  In fact, a clever attacker might attempt to hide certain
>     messages by forcing them over very small TCP segments.  Applications
>     that capture network packets (e.g., with libpcap [libpcap]) SHOULD be
>     prepared to implement and perform full TCP segment reassembly.
>     dnscap [dnscap] is an open-source example of a DNS logging program
>     that implements TCP reassembly.
> 
>     Developers SHOULD also keep in mind connection reuse, query
>     pipelining, and out-of-order responses when building and testing DNS
>     monitoring applications.

i suggest a reference to 'dnstap' here, as a server-integrated 
monitoring protocol intended to facilitate wide scale dns monitoring.

-- 
P Vixie