declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM", actorName:string = "test.tester", targetName:string = "test.tester");
SailPointIDN_Events_CL
| where TimeGenerated > ago(lbperiod)
| where type_s == type
| where status_s == "FAILED"
| where actor_name_s == actorName
| where target_name_s == targetName
| sort by created_t
queryPeriod: 14d
description: |
'Detects any failed event for a particular user.'
kind: Scheduled
query: |
declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM", actorName:string = "test.tester", targetName:string = "test.tester");
SailPointIDN_Events_CL
| where TimeGenerated > ago(lbperiod)
| where type_s == type
| where status_s == "FAILED"
| where actor_name_s == actorName
| where target_name_s == targetName
| sort by created_t
tactics:
- InitialAccess
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowUserWithFailedEvents.yaml
id: 2a215222-bfc5-4858-a530-6d4088ebfa15
version: 1.0.0
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: technicalName_s
triggerThreshold: 0
status: Available
relevantTechniques:
- T1133
name: SailPointIdentityNowUserWithFailedEvent
severity: High
requiredDataConnectors:
- dataTypes:
- SailPointIDN_Events_CL
connectorId: SailPointIdentityNow
queryFrequency: 1d