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

NRT GitHub Two Factor Auth Disable

Back
Id353b839b-0cef-465e-b366-8203ea577380
RulenameNRT GitHub Two Factor Auth Disable
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/GitHub/Analytic%20Rules/NRT%20Two%20Factor%20Authentication%20Disabled.yaml
KindNRT
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/NRT Two Factor Authentication Disabled.yaml
Version1.0.2
Arm template353b839b-0cef-465e-b366-8203ea577380.json
Deploy To Azure
name: NRT GitHub Two Factor Auth Disable
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/GitHub/Analytic%20Rules/NRT%20Two%20Factor%20Authentication%20Disabled.yaml'
id: 353b839b-0cef-465e-b366-8203ea577380
version: 1.0.2
kind: NRT
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/NRT Two Factor Authentication Disabled.yaml
{
  "$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/353b839b-0cef-465e-b366-8203ea577380')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/353b839b-0cef-465e-b366-8203ea577380')]",
      "properties": {
        "alertRuleTemplateName": "353b839b-0cef-465e-b366-8203ea577380",
        "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/GitHub/Analytic%20Rules/NRT%20Two%20Factor%20Authentication%20Disabled.yaml'\n",
        "displayName": "NRT GitHub Two Factor Auth Disable",
        "enabled": true,
        "entityMappings": null,
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/NRT Two Factor Authentication Disabled.yaml",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.2"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}