Detection rules › Kusto

SailPointIdentityNowAlertForTriggers

Status
available
Severity
informational
Time window
14d
Source
github.com/Azure/Azure-Sentinel

'Create alerts for SailPoint IdentityNow Event Trigger Service.'

MITRE ATT&CK coverage

TacticTechniques
Initial AccessT1133 External Remote Services
CollectionT1005 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.

FieldKindValues
Metadata_triggerId_seq
  • triggerId transforms: cased