Apache - Apache 2.4.49 flaw CVE-2021-41773
Id | 767f9dc4-3b01-11ec-8d3d-0242ac130003 |
Rulename | Apache - Apache 2.4.49 flaw CVE-2021-41773 |
Description | Detects using Apache 2.4.49 flaw CVE-2021-41773 |
Severity | High |
Tactics | InitialAccess LateralMovement |
Techniques | T1190 T1133 T1210 |
Required data connectors | ApacheHTTPServer |
Kind | Scheduled |
Query frequency | 10m |
Query period | 10m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ApacheHTTPServer/Analytic Rules/ApacheCVE-2021-41773.yaml |
Version | 1.0.1 |
Arm template | 767f9dc4-3b01-11ec-8d3d-0242ac130003.json |
ApacheHTTPServer
| where HttpRequestMethod =~ "GET"
| where UrlOriginal has_all ("/cgi-bin/", "/%2e%2e/")
| where HttpStatusCode == "200"
| extend UrlCustomEntity = UrlOriginal
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ApacheHTTPServer/Analytic Rules/ApacheCVE-2021-41773.yaml
severity: High
name: Apache - Apache 2.4.49 flaw CVE-2021-41773
entityMappings:
- entityType: URL
fieldMappings:
- columnName: UrlCustomEntity
identifier: Url
relevantTechniques:
- T1190
- T1133
- T1210
queryFrequency: 10m
triggerThreshold: 0
queryPeriod: 10m
description: |
'Detects using Apache 2.4.49 flaw CVE-2021-41773'
id: 767f9dc4-3b01-11ec-8d3d-0242ac130003
version: 1.0.1
tactics:
- InitialAccess
- LateralMovement
query: |
ApacheHTTPServer
| where HttpRequestMethod =~ "GET"
| where UrlOriginal has_all ("/cgi-bin/", "/%2e%2e/")
| where HttpStatusCode == "200"
| extend UrlCustomEntity = UrlOriginal
status: Available
requiredDataConnectors:
- dataTypes:
- ApacheHTTPServer
connectorId: ApacheHTTPServer
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/767f9dc4-3b01-11ec-8d3d-0242ac130003')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/767f9dc4-3b01-11ec-8d3d-0242ac130003')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Apache - Apache 2.4.49 flaw CVE-2021-41773",
"description": "'Detects using Apache 2.4.49 flaw CVE-2021-41773'\n",
"severity": "High",
"enabled": true,
"query": "ApacheHTTPServer\n| where HttpRequestMethod =~ \"GET\"\n| where UrlOriginal has_all (\"/cgi-bin/\", \"/%2e%2e/\")\n| where HttpStatusCode == \"200\" \n| extend UrlCustomEntity = UrlOriginal\n",
"queryFrequency": "PT10M",
"queryPeriod": "PT10M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess",
"LateralMovement"
],
"techniques": [
"T1190",
"T1133",
"T1210"
],
"alertRuleTemplateName": "767f9dc4-3b01-11ec-8d3d-0242ac130003",
"customDetails": null,
"entityMappings": [
{
"entityType": "URL",
"fieldMappings": [
{
"identifier": "Url",
"columnName": "UrlCustomEntity"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ApacheHTTPServer/Analytic Rules/ApacheCVE-2021-41773.yaml",
"status": "Available",
"templateVersion": "1.0.1"
}
}
]
}