[Security][9.5 & Serverless] Adds guide for remapping detection rules to MITRE ATT&CK v19#7374
Open
nastasha-solomon wants to merge 7 commits into
Open
[Security][9.5 & Serverless] Adds guide for remapping detection rules to MITRE ATT&CK v19#7374nastasha-solomon wants to merge 7 commits into
nastasha-solomon wants to merge 7 commits into
Conversation
Contributor
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
Contributor
Elastic Docs Style Checker (Vale)Summary: 3 suggestions found 💡 Suggestions (3): Optional style improvements. Apply when helpful.
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
Contributor
dplumlee
approved these changes
Jul 15, 2026
dplumlee
left a comment
Contributor
There was a problem hiding this comment.
This all looks good @nastasha-solomon! Just had one nit about versioning specificity.
6 tasks
approksiu
requested changes
Jul 17, 2026
approksiu
left a comment
Contributor
There was a problem hiding this comment.
Thanks, left a few suggestions.
yctercero
pushed a commit
to elastic/kibana
that referenced
this pull request
Jul 17, 2026
## Summary Addresses: #166152 for `9.5.0` Updates MITRE ATT&CK mappings to [`v19.1`](https://attack.mitre.org/resources/updates/updates-april-2026/). Last update was to `v18.1` in #246770. To update, I modified https://github.com/elastic/kibana/blob/f2cebd21761b3143d9fabda6d5abddd26141faeb/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L20 to point to the `ATT&CK-v19.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. ## 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#7374 ## 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: Elastic Machine <elasticmachine@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
MITRE ATT&CK v19 retires the Defense Evasion tactic, splitting it into Stealth and Defense Impairment and restructuring several techniques underneath it (most notably Impair Defenses / T1562). This PR adds a new guide for remapping custom rules affected by that change, and updates the surrounding docs to point to it.
Closes #7257
Previews
Generative AI disclosure