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.
Threat: ClearFake Total URLs: 5 Active URLs: 0
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxps://kysv223u.zaribbala.bet/?ublib=1b659565-45d4-4b89-9019-78dba505feb1 | offline | malware_download | 2026-07-14 |
hxxps://bujybzpn.site-shartbandi-takhtenard.com/7623f534-9e81-43ee-a26f-dc6d6d15774a | offline | malware_download | 2026-07-14 |
hxxps://zpuc.bekabet.casino/a8203ca5-ddd4-40bc-b336-9f9c712dc250 | offline | malware_download | 2026-07-14 |
hxxps://vozzijig.site-shartbandi-pasor.online/6081ffcc-679c-4b34-92ec-98a6547d01cf | offline | malware_download | 2026-07-14 |
hxxps://drij.bahsegel90.com/9f9d8bbf-a171-46f5-aa44-d9cf8ab3f8cc | offline | malware_download | 2026-07-14 |
// 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
// 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
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
Here are 3-5 specific false positive scenarios for the URLhaus: ClearFake Malicious URLs detection rule, tailored for an enterprise environment:
Endpoint Antivirus Signature Updates via Cloud Repositories
*.update.microsoft.com or *.crowdstrike.com) and exclude traffic on standard HTTPS ports (443) originating from the internal “Patch Management” subnet.Scheduled HR Payroll Data Synchronization
hr-sync-01.corp.local) destined for known payroll vendor domains, specifically excluding URLs containing standard API path prefixes like /api/v1/sync or /oauth/token.IT Helpdesk Ticketing System Integration *