SailPointIdentityNowAlertForTriggers
Id | 08330c3d-487e-4f5e-a539-1e7d06dea786 |
Rulename | SailPointIdentityNowAlertForTriggers |
Description | Create alerts for SailPoint IdentityNow Event Trigger Service. |
Severity | Informational |
Tactics | InitialAccess Collection |
Techniques | T1133 T1005 |
Required data connectors | SailPointIdentityNow |
Kind | Scheduled |
Query frequency | 1d |
Query period | 14d |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowAlertsForTriggers.yaml |
Version | 1.0.0 |
Arm template | 08330c3d-487e-4f5e-a539-1e7d06dea786.json |
declare query_parameters(lbperiod:timespan = 14d, triggerId:string = "idn:aggregation-accounts-collected");
SailPointIDN_Triggers_CL
| where TimeGenerated > ago(lbperiod)
| where Metadata_triggerId_s == triggerId
relevantTechniques:
- T1133
- T1005
name: SailPointIdentityNowAlertForTriggers
requiredDataConnectors:
- dataTypes:
- SailPointIDN_Events_CL
connectorId: SailPointIdentityNow
entityMappings:
- fieldMappings:
- identifier: Name
columnName: Metadata_triggertId_s
entityType: Account
triggerThreshold: 0
id: 08330c3d-487e-4f5e-a539-1e7d06dea786
tactics:
- InitialAccess
- Collection
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SailPointIdentityNow/Analytic Rules/SailPointIdentityNowAlertsForTriggers.yaml
queryPeriod: 14d
kind: Scheduled
queryFrequency: 1d
severity: Informational
status: Available
description: |
'Create alerts for SailPoint IdentityNow Event Trigger Service.'
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
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-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",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Collection",
"InitialAccess"
],
"techniques": [
"T1005",
"T1133"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}