Detection rules › Sigma

Low Reputation Effective Top-Level Domain (eTLD)

Status
experimental
Severity
medium
Log source
category dns
Author
Norbert Jaśniewicz (AlphaSOC)
Source
github.com/SigmaHQ/sigma

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

TacticTechniques
Command & ControlT1071.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

selection

Stage 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.

FieldKindValues
queryends_with
  • .click
  • .cloud
  • .ddns.net
  • .duckdns.org
  • .gl.at.ply.gg
  • .hopto.org
  • .icu
  • .kozow.com
  • .lat
  • .live
  • .no-ip.org
  • .portmap.host
  • .portmap.io
  • .pro
  • .sbs
  • .site
  • .sytes.net
  • .top
  • .ydns.eu
  • .zapto.org