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

Sentinel One - Exclusion added

Back
Id4224409f-a7bf-45eb-a931-922d79575a05
RulenameSentinel One - Exclusion added
DescriptionDetects when new exclusion added.
SeverityMedium
TacticsDefenseEvasion
TechniquesT1070
Required data connectorsSentinelOne
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneExclusionAdded.yaml
Version1.0.0
Arm template4224409f-a7bf-45eb-a931-922d79575a05.json
Deploy To Azure
SentinelOne
| where EventOriginalMessage has_all ('added', 'exclusion')
| project EventCreationTime, SrcUserName, EventOriginalMessage
| extend AccountCustomEntity = SrcUserName
kind: Scheduled
id: 4224409f-a7bf-45eb-a931-922d79575a05
query: |
  SentinelOne
  | where EventOriginalMessage has_all ('added', 'exclusion')
  | project EventCreationTime, SrcUserName, EventOriginalMessage
  | extend AccountCustomEntity = SrcUserName  
queryFrequency: 1h
severity: Medium
requiredDataConnectors:
- dataTypes:
  - SentinelOne
  connectorId: SentinelOne
queryPeriod: 1h
version: 1.0.0
description: |
    'Detects when new exclusion added.'
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneExclusionAdded.yaml
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
triggerOperator: gt
triggerThreshold: 0
tactics:
- DefenseEvasion
name: Sentinel One - Exclusion added
relevantTechniques:
- T1070
{
  "$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/4224409f-a7bf-45eb-a931-922d79575a05')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/4224409f-a7bf-45eb-a931-922d79575a05')]",
      "properties": {
        "alertRuleTemplateName": "4224409f-a7bf-45eb-a931-922d79575a05",
        "customDetails": null,
        "description": "'Detects when new exclusion added.'\n",
        "displayName": "Sentinel One - Exclusion added",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountCustomEntity",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneExclusionAdded.yaml",
        "query": "SentinelOne\n| where EventOriginalMessage has_all ('added', 'exclusion')\n| project EventCreationTime, SrcUserName, EventOriginalMessage\n| extend AccountCustomEntity = SrcUserName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "DefenseEvasion"
        ],
        "techniques": [
          "T1070"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}