Commit 66922bc
[Security Solution] Updates kibana MITRE data to
## Summary
Addresses: elastic#166152 for `8.18.1`
and elastic#203370
Updates MITRE ATT&CK mappings to `v16.1`. Last update was to `v15.1` in
elastic#183463.
To update, I modified
https://github.com/elastic/kibana/blob/df55627b2d695b8721928cb453db31e2b5cb73a4/x-pack/solutions/security/plugins/security_solution/scripts/extract_tactics_techniques_mitre.js#L22
to point to the `ATT&CK-v16.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/security-docs#6797
- [ ] elastic/docs-content#1292
## Test Criteria
This PR also updates our cypress tests which run with real MITRE data
generated by the same `extract_tactics_techniques_mitre` script. Our
tests would often break when the data was updated to a new version
because the UI elements being tested would cover each other leading to
flakiness or outright test failure. In order to ensure a more streamline
update process the tests should no longer break because of this
flakiness and only when there's a more serious issue.
- [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: Maxim Palenov <[email protected]>
Co-authored-by: Elastic Machine <[email protected]>
(cherry picked from commit 203cfc6)v16.1 (elastic#215026)1 parent 3072c52 commit 66922bc
File tree
7 files changed
+313
-69
lines changed- x-pack
- platform/plugins/private/translations/translations
- solutions/security/plugins/security_solution
- public/detections/mitre
- scripts
- test/security_solution_cypress/cypress
- e2e/detection_response/rule_management/coverage_overview
- tasks
7 files changed
+313
-69
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39443 | 39443 | | |
39444 | 39444 | | |
39445 | 39445 | | |
39446 | | - | |
39447 | 39446 | | |
39448 | 39447 | | |
39449 | 39448 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39412 | 39412 | | |
39413 | 39413 | | |
39414 | 39414 | | |
39415 | | - | |
39416 | 39415 | | |
39417 | 39416 | | |
39418 | 39417 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39482 | 39482 | | |
39483 | 39483 | | |
39484 | 39484 | | |
39485 | | - | |
39486 | 39485 | | |
39487 | 39486 | | |
39488 | 39487 | | |
| |||
0 commit comments