Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Corelight - External Proxy Detected

Back
Id05850746-9ae4-412f-838b-844f0903f4a9
RulenameCorelight - External Proxy Detected
DescriptionDetects external proxy usage.
SeverityLow
TacticsDefenseEvasion
CommandAndControl
TechniquesT1090
Required data connectorsCorelight
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightExternalProxyDetected.yaml
Version2.1.0
Arm template05850746-9ae4-412f-838b-844f0903f4a9.json
Deploy To Azure
corelight_http
| where isnotempty(proxied)
| where not(ipv4_is_private(id_orig_h))
queryPeriod: 1h
query: |
  corelight_http
  | where isnotempty(proxied)
  | where not(ipv4_is_private(id_orig_h))  
name: Corelight - External Proxy Detected
entityMappings:
- fieldMappings:
  - columnName: id_orig_h
    identifier: Address
  entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Corelight/Analytic Rules/CorelightExternalProxyDetected.yaml
requiredDataConnectors:
- connectorId: Corelight
  dataTypes:
  - Corelight_v2_http
  - corelight_http
description: |
    'Detects external proxy usage.'
kind: Scheduled
version: 2.1.0
status: Available
severity: Low
relevantTechniques:
- T1090
triggerOperator: gt
triggerThreshold: 0
tactics:
- DefenseEvasion
- CommandAndControl
id: 05850746-9ae4-412f-838b-844f0903f4a9