Corelight - External Proxy Detected
Id | 05850746-9ae4-412f-838b-844f0903f4a9 |
Rulename | Corelight - External Proxy Detected |
Description | Detects external proxy usage. |
Severity | Low |
Tactics | DefenseEvasion CommandAndControl |
Techniques | T1090 |
Required data connectors | Corelight |
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/Corelight/Analytic Rules/CorelightExternalProxyDetected.yaml |
Version | 2.1.0 |
Arm template | 05850746-9ae4-412f-838b-844f0903f4a9.json |
corelight_http
| where isnotempty(proxied)
| where not(ipv4_is_private(id_orig_h))
relevantTechniques:
- T1090
name: Corelight - External Proxy Detected
requiredDataConnectors:
- dataTypes:
- Corelight_v2_http
- corelight_http
connectorId: Corelight
entityMappings:
- fieldMappings:
- identifier: Address
columnName: id_orig_h
entityType: IP
triggerThreshold: 0
id: 05850746-9ae4-412f-838b-844f0903f4a9
tactics:
- DefenseEvasion
- CommandAndControl
version: 2.1.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightExternalProxyDetected.yaml
queryPeriod: 1h
kind: Scheduled
queryFrequency: 1h
severity: Low
status: Available
description: |
'Detects external proxy usage.'
query: |
corelight_http
| where isnotempty(proxied)
| where not(ipv4_is_private(id_orig_h))
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/05850746-9ae4-412f-838b-844f0903f4a9')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/05850746-9ae4-412f-838b-844f0903f4a9')]",
"properties": {
"alertRuleTemplateName": "05850746-9ae4-412f-838b-844f0903f4a9",
"customDetails": null,
"description": "'Detects external proxy usage.'\n",
"displayName": "Corelight - External Proxy Detected",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "id_orig_h",
"identifier": "Address"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightExternalProxyDetected.yaml",
"query": "corelight_http\n| where isnotempty(proxied)\n| where not(ipv4_is_private(id_orig_h))\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CommandAndControl",
"DefenseEvasion"
],
"techniques": [
"T1090"
],
"templateVersion": "2.1.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}