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
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.14
3.13.2
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v4.2.2 (2025-04-22)

## Features

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

# v4.2.1 (2024-11-12)

## Features
Expand Down
17 changes: 13 additions & 4 deletions data/versions.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
{
"current": {
"name": "v16.1",
"date_start": "October 31, 2024",
"changelog": "updates-october-2024",
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v16.1"
"name": "v17.0",
"date_start": "April 22, 2025",
"changelog": "updates-april-2025",
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v17.0"
},
"previous": [
{
"name": "v16.1",
"aliases": [],
"date_start": "October 31, 2024",
"date_end": "April 21, 2025",
"changelog": "updates-october-2024",
"cti_url": "https://github.com/mitre/cti/releases/tag/ATT%26CK-v16.1",
"commit": "4fd20140e8bc8f0e506a2fee7200485c538f5366"
},
{
"name": "v15.1",
"aliases": [],
Expand Down
21 changes: 19 additions & 2 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,25 @@ Consult these sections as needed for step 5 in the above list.

* Create a detailed changelog for the release:
* Create a new folder: `modules/resources/docs/changelogs/v<previous-ATT&CK-version>-v<current-ATT&CK-version>`
* Create a detailed changelog using the mitreattack-python library's `diff_stix` command
* TODO: put specific `diff_stix` command here
* Create a detailed changelog using mitreattack-python

```sh
# Clone mitreattack-python repo and download latest ATT&CK STIX
git clone [email protected]:mitre-attack/mitreattack-python.git
cd mitreattack-python
python3 -m venv venv
. venv/bin/activate
pip install -r requirements-dev.txt
pip install -e .
cd examples/
download_attack_stix --all

# update the generate_multiple_attack_diffs.py file to have the correct comparison pairs
# run the script
python generate_multiple_attack_diffs.py

```

* Manually modify the detailed changelog's href's at the top for links to the Navigator layers and changelog.json
* TODO: one day modify the script above to not need this edit anymore
* Put the following files from the `diff_stix` command into the folder created above
Expand Down
2 changes: 1 addition & 1 deletion modules/benefactors/templates/benefactors.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="mt-5">Benefactors</h1>
You can find additional information and opportunities with the benefactor program at the program link below.
You are welcome to email us with any questions or concerns.
</p>
<a href="https://mitre-engenuity.org/cybersecurity/center-for-threat-informed-defense/donate/" style="text-decoration: none">
<a href="https://ctid.mitre.org/donate" style="text-decoration: none">
<button type="button" class="slide-button">
<span class="slide-button-text">
<span>Become a Benefactor</span>
Expand Down
23 changes: 17 additions & 6 deletions modules/matrices/matrices_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
"Identity Provider",
"SaaS",
"IaaS",
"Network",
"Network Devices",
"Containers",
"ESXi",
],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Matrix for Enterprise.",
"subtypes": [
Expand Down Expand Up @@ -141,12 +142,12 @@
],
},
{
"name": "Network",
"name": "Network Devices",
"type": "local",
"matrix": "enterprise-attack",
"path": "enterprise/network",
"platforms": ["Network"],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Network platform. The techniques below are known to target network devices such as routers, switches, and load balancers.",
"path": "enterprise/network-devices",
"platforms": ["Network Devices"],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Network Devices platform. The techniques below are known to target network devices such as routers, switches, and load balancers.",
"subtypes": [],
},
{
Expand All @@ -158,6 +159,15 @@
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Containers platform. The techniques below are known to target containers and container orchestration systems such as Kubernetes.",
"subtypes": [],
},
{
"name": "ESXi",
"type": "local",
"matrix": "enterprise-attack",
"path": "enterprise/esxi",
"platforms": ["ESXi"],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> ESXi platform. The techniques below are known to target VMware ESXi hypervisors. The Matrix contains information for the ESXi platform.",
"subtypes": [],
},
],
},
{
Expand Down Expand Up @@ -216,8 +226,9 @@
"Identity Provider": "enterprise/cloud/identityprovider",
"SaaS": "enterprise/cloud/saas",
"IaaS": "enterprise/cloud/iaas",
"Network": "enterprise/network",
"Network Devices": "enterprise/network-devices",
"Containers": "enterprise/containers",
"ESXi": "enterprise/esxi",
"Android": "mobile/android",
"iOS": "mobile/ios",
}
5 changes: 5 additions & 0 deletions modules/redirections/redirections.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@
"from": "matrices/enterprise/cloud/azure",
"to": "/matrices/enterprise/cloud/iaas"
},
{
"title": "network-devices-matrix",
"from": "matrices/enterprise/network",
"to": "/matrices/enterprise/network-devices"
},
{
"title" : "Getting Started Redirect",
"from" : "resources/getting-started",
Expand Down
Loading
Loading