← Back to SOC feed Coverage →

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

Hunt Hypothesis

This hunt targets adversary behavior where threat actors leverage ClearFake-tagged malicious URLs to deliver targeted phishing or malware payloads within the organization’s network traffic. Proactively hunting for these specific indicators in Azure Sentinel is critical because early detection of this high-severity campaign enables rapid containment before attackers can establish persistence or exfiltrate sensitive data through compromised endpoints.

IOC Summary

Threat: ClearFake Total URLs: 5 Active URLs: 0

URLStatusThreatDate Added
hxxps://kysv223u.zaribbala.bet/?ublib=1b659565-45d4-4b89-9019-78dba505feb1offlinemalware_download2026-07-14
hxxps://bujybzpn.site-shartbandi-takhtenard.com/7623f534-9e81-43ee-a26f-dc6d6d15774aofflinemalware_download2026-07-14
hxxps://zpuc.bekabet.casino/a8203ca5-ddd4-40bc-b336-9f9c712dc250offlinemalware_download2026-07-14
hxxps://vozzijig.site-shartbandi-pasor.online/6081ffcc-679c-4b34-92ec-98a6547d01cfofflinemalware_download2026-07-14
hxxps://drij.bahsegel90.com/9f9d8bbf-a171-46f5-aa44-d9cf8ab3f8ccofflinemalware_download2026-07-14

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: ClearFake
let malicious_domains = dynamic(["drij.bahsegel90.com", "kysv223u.zaribbala.bet", "zpuc.bekabet.casino", "bujybzpn.site-shartbandi-takhtenard.com", "vozzijig.site-shartbandi-pasor.online"]);
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(["drij.bahsegel90.com", "kysv223u.zaribbala.bet", "zpuc.bekabet.casino", "bujybzpn.site-shartbandi-takhtenard.com", "vozzijig.site-shartbandi-pasor.online"]);
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 3-5 specific false positive scenarios for the URLhaus: ClearFake Malicious URLs detection rule, tailored for an enterprise environment:

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