mitre-attack / attack-navigator

Web app that provides basic navigation and annotation of ATT&CK matrices
https://mitre-attack.github.io/attack-navigator
Apache License 2.0
2.01k stars 593 forks source link

Feature Request: Allow `view technique` of custom techniques #483

Closed mticmtic closed 2 years ago

mticmtic commented 2 years ago

Currently, when right clicking on a technique --> view technique, it takes you to the attack.mitre.org. When trying to do that with a custom technique, you get a 404 error. Request the ability to point this a local ATT&CK website.

clemiller commented 2 years ago

Hi @mticmtic!

You can create your own user-defined website links via the custom context menu field in the configuration file. This will add new options underneath the existing view tactic/technique options in the context menu (example shown below). Your defined custom context URL would look something like http://www.someurl.com/{{technique_attackID}}} and would point to your local ATT&CK website instance. More detailed instructions on how to do this can be found here.

image

mticmtic commented 2 years ago

This is awesome! Great feature. Thank you