Detection rules › Sigma
Low Reputation Effective Top-Level Domain (eTLD)
Detects DNS queries to domains within known low reputation eTLDs. This rule uses AlphaSOC's threat intelligence data and is updated on a monthly basis.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Command & Control | T1071.004 Application Layer Protocol: DNS |
Rule body yaml
title: Low Reputation Effective Top-Level Domain (eTLD)
id: cf5ee356-65c4-4556-8d11-6977fcdfed4b
status: experimental
description: Detects DNS queries to domains within known low reputation eTLDs. This rule uses AlphaSOC's threat intelligence data and is updated on a monthly basis.
references:
- https://feeds.alphasoc.net/bad-etlds.txt
author: Norbert Jaśniewicz (AlphaSOC)
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
Stages and Predicates
Stage 0: condition
selectionStage 1: selection
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'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
query | ends_with |
|