Windows: Alert on wget.exe downloading files from an IP with output flags

Flags Windows wget.exe usage to download HTTP URLs from IPs and write outputs to script/binary extensions.

FreeReviewedSigma · High · v1
Product
windows
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2023-07-27
Updated
2026-07-30

What it detects

This rule flags Windows process executions where wget.exe is invoked with a command line containing an IP-based URL and HTTP, along with common output redirection flags (e.g., -O or --output-document). It also matches when the command line ends with suspicious downloaded file extensions such as .ps1, .dat, .msi, .bat, .exe, .vbs, .vbe, .hta, .dll, or .psm1. Attackers often use wget to pull payloads or scripts directly from remote hosts, so the combination of wget, IP URL, HTTP, and an output file indicator is a strong behavioral signal. The detection relies on Windows process creation telemetry, specifically Image/OriginalFileName and CommandLine contents.

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.