← Back to SOC feed Coverage →

URLhaus: malware_download 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-16T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversaries leveraging known malicious URLs to deliver malware payloads, specifically targeting systems that have accessed the 37 identified threat indicators from URLhaus. Proactively hunting for this behavior in Azure Sentinel is critical because it enables the SOC team to identify early-stage compromise vectors and isolate affected endpoints before lateral movement or data exfiltration occurs.

IOC Summary

Threat: malware_download Total URLs: 37 Active URLs: 27

URLStatusThreatDate Added
hxxp://182.117.68.176:50130/iofflinemalware_download2026-08-16
hxxp://42.179.125.40:42620/bin.shofflinemalware_download2026-08-16
hxxp://202.107.0.250:55295/bin.shofflinemalware_download2026-08-16
hxxp://203.177.28.149:50084/iofflinemalware_download2026-08-16
hxxp://115.49.150.183:34026/bin.shofflinemalware_download2026-08-16
hxxp://175.174.41.135:59524/ionlinemalware_download2026-08-16
hxxp://203.177.28.149:50084/bin.shofflinemalware_download2026-08-16
hxxp://42.85.169.225:40832/bin.shonlinemalware_download2026-08-16
hxxp://42.87.221.249:38962/bin.shonlinemalware_download2026-08-16
hxxp://175.149.88.173:35767/ionlinemalware_download2026-08-16
hxxp://42.227.200.77:49632/ionlinemalware_download2026-08-16
hxxp://115.52.194.55:43061/bin.shofflinemalware_download2026-08-16
hxxp://163.182.97.242:4040/bin.shonlinemalware_download2026-08-16
hxxp://115.49.73.86:41886/ionlinemalware_download2026-08-16
hxxp://222.113.196.55:38024/ionlinemalware_download2026-08-16
hxxp://163.182.97.242:4040/ionlinemalware_download2026-08-16
hxxp://175.174.41.135:59524/bin.shonlinemalware_download2026-08-16
hxxp://27.37.102.10:46712/bin.shonlinemalware_download2026-08-16
hxxp://202.107.0.250:55295/iofflinemalware_download2026-08-16
hxxp://27.37.102.10:46712/ionlinemalware_download2026-08-16
hxxp://27.37.102.94:60512/bin.shonlinemalware_download2026-08-16
hxxp://175.149.88.173:35767/bin.shofflinemalware_download2026-08-16
hxxp://175.174.68.59:47203/Mozi.monlinemalware_download2026-08-16
hxxp://219.155.73.196:42693/ionlinemalware_download2026-08-16
hxxp://42.86.137.34:54189/bin.shonlinemalware_download2026-08-16

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: malware_download
let malicious_domains = dynamic(["175.149.219.183", "175.174.68.59", "182.124.162.58", "42.86.137.34", "77.236.74.65", "110.39.227.44", "163.182.97.242", "27.37.102.94", "115.50.224.108", "42.59.235.112", "42.59.237.57", "115.58.88.232", "42.87.221.249", "42.85.169.225", "27.37.102.10", "115.49.73.86", "219.155.73.196", "42.227.200.77", "222.113.196.55", "175.149.88.173", "175.174.41.135"]);
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(["175.149.219.183", "175.174.68.59", "182.124.162.58", "42.86.137.34", "77.236.74.65", "110.39.227.44", "163.182.97.242", "27.37.102.94", "115.50.224.108", "42.59.235.112", "42.59.237.57", "115.58.88.232", "42.87.221.249", "42.85.169.225", "27.37.102.10", "115.49.73.86", "219.155.73.196", "42.227.200.77", "222.113.196.55", "175.149.88.173", "175.174.41.135"]);
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 5 specific false positive scenarios for the URLhaus: malware_download Malicious URLs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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