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

Hunt Hypothesis

This detection identifies adversary activity where threat actors leverage wget utilities to download and execute payloads from known malicious URLs flagged by URLhaus. Proactively hunting for these specific wget-driven downloads in Azure Sentinel is critical to intercept early-stage lateral movement or initial access attempts before they escalate into full-scale compromises.

IOC Summary

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

URLStatusThreatDate Added
hxxp://5.182.210.61/1da144offlinemalware_download2026-07-26
hxxp://5.182.210.61/305fffofflinemalware_download2026-07-26
hxxp://5.182.210.61/ec7f34offlinemalware_download2026-07-26
hxxp://5.182.210.61/2f2c84offlinemalware_download2026-07-26
hxxp://5.182.210.61/090c4cofflinemalware_download2026-07-26
hxxp://5.182.210.61/905c95offlinemalware_download2026-07-26
hxxp://5.182.210.61/60bf57offlinemalware_download2026-07-26
hxxp://5.182.210.61/d930adofflinemalware_download2026-07-26
hxxp://5.182.210.61/c6f42cofflinemalware_download2026-07-26
hxxp://5.182.210.61/0faa38offlinemalware_download2026-07-26
hxxp://5.182.210.61/c0db3aofflinemalware_download2026-07-26
hxxp://5.182.210.61/acba5dofflinemalware_download2026-07-26

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 the false positive scenarios and corresponding exclusion strategies for the URLhaus: ua-wget Malicious URLs detection rule:

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