Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

SailPointIdentityNowUserWithFailedEvent

Back
Id2a215222-bfc5-4858-a530-6d4088ebfa15
RulenameSailPointIdentityNowUserWithFailedEvent
DescriptionDetects any failed event for a particular user.
SeverityHigh
TacticsInitialAccess
TechniquesT1133
Required data connectorsSailPointIdentityNow
KindScheduled
Query frequency1d
Query period14d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowUserWithFailedEvents.yaml
Version1.0.0
Arm template2a215222-bfc5-4858-a530-6d4088ebfa15.json
Deploy To Azure
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
description: |
    'Detects any failed event for a particular user.'
version: 1.0.0
triggerThreshold: 0
tactics:
- InitialAccess
queryPeriod: 14d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowUserWithFailedEvents.yaml
triggerOperator: gt
status: Available
id: 2a215222-bfc5-4858-a530-6d4088ebfa15
name: SailPointIdentityNowUserWithFailedEvent
queryFrequency: 1d
severity: High
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: technicalName_s
    identifier: Name
  entityType: Account
relevantTechniques:
- T1133
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  
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events_CL
  connectorId: SailPointIdentityNow