← Back to SOC feed Coverage →

URLhaus: CoinMiner 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-18T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt targets adversaries deploying CoinMiner malware via malicious URLs in phishing campaigns or exploit kits to covertly hijack system resources for cryptocurrency mining. Proactively hunting for this behavior in Azure Sentinel is critical to identify early-stage infections before they cause widespread performance degradation and significant resource exhaustion across the organization’s infrastructure.

IOC Summary

Threat: CoinMiner Total URLs: 6 Active URLs: 6

URLStatusThreatDate Added
hxxps://217.60.195.113/test/cleanonlinemalware_download2026-07-18
hxxps://217.60.195.113/test/arm7onlinemalware_download2026-07-18
hxxps://217.60.195.113/test/riscvonlinemalware_download2026-07-18
hxxps://217.60.195.113/test/i686onlinemalware_download2026-07-18
hxxps://217.60.195.113/test/aarch64onlinemalware_download2026-07-18
hxxps://217.60.195.113/test/x86_64onlinemalware_download2026-07-18

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: CoinMiner
let malicious_domains = dynamic(["217.60.195.113"]);
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(["217.60.195.113"]);
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: CoinMiner Malicious URLs rule in an enterprise environment, along with targeted filtering strategies:

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