Skip to content

Commit 1fea534

Browse files
authored
Merge pull request #558 from mitre-attack/develop
Update website to 4.4.1
2 parents de304a2 + ae56cc8 commit 1fea534

File tree

10 files changed

+52465
-9
lines changed

10 files changed

+52465
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Website Changelog
22

3+
## v4.4.1 (2025-11-13)
4+
5+
### Features
6+
7+
* Release ATT&CK content version 18.1.
8+
See detailed changes [here](https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.1).
9+
310
## v4.4.0 (2025-10-28)
411

512
### Features

data/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"current": {
3-
"name": "v18.0",
3+
"name": "v18.1",
44
"date_start": "October 28, 2025",
55
"changelog": "updates-october-2025",
6-
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.0"
6+
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v18.1"
77
},
88
"previous": [
99
{

modules/resources/docs/changelogs/v18.0-v18.1/changelog-detailed.html

Lines changed: 4997 additions & 0 deletions
Large diffs are not rendered by default.

modules/resources/docs/changelogs/v18.0-v18.1/changelog.json

Lines changed: 47246 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"versions": {
3+
"layer": "4.5",
4+
"navigator": "5.0.0",
5+
"attack": "18.1"
6+
},
7+
"name": "November 2025 Enterprise Updates",
8+
"description": "Enterprise updates for the November 2025 release of ATT&CK",
9+
"domain": "enterprise-attack",
10+
"techniques": [
11+
{
12+
"techniqueID": "T1574.001",
13+
"tactic": "persistence",
14+
"enabled": true,
15+
"color": "#B99095",
16+
"comment": "patche"
17+
},
18+
{
19+
"techniqueID": "T1574.001",
20+
"tactic": "privilege-escalation",
21+
"enabled": true,
22+
"color": "#B99095",
23+
"comment": "patche"
24+
},
25+
{
26+
"techniqueID": "T1574.001",
27+
"tactic": "defense-evasion",
28+
"enabled": true,
29+
"color": "#B99095",
30+
"comment": "patche"
31+
},
32+
{
33+
"techniqueID": "T1564.006",
34+
"tactic": "defense-evasion",
35+
"enabled": true,
36+
"color": "#B99095",
37+
"comment": "patche"
38+
},
39+
{
40+
"techniqueID": "T1199",
41+
"tactic": "initial-access",
42+
"enabled": true,
43+
"color": "#B99095",
44+
"comment": "patche"
45+
}
46+
],
47+
"sorting": 0,
48+
"hideDisabled": false,
49+
"legendItems": [
50+
{
51+
"color": "#a1d99b",
52+
"label": "additions: ATT&CK objects which are only present in the new release."
53+
},
54+
{
55+
"color": "#fcf3a2",
56+
"label": "major_version_changes: ATT&CK objects that have a major version change. (e.g. 1.0 \u2192 2.0)"
57+
},
58+
{
59+
"color": "#c7c4e0",
60+
"label": "minor_version_changes: ATT&CK objects that have a minor version change. (e.g. 1.0 \u2192 1.1)"
61+
},
62+
{
63+
"color": "#B5E5CF",
64+
"label": "other_version_changes: ATT&CK objects that have a version change of any other kind. (e.g. 1.0 \u2192 1.2)"
65+
},
66+
{
67+
"color": "#B99095",
68+
"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)"
69+
},
70+
{
71+
"color": "#ff9000",
72+
"label": "revocations: ATT&CK objects which are revoked by a different object."
73+
},
74+
{
75+
"color": "#ff6363",
76+
"label": "deprecations: ATT&CK objects which are deprecated and no longer in use, and not replaced."
77+
},
78+
{
79+
"color": "#ff00e1",
80+
"label": "deletions: ATT&CK objects which are no longer found in the STIX data."
81+
},
82+
{
83+
"color": "#ffffff",
84+
"label": "unchanged: ATT&CK objects which did not change between the two versions."
85+
}
86+
],
87+
"showTacticRowBackground": true,
88+
"tacticRowBackground": "#205b8f",
89+
"selectTechniquesAcrossTactics": true
90+
}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"versions": {
3+
"layer": "4.5",
4+
"navigator": "5.0.0",
5+
"attack": "18.1"
6+
},
7+
"name": "November 2025 ICS Updates",
8+
"description": "ICS updates for the November 2025 release of ATT&CK",
9+
"domain": "ics-attack",
10+
"techniques": [],
11+
"sorting": 0,
12+
"hideDisabled": false,
13+
"legendItems": [
14+
{
15+
"color": "#a1d99b",
16+
"label": "additions: ATT&CK objects which are only present in the new release."
17+
},
18+
{
19+
"color": "#fcf3a2",
20+
"label": "major_version_changes: ATT&CK objects that have a major version change. (e.g. 1.0 \u2192 2.0)"
21+
},
22+
{
23+
"color": "#c7c4e0",
24+
"label": "minor_version_changes: ATT&CK objects that have a minor version change. (e.g. 1.0 \u2192 1.1)"
25+
},
26+
{
27+
"color": "#B5E5CF",
28+
"label": "other_version_changes: ATT&CK objects that have a version change of any other kind. (e.g. 1.0 \u2192 1.2)"
29+
},
30+
{
31+
"color": "#B99095",
32+
"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)"
33+
},
34+
{
35+
"color": "#ff9000",
36+
"label": "revocations: ATT&CK objects which are revoked by a different object."
37+
},
38+
{
39+
"color": "#ff6363",
40+
"label": "deprecations: ATT&CK objects which are deprecated and no longer in use, and not replaced."
41+
},
42+
{
43+
"color": "#ff00e1",
44+
"label": "deletions: ATT&CK objects which are no longer found in the STIX data."
45+
},
46+
{
47+
"color": "#ffffff",
48+
"label": "unchanged: ATT&CK objects which did not change between the two versions."
49+
}
50+
],
51+
"showTacticRowBackground": true,
52+
"tacticRowBackground": "#205b8f",
53+
"selectTechniquesAcrossTactics": true
54+
}
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"versions": {
3+
"layer": "4.5",
4+
"navigator": "5.0.0",
5+
"attack": "18.1"
6+
},
7+
"name": "November 2025 Mobile Updates",
8+
"description": "Mobile updates for the November 2025 release of ATT&CK",
9+
"domain": "mobile-attack",
10+
"techniques": [
11+
{
12+
"techniqueID": "T1454",
13+
"tactic": "collection",
14+
"enabled": true,
15+
"color": "#a1d99b",
16+
"comment": "addition"
17+
}
18+
],
19+
"sorting": 0,
20+
"hideDisabled": false,
21+
"legendItems": [
22+
{
23+
"color": "#a1d99b",
24+
"label": "additions: ATT&CK objects which are only present in the new release."
25+
},
26+
{
27+
"color": "#fcf3a2",
28+
"label": "major_version_changes: ATT&CK objects that have a major version change. (e.g. 1.0 \u2192 2.0)"
29+
},
30+
{
31+
"color": "#c7c4e0",
32+
"label": "minor_version_changes: ATT&CK objects that have a minor version change. (e.g. 1.0 \u2192 1.1)"
33+
},
34+
{
35+
"color": "#B5E5CF",
36+
"label": "other_version_changes: ATT&CK objects that have a version change of any other kind. (e.g. 1.0 \u2192 1.2)"
37+
},
38+
{
39+
"color": "#B99095",
40+
"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)"
41+
},
42+
{
43+
"color": "#ff9000",
44+
"label": "revocations: ATT&CK objects which are revoked by a different object."
45+
},
46+
{
47+
"color": "#ff6363",
48+
"label": "deprecations: ATT&CK objects which are deprecated and no longer in use, and not replaced."
49+
},
50+
{
51+
"color": "#ff00e1",
52+
"label": "deletions: ATT&CK objects which are no longer found in the STIX data."
53+
},
54+
{
55+
"color": "#ffffff",
56+
"label": "unchanged: ATT&CK objects which did not change between the two versions."
57+
}
58+
],
59+
"showTacticRowBackground": true,
60+
"tacticRowBackground": "#205b8f",
61+
"selectTechniquesAcrossTactics": true
62+
}

