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

SailPointIdentityNowFailedEvents

Back
Idc3835197-fd07-447e-a0ac-7540d51a1f64
RulenameSailPointIdentityNowFailedEvents
DescriptionDetects all events with status failed.
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/SailPointIdentityNowFailedEvents.yaml
Version1.0.0
Arm templatec3835197-fd07-447e-a0ac-7540d51a1f64.json
Deploy To Azure
declare query_parameters(lbperiod:timespan = 14d);
  SailPointIDN_Events_CL
  | where TimeGenerated > ago(lbperiod) and status_s == "FAILED"
  | project technicalName_s, operation_s, type_s
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  
name: SailPointIdentityNowFailedEvents
entityMappings:
- fieldMappings:
  - columnName: technicalName_s
    identifier: Name
  entityType: Account
queryFrequency: 1d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEvents.yaml
requiredDataConnectors:
- connectorId: SailPointIdentityNow
  dataTypes:
  - SailPointIDN_Events_CL
description: |
    'Detects all events with status failed.'
kind: Scheduled
version: 1.0.0
status: Available
severity: High
relevantTechniques:
- T1133
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: c3835197-fd07-447e-a0ac-7540d51a1f64