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

🧹 Azure add data export settings (MCAS) #5091

Closed
wants to merge 2 commits into from

Conversation

mm-weber
Copy link
Contributor

Adding this:

 /home/manuel/azure-tests $ az account get-access-token --query "{subscription:subscription,accessToken:accessToken}" --out tsv | xargs -L1 bash -c 'curl -X GET -H "Authorization: Bearer $1" -H "Content-Type:application/json" https://management.azure.com/subscriptions/<subscription>/providers/Microsoft.Security/settings?api-version=2021-06-01' | jq '.|.value[] '

{
  "id": "/subscriptions/<subscription>/providers/Microsoft.Security/settings/MCAS",
  "name": "MCAS",
  "type": "Microsoft.Security/settings",
  "kind": "DataExportSettings",
  "properties": {
    "enabled": true
  }
}
{
  "id": "/subscriptions/<subscription>/providers/Microsoft.Security/settings/WDATP",
  "name": "WDATP",
  "type": "Microsoft.Security/settings",
  "kind": "DataExportSettings",
  "properties": {
    "enabled": false
  }
}
{
  "id": "/subscriptions/<subscription>/providers/Microsoft.Security/settings/Sentinel",
  "name": "Sentinel",
  "type": "Microsoft.Security/settings",
  "kind": "AlertSyncSettings",
  "properties": {
    "enabled": false
  }
}

@mm-weber mm-weber added the azure label Jan 14, 2025
@mm-weber mm-weber self-assigned this Jan 14, 2025
Signed-off-by: Manuel Weber <[email protected]>
Copy link
Contributor

github-actions bot commented Jan 14, 2025

Test Results

0 tests   - 3 208   0 ✅  - 3 204   0s ⏱️ - 1m 40s
0 suites  -   379   0 💤  -     4 
0 files    -    29   0 ❌ ±    0 

Results for commit a704ff0. ± Comparison against base commit c0dd0e9.

♻️ This comment has been updated with latest results.

Signed-off-by: Manuel Weber <[email protected]>
@mm-weber mm-weber force-pushed the manuel/azure-mcas-addition branch from 2f014c6 to a704ff0 Compare January 14, 2025 14:30
@mm-weber mm-weber changed the title 🧹 add security settings (MCAS) 🧹 add data export settings (MCAS) Jan 14, 2025
@mm-weber mm-weber changed the title 🧹 add data export settings (MCAS) 🧹 Azure add data export settings (MCAS) Jan 14, 2025
@mm-weber mm-weber closed this Jan 14, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jan 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant