This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Layer Renderer #1
Labels
layers
Pertaining to the ATT&CK Layer format
new script
New scripts to add
seeking feedback
Seeking feedback from the community on this issue
timescale/imminent
Ready to be assigned to developers
The ATT&CK Navigator defines a layer format which can be used to describe annotations on ATT&CK matrixes in JSON format. The principal functionality of the ATT&CK Navigator is viewing and editing these matrixes, but it also includes an export functionality to render and save the matrix to an SVG image. Unfortunately, the layer renderer is only available through the webapp UI and therefore unsuited for many use cases involving programmatic layer generation.
This issue proposes the creation of a layer renderer script. It would take as input a layer file and optional parameters for the output file destination and format, dimensions, fields to display in the header, and so on. The script would exist as a python function for importing into larger workflows, and would include a CLI. The script would be implemented in python3.
The text was updated successfully, but these errors were encountered: