Accenture MDR Quick Start Guide for Bind DNS

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

Below steps are validated on Ubuntu 24.04.1 LTS.

  1. Login to the BIND DNS Server with root credentials.

  2. Edit /etc/bind/named.conf.options

    vim /etc/bind/named.conf.options

     

  3. Add the following logging section at the end of the file:

  • Added support for all the possible Bind DNS logging types under the channels.

  • Any channels in the list can be removed if they are no longer needed for monitoring.

  • Redirected logs on Rsyslog Daemon with local6 Syslog Facility. Choose any syslog facility and ensure it is reflected in the Rsyslog configuration.

logging { channel transfers { print-severity yes; print-category yes; syslog local6; }; channel notify { print-severity yes; print-category yes; syslog local6; }; channel dnssec { print-severity yes; print-category yes; syslog local6; }; channel query { print-severity yes; print-category yes; syslog local6; }; channel general { print-severity yes; print-category yes; syslog local6; }; channel slog { print-severity yes; print-category yes; syslog local6; }; 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; }; };
  1. Save and exit the file. Open /etc/rsyslog.d/50-default.conf.

vim /etc/rsyslog.d/50-default.conf

 5. Append following configuration block at the end of this file.

local6.* @@FORWARDER_IP:601

 6. Restart named and rsyslog service.

systemctl restart named.service rsyslog.service

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.