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

SailPointIdentityNowFailedEvents

Back
Idc3835197-fd07-447e-a0ac-7540d51a1f64
RulenameSailPointIdentityNowFailedEvents
DescriptionDetects all events with status failed.
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/SailPointIdentityNowFailedEvents.yaml
Version1.0.0
Arm templatec3835197-fd07-447e-a0ac-7540d51a1f64.json
Deploy To Azure
declare query_parameters(lbperiod:timespan = 14d);
  SailPointIDN_Events_CL
  | where TimeGenerated > ago(lbperiod) and status_s == "FAILED"
  | project technicalName_s, operation_s, type_s
relevantTechniques:
- T1133
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEvents.yaml
triggerOperator: gt
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: technicalName_s
    identifier: Name
  entityType: Account
requiredDataConnectors:
- dataTypes:
  - SailPointIDN_Events_CL
  connectorId: SailPointIdentityNow
queryPeriod: 14d
query: |
  declare query_parameters(lbperiod:timespan = 14d);
    SailPointIDN_Events_CL
    | where TimeGenerated > ago(lbperiod) and status_s == "FAILED"
    | project technicalName_s, operation_s, type_s  
version: 1.0.0
description: |
    'Detects all events with status failed.'
tactics:
- InitialAccess
severity: High
name: SailPointIdentityNowFailedEvents
queryFrequency: 1d
triggerThreshold: 0
status: Available
id: c3835197-fd07-447e-a0ac-7540d51a1f64
{
  "$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/c3835197-fd07-447e-a0ac-7540d51a1f64')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c3835197-fd07-447e-a0ac-7540d51a1f64')]",
      "properties": {
        "alertRuleTemplateName": "c3835197-fd07-447e-a0ac-7540d51a1f64",
        "customDetails": null,
        "description": "'Detects all events with status failed.'\n",
        "displayName": "SailPointIdentityNowFailedEvents",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "technicalName_s",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowFailedEvents.yaml",
        "query": "declare query_parameters(lbperiod:timespan = 14d);\n  SailPointIDN_Events_CL\n  | where TimeGenerated > ago(lbperiod) and status_s == \"FAILED\"\n  | project technicalName_s, operation_s, type_s\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"
    }
  ]
}