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
id: 08330c3d-487e-4f5e-a539-1e7d06dea786
name: SailPointIdentityNowAlertForTriggers
requiredDataConnectors:
- connectorId: SailPointIdentityNow
  dataTypes:
  - SailPointIDN_Events_CL
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: Metadata_triggertId_s
description: |
    'Create alerts for SailPoint IdentityNow Event Trigger Service.'
status: Available
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  
severity: Informational
triggerThreshold: 0
queryPeriod: 14d
queryFrequency: 1d
triggerOperator: gt
kind: Scheduled
tactics:
- InitialAccess
- Collection
relevantTechniques:
- T1133
- T1005
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowAlertsForTriggers.yaml
version: 1.0.0
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-01-preview",
      "id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/08330c3d-487e-4f5e-a539-1e7d06dea786')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/08330c3d-487e-4f5e-a539-1e7d06dea786')]",
      "properties": {
        "alertRuleTemplateName": "08330c3d-487e-4f5e-a539-1e7d06dea786",
        "customDetails": null,
        "description": "'Create alerts for SailPoint IdentityNow Event Trigger Service.'\n",
        "displayName": "SailPointIdentityNowAlertForTriggers",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "Metadata_triggertId_s",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowAlertsForTriggers.yaml",
        "query": "declare query_parameters(lbperiod:timespan = 14d, triggerId:string = \"idn:aggregation-accounts-collected\");\n  SailPointIDN_Triggers_CL\n  | where TimeGenerated > ago(lbperiod)\n  | where Metadata_triggerId_s == triggerId\n",
        "queryFrequency": "P1D",
        "queryPeriod": "P14D",
        "severity": "Informational",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Collection",
          "InitialAccess"
        ],
        "techniques": [
          "T1005",
          "T1133"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}