Detect Tactics, Techniques & Combat Threats
 
 
 
 
 
 
Go to file
Marcus Bakker cf4a55081c Added new functionality for Mitigations statistics 2019-08-01 15:02:06 +02:00
sample-data - Updated to version 1.2 of the tech. administration file. 2019-07-31 10:05:44 +02:00
threat-actor-data Split layer into enterprise and mobile 2019-07-02 09:38:44 +02:00
Dockerfile Updated to version 1.1.2 2019-07-16 10:01:08 +02:00
LICENSE
README.md Updated to version 1.1.2 2019-07-16 10:01:08 +02:00
constants.py Added new constants for STIX 2019-08-01 15:00:09 +02:00
data_source_mapping.py - Replaced PyYAML with ruamel.yaml 2019-07-31 10:13:46 +02:00
dettect.py Added new functionality for Mitigations statistics 2019-08-01 15:02:06 +02:00
generic.py - Made compatible with version 1.2 of the technique admin YAML file. 2019-07-31 10:18:57 +02:00
group_mapping.py A pre-attack Navigator layer's filename no longer contains a platform (which it does not support) 2019-07-31 11:59:17 +02:00
interactive_menu.py Added new functionality for Mitigations statistics 2019-08-01 15:02:06 +02:00
requirements.txt - replaced PyYAML by ruamel.yaml (needed to preserve comments and block style and key ordering) 2019-07-30 09:02:33 +02:00
scoring_table.xlsx Typos fix 2019-06-10 20:19:19 +02:00
technique_mapping.py - Made compatible with the version 1.2 of the technique admin YAML file. 2019-07-31 10:21:39 +02:00
upgrade.py - Added new functionality for the auto-upgrade from tech. admin. YAML file v1.1 to v1.2. 2019-07-31 10:23:32 +02:00

README.md

DeTT&CT

Detect Tactics, Techniques & Combat Threats

Latest version: 1.1.2

To get started with DeTT&CT, check out the Wiki.

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