icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading DDST DNS Analytics for Splunk
SHA256 checksum (ddst-dns-analytics-for-splunk_223.tgz) af7aca18d551099560d1a769003ce028045ae5dee28b454cb9786184dd8b8a86
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

DDST DNS Analytics for Splunk

This app has been archived. Learn more about app archiving.
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
The DDST DNS Analytics for Splunk provides a high-level visibility of DNS servers hosted on Linux logs. The goal of the DNS application is permit the administrator or security analyst to quickly see what DNS requests are being used by their users or systems. The DNS application will be updated to help identify bad DNS requests from malware or malicious users.

Splunk for DNS Release Notes

The Splunk for DNS will provide you with a dashboard that will provides you with summary of DNS actives in your network, assuming you have a well-defined DNS infrastructure.

011102

Requirements:

  • 1 or more Bind, version 8 or 9, servers installed on your preferred Linux server.
  • A syslog client/forwarder (Syslog-NG).
  • Splunk has a data source configured for receiving Syslog data (UDP/TCP) with the source type set to "syslog".

Installation:
The installation guidance is one way to get DNS data into Splunk. You can use other methods, as long as the data source type is set to "syslog".
1. Install the Bind server components on your preferred Linux host
2. Install the Syslog-NG, or your preferred syslog forwarder.( ) on the host Bind server.
3. Configure, see below.

Configuration:

  1. Configure Bind:
    • Configure Bind using the configuration sample below.
  2. Configure Syslog-NG to process the log entries in the bind log file:
    • Create a source for Syslog-NG to process, using the Bind log file defined in the bind config.
    • Define a destination for Syslog to send log data over UDP or TCP 514. The destination should be your Splunk instance.
    • Create a Syslog-NG target. This tells Syslog-NG to process the defined source (in section a) and send it to the define destination. See the Syslog configuration sample below.
  3. Restart services
    • Restart Syslog-NG
    • Restart Bind
  4. Verify that data is being logged
    • Check the bind log file to see if query and resolver data is being logged.
    • Check that Splunk is receiving syslog data from the host Bind server. You should see a named in the search type on the Search summary.
  5. View the Splunk for DNS application

Bind Configuration Example

options {
forwarders {
208.67.222.222;
208.67.220.220;
};
querylog yes;
};
zone "." {
type hint;
file "/etc/db.cache";
};
logging{
channel simple_log {
file "/var/log/named/bind.log";
severity debug;
print-category yes;
print-severity yes;
print-time yes;
};
category client {simple_log; };
category queries {simple_log; };
category default {simple_log; };
category security {simple_log; };
};
};

Syslog-NG Configuration Example

destination splunk {
udp(xxx.xxx.xxx.xxx);#Replace xxx with the IP of your Splunk syslog listener.
};
source named {
file("/var/log/named/bind.log" log_prefix("BIND-DNS"));
};

log {
source(named);
destination(splunk);
};

Release Notes

Version 2.2.3
Nov. 30, 2016

Correction to the prop.conf file.


Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.