-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e2c9a0
commit 07909ad
Showing
80 changed files
with
531,951 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
{ | ||
"enterprise_attack_url": "assets/enterprise-attack.json", | ||
"pre_attack_url": "assets/pre-attack.json", | ||
"mobile_data_url": "https://raw.githubusercontent.com/mitre/cti/ATT%26CK-v6.3/mobile-attack/mobile-attack.json", | ||
"taxii_server": { | ||
"enabled": false, | ||
"url": "https://cti-taxii.mitre.org/", | ||
"collections": { | ||
"enterprise_attack": "95ecc380-afe9-11e4-9b6c-751b66dd541e", | ||
"pre_attack": "062767bd-02d2-4b72-84ba-56caef0f8658", | ||
"mobile_attack": "2f669986-b40b-4423-b720-4396ca6a462b" | ||
} | ||
}, | ||
|
||
"domain": "mitre-enterprise", | ||
|
||
"custom_context_menu_items": [ | ||
|
||
], | ||
|
||
"default_layers": { | ||
"enabled": false, | ||
"urls": ["assets/example.json", "https://raw.githubusercontent.com/mitre-attack/attack-navigator/master/layers/data/samples/Bear_APT.json"] | ||
}, | ||
|
||
"comment_color": "yellow", | ||
|
||
"features": [ | ||
{"name": "tabs", "enabled": true, "description": "Disable to remove the ability to open new tabs."}, | ||
{"name": "selecting_techniques", "enabled": false, "description": "Disable to remove the ability to select techniques."}, | ||
{"name": "header", "enabled": true, "description": "Disable to remove the header containing 'MITRE ATT&CK Navigator' and the link to the help page. The help page can still be accessed from the new tab menu."}, | ||
{"name": "subtechniques", "enabled": false, "description": "Disable to remove all sub-technique features from the interface."}, | ||
{"name": "redelk_controls", "enabled": true, "description": "Disable to to disable RedELK controls."}, | ||
{"name": "selection_controls", "enabled": false, "description": "Disable to to disable all subfeatures", "subfeatures": [ | ||
{"name": "search", "enabled": true, "description": "Disable to remove the technique search panel from the interface."}, | ||
{"name": "multiselect", "enabled": true, "description": "Disable to remove the multiselect panel from interface."}, | ||
{"name": "deselect_all", "enabled": true, "description": "Disable to remove the deselect all button from the interface."} | ||
]}, | ||
{"name": "layer_controls", "enabled": true, "description": "Disable to to disable all subfeatures", "subfeatures": [ | ||
{"name": "layer_info", "enabled": true, "description": "Disable to remove the layer info (name, description and metadata) panel from the interface. Note that the layer can still be renamed in the tab."}, | ||
{"name": "download_layer", "enabled": true, "description": "Disable to remove the button to download the layer."}, | ||
{"name": "export_render", "enabled": true, "description": "Disable to the remove the button to render the current layer."}, | ||
{"name": "export_excel", "enabled": true, "description": "Disable to the remove the button to export the current layer to MS Excel (.xlsx) format."}, | ||
{"name": "filters", "enabled": true, "description": "Disable to the remove the filters panel from interface."}, | ||
{"name": "sorting", "enabled": true, "description": "Disable to the remove the sorting button from the interface."}, | ||
{"name": "color_setup", "enabled": true, "description": "Disable to the remove the color setup panel from interface, containing customization controls for scoring gradient and tactic row color."}, | ||
{"name": "toggle_hide_disabled", "enabled": true, "description": "Disable to the remove the hide disabled techniques button from the interface."}, | ||
{"name": "layout_controls", "enabled": true, "description": "Disable to the remove the ability to change the current matrix layout."}, | ||
{"name": "legend", "enabled": true, "description": "Disable to the remove the legend panel from the interface."} | ||
]}, | ||
{"name": "technique_controls", "enabled": false, "description": "Disable to to disable all subfeatures", "subfeatures": [ | ||
{"name": "disable_techniques", "enabled": true, "description": "Disable to the remove the ability to disable techniques."}, | ||
{"name": "manual_color", "enabled": true, "description": "Disable to the remove the ability to assign manual colors to techniques."}, | ||
{"name": "scoring", "enabled": true, "description": "Disable to the remove the ability to score techniques."}, | ||
{"name": "comments", "enabled": true, "description": "Disable to the remove the ability to add comments to techniques."}, | ||
{"name": "clear_annotations", "enabled": true, "description": "Disable to remove the button to clear all annotations on the selected techniques."} | ||
]} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"name": "layer", | ||
"version": "3.0", | ||
"domain": "mitre-enterprise", | ||
"description": "", | ||
"filters": { | ||
"stages": [ | ||
"act" | ||
], | ||
"platforms": [ | ||
"Windows", | ||
"Linux", | ||
"macOS" | ||
] | ||
}, | ||
"sorting": 0, | ||
"layout": { | ||
"layout": "side", | ||
"showID": false, | ||
"showName": true | ||
}, | ||
"hideDisabled": false, | ||
"techniques": [ | ||
{ | ||
"techniqueID": "T1156", | ||
"tactic": "persistence", | ||
"color": "#3182bd", | ||
"comment": "", | ||
"enabled": true, | ||
"metadata": [], | ||
"showSubtechniques": false | ||
}, | ||
{ | ||
"techniqueID": "T1134", | ||
"tactic": "defense-evasion", | ||
"color": "#3182bd", | ||
"comment": "", | ||
"enabled": true, | ||
"metadata": [], | ||
"showSubtechniques": false | ||
}, | ||
{ | ||
"techniqueID": "T1134", | ||
"tactic": "privilege-escalation", | ||
"color": "#3182bd", | ||
"comment": "", | ||
"enabled": true, | ||
"metadata": [], | ||
"showSubtechniques": false | ||
}, | ||
{ | ||
"techniqueID": "T1189", | ||
"tactic": "initial-access", | ||
"color": "#3182bd", | ||
"comment": "", | ||
"enabled": true, | ||
"metadata": [], | ||
"showSubtechniques": false | ||
} | ||
], | ||
"gradient": { | ||
"colors": [ | ||
"#ff6666", | ||
"#ffe766", | ||
"#8ec843" | ||
], | ||
"minValue": 0, | ||
"maxValue": 100 | ||
}, | ||
"legendItems": [], | ||
"metadata": [], | ||
"showTacticRowBackground": false, | ||
"tacticRowBackground": "#dddddd", | ||
"selectTechniquesAcrossTactics": true, | ||
"selectSubtechniquesWithParent": false | ||
} |
173,591 changes: 173,591 additions & 0 deletions
173,591
public/assets/attack-navigator/assets/enterprise-attack.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/baseline-grid_on-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
public/assets/attack-navigator/assets/icons/ic_camera_alt_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_check_box_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
.../assets/attack-navigator/assets/icons/ic_check_box_outline_blank_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_clear_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_clear_gray_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_close_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_color_lens_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_content_copy_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_description_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_done_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_done_gray_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_file_download_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_file_upload_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_file_upload_gray_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_filter_list_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
public/assets/attack-navigator/assets/icons/ic_format_color_fill_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
...sets/attack-navigator/assets/icons/ic_format_color_fill_black_nobottom_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
...ssets/attack-navigator/assets/icons/ic_format_color_fill_gray_nobottom_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_format_size_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_insert_chart_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_insert_chart_gray_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_insert_comment_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_insert_comment_gray_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_keyboard_arrow_down_black_24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_keyboard_arrow_right_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_keyboard_arrow_up_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_layers_clear_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_layers_clear_gray_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_lock_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_lock_open_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_palette_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
.../assets/attack-navigator/assets/icons/ic_photo_size_select_large_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_playlist_add_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_playlist_add_gray_24px.svg
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
public/assets/attack-navigator/assets/icons/ic_refresh_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_remove_circle_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_save_black_24px.svg
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
public/assets/attack-navigator/assets/icons/ic_save_gray_24px.svg
Oops, something went wrong.
Oops, something went wrong.