You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestion! This sounds like something that would be useful to multiple people, but is a lower priority at the moment. Hopefully we should be able to get to it in the next few months!
I developed a Python script named "attack_layer_builder" that might align well with what’s being discussed here. The script allows users to input a list of technique IDs (from a CSV or manually) and generates a NavLayer JSON file ready for the MITRE ATT&CK Navigator. This seems to address the core functionality desired in this issue.
Is your feature request related to a problem?
I would find it very useful to be able to build a NavLayer based on a Techniques list.
Describe the solution you'd like
As input, this script would take techniques (and some annotations or scoring), and it would then build a json from them.|
Describe alternatives you've considered
I'm experiencing the possibilities within the library but I fear it will requires crafting the JSON myself based on this : https://github.com/mitre-attack/attack-navigator/blob/develop/layers/LAYERFORMATv4_1.md#example
The text was updated successfully, but these errors were encountered: