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

SailPointIdentityNowEventType

Back
Id48bb92e2-bad4-4fd4-9684-26cb188299b7
RulenameSailPointIdentityNowEventType
DescriptionCreated to detect failed events of particular type from SailPointIDN_Events.
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/SailPointIdentityNowEventType.yaml
Version1.0.0
Arm template48bb92e2-bad4-4fd4-9684-26cb188299b7.json
Deploy To Azure
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
triggerThreshold: 0
tactics:
- InitialAccess
queryPeriod: 14d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowEventType.yaml
triggerOperator: gt
status: Available
id: 48bb92e2-bad4-4fd4-9684-26cb188299b7
name: SailPointIdentityNowEventType
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");
  SailPointIDN_Events_CL
  | where TimeGenerated > ago(lbperiod)
  | where type_s == type
  | where status_s == "FAILED"
  | sort by created_t  
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events_CL
  connectorId: SailPointIdentityNow