Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Website Changelog

## v4.4.1 (2025-11-13)

### Features

* Release ATT&CK content version 18.1.
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.1).

## v4.4.0 (2025-10-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions data/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"current": {
"name": "v18.0",
"name": "v18.1",
"date_start": "October 28, 2025",
"changelog": "updates-october-2025",
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.0"
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.1"
},
"previous": [
{
Expand Down
4,997 changes: 4,997 additions & 0 deletions modules/resources/docs/changelogs/v18.0-v18.1/changelog-detailed.html

Large diffs are not rendered by default.

47,246 changes: 47,246 additions & 0 deletions modules/resources/docs/changelogs/v18.0-v18.1/changelog.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
{
"versions": {
"layer": "4.5",
"navigator": "5.0.0",
"attack": "18.1"
},
"name": "November 2025 Enterprise Updates",
"description": "Enterprise updates for the November 2025 release of ATT&CK",
"domain": "enterprise-attack",
"techniques": [
{
"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": "T1564.006",
"tactic": "defense-evasion",
"enabled": true,
"color": "#B99095",
"comment": "patche"
},
{
"techniqueID": "T1199",
"tactic": "initial-access",
"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 modules/resources/docs/changelogs/v18.0-v18.1/layer-ics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"versions": {
"layer": "4.5",
"navigator": "5.0.0",
"attack": "18.1"
},
"name": "November 2025 ICS Updates",
"description": "ICS updates for the November 2025 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
}
62 changes: 62 additions & 0 deletions modules/resources/docs/changelogs/v18.0-v18.1/layer-mobile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"versions": {
"layer": "4.5",
"navigator": "5.0.0",
"attack": "18.1"
},
"name": "November 2025 Mobile Updates",
"description": "Mobile updates for the November 2025 release of ATT&CK",
"domain": "mobile-attack",
"techniques": [
{
"techniqueID": "T1454",
"tactic": "collection",
"enabled": true,
"color": "#a1d99b",
"comment": "addition"
}
],
"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
}
10 changes: 5 additions & 5 deletions modules/resources/static_pages/updates-october-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ save_as: resources/updates/updates-october-2025/index.html

| Version | Start Date | End Date | Data | Changelogs |
|:--------|:-----------|:---------|:-----|:-----------|
| [ATT&CK v18](/versions/v18) | October 28, 2025 | Current version of ATT&CK | [v18.0 on MITRE/CTI](https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.0) | 17.1 - 18.0 [Details](/docs/changelogs/v17.1-v18.0/changelog-detailed.html) ([JSON](/docs/changelogs/v17.1-v18.0/changelog.json)) |
| [ATT&CK v18](/versions/v18) | October 28, 2025 | Current version of ATT&CK | [v18.0 on MITRE/CTI](https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.0) <br> [v18.1 on MITRE/CTI](https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.1) | 17.1 - 18.0 [Details](/docs/changelogs/v17.1-v18.0/changelog-detailed.html) ([JSON](/docs/changelogs/v17.1-v18.0/changelog.json)) <br> 18.0 - 18.1 [Details](/docs/changelogs/v18.0-v18.1/changelog-detailed.html) ([JSON](/docs/changelogs/v18.0-v18.1/changelog.json)) |

The October 2025 (v18) ATT&CK release updates Techniques, Groups, Campaigns and Software for Enterprise, Mobile, and ICS.

Expand All @@ -20,13 +20,13 @@ This release also includes a [human-readable detailed changelog](/docs/changelog

## Statistics

This version of ATT&CK contains 910 Software, 176 Groups, and 55 Campaigns.
This version of ATT&CK contains 910 Pieces of Software, 176 Groups, and 55 Campaigns.

Broken out by domain:

* Enterprise: 14 Tactics, 216 Techniques, 475 Sub-Techniques, 172 Groups, 784 Software, 52 Campaigns, 44 Mitigations, 691 Detection Strategies, 1739 Analytics, and 106 Data Components
* Mobile: 12 Tactics, 77 Techniques, 47 Sub-Techniques, 17 Groups, 122 Software, 3 Campaigns, 13 Mitigations, 124 Detection Strategies, 211 Analytics, and 17 Data Components
* ICS: 12 Tactics, 83 Techniques, 14 Groups, 23 Software, 7 Campaigns, 52 Mitigations, 18 Assets, 83 Detection Strategies, 82 Analytics, and 36 Data Components
* Enterprise: 14 Tactics, 216 Techniques, 475 Sub-Techniques, 172 Groups, 784 Pieces of Software, 52 Campaigns, 44 Mitigations, 691 Detection Strategies, 1739 Analytics, and 106 Data Components
* Mobile: 12 Tactics, 77 Techniques, 47 Sub-Techniques, 17 Groups, 122 Pieces of Software, 3 Campaigns, 13 Mitigations, 124 Detection Strategies, 211 Analytics, and 17 Data Components
* ICS: 12 Tactics, 83 Techniques, 14 Groups, 23 Pieces of Software, 7 Campaigns, 52 Mitigations, 18 Assets, 83 Detection Strategies, 82 Analytics, and 36 Data Components

## Release Notes Terminology

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ profile = "black"

[tool.towncrier]
name = "ATT&CK website"
version = "4.4.0"
version = "4.4.1"
filename = "CHANGELOG.md"
issue_format = "[#{issue}](https://github.com/mitre-attack/attack-website/issues/{issue})"
template = ".towncrier.template.md"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bleach==6.1.0
colorama==0.4.6
future==1.0.0
loguru==0.7.2
mitreattack-python==5.2.1
mitreattack-python==5.3.0
pelican==4.10.2
python-dotenv==1.0.1
requests==2.32.3
Expand Down