Analytic rule catalog
SailPointIdentityNowUserWithFailedEvent
Back
| Id | 2a215222-bfc5-4858-a530-6d4088ebfa15 |
| Rulename | SailPointIdentityNowUserWithFailedEvent |
| Description | Detects any failed event for a particular user. |
| Severity | High |
| Tactics | InitialAccess |
| Techniques | T1133 |
| Required data connectors | SailPointIdentityNow SailPointIdentityNowConnector |
| Kind | Scheduled |
| Query frequency | 1d |
| Query period | 14d |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic%20Rules/SailPointIdentityNowUserWithFailedEvents.yaml |
| Version | 1.1.0 |
| Arm template | 2a215222-bfc5-4858-a530-6d4088ebfa15.json |
declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM", actorName:string = "test.tester", targetName:string = "test.tester");
SailPointIDN_Events
| where TimeGenerated > ago(lbperiod)
| where EventType == type
| where Status == "FAILED"
| where ActorName == actorName
| where TargetName == targetName
| sort by Created
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: TechnicalName
name: SailPointIdentityNowUserWithFailedEvent
kind: Scheduled
triggerOperator: gt
status: Available
queryPeriod: 14d
requiredDataConnectors:
- connectorId: SailPointIdentityNow
dataTypes:
- SailPointIDN_Events
- connectorId: SailPointIdentityNowConnector
dataTypes:
- SailPointIDN_Events
tactics:
- InitialAccess
query: |
declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM", actorName:string = "test.tester", targetName:string = "test.tester");
SailPointIDN_Events
| where TimeGenerated > ago(lbperiod)
| where EventType == type
| where Status == "FAILED"
| where ActorName == actorName
| where TargetName == targetName
| sort by Created
description: |
'Detects any failed event for a particular user.'
severity: High
id: 2a215222-bfc5-4858-a530-6d4088ebfa15
triggerThreshold: 0
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic%20Rules/SailPointIdentityNowUserWithFailedEvents.yaml
version: 1.1.0
relevantTechniques:
- T1133
{
"$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/2a215222-bfc5-4858-a530-6d4088ebfa15')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2a215222-bfc5-4858-a530-6d4088ebfa15')]",
"properties": {
"alertRuleTemplateName": "2a215222-bfc5-4858-a530-6d4088ebfa15",
"customDetails": null,
"description": "'Detects any failed event for a particular user.'\n",
"displayName": "SailPointIdentityNowUserWithFailedEvent",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "TechnicalName",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic%20Rules/SailPointIdentityNowUserWithFailedEvents.yaml",
"query": "declare query_parameters(lbperiod:timespan = 14d, type:string = \"ACCESS_ITEM\", actorName:string = \"test.tester\", targetName:string = \"test.tester\");\n SailPointIDN_Events\n | where TimeGenerated > ago(lbperiod)\n | where EventType == type\n | where Status == \"FAILED\"\n | where ActorName == actorName\n | where TargetName == targetName\n | sort by Created\n",
"queryFrequency": "P1D",
"queryPeriod": "P14D",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1133"
],
"templateVersion": "1.1.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}