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 Network Traffic App for Splunk
SHA256 checksum (network-traffic-app-for-splunk_121.tgz) 2a81bc60d9954e459ca2cbf85f9208a2d9370761a002ed1e4058dba0cfae53a2 SHA256 checksum (network-traffic-app-for-splunk_12.tgz) e3bcf73bfab16657bf6eb5988455477dc123c73c62f1ae03af126bb515a19279 SHA256 checksum (network-traffic-app-for-splunk_11.tgz) 0fd2596c0348d595a4af1032d869ec2c3ff1526ba53fa15b916d51668b6efd99 SHA256 checksum (network-traffic-app-for-splunk_10.tgz) 156a024dcf4558f4d0ea2e60576fd7966567ff5a46444146e88f371296b253d3
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Network Traffic App 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
Deprecation Warning!!!
This app has been deprecated. There will be no new development or bug fixes. It has been replaced by the Aplura Network Traffic App for Splunk: https://splunkbase.splunk.com/app/4229/

Network Traffic App for Splunk

Deprecation Warning!!!

This app has been deprecated. There will be no new development or bug fixes. It has been replaced by the Aplura Network Traffic App for Splunk.

Overview

Very often, network traffic events can provide a lot of information about misconfigurations, potential attacks, and user activity. This app provides searches and dashboards based on the Splunk Common Information Model to help provide insight into your network traffic.

A note on Splunk Data Model Acceleration and Disk Space

This app requires data model acceleration, which will use additional disk space. If you are using the Splunk App for Enterprise Security, this is already enabled, and should have been factored into your retention policies. If not, you should review the documentation on data model acceleration, how it uses disk space, and how to plan for it. This documentation can be found in the Splunk Enterprise Knowledge Manager Manual.

A note on the Splunk Common Information Model

As mentioned above, the app uses the CIM for network traffic events. The CIM allows you to take events from a number of sources or products, and report on them in one cohesive manner, using a common set of names for fields and event types.

A note on the Network Traffic Data Model, src, dest, src_ip, and dest_ip

The Network Traffic data model includes both src, dest fields, and src_ip, dest_ip fields. For this app, I have opted to use the _ip versions of these fields, in case hostnames are being used for the other fields. Make sure your field extractions are correctly populating these fields.

Available Dashboards

Below are the dashboards available within the app.

Overview

Provides a general overview of the network traffic events.

IP Profile

Provides information around an IP address (both dest_ip and src_ip), including traffic from, to, and possible open ports.

Transport Information

Information around the transport field of events (TCP, UDP, ICMP, etc.).

Port Information

This form provides information based on the destination port (dest_port) field of events, such as the traffic over time, conversations, and sources.

Internal and External Traffic

Currently just top destinations (external and from external to internal). The determination on internal vs. external is configured by macros. See the App Configuration Macros section of this document.

Scanning Activity

This dashboard provides the top potential scanners (both host and port scanners) based on network traffic.

Geographic Information

This is based on the geo-ip information provided by the built-in IP location from Splunk. Internal traffic is excluded from this page. Note: The searches on this page may take a while to load.

Network Traffic Search

A form which allows for searching network traffic events based on a few different parameters.

Sourcetype Information

Note: This dashboard is not shown in the navigation bar. To view this dashboard, go to Settings -> User Interface -> Views -> and select the Open option next to the sourcetype_information item in the list.

Prerequisites

Splunk Versions

This app has been tested with Splunk versions 6.4.x. This app should be installed on the same search head on which the network_traffic data model has been accelerated.

Splunk Common Information Model Add-on

This app depends on data models included in the Splunk Common Information Model Add-on, specifically the NetworkTraffic data model. Information on installing and using the Splunk Common Information Model Add-on can be found in the Common Information Model Add-on Manual, as well as tag and field requirements for the Network Traffic data model.
Information on configuring the acceleration on the data model can be found in the Knowledge Manager Manual.

The Splunk Common Information Model Add-on can be downloaded from Splunkbase. This app has been tested with versions 4.5 of the CIM add-on.

