Skip to content

Conversation

dplumlee
Copy link
Contributor

@dplumlee dplumlee commented Aug 11, 2025

🟢 NOTE TO SELF: Merge this on Tuesday, Sep 3, 20205 and then open PRs for #2791

Summary

Updates the 9.x and Serverless docs to show that detection rules will use the MITRE ATT&CK® version v17.1 in 9.2 and next weeks' Serverless release.

Because we need to show that earlier versions of 9.x (specifically 9.0.0-9.0.6 and 9.1.0-9.1.3) use an older version of MITRE ATT&CK® (v16.1), I created a table to show how the versions are mapped.

Related

Preview

https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2518/solutions/security/detect-and-alert/mitre-attandckr-coverage

@dplumlee dplumlee self-assigned this Aug 11, 2025
Copy link

github-actions bot commented Aug 11, 2025

🔍 Preview links for changed docs

@nastasha-solomon nastasha-solomon marked this pull request as ready for review September 2, 2025 19:37
@nastasha-solomon nastasha-solomon requested a review from a team as a code owner September 2, 2025 19:37
@nastasha-solomon
Copy link
Contributor

nastasha-solomon commented Sep 2, 2025

The new MITRE ATT&CK® version (v17.1) is being mapped to 8.18.7, 8.19.4, 9.0.7, and 9.1.4 as well. These are freezing next week, so I'll open doc PRs that update the appropriate files then. @dplumlee will merge the PRs the day the patch versions are released.

dplumlee added a commit to elastic/kibana that referenced this pull request Sep 2, 2025
## Summary

Addresses: #166152 for `9.2.0`

Updates MITRE ATT&CK mappings to `v17.1`. Last update was to `v16.1` in
#215026.

To update,  I modified 


https://github.com/elastic/kibana/blob/1d54622d8318295d9d0509b34c1b36c811a2382e/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22

to point to the `ATT&CK-v17.1` tag.

Then ran `yarn extract-mitre-attacks` from the root `security_solution`
plugin directory, and then `node scripts/i18n_check.js --fix` from
Kibana root to regen the i18n files.

### Note

This PR also adds guards to the test generation script so that it
prevents duplicate data being generated and causing tests breaking after
running this script. Another step in hopefully making this data
generation and related testing entirely automated.

## Acceptance Criteria

- [x] User can map and use new MITRE techniques in Security Solution
- [ ] The user-facing documentation is updated with the new version
- [ ] [MITRE ATT&CK®
coverage](https://www.elastic.co/guide/en/security/master/rules-coverage.html)
page
    - [ ] elastic/docs-content#2518

## Test Criteria

- [x] Verify that new techniques (see the changelog link above) are
available for mapping on the Rule Creation page under "Advanced
settings"
- [x] Verify that new techniques are available on the MITRE ATT&CK
coverage page

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
dplumlee added a commit to dplumlee/kibana that referenced this pull request Sep 2, 2025
)

## Summary

Addresses: elastic#166152 for `9.2.0`

Updates MITRE ATT&CK mappings to `v17.1`. Last update was to `v16.1` in
elastic#215026.

To update,  I modified

https://github.com/elastic/kibana/blob/1d54622d8318295d9d0509b34c1b36c811a2382e/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22

to point to the `ATT&CK-v17.1` tag.

Then ran `yarn extract-mitre-attacks` from the root `security_solution`
plugin directory, and then `node scripts/i18n_check.js --fix` from
Kibana root to regen the i18n files.

### Note

This PR also adds guards to the test generation script so that it
prevents duplicate data being generated and causing tests breaking after
running this script. Another step in hopefully making this data
generation and related testing entirely automated.

## Acceptance Criteria

- [x] User can map and use new MITRE techniques in Security Solution
- [ ] The user-facing documentation is updated with the new version
- [ ] [MITRE ATT&CK®
coverage](https://www.elastic.co/guide/en/security/master/rules-coverage.html)
page
    - [ ] elastic/docs-content#2518

## Test Criteria

- [x] Verify that new techniques (see the changelog link above) are
available for mapping on the Rule Creation page under "Advanced
settings"
- [x] Verify that new techniques are available on the MITRE ATT&CK
coverage page

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 1f33388)

# Conflicts:
#	x-pack/platform/plugins/private/translations/translations/de-DE.json
dplumlee added a commit to dplumlee/kibana that referenced this pull request Sep 2, 2025
)

## Summary

Addresses: elastic#166152 for `9.2.0`

Updates MITRE ATT&CK mappings to `v17.1`. Last update was to `v16.1` in
elastic#215026.

To update,  I modified

https://github.com/elastic/kibana/blob/1d54622d8318295d9d0509b34c1b36c811a2382e/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22

to point to the `ATT&CK-v17.1` tag.

Then ran `yarn extract-mitre-attacks` from the root `security_solution`
plugin directory, and then `node scripts/i18n_check.js --fix` from
Kibana root to regen the i18n files.

### Note

This PR also adds guards to the test generation script so that it
prevents duplicate data being generated and causing tests breaking after
running this script. Another step in hopefully making this data
generation and related testing entirely automated.

## Acceptance Criteria

