Analytic rule catalog
SailPointIdentityNowEventTypeTechnicalName
Back
| Id | 2151e8ea-4838-4c74-be12-4d6a950dde7a |
| Rulename | SailPointIdentityNowEventTypeTechnicalName |
| Description | Created to detect new threat events from the data in SailPointIDN_Events. |
| 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/SailPointIdentityNowEventTypeTechnicalName.yaml |
| Version | 1.1.0 |
| Arm template | 2151e8ea-4838-4c74-be12-4d6a950dde7a.json |
declare query_parameters(lbperiod:timespan = 14d, technicalName:string = "ENTITLEMENT_ADD_FAILED", type:string = 'ACCESS_ITEM');
SailPointIDN_Events
| where TimeGenerated > ago(lbperiod)
| where EventType == type
| where TechnicalName == technicalName
| where Status == "FAILED"
| sort by Created
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: TechnicalName
name: SailPointIdentityNowEventTypeTechnicalName
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, technicalName:string = "ENTITLEMENT_ADD_FAILED", type:string = 'ACCESS_ITEM');
SailPointIDN_Events
| where TimeGenerated > ago(lbperiod)
| where EventType == type
| where TechnicalName == technicalName
| where Status == "FAILED"
| sort by Created
description: |
'Created to detect new threat events from the data in SailPointIDN_Events.'
severity: High
id: 2151e8ea-4838-4c74-be12-4d6a950dde7a
triggerThreshold: 0
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic%20Rules/SailPointIdentityNowEventTypeTechnicalName.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/2151e8ea-4838-4c74-be12-4d6a950dde7a')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2151e8ea-4838-4c74-be12-4d6a950dde7a')]",
"properties": {
"alertRuleTemplateName": "2151e8ea-4838-4c74-be12-4d6a950dde7a",
"customDetails": null,
"description": "'Created to detect new threat events from the data in SailPointIDN_Events.'\n",
"displayName": "SailPointIdentityNowEventTypeTechnicalName",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "TechnicalName",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic%20Rules/SailPointIdentityNowEventTypeTechnicalName.yaml",
"query": "declare query_parameters(lbperiod:timespan = 14d, technicalName:string = \"ENTITLEMENT_ADD_FAILED\", type:string = 'ACCESS_ITEM');\n SailPointIDN_Events\n | where TimeGenerated > ago(lbperiod)\n | where EventType == type\n | where TechnicalName == technicalName\n | where Status == \"FAILED\"\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"
}
]
}