declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM");
SailPointIDN_Events_CL
| where TimeGenerated > ago(lbperiod)
| where type_s == type
| where status_s == "FAILED"
| sort by created_t
name: SailPointIdentityNowEventType
id: 48bb92e2-bad4-4fd4-9684-26cb188299b7
description: |
'Created to detect failed events of particular type from SailPointIDN_Events.'
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: technicalName_s
identifier: Name
entityType: Account
version: 1.0.0
triggerOperator: gt
query: |
declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM");
SailPointIDN_Events_CL
| where TimeGenerated > ago(lbperiod)
| where type_s == type
| where status_s == "FAILED"
| sort by created_t
tactics:
- InitialAccess
kind: Scheduled
queryFrequency: 1d
severity: High
queryPeriod: 14d
requiredDataConnectors:
- dataTypes:
- SailPointIDN_Events_CL
connectorId: SailPointIdentityNow
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowEventType.yaml
relevantTechniques:
- T1133