Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

NRT Authentication Methods Changed for VIP Users

Back
Id7cfa479a-7026-4727-8f96-6e9826a42014
RulenameNRT Authentication Methods Changed for VIP Users
DescriptionAs part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Microsoft%20Entra%20ID/Analytic%20Rules/NRT_AuthenticationMethodsChangedforVIPUsers.yaml
KindNRT
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/NRT_AuthenticationMethodsChangedforVIPUsers.yaml
Version1.0.3
Arm template7cfa479a-7026-4727-8f96-6e9826a42014.json
Deploy To Azure
version: 1.0.3
description: |
    'As part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Microsoft%20Entra%20ID/Analytic%20Rules/NRT_AuthenticationMethodsChangedforVIPUsers.yaml'
kind: NRT
id: 7cfa479a-7026-4727-8f96-6e9826a42014
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/NRT_AuthenticationMethodsChangedforVIPUsers.yaml
name: NRT Authentication Methods Changed for VIP Users
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/7cfa479a-7026-4727-8f96-6e9826a42014')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/7cfa479a-7026-4727-8f96-6e9826a42014')]",
      "properties": {
        "alertRuleTemplateName": "7cfa479a-7026-4727-8f96-6e9826a42014",
        "customDetails": null,
        "description": "'As part of content migration, this file is moved to a new location. You can find it here https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Microsoft%20Entra%20ID/Analytic%20Rules/NRT_AuthenticationMethodsChangedforVIPUsers.yaml'\n",
        "displayName": "NRT Authentication Methods Changed for VIP Users",
        "enabled": true,
        "entityMappings": null,
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/NRT_AuthenticationMethodsChangedforVIPUsers.yaml",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.3"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}