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 MITRE ATTCK Heatmap for Splunk
SHA256 checksum (mitre-attck-heatmap-for-splunk_191.tgz) 1117e85d3d7a237d1e865577976f4998eb243c2fa7cc95329b3679fd1b3746ef SHA256 checksum (mitre-attck-heatmap-for-splunk_181.tgz) 6bcfe602b7fb906391a2a5ab8adb1621828f0982df24a359b1e448595d026b72 SHA256 checksum (mitre-attck-heatmap-for-splunk_180.tgz) 4f15ffa7f29664859323ad075c95225be17c3e32c22287480880a20ec8429007 SHA256 checksum (mitre-attck-heatmap-for-splunk_171.tgz) 2b221058c7188379169dbbc1bfbad966b16f5eb7ad36b0aa40040b71277dd552 SHA256 checksum (mitre-attck-heatmap-for-splunk_161.tgz) c074db23d52c2e55b3a1c2f0ab7112802df61f695ba834157d623987b67254ae SHA256 checksum (mitre-attck-heatmap-for-splunk_150.tgz) f19be917973e3a8765c917ba5c41a514934a8a61fb7de61eb3e305b67abe21a8 SHA256 checksum (mitre-attck-heatmap-for-splunk_140.tgz) 367704c1ec9d8afdba15634c96bd017f305cbdeebee990611facbfae366cbb6b SHA256 checksum (mitre-attck-heatmap-for-splunk_130.tgz) 3d218e2581572bdb06b437b865e004bdb9b4b792e13ad397cc56841001769d80 SHA256 checksum (mitre-attck-heatmap-for-splunk_120.tgz) d33d4223189692c7d971d0e04f0255f2e003205d994a48518593fb56bde69fbf SHA256 checksum (mitre-attck-heatmap-for-splunk_110.tgz) d4143c91cd475e715ed0b91f57de7914711b251dbdcbb6b280e28ae1e2ffae78 SHA256 checksum (mitre-attck-heatmap-for-splunk_100.tgz) 3fa238ce03894cf144c4c0560979fe353e5be22b247e8208b1b2be196e959874
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

MITRE ATTCK Heatmap for Splunk

Splunk Cloud
Overview
Details
Custom Visualizations give you new interactive ways to visualize your data during search and investigation, and to better communicate results in dashboards and reports. After installing this app you'll find a MITRE ATT&CK Heatmap diagram as an additional item in the visualization picker in Search and Dashboard.

This app uses Enterprise ATT&CK v14. For more information visit https://attack.mitre.org/versions/v12/

See https://github.com/alatif113/mitre_attck_heatmap/issues/3 for a workaround if your visualization is getting cut off.

For further documentation visit https://github.com/alatif113/mitre_attck_heatmap

MITRE ATT&CK® Heatmap

Custom Visualizations give you new interactive ways to visualize your data during search and investigation, and to better communicate results in dashboards and reports. After installing this app youll find a MITRE ATT&CK Heatmap diagram as an additional item in the visualization picker in Search and Dashboard.

This app uses ATT&CK v15.1 and D3FEND v0.15.0. For more information visit https://attack.mitre.org/resources/versions/ and https://d3fend.mitre.org/resources/

screenshot.png

screenshot.png

Usage

Search Query

| table <att&ck_technique_id> <numerical_value> [description]

OR

| stats <aggregation> by <att&ck_technique_id>

The visualization requires at least 2 fields to be present within the search output, with an optional third:
1. att&ck_technique_id: The ID of a MITRE ATT&CK Technique (e.g. T0001)
2. numerical_value / aggregation: A numerical value or aggregation to associate with the technique (e.g. count, sum, average)
3. (Optional) description: An optional description to associate with the technique, to display within a tooltop on mouse hover.

Example search query

| stats count AS "Detection Count" first(description) as description by id
| table id "Detection Count" description

Drilldowns

  1. Sub-Technique ID: the ID of a selected sub-technique is drilldownable via $row.mtr_sub-technique_id$
  2. Technique ID: the ID of a selected technique (either by clicking an underlying sub-technique or the technique itself) is drilldownable via $row.mtr_technique_id$
  3. Tactic ID: the ID of a selected tactic (either by clicking an underlying technique or the tactic itself) is drilldownable via $row.mtr_tactic_id$
  4. Sub-Technique Name: the name of a selected sub-technique is drilldownable via $row.mtr_sub-technique_name$
  5. Technique Name: the name of a selected technique is drilldownable via $row.mtr_technique_name$
  6. Tactic Name: the name of a selected tactic is drilldownable (either by clicking an underlying technique or the tactic itself) via $row.mtr_tactic_name$
  7. Sub-Technique Value: the value of a selected sub-technique is drilldownable via $row.mtr_sub-technique_value$
  8. Technique Value: the value of a selected technique is drilldownable (either by clicking an underlying sub-technique or the technique itself) via $row.mtr_technique_value$
  9. Tactic Value: the value of a selected tactic is drilldownable (either by clicking an underlying technique or the tactic itself) via $row.mtr_tactic_value$

