Skip to content
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

[Request] Build a layer from a list of techniques #157

Open
3isenHeiM opened this issue Nov 24, 2023 · 2 comments
Open

[Request] Build a layer from a list of techniques #157

3isenHeiM opened this issue Nov 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@3isenHeiM
Copy link

3isenHeiM commented Nov 24, 2023

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

@jondricek jondricek added the enhancement New feature or request label Dec 6, 2023
@jondricek
Copy link
Contributor

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!

@markmackensen
Copy link

Hello everyone,

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.

You can find the script and more details here: https://github.com/markmackensen/attack_layer_builder

I'd be thrilled to get your thoughts on this and discuss how it might be integrated or refined to better serve the community's needs.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants