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

Hunt Hypothesis

This detection identifies adversary activity where threat actors utilize wget tools to download and execute payloads from known malicious URLs, often indicating early-stage command-and-control or data exfiltration attempts. A SOC team should proactively hunt for this behavior in Azure Sentinel to rapidly isolate compromised endpoints before the downloaded artifacts can establish persistence or spread laterally across the network.

IOC Summary

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

URLStatusThreatDate Added
hxxp://5.182.210.174/a9eeb4offlinemalware_download2026-08-20
hxxp://5.182.210.174/63d2ddofflinemalware_download2026-08-20
hxxp://5.182.210.174/1e596cofflinemalware_download2026-08-20
hxxp://5.182.210.174/59e4b9offlinemalware_download2026-08-20
hxxp://5.182.210.174/229db9offlinemalware_download2026-08-20
hxxp://5.182.210.174/6711b4offlinemalware_download2026-08-20
hxxp://5.182.210.174/f61d73offlinemalware_download2026-08-20
hxxp://5.182.210.174/833d99offlinemalware_download2026-08-20
hxxp://5.182.210.174/908e60offlinemalware_download2026-08-20
hxxp://5.182.210.174/e6a806offlinemalware_download2026-08-20
hxxp://5.182.210.174/e27047offlinemalware_download2026-08-20
hxxp://5.182.210.174/646d52offlinemalware_download2026-08-20
hxxp://5.182.210.174/9a3160offlinemalware_download2026-08-20
hxxp://5.182.210.174/b97872offlinemalware_download2026-08-20

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 and corresponding exclusions for the URLhaus: ua-wget Malicious URLs detection rule:

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