← Back to SOC feed Coverage →

URLhaus: ua-wget Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at URLhaus →
Retrieved: 2026-07-29T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversaries leveraging wget utility traffic to access known malicious URLs identified by URLhaus, often indicating automated command-and-control communication or initial payload retrieval. Proactively hunting for these specific UA-wget patterns in Azure Sentinel is critical to identify early-stage lateral movement or data exfiltration attempts that may evade standard web proxy signatures due to the use of common system tools.

IOC Summary

Threat: ua-wget Total URLs: 12 Active URLs: 0

URLStatusThreatDate Added
hxxp://5.182.210.61/463bc8offlinemalware_download2026-07-29
hxxp://5.182.210.61/45b5abofflinemalware_download2026-07-29
hxxp://5.182.210.61/193fbfofflinemalware_download2026-07-29
hxxp://5.182.210.61/4e7801offlinemalware_download2026-07-29
hxxp://5.182.210.61/eb6627offlinemalware_download2026-07-29
hxxp://5.182.210.61/2b88f1offlinemalware_download2026-07-29
hxxp://5.182.210.61/ae1b25offlinemalware_download2026-07-29
hxxp://5.182.210.61/716d57offlinemalware_download2026-07-29
hxxp://5.182.210.61/93e25dofflinemalware_download2026-07-29
hxxp://5.182.210.61/56708eofflinemalware_download2026-07-29
hxxp://5.182.210.61/8f0b0cofflinemalware_download2026-07-29
hxxp://5.182.210.61/e04648offlinemalware_download2026-07-29

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ua-wget
let malicious_domains = dynamic(["5.182.210.61"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc

KQL: Url Proxy Hunt

// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["5.182.210.61"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 specific false positive scenarios for the URLhaus: ua-wget Malicious URLs rule in an enterprise environment, along with suggested filters or exclusions:

Original source: https://urlhaus.abuse.ch/