NGINX - Multiple client errors from single IP address
| Id | 42771afe-edb3-4330-bc4a-abf6a5714454 |
| Rulename | NGINX - Multiple client errors from single IP address |
| Description | Detects multiple client errors from one source in short timeframe |
| Severity | Medium |
| Tactics | InitialAccess |
| Techniques | T1190 T1133 |
| Required data connectors | CustomLogsAma |
| 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/NGINX HTTP Server/Analytic Rules/NGINXMultipleClientErrorsFromSingleIP.yaml |
| Version | 1.0.2 |
| Arm template | 42771afe-edb3-4330-bc4a-abf6a5714454.json |
let threshold = 100;
NGINXHTTPServer
| where tolong(HttpStatusCode) >= 400 and tolong(HttpStatusCode) <= 499
| summarize MultipleClientErrors = count() by SrcIpAddr, bin(TimeGenerated, 5m)
| where MultipleClientErrors > threshold
| extend IPCustomEntity = SrcIpAddr
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/NGINX HTTP Server/Analytic Rules/NGINXMultipleClientErrorsFromSingleIP.yaml
query: |
let threshold = 100;
NGINXHTTPServer
| where tolong(HttpStatusCode) >= 400 and tolong(HttpStatusCode) <= 499
| summarize MultipleClientErrors = count() by SrcIpAddr, bin(TimeGenerated, 5m)
| where MultipleClientErrors > threshold
| extend IPCustomEntity = SrcIpAddr
requiredDataConnectors:
- dataTypes:
- NGINX_CL
connectorId: CustomLogsAma
tactics:
- InitialAccess
name: NGINX - Multiple client errors from single IP address
relevantTechniques:
- T1190
- T1133
severity: Medium
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
kind: Scheduled
queryFrequency: 1h
description: |
'Detects multiple client errors from one source in short timeframe'
triggerThreshold: 0
triggerOperator: gt
version: 1.0.2
queryPeriod: 1h
id: 42771afe-edb3-4330-bc4a-abf6a5714454