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

Hunt Hypothesis

This hypothesis targets adversaries leveraging the URLhaus threat intelligence feed to identify hosts downloading known malicious payloads, indicating active compromise or staging of malware. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect and isolate infected endpoints before the malware executes or propagates, reducing the mean time to detection for high-severity threats.

IOC Summary

Threat: malware_download Total URLs: 33 Active URLs: 27

URLStatusThreatDate Added
hxxp://31.4.254.241:45840/bin.shonlinemalware_download2026-09-14
hxxp://42.57.36.196:51916/iofflinemalware_download2026-09-14
hxxp://27.29.62.26:51681/iofflinemalware_download2026-09-14
hxxp://27.29.62.26:51681/bin.shofflinemalware_download2026-09-14
hxxp://42.57.36.196:51916/bin.shofflinemalware_download2026-09-14
hxxp://96.245.232.155:44492/ionlinemalware_download2026-09-14
hxxp://42.179.149.98:46495/bin.shonlinemalware_download2026-09-14
hxxp://42.179.149.98:46495/ionlinemalware_download2026-09-14
hxxp://60.22.194.98:38744/ionlinemalware_download2026-09-14
hxxp://42.6.60.211:40465/bin.shonlinemalware_download2026-09-14
hxxp://27.44.144.94:51450/bin.shofflinemalware_download2026-09-14
hxxp://5.166.114.0:44061/bin.shonlinemalware_download2026-09-14
hxxp://5.166.114.0:44061/ionlinemalware_download2026-09-14
hxxp://61.69.169.69:39370/ionlinemalware_download2026-09-14
hxxp://60.22.194.98:38744/bin.shonlinemalware_download2026-09-14
hxxp://42.178.61.190:46830/ionlinemalware_download2026-09-14
hxxp://77.94.103.197:65136/bin.shonlinemalware_download2026-09-14
hxxp://77.94.103.197:65136/ionlinemalware_download2026-09-14
hxxp://220.201.155.202:51800/ionlinemalware_download2026-09-14
hxxp://42.57.183.42:35048/ionlinemalware_download2026-09-14
hxxp://42.178.61.190:46830/bin.shonlinemalware_download2026-09-14
hxxp://42.57.183.42:35048/bin.shonlinemalware_download2026-09-14
hxxp://95.73.227.80:49028/ionlinemalware_download2026-09-14
hxxp://42.6.89.229:44269/bin.shonlinemalware_download2026-09-14
hxxp://94.28.39.38:34375/ionlinemalware_download2026-09-14

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: malware_download
let malicious_domains = dynamic(["42.178.61.190", "125.46.243.209", "95.73.227.80", "114.219.26.250", "94.28.39.38", "96.245.232.155", "119.116.247.148", "175.150.178.98", "42.179.149.98", "113.228.146.66", "61.69.169.69", "42.6.60.211", "60.22.194.98", "31.4.254.241", "42.6.89.229", "220.201.155.202", "219.157.140.92", "77.94.103.197", "5.166.114.0", "42.57.183.42"]);
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(["42.178.61.190", "125.46.243.209", "95.73.227.80", "114.219.26.250", "94.28.39.38", "96.245.232.155", "119.116.247.148", "175.150.178.98", "42.179.149.98", "113.228.146.66", "61.69.169.69", "42.6.60.211", "60.22.194.98", "31.4.254.241", "42.6.89.229", "220.201.155.202", "219.157.140.92", "77.94.103.197", "5.166.114.0", "42.57.183.42"]);
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

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