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

SailPointIdentityNowFailedEventsBasedOnTime

Back
Id175b79ef-0fc3-4b27-b92a-89b2db6c85c2
RulenameSailPointIdentityNowFailedEventsBasedOnTime
DescriptionDetects failed events based on created time.
SeverityHigh
TacticsInitialAccess
TechniquesT1133
Required data connectorsSailPointIdentityNow
SailPointIdentityNowConnector
KindScheduled
Query frequency1d
Query period14d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEventsBasedOnTime.yaml
Version1.1.0
Arm template175b79ef-0fc3-4b27-b92a-89b2db6c85c2.json
Deploy To Azure
declare query_parameters(lbperiod:timespan = 14d, createdTime:string = "2020-08-19T20:34:38.676Z");
  SailPointIDN_Events
  | where TimeGenerated > ago(lbperiod)
  | where Status == "FAILED"
  | where Created >= todatetime(createdTime)
  | sort by Created
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: TechnicalName
tactics:
- InitialAccess
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events
  connectorId: SailPointIdentityNow
- dataTypes:
  - SailPointIDN_Events
  connectorId: SailPointIdentityNowConnector
id: 175b79ef-0fc3-4b27-b92a-89b2db6c85c2
severity: High
status: Available
query: |
  declare query_parameters(lbperiod:timespan = 14d, createdTime:string = "2020-08-19T20:34:38.676Z");
    SailPointIDN_Events
    | where TimeGenerated > ago(lbperiod)
    | where Status == "FAILED"
    | where Created >= todatetime(createdTime)
    | sort by Created  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEventsBasedOnTime.yaml
kind: Scheduled
queryPeriod: 14d
version: 1.1.0
name: SailPointIdentityNowFailedEventsBasedOnTime
queryFrequency: 1d
triggerThreshold: 0
relevantTechniques:
- T1133
description: |
    'Detects failed events based on created time.'
triggerOperator: gt