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

Hunt Hypothesis

This hunt targets the execution of known malicious download URLs, indicating that an adversary is actively staging or retrieving payloads to establish a foothold in the environment. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify compromised hosts early, potentially preventing lateral movement or data exfiltration before the malware fully executes.

IOC Summary

Threat: malware_download Total URLs: 31 Active URLs: 25

URLStatusThreatDate Added
hxxp://123.14.37.140:7001/iofflinemalware_download2026-09-15
hxxps://docmntageant.com/n-docusign/Windows/utility.phpofflinemalware_download2026-09-15
hxxp://94.28.39.38:34375/bin.shofflinemalware_download2026-09-15
hxxp://27.37.102.255:50677/bin.shonlinemalware_download2026-09-15
hxxp://60.23.235.89:56526/ionlinemalware_download2026-09-15
hxxp://89.189.188.39:35998/bin.shonlinemalware_download2026-09-15
hxxp://42.55.5.239:44015/ionlinemalware_download2026-09-15
hxxp://89.189.188.39:35998/ionlinemalware_download2026-09-15
hxxp://223.112.189.134:33646/ionlinemalware_download2026-09-15
hxxp://221.200.166.125:40452/ionlinemalware_download2026-09-15
hxxp://60.23.232.29:39392/ionlinemalware_download2026-09-15
hxxp://91.219.167.155:11206/ionlinemalware_download2026-09-15
hxxp://59.96.142.171:51699/bin.shofflinemalware_download2026-09-15
hxxp://60.19.216.218:54355/ionlinemalware_download2026-09-15
hxxp://60.23.237.52:54514/ionlinemalware_download2026-09-15
hxxp://42.86.81.207:55750/ionlinemalware_download2026-09-15
hxxp://42.7.137.136:51013/bin.shonlinemalware_download2026-09-15
hxxp://42.56.161.20:38561/bin.shonlinemalware_download2026-09-15
hxxp://42.55.51.96:57019/bin.shonlinemalware_download2026-09-15
hxxp://85.12.205.35:34281/bin.shonlinemalware_download2026-09-15
hxxp://85.12.205.35:34281/ionlinemalware_download2026-09-15
hxxp://45.148.148.89:40845/bin.shonlinemalware_download2026-09-15
hxxp://59.96.142.171:51699/iofflinemalware_download2026-09-15
hxxp://120.84.212.223:53273/bin.shonlinemalware_download2026-09-15
hxxp://219.157.60.223:50240/iofflinemalware_download2026-09-15

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: malware_download
let malicious_domains = dynamic(["27.37.102.255", "60.23.235.89", "120.84.212.223", "42.55.5.239", "60.19.216.218", "175.147.122.133", "42.7.137.136", "85.12.205.35", "175.165.81.26", "45.148.148.89", "221.200.166.125", "60.23.232.29", "113.230.82.33", "89.189.188.39", "91.219.167.155", "120.84.215.236", "223.112.189.134", "42.86.81.207", "42.56.161.20", "175.165.82.24", "42.55.51.96", "60.23.237.52"]);
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(["27.37.102.255", "60.23.235.89", "120.84.212.223", "42.55.5.239", "60.19.216.218", "175.147.122.133", "42.7.137.136", "85.12.205.35", "175.165.81.26", "45.148.148.89", "221.200.166.125", "60.23.232.29", "113.230.82.33", "89.189.188.39", "91.219.167.155", "120.84.215.236", "223.112.189.134", "42.86.81.207", "42.56.161.20", "175.165.82.24", "42.55.51.96", "60.23.237.52"]);
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/