Windows DNS queries containing Diamond Sleet–related domains

Alerts on Windows DNS queries for QueryName values containing specific Diamond Sleet–related domains.

FreeReviewedSigma · High · v5
Product
windows
Category
dns_query
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-10-24
Updated
2026-07-31
title: Windows DNS queries containing Diamond Sleet–related domains
id: bcb8a25a-fb2b-43ad-81d0-696cdd354560
status: test
description: This rule matches DNS queries on Windows where the query name contains any of four hard-coded domains tied to Diamond Sleet indicators. Attackers may use domain infrastructure for command-and-control or staging, so these specific lookups can provide early detection signals. The detection relies on DNS query telemetry that includes the queried name (QueryName) and evaluates substring matches.
references:
  - https://www.microsoft.com/en-us/security/blog/2023/10/18/multiple-north-korean-threat-actors-exploiting-the-teamcity-cve-2023-42793-vulnerability/
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2023/TA/Diamond-Sleet/dns_query_win_apt_diamond_steel_indicators.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-10-24
tags:
  - attack.command-and-control
  - detection.emerging-threats
logsource:
  product: windows
  category: dns_query
detection:
  selection:
    QueryName|contains:
      - 3dkit.org
      - dersmarketim.com
      - galerielamy.com
      - olidhealth.com
  condition: selection
falsepositives:
  - Might generate some false positive if triggered by a user during investigation for example.
level: high
license: DRL-1.1
related:
  - id: fba38e0f-4607-4344-bb8f-a4b50cdeef7f
    type: derived