Cloudflare - Multiple error requests from single source
| Id | ef877d68-755f-4cf1-ac1d-f336e395667c |
| Rulename | Cloudflare - Multiple error requests from single source |
| Description | Detects multiple failure requests from single source in short timeframe. |
| Severity | Low |
| 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/CloudflareMultipleErrorsSource.yaml |
| Version | 1.0.0 |
| Arm template | ef877d68-755f-4cf1-ac1d-f336e395667c.json |
let threshold = 100;
Cloudflare
| where HttpRequestMethod =~ 'GET'
| summarize err_cnt = count() by SrcIpAddr, bin(TimeGenerated, 5m)
| where err_cnt > threshold
| extend IPCustomEntity = SrcIpAddr
queryPeriod: 1h
query: |
let threshold = 100;
Cloudflare
| where HttpRequestMethod =~ 'GET'
| summarize err_cnt = count() by SrcIpAddr, bin(TimeGenerated, 5m)
| where err_cnt > threshold
| extend IPCustomEntity = SrcIpAddr
name: Cloudflare - Multiple error requests from single source
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cloudflare/Analytic Rules/CloudflareMultipleErrorsSource.yaml
requiredDataConnectors:
- connectorId: CloudflareDataConnector
dataTypes:
- Cloudflare
description: |
'Detects multiple failure requests from single source in short timeframe.'
kind: Scheduled
version: 1.0.0
status: Available
severity: Low
relevantTechniques:
- T1190
- T1133
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
id: ef877d68-755f-4cf1-ac1d-f336e395667c