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

FIX: ATT&CK custom_context_menu_items lead to 404 error #13885

Open
mrkruel1337 opened this issue Oct 30, 2024 · 1 comment
Open

FIX: ATT&CK custom_context_menu_items lead to 404 error #13885

mrkruel1337 opened this issue Oct 30, 2024 · 1 comment
Assignees
Milestone

Comments

@mrkruel1337
Copy link

Description:

When using ATT&CK right clicking to use the custom context menu option and selecting "view related plays" leads to a 404: page not found error message:

Screen Shots:

image

image

Related Config/Code:

/opt/so/conf/navigator/config.json


{
    "versions": [
        {
            "name": "ATT&CK v14",
            "version": "14",
            "domains": [
                {
                    "name": "Enterprise",
                    "identifier": "enterprise-attack",
                    "data": ["assets/so/enterprise-attack.json"]
                }
            ]
        }
    ],

    "custom_context_menu_items": [ {"label": "view related plays","url": "  https://cerberusnet.milwaukeeforge.com/playbook/projects/detection-playbooks/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc&f%5B%5D=cf_15&op%5Bcf_15%5D=%3D&f%5B%5D=&c%5B%5D=status&c%5B%5D=cf_10&c%5B%5D=cf_13&c%5B%5D=cf_18&c%5B%5D=cf_19&c%5B%5D=cf_1&c%5B%5D=updated_on&v%5Bcf_15%5D%5B%5D=~Technique_ID~"}],

    "default_layers": {
        "enabled": true,
        "urls": ["assets/so/nav_layer_playbook.json"]
    },
...

Suggested Fix:

Update to reference detections if possible or remove custom context menu items: "view related plays"

@defensivedepth
Copy link
Contributor

Thanks @mrkruel1337, we are reworking this functionality for the next release.

@defensivedepth defensivedepth self-assigned this Oct 31, 2024
@defensivedepth defensivedepth added this to the 2.4.120 milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants