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

Hunt Hypothesis

This detection identifies adversary activity involving the execution of wget tools to download payloads from five specific malicious URLs known in the URLhaus threat intelligence feed. A SOC team should proactively hunt for this behavior in Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement or data exfiltration driven by these high-severity web-based threats.

IOC Summary

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

URLStatusThreatDate Added
hxxp://129.121.110.105/fqAzofflinemalware_download2026-07-28
hxxp://129.121.110.105/YI8offlinemalware_download2026-07-28
hxxp://129.121.110.105/2rL1offlinemalware_download2026-07-28
hxxp://129.121.110.105/Sa0offlinemalware_download2026-07-28
hxxp://129.121.110.105/s9Wofflinemalware_download2026-07-28

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ua-wget
let malicious_domains = dynamic(["129.121.110.105"]);
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(["129.121.110.105"]);
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 detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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