Detection rules › Sigma

Download from Suspicious Dyndns Hosts

Status
test
Severity
medium
Log source
category proxy
Author
Florian Roth (Nextron Systems)
Source
github.com/SigmaHQ/sigma

Detects download of certain file types from hosts with dynamic DNS names (selected list)

MITRE ATT&CK coverage

TacticTechniques
Command & ControlT1105 Ingress Tool Transfer, T1568 Dynamic Resolution

Rule body yaml

title: Download from Suspicious Dyndns Hosts
id: 195c1119-ef07-4909-bb12-e66f5e07bf3c
status: test
description: Detects download of certain file types from hosts with dynamic DNS names (selected list)
references:
    - https://www.alienvault.com/blogs/security-essentials/dynamic-dns-security-and-potential-threats
author: Florian Roth (Nextron Systems)
date: 2017-11-08
modified: 2023-05-18
tags:
    - attack.command-and-control
    - attack.t1105
    - attack.t1568
logsource:
    category: proxy
detection:
    selection:
        c-uri-extension:
            - 'exe'
            - 'vbs'
            - 'bat'
            - 'rar'
            - 'ps1'
            - 'doc'
            - 'docm'
            - 'xls'
            - 'xlsm'
            - 'pptm'
            - 'rtf'
            - 'hta'
            - 'dll'
            - 'ws'
            - 'wsf'
            - 'sct'
            - 'zip'
            # If you want to add more extensions - see https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/
        cs-host|endswith:
            - '.hopto.org'
            - '.no-ip.org'
            - '.no-ip.info'
            - '.no-ip.biz'
            - '.no-ip.com'
            - '.noip.com'
            - '.ddns.name'
            - '.myftp.org'
            - '.myftp.biz'
            - '.serveblog.net'
            - '.servebeer.com'
            - '.servemp3.com'
            - '.serveftp.com'
            - '.servequake.com'
            - '.servehalflife.com'
            - '.servehttp.com'
            - '.servegame.com'
            - '.servepics.com'
            - '.myvnc.com'
            - '.ignorelist.com'
            - '.jkub.com'
            - '.dlinkddns.com'
            - '.jumpingcrab.com'
            - '.ddns.info'
            - '.mooo.com'
            - '.dns-dns.com'
            - '.strangled.net'
            - '.adultdns.net'
            - '.craftx.biz'
            - '.ddns01.com'
            - '.dns53.biz'
            - '.dnsapi.info'
            - '.dnsd.info'
            - '.dnsdynamic.com'
            - '.dnsdynamic.net'
            - '.dnsget.org'
            - '.fe100.net'
            - '.flashserv.net'
            - '.ftp21.net'
            - '.http01.com'
            - '.http80.info'
            - '.https443.com'
            - '.imap01.com'
            - '.kadm5.com'
            - '.mysq1.net'
            - '.ns360.info'
            - '.ntdll.net'
            - '.ole32.com'
            - '.proxy8080.com'
            - '.sql01.com'
            - '.ssh01.com'
            - '.ssh22.net'
            - '.tempors.com'
            - '.tftpd.net'
            - '.ttl60.com'
            - '.ttl60.org'
            - '.user32.com'
            - '.voip01.com'
            - '.wow64.net'
            - '.x64.me'
            - '.xns01.com'
            - '.dyndns.org'
            - '.dyndns.info'
            - '.dyndns.tv'
            - '.dyndns-at-home.com'
            - '.dnsomatic.com'
            - '.zapto.org'
            - '.webhop.net'
            - '.25u.com'
            - '.slyip.net'
    condition: selection
