← 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-08-08T23:00:01Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversaries leveraging wget utilities to fetch and execute payloads from known malicious URLs identified by URLhaus. Proactive hunting is essential in Azure Sentinel to identify early-stage command-and-control or initial access activities that may evade standard signature-based detections due to the ubiquitous nature of wget tools.

IOC Summary

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

URLStatusThreatDate Added
hxxp://5.182.210.174/ad49f7offlinemalware_download2026-08-08
hxxp://5.182.210.174/77fda1offlinemalware_download2026-08-08
hxxp://5.182.210.174/2de858offlinemalware_download2026-08-08
hxxp://5.182.210.174/8e9d9eofflinemalware_download2026-08-08
hxxp://5.182.210.174/013767offlinemalware_download2026-08-08

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ua-wget
let malicious_domains = dynamic(["5.182.210.174"]);
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.174"]);
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 specific false positive scenarios for the URLhaus: ua-wget Malicious URLs detection rule, along with targeted filters to mitigate noise in an enterprise environment:

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