mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Upgrade Navigator and fix Playbook layer
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"name": "Playbook Coverage",
|
"name": "Playbook Coverage",
|
||||||
"versions": {
|
"versions": {
|
||||||
"attack": "11",
|
"attack": "14",
|
||||||
"navigator": "4.8.4",
|
"navigator": "4.9.1",
|
||||||
"layer": "4.4"
|
"layer": "4.5"
|
||||||
},
|
},
|
||||||
"domain": "enterprise-attack",
|
"domain": "enterprise-attack",
|
||||||
"description": "",
|
"description": "",
|
||||||
@@ -12,14 +12,14 @@
|
|||||||
"Linux",
|
"Linux",
|
||||||
"macOS",
|
"macOS",
|
||||||
"Windows",
|
"Windows",
|
||||||
"Azure AD",
|
"Network",
|
||||||
|
"PRE",
|
||||||
|
"Containers",
|
||||||
"Office 365",
|
"Office 365",
|
||||||
"SaaS",
|
"SaaS",
|
||||||
"IaaS",
|
|
||||||
"Google Workspace",
|
"Google Workspace",
|
||||||
"PRE",
|
"IaaS",
|
||||||
"Network",
|
"Azure AD"
|
||||||
"Containers"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sorting": 0,
|
"sorting": 0,
|
||||||
@@ -29,15 +29,27 @@
|
|||||||
"showID": false,
|
"showID": false,
|
||||||
"showName": true,
|
"showName": true,
|
||||||
"showAggregateScores": false,
|
"showAggregateScores": false,
|
||||||
"countUnscored": false
|
"countUnscored": false,
|
||||||
|
"expandedSubtechniques": "none"
|
||||||
},
|
},
|
||||||
"hideDisabled": false,
|
"hideDisabled": false,
|
||||||
"techniques": [],
|
"techniques": [
|
||||||
|
{
|
||||||
|
"techniqueID": "T1197",
|
||||||
|
"tactic": "defense-evasion",
|
||||||
|
"score": 100,
|
||||||
|
"color": "",
|
||||||
|
"comment": "",
|
||||||
|
"enabled": true,
|
||||||
|
"metadata": [],
|
||||||
|
"links": [],
|
||||||
|
"showSubtechniques": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"gradient": {
|
"gradient": {
|
||||||
"colors": [
|
"colors": [
|
||||||
"#ff6666ff",
|
"#ffffff00",
|
||||||
"#ffe766ff",
|
"#66b1ffff"
|
||||||
"#8ec843ff"
|
|
||||||
],
|
],
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
"maxValue": 100
|
"maxValue": 100
|
||||||
@@ -48,5 +60,6 @@
|
|||||||
"showTacticRowBackground": false,
|
"showTacticRowBackground": false,
|
||||||
"tacticRowBackground": "#dddddd",
|
"tacticRowBackground": "#dddddd",
|
||||||
"selectTechniquesAcrossTactics": true,
|
"selectTechniquesAcrossTactics": true,
|
||||||
"selectSubtechniquesWithParent": false
|
"selectSubtechniquesWithParent": false,
|
||||||
|
"selectVisibleTechniques": false
|
||||||
}
|
}
|
||||||
@@ -3,8 +3,8 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "ATT&CK v11",
|
"name": "ATT&CK v14",
|
||||||
"version": "11",
|
"version": "14",
|
||||||
"domains": [
|
"domains": [
|
||||||
{
|
{
|
||||||
"name": "Enterprise",
|
"name": "Enterprise",
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
{"name": "leave_site_dialog", "enabled": true, "description": "Disable to remove the dialog prompt when leaving site."},
|
{"name": "leave_site_dialog", "enabled": true, "description": "Disable to remove the dialog prompt when leaving site."},
|
||||||
{"name": "tabs", "enabled": true, "description": "Disable to remove the ability to open new tabs."},
|
{"name": "tabs", "enabled": true, "description": "Disable to remove the ability to open new tabs."},
|
||||||
{"name": "selecting_techniques", "enabled": true, "description": "Disable to remove the ability to select techniques."},
|
{"name": "selecting_techniques", "enabled": true, "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": "header", "enabled": true, "description": "Disable to remove the header containing banner."},
|
||||||
{"name": "subtechniques", "enabled": true, "description": "Disable to remove all sub-technique features from the interface."},
|
{"name": "subtechniques", "enabled": true, "description": "Disable to remove all sub-technique features from the interface."},
|
||||||
{"name": "selection_controls", "enabled": true, "description": "Disable to to disable all subfeatures", "subfeatures": [
|
{"name": "selection_controls", "enabled": true, "description": "Disable to to disable all subfeatures", "subfeatures": [
|
||||||
{"name": "search", "enabled": true, "description": "Disable to remove the technique search panel from the interface."},
|
{"name": "search", "enabled": true, "description": "Disable to remove the technique search panel from the interface."},
|
||||||
@@ -51,13 +51,20 @@
|
|||||||
{"name": "technique_controls", "enabled": true, "description": "Disable to disable all subfeatures", "subfeatures": [
|
{"name": "technique_controls", "enabled": true, "description": "Disable to disable all subfeatures", "subfeatures": [
|
||||||
{"name": "disable_techniques", "enabled": true, "description": "Disable to remove the ability to disable techniques."},
|
{"name": "disable_techniques", "enabled": true, "description": "Disable to remove the ability to disable techniques."},
|
||||||
{"name": "manual_color", "enabled": true, "description": "Disable to remove the ability to assign manual colors to techniques."},
|
{"name": "manual_color", "enabled": true, "description": "Disable to remove the ability to assign manual colors to techniques."},
|
||||||
|
{"name": "background_color", "enabled": true, "description": "Disable to remove the background color effect on manually assigned colors."},
|
||||||
|
{"name": "non_aggregate_score_color", "enabled": true, "description": "Disable to remove the color effect on non-aggregate scores."},
|
||||||
|
{"name": "aggregate_score_color", "enabled": true, "description": "Disable to remove the color effect on aggregate scores."},
|
||||||
{"name": "scoring", "enabled": true, "description": "Disable to remove the ability to score techniques."},
|
{"name": "scoring", "enabled": true, "description": "Disable to remove the ability to score techniques."},
|
||||||
{"name": "comments", "enabled": true, "description": "Disable to remove the ability to add comments to techniques."},
|
{"name": "comments", "enabled": true, "description": "Disable to remove the ability to add comments to techniques."},
|
||||||
{"name": "comment_underline", "enabled": true, "description": "Disable to remove the comment underline effect on techniques."},
|
{"name": "comment_underline", "enabled": true, "description": "Disable to remove the comment underline effect on techniques."},
|
||||||
|
{"name": "metadata_underline", "enabled": true, "description": "Disable to remove the metadata underline effect on techniques."},
|
||||||
{"name": "links", "enabled": true, "description": "Disable to remove the ability to assign hyperlinks to techniques."},
|
{"name": "links", "enabled": true, "description": "Disable to remove the ability to assign hyperlinks to techniques."},
|
||||||
{"name": "link_underline", "enabled": true, "description": "Disable to remove the hyperlink underline effect on techniques."},
|
{"name": "link_underline", "enabled": true, "description": "Disable to remove the hyperlink underline effect on techniques."},
|
||||||
{"name": "metadata", "enabled": true, "description": "Disable to remove the ability to add metadata to techniques."},
|
{"name": "metadata", "enabled": true, "description": "Disable to remove the ability to add metadata to techniques."},
|
||||||
{"name": "clear_annotations", "enabled": true, "description": "Disable to remove the button to clear all annotations on the selected techniques."}
|
{"name": "clear_annotations", "enabled": true, "description": "Disable to remove the button to clear all annotations on the selected techniques."}
|
||||||
|
]},
|
||||||
|
{"name": "toolbar_controls", "enabled": true, "description": "Disable to disable all subfeatures", "subfeatures": [
|
||||||
|
{"name": "sticky_toolbar", "enabled": true, "description": "Disable to remove the ability to enable/disable the sticky toolbar."}
|
||||||
]}
|
]}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user