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