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

ZeroFox Alerts - Informational Severity Alerts

Back
Id6f7a7413-b72f-4361-84ee-897baeb9c6d4
RulenameZeroFox Alerts - Informational Severity Alerts
DescriptionDetects informational severity alerts from ZeroFox
SeverityInformational
TacticsResourceDevelopment
InitialAccess
TechniquesT1583
T1586
T1566
Required data connectorsZeroFox_Alert_Polling
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_InformationalSeverityRule.yaml
Version1.0.0
Arm template6f7a7413-b72f-4361-84ee-897baeb9c6d4.json
Deploy To Azure
ZeroFoxAlertPoller_CL
| where Severity in (1,2)
queryPeriod: 5m
entityMappings:
- fieldMappings:
  - columnName: entity_name_s
    identifier: FullName
  entityType: Account
id: 6f7a7413-b72f-4361-84ee-897baeb9c6d4
name: ZeroFox Alerts - Informational Severity Alerts
kind: Scheduled
status: Available
description: |
    'Detects informational severity alerts from ZeroFox'
tactics:
- ResourceDevelopment
- InitialAccess
triggerOperator: gt
query: |
  ZeroFoxAlertPoller_CL
  | where Severity in (1,2)  
queryFrequency: 5m
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_InformationalSeverityRule.yaml
requiredDataConnectors:
- dataTypes:
  - ZeroFoxAlertPoller_CL
  connectorId: ZeroFox_Alert_Polling
version: 1.0.0
relevantTechniques:
- T1583
- T1586
- T1566
severity: Informational
{
  "$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/6f7a7413-b72f-4361-84ee-897baeb9c6d4')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6f7a7413-b72f-4361-84ee-897baeb9c6d4')]",
      "properties": {
        "alertRuleTemplateName": "6f7a7413-b72f-4361-84ee-897baeb9c6d4",
        "customDetails": null,
        "description": "'Detects informational severity alerts from ZeroFox'\n",
        "displayName": "ZeroFox Alerts - Informational Severity Alerts",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "entity_name_s",
                "identifier": "FullName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_InformationalSeverityRule.yaml",
        "query": "ZeroFoxAlertPoller_CL\n| where Severity in (1,2)\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Informational",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess",
          "ResourceDevelopment"
        ],
        "techniques": [
          "T1566",
          "T1583",
          "T1586"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}