declare query_parameters(lbperiod:timespan = 14d);
SailPointIDN_Events_CL
| where TimeGenerated > ago(lbperiod) and status_s == "FAILED"
| project technicalName_s, operation_s, type_s
relevantTechniques:
- T1133
name: SailPointIdentityNowFailedEvents
requiredDataConnectors:
- dataTypes:
- SailPointIDN_Events_CL
connectorId: SailPointIdentityNow
entityMappings:
- fieldMappings:
- identifier: Name
columnName: technicalName_s
entityType: Account
triggerThreshold: 0
id: c3835197-fd07-447e-a0ac-7540d51a1f64
tactics:
- InitialAccess
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEvents.yaml
queryPeriod: 14d
kind: Scheduled
queryFrequency: 1d
severity: High
status: Available
description: |
'Detects all events with status failed.'
query: |
declare query_parameters(lbperiod:timespan = 14d);
SailPointIDN_Events_CL
| where TimeGenerated > ago(lbperiod) and status_s == "FAILED"
| project technicalName_s, operation_s, type_s
triggerOperator: gt
{
"$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/c3835197-fd07-447e-a0ac-7540d51a1f64')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c3835197-fd07-447e-a0ac-7540d51a1f64')]",
"properties": {
"alertRuleTemplateName": "c3835197-fd07-447e-a0ac-7540d51a1f64",
"customDetails": null,
"description": "'Detects all events with status failed.'\n",
"displayName": "SailPointIdentityNowFailedEvents",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "technicalName_s",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEvents.yaml",
"query": "declare query_parameters(lbperiod:timespan = 14d);\n SailPointIDN_Events_CL\n | where TimeGenerated > ago(lbperiod) and status_s == \"FAILED\"\n | project technicalName_s, operation_s, type_s\n",
"queryFrequency": "P1D",
"queryPeriod": "P14D",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1133"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}