Skip to content

Commit b4bc70f

Browse files
authored
Development Hotfix: Adding colors to techniques in Navigator layers (#12)
* Added colors to techniques to differentiate sensor coverage in comparison layer * changed gradient colors * Nav layer updates * Added argument to map sub-techniques * Reorganized folders; added README * Changed behavior: Individual Sensor Nav Layers have their own color, which is retained when A Sensor Comparison Nav layer is generated. * Final navigation layer update * Modified README to contain information on which order to run scripts
1 parent b1a1739 commit b4bc70f

18 files changed

+15047
-4671
lines changed

mappings/README.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Mappings
2+
The mappings folder contains inputs and outputs related to the tool suite.
3+
4+
5+
## Input
6+
Contains files used as input for running tool suite.
7+
8+
### `attack-domain`
9+
Inputs for creating mappings to different domains should be organized by the attack-domain.
10+
e.g., to create mappings to the 'enterprise' attack domain, input files would be stored in `mappings/input/enterprise`
11+
12+
---
13+
14+
## STIX
15+
Contains STIX bundle files output from running the `src/parse/generate_stix.py` file. Outputs will be stored in corresponding `attack-domain` folders.
16+
17+
---
18+
19+
## layers
20+
Contains ATT&CK Navigator files output from running the `src/util/create_heatmaps.py` file.Outputs will be stored in corresponding `attack-domain` folders.
21+
22+
e.g., to create ATT&CK Navigator layers for the `enterprise` attack domain, use STIX bundle files stored in `mappings/stix/enterprise` to generate Navigator layers in the folder `mappings/layers/enterprise`

0 commit comments

Comments
 (0)