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