falsepositives:
    - Software downloads
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    c-uri-extension:
        - 'exe'
        - 'vbs'
        - 'bat'
        - 'rar'
        - 'ps1'
        - 'doc'
        - 'docm'
        - 'xls'
        - 'xlsm'
        - 'pptm'
        - 'rtf'
        - 'hta'
        - 'dll'
        - 'ws'
        - 'wsf'
        - 'sct'
        - 'zip'
    cs-host|endswith:
        - '.hopto.org'
        - '.no-ip.org'
        - '.no-ip.info'
        - '.no-ip.biz'
        - '.no-ip.com'
        - '.noip.com'
        - '.ddns.name'
        - '.myftp.org'
        - '.myftp.biz'
        - '.serveblog.net'
        - '.servebeer.com'
        - '.servemp3.com'
        - '.serveftp.com'
        - '.servequake.com'
        - '.servehalflife.com'
        - '.servehttp.com'
        - '.servegame.com'
        - '.servepics.com'
        - '.myvnc.com'
        - '.ignorelist.com'
        - '.jkub.com'
        - '.dlinkddns.com'
        - '.jumpingcrab.com'
        - '.ddns.info'
        - '.mooo.com'
        - '.dns-dns.com'
        - '.strangled.net'
        - '.adultdns.net'
        - '.craftx.biz'
        - '.ddns01.com'
        - '.dns53.biz'
        - '.dnsapi.info'
        - '.dnsd.info'
        - '.dnsdynamic.com'
        - '.dnsdynamic.net'
        - '.dnsget.org'
        - '.fe100.net'
        - '.flashserv.net'
        - '.ftp21.net'
        - '.http01.com'
        - '.http80.info'
        - '.https443.com'
        - '.imap01.com'
        - '.kadm5.com'
        - '.mysq1.net'
        - '.ns360.info'
        - '.ntdll.net'
        - '.ole32.com'
        - '.proxy8080.com'
        - '.sql01.com'
        - '.ssh01.com'
        - '.ssh22.net'
        - '.tempors.com'
        - '.tftpd.net'
        - '.ttl60.com'
        - '.ttl60.org'
        - '.user32.com'
        - '.voip01.com'
        - '.wow64.net'
        - '.x64.me'
        - '.xns01.com'
        - '.dyndns.org'
        - '.dyndns.info'
        - '.dyndns.tv'
        - '.dyndns-at-home.com'
        - '.dnsomatic.com'
        - '.zapto.org'
        - '.webhop.net'
        - '.25u.com'
        - '.slyip.net'

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
c-uri-extensioneq
  • bat
  • dll
  • doc
  • docm
  • exe
  • hta
  • pptm
  • ps1
  • rar
  • rtf
  • sct
  • vbs
  • ws
  • wsf
  • xls
  • xlsm
  • zip
cs-hostends_with
  • .25u.com
  • .adultdns.net
  • .craftx.biz
  • .ddns.info
  • .ddns.name
  • .ddns01.com
  • .dlinkddns.com
  • .dns-dns.com
  • .dns53.biz
  • .dnsapi.info
  • .dnsd.info
  • .dnsdynamic.com
  • .dnsdynamic.net
  • .dnsget.org
  • .dnsomatic.com
  • .dyndns-at-home.com
  • .dyndns.info
  • .dyndns.org
  • .dyndns.tv
  • .fe100.net
  • .flashserv.net
  • .ftp21.net
  • .hopto.org
  • .http01.com
  • .http80.info
  • .https443.com
  • .ignorelist.com
  • .imap01.com
  • .jkub.com
  • .jumpingcrab.com
  • .kadm5.com
  • .mooo.com
  • .myftp.biz
  • .myftp.org
  • .mysq1.net
  • .myvnc.com
  • .no-ip.biz
  • .no-ip.com
  • .no-ip.info
  • .no-ip.org
  • .noip.com
  • .ns360.info
  • .ntdll.net
  • .ole32.com
  • .proxy8080.com
  • .servebeer.com
  • .serveblog.net
  • .serveftp.com
  • .servegame.com
  • .servehalflife.com
  • .servehttp.com
  • .servemp3.com
  • .servepics.com
  • .servequake.com
  • .slyip.net
  • .sql01.com
  • .ssh01.com
  • .ssh22.net
  • .strangled.net
  • .tempors.com
  • .tftpd.net
  • .ttl60.com
  • .ttl60.org
  • .user32.com
  • .voip01.com
  • .webhop.net
  • .wow64.net
  • .x64.me
  • .xns01.com
  • .zapto.org