Azure Hybrid Connection Manager DNS Queries for servicebus.windows.net (Windows)

Flags HybridConnectionManager-initiated DNS queries to servicebus.windows.net on Windows.

FreeReviewedSigma · High · v2
Product
windows
Category
dns_query
Author
Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research) (SigmaHQ), DRL 1.1
Published
2021-04-12
Updated
2026-07-31
title: Azure Hybrid Connection Manager DNS Queries for servicebus.windows.net (Windows)
id: 552a8df3-e919-4bb8-a474-9c9e8a6562f9
status: test
description: This rule identifies DNS queries on Windows where the queried name contains servicebus.windows.net and the process image contains HybridConnectionManager. Attackers could blend in by using legitimate components that access Azure Service Bus over DNS to maintain or persist connectivity. It relies on telemetry that includes DNS query names and the originating process image.
references:
  - https://twitter.com/Cyb3rWard0g/status/1381642789369286662
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/dns_query/dns_query_win_hybridconnectionmgr_servicebus.yml
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research), Huntrule Team
date: 2021-04-12
modified: 2023-01-16
tags:
  - attack.persistence
  - attack.t1554
logsource:
  product: windows
  category: dns_query
detection:
  selection:
    QueryName|contains: servicebus.windows.net
    Image|contains: HybridConnectionManager
  condition: selection
falsepositives:
  - Legitimate use of Azure Hybrid Connection Manager and the Azure Service Bus service
level: high
license: DRL-1.1
related:
  - id: 7bd3902d-8b8b-4dd4-838a-c6862d40150d
    type: derived