Windows DNS Queries Containing ufile.io Domain

Alerts on Windows DNS lookups where the queried name contains ufile.io, indicating potential exfiltration-related activity.

FreeReviewedSigma · Low · v2
Product
windows
Category
dns_query
Author
yatinwad, TheDFIRReport (SigmaHQ), DRL 1.1
Published
2022-06-23
Updated
2026-07-31
title: Windows DNS Queries Containing ufile.io Domain
id: a7cb8618-51c1-46cb-aa62-6bd5551e4b8f
related:
  - id: 090ffaad-c01a-4879-850c-6d57da98452d
    type: similar
  - id: 1cbbeaaf-3c8c-4e4c-9d72-49485b6a176b
    type: derived
status: test
description: This rule flags DNS queries whose QueryName contains "ufile.io". Attackers may use lookups to external domains to support data exfiltration or related command-and-control activity. Detection relies on Windows DNS query telemetry that includes the queried name (QueryName).
references:
  - https://thedfirreport.com/2021/12/13/diavol-ransomware/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/dns_query/dns_query_win_ufile_io_query.yml
author: yatinwad, TheDFIRReport, Huntrule Team
date: 2022-06-23
modified: 2023-09-18
tags:
  - attack.exfiltration
  - attack.t1567.002
logsource:
  product: windows
  category: dns_query
detection:
  selection:
    QueryName|contains: ufile.io
  condition: selection
falsepositives:
  - DNS queries for "ufile" are not malicious by nature necessarily. Investigate the source to determine the necessary actions to take
level: low
license: DRL-1.1