modules/resources/static_pages/updates-october-2025.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ save_as: resources/updates/updates-october-2025/index.html
88

99
| Version | Start Date | End Date | Data | Changelogs |
1010
|:--------|:-----------|:---------|:-----|:-----------|
11-
| [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)) |
11+
| [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)) |
1212

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

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

2121
## Statistics
2222

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

2525
Broken out by domain:
2626

27-
* 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
28-
* 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
29-
* ICS: 12 Tactics, 83 Techniques, 14 Groups, 23 Software, 7 Campaigns, 52 Mitigations, 18 Assets, 83 Detection Strategies, 82 Analytics, and 36 Data Components
27+
* 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
28+
* 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
29+
* 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
3030

3131
## Release Notes Terminology
3232

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ profile = "black"
66

77
[tool.towncrier]
88
name = "ATT&CK website"
9-
version = "4.4.0"
9+
version = "4.4.1"
1010
filename = "CHANGELOG.md"
1111
issue_format = "[#{issue}](https://github.com/mitre-attack/attack-website/issues/{issue})"
1212
template = ".towncrier.template.md"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bleach==6.1.0
44
colorama==0.4.6
55
future==1.0.0
66
loguru==0.7.2
7-
mitreattack-python==5.2.1
7+
mitreattack-python==5.3.0
88
pelican==4.10.2
99
python-dotenv==1.0.1
1010
requests==2.32.3

0 commit comments

Comments
 (0)