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

SailPointIdentityNowAlertForTriggers

Back
Id08330c3d-487e-4f5e-a539-1e7d06dea786
RulenameSailPointIdentityNowAlertForTriggers
DescriptionCreate alerts for SailPoint IdentityNow Event Trigger Service.
SeverityInformational
TacticsInitialAccess
Collection
TechniquesT1133
T1005
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/SailPointIdentityNowAlertsForTriggers.yaml
Version1.0.0
Arm template08330c3d-487e-4f5e-a539-1e7d06dea786.json
Deploy To Azure
declare query_parameters(lbperiod:timespan = 14d, triggerId:string = "idn:aggregation-accounts-collected");
  SailPointIDN_Triggers_CL
  | where TimeGenerated > ago(lbperiod)
  | where Metadata_triggerId_s == triggerId
description: |
    'Create alerts for SailPoint IdentityNow Event Trigger Service.'
version: 1.0.0
triggerThreshold: 0
tactics:
- InitialAccess
- Collection
queryPeriod: 14d
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowAlertsForTriggers.yaml
triggerOperator: gt
status: Available
id: 08330c3d-487e-4f5e-a539-1e7d06dea786
name: SailPointIdentityNowAlertForTriggers
queryFrequency: 1d
severity: Informational
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: Metadata_triggertId_s
    identifier: Name
  entityType: Account
relevantTechniques:
- T1133
- T1005
query: |
  declare query_parameters(lbperiod:timespan = 14d, triggerId:string = "idn:aggregation-accounts-collected");
    SailPointIDN_Triggers_CL
    | where TimeGenerated > ago(lbperiod)
    | where Metadata_triggerId_s == triggerId  
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events_CL
  connectorId: SailPointIdentityNow