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
queryFrequency: 1d
description: |
'Detects all events with status failed.'
triggerThreshold: 0
id: c3835197-fd07-447e-a0ac-7540d51a1f64
name: SailPointIdentityNowFailedEvents
queryPeriod: 14d
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
severity: High
triggerOperator: gt
entityMappings:
- fieldMappings:
- columnName: technicalName_s
identifier: Name
entityType: Account
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEvents.yaml
requiredDataConnectors:
- connectorId: SailPointIdentityNow
dataTypes:
- SailPointIDN_Events_CL
status: Available
version: 1.0.0
tactics:
- InitialAccess
kind: Scheduled