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
description: |
'Created to detect failed events of particular type from SailPointIDN_Events.'
version: 1.0.0
tactics:
- InitialAccess
queryFrequency: 1d
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
status: Available
triggerOperator: gt
kind: Scheduled
triggerThreshold: 0
relevantTechniques:
- T1133
id: 48bb92e2-bad4-4fd4-9684-26cb188299b7
queryPeriod: 14d
entityMappings:
- fieldMappings:
- identifier: Name
columnName: technicalName_s
entityType: Account
severity: High
name: SailPointIdentityNowEventType
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowEventType.yaml
requiredDataConnectors:
- dataTypes:
- SailPointIDN_Events_CL
connectorId: SailPointIdentityNow