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

SailPointIdentityNowUserWithFailedEvent

Back
Id2a215222-bfc5-4858-a530-6d4088ebfa15
RulenameSailPointIdentityNowUserWithFailedEvent
DescriptionDetects any failed event for a particular user.
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/SailPointIdentityNowUserWithFailedEvents.yaml
Version1.0.0
Arm template2a215222-bfc5-4858-a530-6d4088ebfa15.json
Deploy To Azure
declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM", actorName:string = "test.tester", targetName:string = "test.tester");
  SailPointIDN_Events_CL
  | where TimeGenerated > ago(lbperiod)
  | where type_s == type
  | where status_s == "FAILED"
  | where actor_name_s == actorName
  | where target_name_s == targetName
  | sort by created_t
name: SailPointIdentityNowUserWithFailedEvent
status: Available
triggerThreshold: 0
severity: High
tactics:
- InitialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowUserWithFailedEvents.yaml
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: technicalName_s
    identifier: Name
queryPeriod: 14d
queryFrequency: 1d
version: 1.0.0
triggerOperator: gt
description: |
    'Detects any failed event for a particular user.'
query: |
  declare query_parameters(lbperiod:timespan = 14d, type:string = "ACCESS_ITEM", actorName:string = "test.tester", targetName:string = "test.tester");
    SailPointIDN_Events_CL
    | where TimeGenerated > ago(lbperiod)
    | where type_s == type
    | where status_s == "FAILED"
    | where actor_name_s == actorName
    | where target_name_s == targetName
    | sort by created_t  
relevantTechniques:
- T1133
id: 2a215222-bfc5-4858-a530-6d4088ebfa15
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events_CL
  connectorId: SailPointIdentityNow
kind: Scheduled
{
  "$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/2a215222-bfc5-4858-a530-6d4088ebfa15')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2a215222-bfc5-4858-a530-6d4088ebfa15')]",
      "properties": {
        "alertRuleTemplateName": "2a215222-bfc5-4858-a530-6d4088ebfa15",
        "customDetails": null,
        "description": "'Detects any failed event for a particular user.'\n",
        "displayName": "SailPointIdentityNowUserWithFailedEvent",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "technicalName_s",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowUserWithFailedEvents.yaml",
        "query": "declare query_parameters(lbperiod:timespan = 14d, type:string = \"ACCESS_ITEM\", actorName:string = \"test.tester\", targetName:string = \"test.tester\");\n  SailPointIDN_Events_CL\n  | where TimeGenerated > ago(lbperiod)\n  | where type_s == type\n  | where status_s == \"FAILED\"\n  | where actor_name_s == actorName\n  | where target_name_s == targetName\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"
    }
  ]
}