Conversation
|
Migrated the techniques per https://medium.com/mitre-attack/attack-v19-ff329cb65d66 and the Crosswalk. Held off on version bumps to make sure I wasn't double bumping. |
|
Probably obvious, but all of these detections will need a bump to their |
support for mitre att&ck v19
|
Leaving this PR last before release. |
|
Still have a couple lookups to add but appinspect should be passing now |
|
Status of lookups:
Status: There's overlap but only partial overlap with Mitre Tactic names here, probably fine to leave the "Defense Evasion" ones as is.
Status: There's overlap but only partial overlap with Mitre Tactic names here, probably fine to leave the "Defense Evasion" ones as is.
Status: There's overlap but only partial overlap with Mitre Tactic names here, probably fine to leave the "Defense Evasion" ones as is.
Status: Done, added in previous commit
Status: No changes needed, included techniques were not migrated That being said, this should now be good to go. |
Details
Changes out the
external_repo/cticlone for the STIX2.1 version, which functions with the version ofattackctithat we're using in contentctl (version pinned there due to pydantic).Will add the MITRE updates required to build to this repo once we can get the CI running with the new version of contentctl
Associated contentctl changes: splunk/contentctl#479
This also currently includes the changes in #4035
Checklist
<platform>_<mitre att&ck technique>_<short description>nomenclatureNotes For Submitters and Reviewers
buildCI job when it fails will likely show an error about what is failing. You may have a very descriptive error of the specific field(s) in the specific file(s) that is causing an issue. In some cases, its also possible there is an issue with the YAML. Many of these can be caught with the pre-commit hooks if you set them up. These errors will be less descriptive as to what exactly is wrong, but will give you a column and row position in a specific file where the YAML processing breaks. If you're having trouble with this, feel free to add a comment to your PR tagging one of the maintainers and we'll be happy to help troubleshoot it.