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

Google DNS - Exchange online autodiscover abuse

Back
Id424c2aca-5367-4247-917a-5d0f7035e40e
RulenameGoogle DNS - Exchange online autodiscover abuse
DescriptionDetects possible Exchange online autodiscover abuse.
SeverityMedium
TacticsInitialAccess
CredentialAccess
TechniquesT1566
T1187
Required data connectorsGCPDNSDataConnector
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSExchangeAutodiscoverAbuse.yaml
Version1.0.0
Arm template424c2aca-5367-4247-917a-5d0f7035e40e.json
Deploy To Azure
GCPCloudDNS
| where Query has_any ('autodiscover.com.br', 'autodiscover.com.cn', 'autodiscover.com.co', 'autodiscover.es', 'autodiscover.fr', 'autodiscover.in', 'autodiscover.it', 'autodiscover.sg', 'autodiscover.uk', 'autodiscover.xyz', 'autodiscover.online')
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
queryPeriod: 1h
query: |
  GCPCloudDNS
  | where Query has_any ('autodiscover.com.br', 'autodiscover.com.cn', 'autodiscover.com.co', 'autodiscover.es', 'autodiscover.fr', 'autodiscover.in', 'autodiscover.it', 'autodiscover.sg', 'autodiscover.uk', 'autodiscover.xyz', 'autodiscover.online')
  | extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr  
name: Google DNS - Exchange online autodiscover abuse
entityMappings:
- fieldMappings:
  - columnName: DNSCustomEntity
    identifier: DomainName
  entityType: DNS
- fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
  entityType: IP
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSExchangeAutodiscoverAbuse.yaml
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
  dataTypes:
  - GCPCloudDNS
description: |
    'Detects possible Exchange online autodiscover abuse.'
kind: Scheduled
version: 1.0.0
queryFrequency: 1h
severity: Medium
relevantTechniques:
- T1566
- T1187
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
- CredentialAccess
id: 424c2aca-5367-4247-917a-5d0f7035e40e