Accenture MDR Quick Start Guide for Bind DNS

This quick start guide will help Accenture MDR customers configure Bind DNS to send logs to the Log Collection Platform (LCP).

This quick start guide includes the following topics:

Supported Versions

A list of supported versions is available in the Accenture Security Supported Products List document (Accenture_MDR_Supported_Products_List.xlsx) which can be found at Accenture Portal - https://mss.accenture.com/PortalNextGen/Reports/Documents

Port Requirements

Table1-1: Port requirements for LCP communication.

Source

Destination

Port

Description

Bind DNS

LCP

514 (UDP) or

601 (TCP)

Default Port

Configuring Bind DNS

  1. Login into the BIND DNS Server with root credentials

  2. Create the log directory:

    $ sudo mkdir -p /var/log/bind $ sudo chown bind /var/log/bind
  3. Edit /etc/bind/named.conf.options

    $ sudo editor /etc/bind/named.conf.options
  4. Now move to the bottom (end) of the file, and add the following logging section:

    logging { channel transfers { file "/var/log/bind/transfers" versions 3 size 10M; print-time yes; severity info; }; channel notify { file "/var/log/bind/notify" versions 3 size 10M; print-time yes; severity info; }; channel dnssec { file "/var/log/bind/dnssec" versions 3 size 10M; print-time yes; severity info; }; channel query { file "/var/log/bind/query" versions 5 size 10M; print-time yes; severity info; }; channel general { file "/var/log/bind/general" versions 3 size 10M; print-time yes; severity info; }; channel slog { syslog security; severity info; }; category xfer-out { transfers; slog; }; category xfer-in { transfers; slog; }; category notify { notify; }; category lame-servers { general; }; category config { general; }; category default { general; }; category security { general; slog; }; category dnssec { dnssec; }; category queries { query; }; };
  5. Save and exit the file, and TEST that it works.

LCP Configuration Parameters

Table 1-2: Bind DNS event collector (Syslog - 3829) properties to be configured by MDR are shown in the table.

Information

Default Value

Description

Protocol 

UDP

The default Protocol for syslog. Bind DNS will forward logs to LCP using UDP & TCP protocol.

IP Addresses 

Bind DNS Interface IP Address

Logging device IP address mentioned in the Pre-Installation Questionnaire (PIQ).

Signatures 

named[,]: DHCPACK,]: DHCPDECLINE,]: DHCPDISCOVER,]: DHCPEXPIRE,]: DHCPINFORM,]: DHCPNAK,]: DHCPOFFER,]: DHCPRELEASE,]: DHCPREQUEST,unbound[, nsd[, dhcpd[

MDR recommended signatures processed by the Bind DNS event collector.

Port Number

514

The default port for syslog. The LCP can also accept logs from any port.

Note: The LCP can be configured to listen on a non-standard port, please advise the MDR onboarding team if this is a requirement.

Legal Notice

Copyright © 2021 Accenture. All rights reserved.

Accenture, the Accenture Logo, and DeepSight Intelligence are trademarks or registered trademarks of Accenture in the U.S. and other countries. Other names may be trademarks of their respective owners.

The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Accenture and its licensors, if any.

THE DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. ACCENTURE SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION. THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS SUBJECT TO CHANGE WITHOUT NOTICE.

The Licensed Software and Documentation are deemed to be commercial computer software as defined in FAR 12.212 and subject to restricted rights as defined in FAR Section 52.227-19 "Commercial Computer Software - Restricted Rights" and DFARS 227.7202, et seq. "Commercial Computer Software and Commercial Computer Software Documentation," as applicable, and any successor regulations, whether delivered by Accenture as on premises or hosted services. Any use, modification, reproduction release, performance, display or disclosure of the Licensed Software and Documentation by the U.S. Government shall be solely in accordance with the terms of this Agreement.