Proxy downloads of executable and document files from suspicious TLDs (blacklisted domains)
Alerts when proxy users download common malware and lure file types from hosts using suspicious TLDs.
- Category
- proxy
- Author
- Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
- Published
- 2017-11-07
- Updated
- 2026-07-31
ATT&CK techniques
Initial Access → ExecutionRecon
Resource Dev
Initial Access
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags proxy web requests where the requested URI ends with high-risk file extensions (e.g., .exe, .vbs, .ps1, Office macros, .hta, .dll, .zip) and the host ends with a set of suspicious or commonly abused top-level domains. Such downloads are a common early step in attacker delivery chains, aiming to get malware or malicious documents onto a victim system. It relies on proxy telemetry that includes the requested URI and destination host, matching by file extension and host TLD suffix.
Reporting behind it
- symantec.comhttps://www.symantec.com/connect/blogs/shady-tld-research-gdn-and-our-2016-wrap
- promos.mcafee.comhttps://promos.mcafee.com/en-US/PDF/MTMW_Report.pdf
- spamhaus.orghttps://www.spamhaus.org/statistics/tlds/
- krebsonsecurity.comhttps://krebsonsecurity.com/2018/06/bad-men-at-work-please-dont-click/
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_download_susp_tlds_blacklist.yml
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.
title: Proxy downloads of executable and document files from suspicious TLDs (blacklisted domains)
id: 73f77202-abc8-4159-800f-258b90924a0e
related:
- id: b5de2919-b74a-4805-91a7-5049accbaefe
type: similar
- id: 00d0b5ab-1f55-4120-8e83-487c0a7baf19
type: derived
status: test
description: This rule flags proxy web requests where the requested URI ends with high-risk file extensions (e.g., .exe, .vbs, .ps1, Office macros, .hta, .dll, .zip) and the host ends with a set of suspicious or commonly abused top-level domains. Such downloads are a common early step in attacker delivery chains, aiming to get malware or malicious documents onto a victim system. It relies on proxy telemetry that includes the requested URI and destination host, matching by file extension and host TLD suffix.
references:
- https://www.symantec.com/connect/blogs/shady-tld-research-gdn-and-our-2016-wrap
- https://promos.mcafee.com/en-US/PDF/MTMW_Report.pdf
- https://www.spamhaus.org/statistics/tlds/
- https://krebsonsecurity.com/2018/06/bad-men-at-work-please-dont-click/
- https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_download_susp_tlds_blacklist.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2017-11-07
modified: 2023-05-18
tags:
- attack.initial-access
- attack.t1566
- attack.execution
- attack.t1203
- attack.t1204.002
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
cs-host|endswith:
- .country
- .stream
- .gdn
- .mom
- .xin
- .kim
- .men
- .loan
- .download
- .racing
- .online
- .science
- .ren
- .gb
- .win
- .top
- .review
- .vip
- .party
- .tech
- .xyz
- .date
- .faith
- .zip
- .cricket
- .space
- .info
- .vn
- .cm
- .am
- .cc
- .asia
- .ws
- .tk
- .biz
- .su
- .st
- .ro
- .ge
- .ms
- .pk
- .nu
- .me
- .ph
- .to
- .tt
- .name
- .tv
- .kz
- .tc
- .mobi
- .study
- .click
- .link
- .trade
- .accountant
- .cf
- .gq
- .ml
- .ga
- .pw
condition: selection
falsepositives:
- All kinds of software downloads
level: low
license: DRL-1.1