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

Cloudflare - WAF Allowed threat

Back
Idf53fe2a9-96b5-454c-827e-cf1764a67fb0
RulenameCloudflare - WAF Allowed threat
DescriptionDetects WAF “Allowed” action on threat events.
SeverityHigh
TacticsInitialAccess
TechniquesT1190
T1133
Required data connectorsCloudflareDataConnector
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cloudflare/Analytic Rules/CloudflareWafThreatAllowed.yaml
Version1.0.0
Arm templatef53fe2a9-96b5-454c-827e-cf1764a67fb0.json
Deploy To Azure
Cloudflare
| where isnotempty(WAFRuleID) or isnotempty(WAFRuleMessage)
| where WAFAction =~ 'Allow'
| extend IPCustomEntity = SrcIpAddr
| extend UrlCustomEntity = ClientRequestURI
description: |
    'Detects WAF "Allowed" action on threat events.'
kind: Scheduled
tactics:
- InitialAccess
requiredDataConnectors:
- connectorId: CloudflareDataConnector
  dataTypes:
  - Cloudflare
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cloudflare/Analytic Rules/CloudflareWafThreatAllowed.yaml
severity: High
name: Cloudflare - WAF Allowed threat
triggerThreshold: 0
queryPeriod: 1h
query: |
  Cloudflare
  | where isnotempty(WAFRuleID) or isnotempty(WAFRuleMessage)
  | where WAFAction =~ 'Allow'
  | extend IPCustomEntity = SrcIpAddr
  | extend UrlCustomEntity = ClientRequestURI  
relevantTechniques:
- T1190
- T1133
id: f53fe2a9-96b5-454c-827e-cf1764a67fb0
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.0
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
- entityType: URL
  fieldMappings:
  - columnName: UrlCustomEntity
    identifier: Url