← Back to SOC feed Coverage →

ThreatFox: ClearFake IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
iocjs-clearfakethreatfox
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 ThreatFox →
Retrieved: 2026-09-26T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of ClearFake IOCs, which are frequently leveraged by adversaries to establish initial footholds or execute malicious payloads within Azure environments. Proactively hunting for these indicators allows the SOC team to identify compromised assets early, mitigating the risk of persistent threats before they can escalate to lateral movement or data exfiltration.

IOC Summary

Malware Family: ClearFake Total IOCs: 10 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
domains0y9huzr.ravanshenasibartar.compayload_delivery2026-09-26100%
domainravanshenasibartar.compayload_delivery2026-09-26100%
domainznzk3tim.betyek.netpayload_delivery2026-09-26100%
urlhxxps://testingcf.jsdelivr.net/gh/dsteru3421/02-FD9159F9-9A/4fea-a19d-c354a1aaa4ebpayload_delivery2026-09-26100%
domainuhwyehxa.leo10.irpayload_delivery2026-09-26100%
domainleo10.irpayload_delivery2026-09-26100%
domainc71414tk.betxane.compayload_delivery2026-09-26100%
domainbeauty-tech.depayload_delivery2026-09-2690%
domainwasp.blinqueofficial.combotnet_cc2026-09-26100%
domainduck.bergamonerazzurra.combotnet_cc2026-09-26100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["s0y9huzr.ravanshenasibartar.com", "ravanshenasibartar.com", "znzk3tim.betyek.net", "uhwyehxa.leo10.ir", "leo10.ir", "c71414tk.betxane.com", "beauty-tech.de", "wasp.blinqueofficial.com", "duck.bergamonerazzurra.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - ClearFake
let malicious_urls = dynamic(["https://testingcf.jsdelivr.net/gh/dsteru3421/02-FD9159F9-9A/4fea-a19d-c354a1aaa4eb"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/js.clearfake/