Windows DNS Client: DNS queries containing "ufile.io"
Alerts on Windows DNS Client queries where the queried name includes "ufile.io".
FreeReviewedSigma · Low · v2
- Product
- windows
- Service
- dns-client
- Author
- Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2023-01-16
- Updated
- 2026-07-31
ATT&CK techniques
ExfiltrationRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
Identifies DNS Client operational events where the query name contains "ufile.io". Attackers may use this domain as part of data exfiltration infrastructure, so repeated or unexpected lookups warrant investigation. The rule relies on Windows Microsoft-Windows-DNS-Client/Operational telemetry, specifically EventID 3008 and the DNS query name field.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
windows-dns-client-detect-dns-queries-containing-ufile-io-090ffaad
title: 'Windows DNS Client: DNS queries containing "ufile.io"'
id: 87701568-a578-491d-8bee-e7e63558ed58
related:
- id: 1cbbeaaf-3c8c-4e4c-9d72-49485b6a176b
type: similar
- id: 090ffaad-c01a-4879-850c-6d57da98452d
type: derived
status: test
description: Identifies DNS Client operational events where the query name contains "ufile.io". Attackers may use this domain as part of data exfiltration infrastructure, so repeated or unexpected lookups warrant investigation. The rule relies on Windows Microsoft-Windows-DNS-Client/Operational telemetry, specifically EventID 3008 and the DNS query name field.
references:
- https://thedfirreport.com/2021/12/13/diavol-ransomware/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/dns_client/win_dns_client_ufile_io.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2023-01-16
modified: 2023-09-18
tags:
- attack.exfiltration
- attack.t1567.002
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: 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