-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution] Regenerate tactics and techniques fields prior to release builds #89876
Labels
enhancement
New value added to drive a business result
Feature:Detection Rules
Security Solution rules and Detection Engine
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
technical debt
Improvement of the software architecture and operational architecture
Comments
spong
added
enhancement
New value added to drive a business result
Feature:Detection Rules
Security Solution rules and Detection Engine
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
labels
Feb 1, 2021
Pinging @elastic/security-solution (Team: SecuritySolution) |
Pinging @elastic/security-detections-response (Team:Detections and Resp) |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this issue
Apr 13, 2021
…d Subtechniques for 7.13 (elastic#97011) ## Summary This PR updates the MITRE Tactics, Techniques, and Subtechniques used within Security Solution Detection Rules. See elastic#89876 for details on automating this task. 🙂
kibanamachine
added a commit
that referenced
this issue
Apr 13, 2021
…d Subtechniques for 7.13 (#97011) (#97036) ## Summary This PR updates the MITRE Tactics, Techniques, and Subtechniques used within Security Solution Detection Rules. See #89876 for details on automating this task. 🙂 Co-authored-by: Garrett Spong <[email protected]>
peluja1012
added
technical debt
Improvement of the software architecture and operational architecture
Team:Detection Rule Management
Security Detection Rule Management Team
labels
Oct 22, 2021
banderror
added a commit
that referenced
this issue
Jul 27, 2022
#137122) **Related to:** elastic/detection-rules#2073 (comment), #89876 ## Summary Here we regenerate the MITRE ATT&CK model in the code based on the official MITRE content: - we update to the version `ATT&CK-v11.3` (see elastic/detection-rules#2073 (comment)) - this corresponds to the `https://raw.githubusercontent.com/mitre/cti/ATT&CK-v11.3/enterprise-attack/enterprise-attack.json` content Also, this PR fixes the model regeneration script (check the comment below).
banderror
changed the title
[Security Solution][Detections] Regenerate tactics and techniques fields prior to release builds
[Security Solution] Regenerate tactics and techniques fields prior to release builds
Nov 24, 2022
Replaced by #166152 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New value added to drive a business result
Feature:Detection Rules
Security Solution rules and Detection Engine
Team:Detection Rule Management
Security Detection Rule Management Team
Team:Detections and Resp
Security Detection Response Team
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
technical debt
Improvement of the software architecture and operational architecture
The MITRE Tactics & Techniques that are provided for selection during Rule Creation are currently manually generated via the extract_tactics_techniques_mitre.js script which will use the latest tactics & techniques from
mitre/cti/master
.Now that we've updated to support sub-techniques (#83511) and related structural changes, we can probably automate this task per release to ensure we're always shipping the latest.
For reference, to regenerate run
yarn extract-mitre-attacks
from/x-pack/plugins/security_solution
.The text was updated successfully, but these errors were encountered: