Cloudflare - Multiple user agents for single source
| Id | fc50076a-0275-43d5-b9dd-38346c061f68 |
| Rulename | Cloudflare - Multiple user agents for single source |
| Description | Detects requests with different user agents from one source in short timeframe. |
| 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 CCF/Analytic Rules/CloudflareCCFMultipleUAs.yaml |
| Version | 1.0.1 |
| Arm template | fc50076a-0275-43d5-b9dd-38346c061f68.json |
let threshold = 10;
Cloudflare
| where isnotempty(HttpUserAgentOriginal)
| summarize d_ua = dcount(HttpUserAgentOriginal) by SrcIpAddr, bin(TimeGenerated, 3m)
| where d_ua > threshold
name: Cloudflare - Multiple user agents for single source
query: |
let threshold = 10;
Cloudflare
| where isnotempty(HttpUserAgentOriginal)
| summarize d_ua = dcount(HttpUserAgentOriginal) by SrcIpAddr, bin(TimeGenerated, 3m)
| where d_ua > threshold
queryFrequency: 1h
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
- Cloudflare
connectorId: CloudflareDataConnector
status: Available
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: SrcIpAddr
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cloudflare CCF/Analytic Rules/CloudflareCCFMultipleUAs.yaml
description: |
'Detects requests with different user agents from one source in short timeframe.'
version: 1.0.1
id: fc50076a-0275-43d5-b9dd-38346c061f68
kind: Scheduled
relevantTechniques:
- T1190
- T1133
severity: Medium
tactics:
- InitialAccess
queryPeriod: 1h