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

Hunt Hypothesis

This hunt detects adversaries leveraging known malicious URLs to initiate malware downloads onto user endpoints, a common initial access vector that often bypasses standard perimeter defenses. Proactively hunting for these specific URLhaus-tagged indicators in Azure Sentinel is critical to identify early-stage compromise and prevent the lateral spread of downloaded payloads before they execute within the environment.

IOC Summary

Threat: malware_download Total URLs: 9 Active URLs: 4

URLStatusThreatDate Added
hxxp://103.68.95.197:48234/bin.shonlinemalware_download2026-08-26
hxxp://61.137.204.83:48836/bin.shonlinemalware_download2026-08-26
hxxp://42.178.45.124:57472/bin.shonlinemalware_download2026-08-26
hxxp://27.44.145.84:42072/bin.shonlinemalware_download2026-08-26
hxxp://216.9.224.48/40/bFjIhIb.txtofflinemalware_download2026-08-26
hxxps://repositoryserver.dpdns.org/linuxshofflinemalware_download2026-08-26
hxxps://paste.mangsud.org/raw/ea2e61ccofflinemalware_download2026-08-26
hxxps://repositoryserver.dpdns.org/cronsysofflinemalware_download2026-08-26
hxxps://repositoryserver.dpdns.org/killersysofflinemalware_download2026-08-26

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: malware_download
let malicious_domains = dynamic(["103.68.95.197", "61.137.204.83", "27.44.145.84", "42.178.45.124"]);
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(["103.68.95.197", "61.137.204.83", "27.44.145.84", "42.178.45.124"]);
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 4 specific false positive scenarios for the URLhaus: malware_download detection rule, including targeted filters and exclusions suitable for an enterprise environment:

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