Skip to content

dev-v2.0.0

Choose a tag to compare

@eric-forte-elastic eric-forte-elastic released this 20 Jul 15:23
· 127 commits to refs/heads/main since this release
78ca714

Note

This major version adds support for MITRE v19 mappings. These are automatically used on stack versions >= 9.5 with tags dynamically added appropriately. If you want to use the v19 mappings on stack versions <=9.4 you will need to specify DR_THREAT_MAPPING_FRAMEWORK="MITRE ATT&CK" and DR_THREAT_MAPPING_VERSION=1 or add threat_mapping_framework: "MITRE ATT&CK" and threat_mapping_version: "19" to your _config.yaml. For more details, see docs-dev/multi-version-threat-mappings.md.

Note

This is also a breaking change if you are on main and have not upgraded to a 9.5 stack. The emitted related integrations now use >= instead of ^ which is expected to not function on older stacks. Please make sure your stack schema map and/or packages.yml are set according to your stack.

Changes

🚀 Features

🐛 Bug Fixes

🛠 Internal Changes

🔍 Hunting Updates