DNS Queries to Low-Reputation Effective TLDs (eTLD) via Known Bad TLD List
Alerts on DNS queries targeting domains under known low-reputation eTLD suffixes from an external threat-intel list.
- Category
- dns
- Author
- Norbert Jaśniewicz (AlphaSOC) (SigmaHQ), DRL 1.1
- Published
- 2025-08-04
- Updated
- 2026-07-31
ATT&CK techniques
C2Recon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
Exfiltration
Impact
What it detects
This rule flags DNS queries whose domain names end with specific low-reputation effective top-level domains (eTLDs). Attackers may use these domains to blend in with less-trusted infrastructure during command-and-control or initial access. The detection relies on DNS query telemetry containing the queried domain name and matches it against a predefined list of high-risk suffixes sourced from AlphaSOC threat intelligence, updated monthly.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: DNS Queries to Low-Reputation Effective TLDs (eTLD) via Known Bad TLD List
id: e9bd31e5-e6c0-4668-a652-f966e2ef3423
status: experimental
description: This rule flags DNS queries whose domain names end with specific low-reputation effective top-level domains (eTLDs). Attackers may use these domains to blend in with less-trusted infrastructure during command-and-control or initial access. The detection relies on DNS query telemetry containing the queried domain name and matches it against a predefined list of high-risk suffixes sourced from AlphaSOC threat intelligence, updated monthly.
references:
- https://feeds.alphasoc.net/bad-etlds.txt
- https://github.com/SigmaHQ/sigma/blob/master/rules-threat-hunting/network/net_dns_low_reputation_etld.yml
author: Norbert Jaśniewicz (AlphaSOC), Huntrule Team
date: 2025-08-04
tags:
- attack.command-and-control
- attack.t1071.004
- attack.initial-access
- detection.threat-hunting
logsource:
category: dns
detection:
selection:
query|endswith:
- .duckdns.org
- .top
- .ddns.net
- .gl.at.ply.gg
- .portmap.io
- .icu
- .zapto.org
- .live
- .hopto.org
- .portmap.host
- .sbs
- .sytes.net
- .click
- .ydns.eu
- .site
- .cloud
- .no-ip.org
- .kozow.com
- .lat
- .pro
condition: selection
falsepositives:
- Unknown
level: medium
license: DRL-1.1
related:
- id: cf5ee356-65c4-4556-8d11-6977fcdfed4b
type: derived