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