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

GitHub Security Vulnerability in Repository

Back
Id5e7581e8-39e3-42bb-9104-f4b1e0dc53ec
RulenameGitHub Security Vulnerability in Repository
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/Security%20Vulnerability%20in%20Repo.yaml
KindScheduled
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/Security Vulnerability in Repo.yaml
Version1.0.2
Arm template5e7581e8-39e3-42bb-9104-f4b1e0dc53ec.json
Deploy To Azure
version: 1.0.2
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/Security%20Vulnerability%20in%20Repo.yaml'
kind: Scheduled
id: 5e7581e8-39e3-42bb-9104-f4b1e0dc53ec
name: GitHub Security Vulnerability in Repository
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/Security Vulnerability in Repo.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/5e7581e8-39e3-42bb-9104-f4b1e0dc53ec')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/5e7581e8-39e3-42bb-9104-f4b1e0dc53ec')]",
      "properties": {
        "alertRuleTemplateName": "5e7581e8-39e3-42bb-9104-f4b1e0dc53ec",
        "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/Security%20Vulnerability%20in%20Repo.yaml'\n",
        "displayName": "GitHub Security Vulnerability in Repository",
        "enabled": true,
        "entityMappings": null,
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/GitHub/Security Vulnerability in Repo.yaml",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.2"
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}