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
Is there a way to programmatically download JSON from Navigator?
Since currently the download is via an internal JS call. Is there a URL/Parameter option to call to download the JSON?
The text was updated successfully, but these errors were encountered:
ATT&CK Navigator is a client-side only application and does not have an API available to download a layer programmatically. However, there are some additional tools available in the mitreattack-python library that can replicate some of the features of Navigator programmatically. Our navlayers module has functionality to generate, manipulate, and export Layer files in a similar way Navigator can. I'd recommend checking it out to see if this library may be able to help you accomplish your goal.
Hi,
Is there a way to programmatically download JSON from Navigator?
Since currently the download is via an internal JS call. Is there a URL/Parameter option to call to download the JSON?
The text was updated successfully, but these errors were encountered: