Detect Tactics, Techniques & Combat Threats
 
 
 
 
 
 
Go to file
Marcus Bakker c6ad00331a - Fixed a bug that could result in an invalid message in the Excel for a missing ATT&CK data sources
- Added a health check for when the data source YAML file is missing an ATT&CK data source
2019-12-05 10:45:24 +01:00
sample-data Fixed the 'date_connected' for the source 'Office 365 audit logs'. 2019-12-05 10:35:53 +01:00
threat-actor-data rename files 2019-11-19 11:46:22 +01:00
Dockerfile Bumped the version to 1.2.5 2019-11-19 10:26:02 +01:00
LICENSE initial commit 2019-03-29 15:26:25 +01:00
README.md Bumped the version to 1.2.5 2019-11-19 10:26:02 +01:00
constants.py Fixed a bug that resulted (within specific circumstance) in a wrong colour for visibility, when detection coverage is overlaid with visibility. Reported by @Sreeman. 2019-12-04 10:39:11 +01:00
data_source_mapping.py - Fixed a bug that could result in an invalid message in the Excel for a missing ATT&CK data sources 2019-12-05 10:45:24 +01:00
dettect.py Added a health check for when the data source YAML file is missing an ATT&CK data source 2019-12-05 10:43:07 +01:00
eql_yaml.py Added a health check for when the data source YAML file is missing an ATT&CK data source 2019-12-05 10:43:07 +01:00
generic.py Small fixes 2019-12-05 08:43:42 +01:00
group_mapping.py Fix for a small bug that resulted in a stacktrace when using an invalid group name as overlay. 2019-11-14 15:12:26 +01:00
health.py Added a health check for when the data source YAML file is missing an ATT&CK data source 2019-12-05 10:43:07 +01:00
interactive_menu.py Added a health check for when the data source YAML file is missing an ATT&CK data source 2019-12-05 10:43:07 +01:00
requirements.txt Updated all packages to their latest version. 2019-12-05 10:37:43 +01:00
scoring_table.xlsx Typos fix 2019-06-10 20:19:19 +02:00
technique_mapping.py The cumulative count was broken due to upgrade of Pandas to version 0.25.3 2019-12-05 10:37:11 +01:00
upgrade.py Added an extra check for a possible empty 'comment' key-value pair. 2019-08-20 11:13:25 +02:00

README.md

DeTT&CT

Detect Tactics, Techniques & Combat Threats

Latest version: 1.2.5

To get started with DeTT&CT, check out this page, our talk at hack.lu 2019 and our blog on:

DeTT&CT aims to assist blue teams using ATT&CK to score and compare data log source quality, visibility coverage, detection coverage and threat actor behaviours. All of which can help, in different ways, to get more resilient against attacks targeting your organisation. The DeTT&CT framework consists of a Python tool, YAML administration files and scoring tables for the different aspects.

DeTT&CT provides the following functionality:

  • Administrate and score the quality of your data sources.
  • Get insight on the visibility you have on for example endpoints.
  • Map your detection coverage.
  • Map threat actor behaviours.
  • Compare visibility, detections and threat actor behaviours to uncover possible improvements in detection and visibility. This can help you to prioritise your blue teaming efforts.

The coloured visualisations are created with the help of MITRE's ATT&CK™ Navigator.

Authors and contribution

This project is developed and maintained by Marcus Bakker (Twitter: @bakk3rm) and Ruben Bouman (Twitter: @rubenb_2). Feel free to contact, DMs are open.

We welcome contributions! Contributions can be both in code, as well as in ideas you might have for further development, usability improvements, etc.

Work of others

Some functionality within DeTT&CT was inspired by the work of others:

Example

YAML files are used for administrating scores and relevant metadata. All of which can be visualised by loading JSON layer files into the ATT&CK Navigator (some types of scores and metadata can also be written to Excel).

See below an example of mapping your data sources to ATT&CK, which gives you a rough overview of your visibility coverage:

DeTT&CT - Data quality

Installation and requirements

See our GitHub Wiki: Installation and requirements.

License: GPL-3.0

DeTT&CT's GNU General Public License v3.0