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

SailPointIdentityNowEventTypeTechnicalName

Back
Id2151e8ea-4838-4c74-be12-4d6a950dde7a
RulenameSailPointIdentityNowEventTypeTechnicalName
DescriptionCreated to detect new threat events from the data in SailPointIDN_Events.
SeverityHigh
TacticsInitialAccess
TechniquesT1133
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/SailPointIdentityNowEventTypeTechnicalName.yaml
Version1.0.0
Arm template2151e8ea-4838-4c74-be12-4d6a950dde7a.json
Deploy To Azure
declare query_parameters(lbperiod:timespan = 14d, technicalName:string = "ENTITLEMENT_ADD_FAILED", type:string = 'ACCESS_ITEM');
  SailPointIDN_Events_CL
  | where TimeGenerated > ago(lbperiod)
  | where type_s == type
  | where technicalName_s == technicalName
  | where status_s == "FAILED"
  | sort by created_t
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events_CL
  connectorId: SailPointIdentityNow
queryPeriod: 14d
status: Available
kind: Scheduled
description: |
    'Created to detect new threat events from the data in SailPointIDN_Events.'
query: |
  declare query_parameters(lbperiod:timespan = 14d, technicalName:string = "ENTITLEMENT_ADD_FAILED", type:string = 'ACCESS_ITEM');
    SailPointIDN_Events_CL
    | where TimeGenerated > ago(lbperiod)
    | where type_s == type
    | where technicalName_s == technicalName
    | where status_s == "FAILED"
    | sort by created_t  
relevantTechniques:
- T1133
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowEventTypeTechnicalName.yaml
severity: High
triggerThreshold: 0
name: SailPointIdentityNowEventTypeTechnicalName
tactics:
- InitialAccess
version: 1.0.0
entityMappings:
- entityType: Account
  fieldMappings:
  - identifier: Name
    columnName: technicalName_s
id: 2151e8ea-4838-4c74-be12-4d6a950dde7a
queryFrequency: 1d
{
  "$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/2151e8ea-4838-4c74-be12-4d6a950dde7a')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2151e8ea-4838-4c74-be12-4d6a950dde7a')]",
      "properties": {
        "alertRuleTemplateName": "2151e8ea-4838-4c74-be12-4d6a950dde7a",
        "customDetails": null,
        "description": "'Created to detect new threat events from the data in SailPointIDN_Events.'\n",
        "displayName": "SailPointIdentityNowEventTypeTechnicalName",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "technicalName_s",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowEventTypeTechnicalName.yaml",
        "query": "declare query_parameters(lbperiod:timespan = 14d, technicalName:string = \"ENTITLEMENT_ADD_FAILED\", type:string = 'ACCESS_ITEM');\n  SailPointIDN_Events_CL\n  | where TimeGenerated > ago(lbperiod)\n  | where type_s == type\n  | where technicalName_s == technicalName\n  | where status_s == \"FAILED\"\n  | sort by created_t\n",
        "queryFrequency": "P1D",
        "queryPeriod": "P14D",
        "severity": "High",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": [
          "T1133"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}