- [x] User can map and use new MITRE techniques in Security Solution
- [ ] The user-facing documentation is updated with the new version
- [ ] [MITRE ATT&CK®
coverage](https://www.elastic.co/guide/en/security/master/rules-coverage.html)
page
    - [ ] elastic/docs-content#2518

## Test Criteria

- [x] Verify that new techniques (see the changelog link above) are
available for mapping on the Rule Creation page under "Advanced
settings"
- [x] Verify that new techniques are available on the MITRE ATT&CK
coverage page

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 1f33388)

# Conflicts:
#	x-pack/platform/plugins/private/translations/translations/de-DE.json
dplumlee added a commit to dplumlee/kibana that referenced this pull request Sep 2, 2025
)

## Summary

Addresses: elastic#166152 for `9.2.0`

Updates MITRE ATT&CK mappings to `v17.1`. Last update was to `v16.1` in
elastic#215026.

To update,  I modified

https://github.com/elastic/kibana/blob/1d54622d8318295d9d0509b34c1b36c811a2382e/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22

to point to the `ATT&CK-v17.1` tag.

Then ran `yarn extract-mitre-attacks` from the root `security_solution`
plugin directory, and then `node scripts/i18n_check.js --fix` from
Kibana root to regen the i18n files.

### Note

This PR also adds guards to the test generation script so that it
prevents duplicate data being generated and causing tests breaking after
running this script. Another step in hopefully making this data
generation and related testing entirely automated.

## Acceptance Criteria

- [x] User can map and use new MITRE techniques in Security Solution
- [ ] The user-facing documentation is updated with the new version
- [ ] [MITRE ATT&CK®
coverage](https://www.elastic.co/guide/en/security/master/rules-coverage.html)
page
    - [ ] elastic/docs-content#2518

## Test Criteria

- [x] Verify that new techniques (see the changelog link above) are
available for mapping on the Rule Creation page under "Advanced
settings"
- [x] Verify that new techniques are available on the MITRE ATT&CK
coverage page

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 1f33388)

# Conflicts:
#	x-pack/platform/plugins/private/translations/translations/de-DE.json
kowalczyk-krzysztof pushed a commit to kowalczyk-krzysztof/kibana that referenced this pull request Sep 3, 2025
)

## Summary

Addresses: elastic#166152 for `9.2.0`

Updates MITRE ATT&CK mappings to `v17.1`. Last update was to `v16.1` in
elastic#215026.

To update,  I modified 


https://github.com/elastic/kibana/blob/1d54622d8318295d9d0509b34c1b36c811a2382e/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22

to point to the `ATT&CK-v17.1` tag.

Then ran `yarn extract-mitre-attacks` from the root `security_solution`
plugin directory, and then `node scripts/i18n_check.js --fix` from
Kibana root to regen the i18n files.

### Note

This PR also adds guards to the test generation script so that it
prevents duplicate data being generated and causing tests breaking after
running this script. Another step in hopefully making this data
generation and related testing entirely automated.

## Acceptance Criteria

- [x] User can map and use new MITRE techniques in Security Solution
- [ ] The user-facing documentation is updated with the new version
- [ ] [MITRE ATT&CK®
coverage](https://www.elastic.co/guide/en/security/master/rules-coverage.html)
page
    - [ ] elastic/docs-content#2518

## Test Criteria

- [x] Verify that new techniques (see the changelog link above) are
available for mapping on the Rule Creation page under "Advanced
settings"
- [x] Verify that new techniques are available on the MITRE ATT&CK
coverage page

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
ymao1 pushed a commit to ymao1/kibana that referenced this pull request Sep 4, 2025
)

## Summary

Addresses: elastic#166152 for `9.2.0`

Updates MITRE ATT&CK mappings to `v17.1`. Last update was to `v16.1` in
elastic#215026.

To update,  I modified 


https://github.com/elastic/kibana/blob/1d54622d8318295d9d0509b34c1b36c811a2382e/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22

to point to the `ATT&CK-v17.1` tag.

Then ran `yarn extract-mitre-attacks` from the root `security_solution`
plugin directory, and then `node scripts/i18n_check.js --fix` from
Kibana root to regen the i18n files.

### Note

This PR also adds guards to the test generation script so that it
prevents duplicate data being generated and causing tests breaking after
running this script. Another step in hopefully making this data
generation and related testing entirely automated.

## Acceptance Criteria

- [x] User can map and use new MITRE techniques in Security Solution
- [ ] The user-facing documentation is updated with the new version
- [ ] [MITRE ATT&CK®
coverage](https://www.elastic.co/guide/en/security/master/rules-coverage.html)
page
    - [ ] elastic/docs-content#2518

## Test Criteria

- [x] Verify that new techniques (see the changelog link above) are
available for mapping on the Rule Creation page under "Advanced
settings"
- [x] Verify that new techniques are available on the MITRE ATT&CK
coverage page

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
@nastasha-solomon nastasha-solomon enabled auto-merge (squash) September 10, 2025 14:43
@nastasha-solomon nastasha-solomon merged commit 849e9d1 into main Sep 10, 2025
6 checks passed
@nastasha-solomon nastasha-solomon deleted the mitre-17.1-update branch September 10, 2025 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants