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

ZeroFox Alerts - Low Severity Alerts

Back
Ide0c7a91a-7aa1-498a-9c20-cd6c721f9345
RulenameZeroFox Alerts - Low Severity Alerts
DescriptionDetects low severity alerts from ZeroFox
SeverityLow
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_LowSeverityRule.yaml
Version1.0.0
Arm templatee0c7a91a-7aa1-498a-9c20-cd6c721f9345.json
Deploy To Azure
ZeroFoxAlertPoller_CL
| where Severity in (3)
severity: Low
triggerOperator: gt
name: ZeroFox Alerts - Low Severity Alerts
triggerThreshold: 0
requiredDataConnectors:
- dataTypes:
  - ZeroFoxAlertPoller_CL
  connectorId: ZeroFox_Alert_Polling
version: 1.0.0
kind: Scheduled
tactics:
- ResourceDevelopment
- InitialAccess
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: entity_name_s
    identifier: FullName
query: |
  ZeroFoxAlertPoller_CL
  | where Severity in (3)  
description: |
    'Detects low severity alerts from ZeroFox'
id: e0c7a91a-7aa1-498a-9c20-cd6c721f9345
queryFrequency: 5m
eventGroupingSettings:
  aggregationKind: AlertPerResult
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_LowSeverityRule.yaml
queryPeriod: 5m
relevantTechniques:
- T1583
- T1586
- T1566