Detection rules › Kusto
SailPointIdentityNowAlertForTriggers
'Create alerts for SailPoint IdentityNow Event Trigger Service.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Initial Access | T1133 External Remote Services |
| Collection | T1005 Data from Local System |
Rule body kusto
id: 08330c3d-487e-4f5e-a539-1e7d06dea786
name: SailPointIdentityNowAlertForTriggers
description: |
'Create alerts for SailPoint IdentityNow Event Trigger Service.'
severity: Informational
status: Available
requiredDataConnectors:
- connectorId: SailPointIdentityNow
dataTypes:
- SailPointIDN_Events_CL
queryFrequency: 1d
queryPeriod: 14d
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
- Collection
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
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: Metadata_triggertId_s
version: 1.0.0
kind: Scheduled
Stages and Predicates
Stage 1: source
declare query_parameters(lbperiod:timespan = 14d, triggerId:string = "idn:aggregation-accounts-collected");
SailPointIDN_Triggers_CL
Stage 2: where
| where TimeGenerated > ago(lbperiod)
Stage 3: where
| where Metadata_triggerId_s == triggerId
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
Metadata_triggerId_s | eq |
|