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

Hunt Hypothesis

This hypothesis detects adversaries deploying CoinMiner malware via malicious URLs to hijack system resources for unauthorized cryptocurrency mining, which significantly degrades performance and increases operational costs. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify early-stage compromises that may evade traditional signature-based detection while preventing resource exhaustion across the enterprise environment.

IOC Summary

Threat: CoinMiner Total URLs: 3 Active URLs: 2

URLStatusThreatDate Added
hxxps://cloud.calltop.com.br/apps/web/linux.binonlinemalware_download2026-08-27
hxxps://www.mediocasavolponi.com/wp-content/plugins/linux.binofflinemalware_download2026-08-27
hxxps://casasmediterraneas.com/wp-content/plugins/linux.binonlinemalware_download2026-08-27

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: CoinMiner
let malicious_domains = dynamic(["cloud.calltop.com.br", "casasmediterraneas.com"]);
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(["cloud.calltop.com.br", "casasmediterraneas.com"]);
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: CoinMiner Malicious URLs rule, including targeted filters and exclusions:

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