Data model Acceleration on the Network Traffic data model

In order to make the app respond and load quickly, accelerated data models are used to provide summary data. For this data to be available, the Network_Traffic data model must be accelerated. Information on how to enable acceleration for the Network_Traffic data model can be found in the Knowledge Manager Manual.

Installation

This app should be installed on a search head where the Network_Traffic data model has been accelerated. More information on installing or upgrading Splunk apps can be found here: http://docs.splunk.com/Documentation/Splunk/latest/Admin/Wheretogetmoreapps

Note: This app will require a restart of Splunk.

Simple Installation Process

  1. Make sure the field extractions and tags on your network traffic events are correct.
  2. Install the Splunk Common Information Model Add-on (skip if you are installing on an ES search head).
  3. Enable accelerations on the Network_Traffic data model (skip if you are installing on an ES search head).
  4. Install the Network Traffic App for Splunk.
  5. Restart Splunk.
  6. Continue with App Configuration.

App Configuration

This app may require some configuration before it will work properly (outside of the configuration of the Data Model Acceleration). In particular, you may need to edit the configuration macros, as well as the dropdown which populates the Device dropdown found on many of the dashboards.

App Configuration Macros

network_traffic_dvcs

This macro contains the search which is used to populate the Devices dropdown found on many of the dashboards. By default this is the auto-generated lookup, however, the macro can be edited to point to another lookup as needed.

network_traffic_dest_external

This macro contains a partial search which determines when a network traffic event's destination IP address is external to your network. By default this will exclude private IP addresses, but can be edited to reflect your own network configuration. Note: this search snippet is used in searches using the accelerated data models and the tstats command. While the normal SPL does support CIDR, tstats does not. Make sure your search syntax will work with the tstats command.

network_traffic_src_external

This macro contains a partial search which determines when a network traffic event's source IP address is external to your network. By default this will exclude private IP addresses, but can be edited to reflect your own network configuration. Note: this search snippet is used in searches using the accelerated data models and the tstats command. While the normal SPL does support CIDR, tstats does not. Make sure your search syntax will work with the tstats command.

Device Dropdown Lookup

For the "Device" dropdown, present on many of the dashboards, you can use the auto-generated lookup, which runs every morning at 2 am.
If your Network_Traffic data model is populated, you can run the saved search network_traffic_dvc_auto_gen to populate the dropdown.

The lookup has two fields: dvc and device_name. device_name can be a description of the device. dvc can be wild-carded (not CIDR, as that is not available in tstats searches used with the accelerated data models). The search used to populate this dropdown can be configured using the network_traffic_dvcs macro.

Future Plans

  • Performance improvements (using base searches for dashboards)
  • Options for the exclusion of internal traffic from dashboard views
  • More, based on your feedback

About support for this app

Support for this app is provided on a best-effort basis. We have released this app for free, and want to help solve issues, and add features, but we also have day-jobs.

Need help? Use the Splunk community resources! I can be found on many of them:

The git repo for this app is located here.

Credits

  • This app was created by David Shpritz of Aplura, LLC
  • Thanks to the members of #splunk on IRC, and the Splunk Community Slack channel
  • Thanks to other members of the Splunk Professional Services group for input on panels
  • Thanks to Yorokobi for name suggestions
  • Icons made by Madebyoliver from www.flaticon.com is licensed by CC 3.0 BY

Release Notes

1.2.1

  • Added deprecation warning and link to replacement.

1.2

  • Removed backup directory from views directory
  • Removed README from views directory
  • Removed local.meta

1.1

  • Removed default csv file for device dropdown
  • Edited README.md to fix section on the device dropdown

1.0

First release.

Release Notes

Version 1.2.1
Sept. 4, 2019
Version 1.2
Nov. 23, 2016
  • Removed backup directory from views directory
  • Removed README from views directory
  • Removed local.meta
Version 1.1
Oct. 11, 2016
  • Removed default csv file for device dropdown
  • Edited README.md to fix section on the device dropdown
Version 1.0
Sept. 22, 2016

Initial release


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.