-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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][Detections] Support threat subtechniques #75771
Labels
Feature:Detection Rules
Security Solution rules and Detection Engine
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
v7.11.0
Comments
rw-access
added
Team:SIEM
Feature:Detection Rules
Security Solution rules and Detection Engine
labels
Aug 24, 2020
Pinging @elastic/siem (Team:SIEM) |
This was referenced Aug 24, 2020
Created ticket for app update to support subtechniques: https://github.com/elastic/security-team/issues/279 |
spong
added a commit
to spong/kibana
that referenced
this issue
Oct 21, 2020
…ues (elastic#81270) Fixes the `extract-mitre-attacks` script and generates `v6.3` tactics and techniques. Will move to `7.x` as part of the structural changes to support sub-technique in elastic#75771.
spong
added a commit
to spong/kibana
that referenced
this issue
Oct 21, 2020
…ues (elastic#81270) Fixes the `extract-mitre-attacks` script and generates `v6.3` tactics and techniques. Will move to `7.x` as part of the structural changes to support sub-technique in elastic#75771.
MindyRS
added
the
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
label
Oct 27, 2020
6 tasks
@dplumlee @peluja1012 I think we can close this issue now. Is that right? |
@rw-access We're good to close. Thanks. This PR implements it #83511. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Feature:Detection Rules
Security Solution rules and Detection Engine
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
v7.11.0
Related/blocked by #69166
Related to elastic/ecs#867
i’m looking at ATT&CK subtechniques.
I think the best approach for ECS and SIEM is to nest subtechnique under threat.technique. then it’d be threat.technique.subtechnique
currently our schema for looks like this
and #69166 will allow many-many for tactic-techniques:
We still need to add subtechniques, which should be optional. Unlike tactics and techniques, there is a strict one -> many relationship for techniques -> subtechniques. I think the most natural solution is this:
This translates very nicely to the UI, and we can add a bulleted list of
subtechnique
under the techniquesThe text was updated successfully, but these errors were encountered: