kind: NRT
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/nrt_FirstAppOrServicePrincipalCredential.yaml
version: 1.0.7
id: 5336c0fe-e897-4857-9254-728617941477
name: NRT First access credential added to Application or Service Principal where no credential was present
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_FirstAppOrServicePrincipalCredential.yaml'
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/5336c0fe-e897-4857-9254-728617941477')]",
"kind": "NRT",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/5336c0fe-e897-4857-9254-728617941477')]",
"properties": {
"alertRuleTemplateName": "5336c0fe-e897-4857-9254-728617941477",
"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_FirstAppOrServicePrincipalCredential.yaml'\n",
"displayName": "NRT First access credential added to Application or Service Principal where no credential was present",
"enabled": true,
"entityMappings": null,
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Detections/AuditLogs/nrt_FirstAppOrServicePrincipalCredential.yaml",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"templateVersion": "1.0.7"
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}