Cloudflare - Client request from country in blocklist
| Id | 40554544-6e4a-4413-8d14-bf2de939c5d9 |
| Rulename | Cloudflare - Client request from country in blocklist |
| Description | Detects requests from countries which are in blocklist. |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1190 T1133 |
| Required data connectors | CloudflareDataConnector |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cloudflare/Analytic Rules/CloudflareUnexpectedCountry.yaml |
| Version | 1.0.1 |
| Arm template | 40554544-6e4a-4413-8d14-bf2de939c5d9.json |
let bl_countries = dynamic(['cn', 'hk']);
Cloudflare
| where SrcGeoCountry in~ (bl_countries)
| extend CompleteUrl = strcat(HttpRequestHeaderHost,ClientRequestPath)
query: |
let bl_countries = dynamic(['cn', 'hk']);
Cloudflare
| where SrcGeoCountry in~ (bl_countries)
| extend CompleteUrl = strcat(HttpRequestHeaderHost,ClientRequestPath)
version: 1.0.1
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cloudflare/Analytic Rules/CloudflareUnexpectedCountry.yaml
status: Available
description: |
'Detects requests from countries which are in blocklist.'
queryFrequency: 1h
name: Cloudflare - Client request from country in blocklist
kind: Scheduled
triggerThreshold: 0
id: 40554544-6e4a-4413-8d14-bf2de939c5d9
requiredDataConnectors:
- connectorId: CloudflareDataConnector
dataTypes:
- Cloudflare
severity: Medium
queryPeriod: 1h
entityMappings:
- fieldMappings:
- columnName: SrcIpAddr
identifier: Address
entityType: IP
- fieldMappings:
- columnName: CompleteUrl
identifier: Url
entityType: URL
relevantTechniques:
- T1190
- T1133
tactics:
- InitialAccess