Detection rules › Kusto

ZeroFox Alerts - Informational Severity Alerts

This is a third-party alert feed, not a detection over modeled telemetry. The vendor product raised the finding; this rule forwards it into the SIEM. It is searchable for reference but is excluded from the detection-rule browse and the ATT&CK coverage matrix.

Status
available
Severity
informational
Time window
5m
Source
github.com/Azure/Azure-Sentinel

'Detects informational severity alerts from ZeroFox'

MITRE ATT&CK coverage

TacticTechniques
Resource DevelopmentT1583 Acquire Infrastructure, T1586 Compromise Accounts
Initial AccessT1566 Phishing

Rule body kusto

id: 6f7a7413-b72f-4361-84ee-897baeb9c6d4
name: ZeroFox Alerts - Informational Severity Alerts
description: |
  'Detects informational severity alerts from ZeroFox'
severity: Informational
status: Available
requiredDataConnectors:
  - connectorId: ZeroFox_Alert_Polling
    dataTypes:
      - ZeroFoxAlertPoller_CL
queryFrequency: 5m
queryPeriod: 5m
triggerOperator: gt
triggerThreshold: 0
tactics:
  - ResourceDevelopment
  - InitialAccess
relevantTechniques:
  - T1583
  - T1586
  - T1566
query: |
  ZeroFoxAlertPoller_CL
  | where Severity in (1,2)
entityMappings:
  - entityType: Account
    fieldMappings:
      - identifier: FullName
        columnName: entity_name_s
eventGroupingSettings:
  aggregationKind: AlertPerResult
kind: Scheduled
version: 1.0.0

Stages and Predicates

Stage 1: source

ZeroFoxAlertPoller_CL

Stage 2: where

| where Severity in (1,2)

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
Severityin
  • 1 transforms: cased
  • 2 transforms: cased