If any of the above values are not defined, the associated token is unset.

Support

This app is currently unsupported for Internet Explorer. Please report issues to https://github.com/alatif113/mitre_attck_heatmap/issues

Change Log

v1.9.0

  • Added an optional search bar, enabled through the format menu, to quickly highlight techniques based on their ID or name
  • Updated to use ATT&CK v15.1 and D3FEND v0.15.0

v1.8.0

  • Added MITRE D3FEND Matrix
  • Updated Enterprise, Mobile, and ICS matrices

v1.7.3

  • Updated to use ATT&CK v14

v1.7.0

  • Added ability to toggle sub-techniques on/off via the visualization format menu.
  • Added ability to enable an animation on the heatmap, highlighting techniques from lowest to highest values within a given duration.
  • Fixed bug where sorting by value or technique name was not working correctly.

v1.6.1

  • Added ability to select matrix type via the visualization format menu.
  • Added support for sub-techniques

LICENSE from the MITRE Corporation (MITRE)

Both MITRE ATT&CK<sup>®</sup> and ATT&CK<sup>®</sup> are registered trademarks of The MITRE Corporation.

The MITRE Corporation (MITRE) hereby grants you a non-exclusive, royalty-free license to use ATT&CK Evaluations for research, development, and commercial purposes. Any copy you make for such purposes is authorized provided that you reproduce MITRE's copyright designation and this license in any such copy.

"(C) 2018 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation."

DISCLAIMERS
MITRE does not claim ATT&CK enumerates all possibilities for the types of actions and behaviors documented as part of its adversary model and framework of techniques. Using the information contained within ATT&CK to address or cover full categories of techniques will not guarantee full defensive coverage as there may be undisclosed techniques or variations on existing techniques not documented by ATT&CK.

ALL DOCUMENTS AND THE INFORMATION CONTAINED THEREIN ARE PROVIDED ON AN "AS IS" BASIS AND THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY), THE MITRE CORPORATION, ITS BOARD OF TRUSTEES, OFFICERS, AGENTS, AND EMPLOYEES, DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION THEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Release Notes

Version 1.9.1
June 19, 2024
  • Added an optional search bar, enabled through the format menu, to quickly highlight techniques based on their ID or name
  • Updated to use ATT&CK v15.1 and D3FEND v0.15.0
Version 1.8.1
Jan. 3, 2024
  • Bug fixes
Version 1.8.0
Jan. 3, 2024
  • Added MITRE D3FEND Matrix
  • Updated Enterprise, Mobile, and ICS matrices
Version 1.7.1
April 14, 2023
  • Added ability to toggle sub-techniques on/off via the visualization format menu.
  • Added ability to enable an animation on the heatmap, highlighting techniques from lowest to highest values within a given duration.
  • Fixed bug where sorting by value or technique name was not working correctly.
Version 1.6.1
April 6, 2023
  • Support for sub techniques
  • Format options to choose ATT&CK matrix (i.e., Enterprise, ICS, Mobile) and platforms (i.e., Android, Windows, Cloud, etc.)
Version 1.5.0
Nov. 3, 2022
  • Enterprise ATT&CK version 12
Version 1.4.0
Feb. 10, 2022
  • Updated jQuery to 3.5.0
  • Updated underscore to 1.12.1
  • Added functionality to focus techniques on legend hover
Version 1.3.0
Jan. 11, 2022
  • Support for light and dark themes under formatting
  • Support for additional drilldowns (mtr_tactic, mtr_name, and all row data)
  • Updated tooltip with MITRE ATT&CK link
  • Updated tooltip to trim potentially long descriptions with "Show more" button
Version 1.2.0
Nov. 11, 2021
  • Fixed drilldown issues
Version 1.1.0
Sept. 15, 2021
  • Various updated to pass Splunk app-inspect for Splunk Cloud
Version 1.0.0
Sept. 13, 2021

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 LLC in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.