Detection rules › Sigma

DNS Query To Put.io - DNS Client

Status
test
Severity
medium
Log source
product windows, service dns-client
Author
Omar Khaled (@beacon_exe)
Source
github.com/SigmaHQ/sigma

Detects DNS queries for subdomains related to "Put.io" sharing website.

MITRE ATT&CK coverage

TacticTechniques
Command & ControlNo specific technique

Event coverage

Rule body yaml

title: DNS Query To Put.io - DNS Client
id: 8b69fd42-9dad-4674-abef-7fdef43ef92a
status: test
description: Detects DNS queries for subdomains related to "Put.io" sharing website.
references:
    - https://darkatlas.io/blog/medusa-ransomware-group-opsec-failure
author: Omar Khaled (@beacon_exe)
date: 2024-08-23
tags:
    - attack.command-and-control
logsource:
    product: windows
    service: dns-client
    definition: 'Requirements: Microsoft-Windows-DNS Client Events/Operational Event Log must be enabled/collected in order to receive the events.'
detection:
    selection:
        EventID: 3008
        QueryName|contains:
            - 'api.put.io'
            - 'upload.put.io'
    condition: selection
falsepositives:
    - Legitimate DNS queries and usage of Put.io
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    EventID: 3008
    QueryName|contains:
        - 'api.put.io'
        - 'upload.put.io'

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
QueryNamematch
  • api.put.io
  • upload.put.io