Currently getting a bug when trying to authenticate into an environment:
python .\dettectinator.py -p TechniqueSentinelAlertRules --app_id "<redacted>" --tenant_id "<redacted>" --subscription_id "<redacted>" --resource_group "<redacted>" --workspace "<redacted>" --secret "<redacted>"
The error:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://management.azure.com/subscriptions/<redacted>/resourceGroups/<redacted>/providers/Microsoft.OperationalInsights/workspaces/<redacted>/providers/Microsoft.SecurityInsights/alertRules?api-version=2024-01-01-preview
Not sure if this is related to permissions but I've granted the app some additional API permissions, no difference.
Currently getting a bug when trying to authenticate into an environment:
The error:
Not sure if this is related to permissions but I've granted the app some additional API permissions, no difference.