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

Hunt Hypothesis

This detection identifies adversary activity where attackers utilize wget user agents to access known malicious URLs, often indicating automated reconnaissance or initial payload delivery stages of an attack. The SOC team should proactively hunt for this behavior in Azure Sentinel to rapidly isolate compromised endpoints and block command-and-control traffic before lateral movement occurs.

IOC Summary

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

URLStatusThreatDate Added
hxxp://5.182.210.174/6501cdofflinemalware_download2026-08-10
hxxp://5.182.210.174/d72242offlinemalware_download2026-08-10
hxxp://5.182.210.174/84e985offlinemalware_download2026-08-10
hxxp://5.182.210.174/76e8ccofflinemalware_download2026-08-10
hxxp://5.182.210.174/9cb1d9offlinemalware_download2026-08-10
hxxp://5.182.210.174/7ba4cbofflinemalware_download2026-08-10
hxxp://5.182.210.174/8f41cfofflinemalware_download2026-08-10
hxxp://5.182.210.174/f41d69offlinemalware_download2026-08-10
hxxp://5.182.210.174/9e14a1offlinemalware_download2026-08-10
hxxp://5.182.210.174/f4403aofflinemalware_download2026-08-10
hxxp://5.182.210.174/c1e2eaofflinemalware_download2026-08-10
hxxp://5.182.210.174/6441d0offlinemalware_download2026-08-10
hxxp://5.182.210.174/4a200fofflinemalware_download2026-08-10
hxxp://5.182.210.174/ea4b38offlinemalware_download2026-08-10
hxxp://5.182.210.174/d69405offlinemalware_download2026-08-10
hxxp://5.182.210.174/dca7adofflinemalware_download2026-08-10
hxxp://5.182.210.174/0654cbofflinemalware_download2026-08-10
hxxp://5.182.210.174/05416aofflinemalware_download2026-08-10
hxxp://5.182.210.174/9ea4b7offlinemalware_download2026-08-10
hxxp://94.154.43.60/fallen.arm4offlinemalware_download2026-08-10
hxxp://5.182.210.174/17949bofflinemalware_download2026-08-10
hxxp://5.182.210.174/e40c97offlinemalware_download2026-08-10
hxxp://5.182.210.174/894fc5offlinemalware_download2026-08-10
hxxp://5.182.210.174/650040offlinemalware_download2026-08-10
hxxp://5.182.210.174/e00f60offlinemalware_download2026-08-10

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ua-wget
let malicious_domains = dynamic(["5.182.210.174", "94.154.43.60"]);
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", "94.154.43.60"]);
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

False Positive Scenarios for “URLhaus: ua-wget Malicious URLs”

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