-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from mitre-attack/develop
Update website for ATT&CK v15.1
- Loading branch information
Showing
11 changed files
with
1,727 additions
and
7 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
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
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
215 changes: 215 additions & 0 deletions
215
modules/resources/docs/changelogs/v15.0-v15.1/changelog-detailed.html
Large diffs are not rendered by default.
Oops, something went wrong.
1,230 changes: 1,230 additions & 0 deletions
1,230
modules/resources/docs/changelogs/v15.0-v15.1/changelog.json
Large diffs are not rendered by default.
Oops, something went wrong.
160 changes: 160 additions & 0 deletions
160
modules/resources/docs/changelogs/v15.0-v15.1/layer-enterprise.json
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,160 @@ | ||
{ | ||
"versions": { | ||
"layer": "4.5", | ||
"navigator": "5.0.0", | ||
"attack": "15.1" | ||
}, | ||
"name": "May 2024 Enterprise Updates", | ||
"description": "Enterprise updates for the May 2024 release of ATT&CK", | ||
"domain": "enterprise-attack", | ||
"techniques": [ | ||
{ | ||
"techniqueID": "T1574.014", | ||
"tactic": "persistence", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1574.014", | ||
"tactic": "privilege-escalation", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1574.014", | ||
"tactic": "defense-evasion", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1550.001", | ||
"tactic": "defense-evasion", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1550.001", | ||
"tactic": "lateral-movement", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1059.010", | ||
"tactic": "execution", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1574.001", | ||
"tactic": "persistence", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1574.001", | ||
"tactic": "privilege-escalation", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1574.001", | ||
"tactic": "defense-evasion", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1583.001", | ||
"tactic": "resource-development", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1546.016", | ||
"tactic": "privilege-escalation", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1546.016", | ||
"tactic": "persistence", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1608.005", | ||
"tactic": "resource-development", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1550", | ||
"tactic": "defense-evasion", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
}, | ||
{ | ||
"techniqueID": "T1550", | ||
"tactic": "lateral-movement", | ||
"enabled": true, | ||
"color": "#B99095", | ||
"comment": "patche" | ||
} | ||
], | ||
"sorting": 0, | ||
"hideDisabled": false, | ||
"legendItems": [ | ||
{ | ||
"color": "#a1d99b", | ||
"label": "additions: ATT&CK objects which are only present in the new release." | ||
}, | ||
{ | ||
"color": "#fcf3a2", | ||
"label": "major_version_changes: ATT&CK objects that have a major version change. (e.g. 1.0 \u2192 2.0)" | ||
}, | ||
{ | ||
"color": "#c7c4e0", | ||
"label": "minor_version_changes: ATT&CK objects that have a minor version change. (e.g. 1.0 \u2192 1.1)" | ||
}, | ||
{ | ||
"color": "#B5E5CF", | ||
"label": "other_version_changes: ATT&CK objects that have a version change of any other kind. (e.g. 1.0 \u2192 1.2)" | ||
}, | ||
{ | ||
"color": "#B99095", | ||
"label": "patches: ATT&CK objects that have been patched while keeping the version the same. (e.g., 1.0 \u2192 1.0 but something like a typo, a URL, or some metadata was fixed)" | ||
}, | ||
{ | ||
"color": "#ff9000", | ||
"label": "revocations: ATT&CK objects which are revoked by a different object." | ||
}, | ||
{ | ||
"color": "#ff6363", | ||
"label": "deprecations: ATT&CK objects which are deprecated and no longer in use, and not replaced." | ||
}, | ||
{ | ||
"color": "#ff00e1", | ||
"label": "deletions: ATT&CK objects which are no longer found in the STIX data." | ||
}, | ||
{ | ||
"color": "#ffffff", | ||
"label": "unchanged: ATT&CK objects which did not change between the two versions." | ||
} | ||
], | ||
"showTacticRowBackground": true, | ||
"tacticRowBackground": "#205b8f", | ||
"selectTechniquesAcrossTactics": true | ||
} |
54 changes: 54 additions & 0 deletions
54
modules/resources/docs/changelogs/v15.0-v15.1/layer-ics.json
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,54 @@ | ||
{ | ||
"versions": { | ||
"layer": "4.5", | ||
"navigator": "5.0.0", | ||
"attack": "15.1" | ||
}, | ||
"name": "May 2024 ICS Updates", | ||
"description": "ICS updates for the May 2024 release of ATT&CK", | ||
"domain": "ics-attack", | ||
"techniques": [], | ||
"sorting": 0, | ||
"hideDisabled": false, | ||
"legendItems": [ | ||
{ | ||
"color": "#a1d99b", | ||
"label": "additions: ATT&CK objects which are only present in the new release." | ||
}, | ||
{ | ||
"color": "#fcf3a2", | ||
"label": "major_version_changes: ATT&CK objects that have a major version change. (e.g. 1.0 \u2192 2.0)" | ||
}, | ||
{ | ||
"color": "#c7c4e0", | ||
"label": "minor_version_changes: ATT&CK objects that have a minor version change. (e.g. 1.0 \u2192 1.1)" | ||
}, | ||
{ | ||
"color": "#B5E5CF", | ||
"label": "other_version_changes: ATT&CK objects that have a version change of any other kind. (e.g. 1.0 \u2192 1.2)" | ||
}, | ||
{ | ||
"color": "#B99095", | ||
"label": "patches: ATT&CK objects that have been patched while keeping the version the same. (e.g., 1.0 \u2192 1.0 but something like a typo, a URL, or some metadata was fixed)" | ||
}, | ||
{ | ||
"color": "#ff9000", | ||
"label": "revocations: ATT&CK objects which are revoked by a different object." | ||
}, | ||
{ | ||
"color": "#ff6363", | ||
"label": "deprecations: ATT&CK objects which are deprecated and no longer in use, and not replaced." | ||
}, | ||
{ | ||
"color": "#ff00e1", | ||
"label": "deletions: ATT&CK objects which are no longer found in the STIX data." | ||
}, | ||
{ | ||
"color": "#ffffff", | ||
"label": "unchanged: ATT&CK objects which did not change between the two versions." | ||
} | ||
], | ||
"showTacticRowBackground": true, | ||
"tacticRowBackground": "#205b8f", | ||
"selectTechniquesAcrossTactics": true | ||
} |
54 changes: 54 additions & 0 deletions
54
modules/resources/docs/changelogs/v15.0-v15.1/layer-mobile.json
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,54 @@ | ||
{ | ||
"versions": { | ||
"layer": "4.5", | ||
"navigator": "5.0.0", | ||
"attack": "15.1" | ||
}, | ||
"name": "May 2024 Mobile Updates", | ||
"description": "Mobile updates for the May 2024 release of ATT&CK", | ||
"domain": "mobile-attack", | ||
"techniques": [], | ||
"sorting": 0, | ||
"hideDisabled": false, | ||
"legendItems": [ | ||
{ | ||
"color": "#a1d99b", | ||
"label": "additions: ATT&CK objects which are only present in the new release." | ||
}, | ||
{ | ||
"color": "#fcf3a2", | ||
"label": "major_version_changes: ATT&CK objects that have a major version change. (e.g. 1.0 \u2192 2.0)" | ||
}, | ||
{ | ||
"color": "#c7c4e0", | ||
"label": "minor_version_changes: ATT&CK objects that have a minor version change. (e.g. 1.0 \u2192 1.1)" | ||
}, | ||
{ | ||
"color": "#B5E5CF", | ||
"label": "other_version_changes: ATT&CK objects that have a version change of any other kind. (e.g. 1.0 \u2192 1.2)" | ||
}, | ||
{ | ||
"color": "#B99095", | ||
"label": "patches: ATT&CK objects that have been patched while keeping the version the same. (e.g., 1.0 \u2192 1.0 but something like a typo, a URL, or some metadata was fixed)" | ||
}, | ||
{ | ||
"color": "#ff9000", | ||
"label": "revocations: ATT&CK objects which are revoked by a different object." | ||
}, | ||
{ | ||
"color": "#ff6363", | ||
"label": "deprecations: ATT&CK objects which are deprecated and no longer in use, and not replaced." | ||
}, | ||
{ | ||
"color": "#ff00e1", | ||
"label": "deletions: ATT&CK objects which are no longer found in the STIX data." | ||
}, | ||
{ | ||
"color": "#ffffff", | ||
"label": "unchanged: ATT&CK objects which did not change between the two versions." | ||
} | ||
], | ||
"showTacticRowBackground": true, | ||
"tacticRowBackground": "#205b8f", | ||
"selectTechniquesAcrossTactics": true | ||
} |
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
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
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