This simple addon adds a new "MITRE" tab in your Issue view, where you can add MITRE ATT&CK tactics, techniques, and sub-techniques:
MITRE ATT&CK (Adversarial Tactics, Techniques, and Common Knowledge) is a curated knowledge base of real-world cyber adversary behavior, based on threat intelligence and incident reporting. It provides a framework for describing how attackers operate across various stages of an intrusion, helping defenders detect, assess, and mitigate threats effectively. Learn more at MITRE ATT&CK
The add-on requires Dradis CE > 3.0, or Dradis Pro.
Add this to your Gemfile.plugins
:
gem 'dradis-calculator_mitre'
And
bundle install
Restart your Dradis server and you should be good to go.
See the Dradis Framework's README.md
See the Dradis Framework's CONTRIBUTING.md
Dradis Framework and all its components are released under GNU General Public License version 2.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.
This plugin uses data from MITRE ATT&CK®, sourced from the MITRE CTI repository.
© 2015–2024 The MITRE Corporation. This work is licensed under the Creative Commons Attribution 4.0 International License.
Please use the Dradis Framework issue tracker for add-on improvements and bug reports.