Apache - Request from private IP
Id | a0077556-3aff-11ec-8d3d-0242ac130003 |
Rulename | Apache - Request from private IP |
Description | Detects requests from private IP |
Severity | Medium |
Tactics | Impact InitialAccess |
Techniques | T1498 T1190 T1133 |
Required data connectors | ApacheHTTPServer 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/ApacheHTTPServer/Analytic Rules/ApacheRequestFromPrivateIP.yaml |
Version | 1.0.1 |
Arm template | a0077556-3aff-11ec-8d3d-0242ac130003.json |
ApacheHTTPServer
| where ipv4_is_private(SrcIpAddr)
| extend IPCustomEntity = SrcIpAddr
relevantTechniques:
- T1498
- T1190
- T1133
name: Apache - Request from private IP
requiredDataConnectors:
- dataTypes:
- ApacheHTTPServer
connectorId: ApacheHTTPServer
- datatypes:
- ApacheHTTPServer_CL
connectorId: CustomLogsAma
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
triggerThreshold: 0
id: a0077556-3aff-11ec-8d3d-0242ac130003
tactics:
- Impact
- InitialAccess
version: 1.0.1
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ApacheHTTPServer/Analytic Rules/ApacheRequestFromPrivateIP.yaml
queryPeriod: 1h
kind: Scheduled
queryFrequency: 1h
severity: Medium
status: Available
description: |
'Detects requests from private IP'
query: |
ApacheHTTPServer
| where ipv4_is_private(SrcIpAddr)
| extend IPCustomEntity = SrcIpAddr
triggerOperator: gt
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/a0077556-3aff-11ec-8d3d-0242ac130003')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/a0077556-3aff-11ec-8d3d-0242ac130003')]",
"properties": {
"alertRuleTemplateName": "a0077556-3aff-11ec-8d3d-0242ac130003",
"customDetails": null,
"description": "'Detects requests from private IP'\n",
"displayName": "Apache - Request from private IP",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ApacheHTTPServer/Analytic Rules/ApacheRequestFromPrivateIP.yaml",
"query": "ApacheHTTPServer\n| where ipv4_is_private(SrcIpAddr)\n| extend IPCustomEntity = SrcIpAddr\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Impact",
"InitialAccess"
],
"techniques": [
"T1133",
"T1190",
"T1498"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}