← 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-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of known ClearFake indicators, which are frequently leveraged by threat actors to deploy fake cryptocurrency wallets and execute financial fraud campaigns. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints or phishing artifacts early, enabling rapid containment before attackers can harvest sensitive credentials or initiate unauthorized transactions.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainpish-bini.betpayload_delivery2026-09-24100%
domainxnjwhp5s.arayemek.compayload_delivery2026-09-24100%
domain853vs3ju.honargrafi.compayload_delivery2026-09-24100%
domainhonargrafi.compayload_delivery2026-09-24100%
urlhxxps://testingcf.jsdelivr.net/gh/dsteru3421/djjghryer46657l/gffdj5643payload_delivery2026-09-24100%
domainearl.blinqueofficial.combotnet_cc2026-09-24100%
urlhxxps://testingcf.jsdelivr.net/gh/retwiry2536/djhgrgfd375654/hfgd645jpayload_delivery2026-09-24100%
urlhxxps://testingcf.jsdelivr.net/gh/retwiry2536/8615c4a4bb56/ea21e91342e4payload_delivery2026-09-24100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["pish-bini.bet", "xnjwhp5s.arayemek.com", "853vs3ju.honargrafi.com", "honargrafi.com", "earl.blinqueofficial.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/djjghryer46657l/gffdj5643", "https://testingcf.jsdelivr.net/gh/retwiry2536/djhgrgfd375654/hfgd645j", "https://testingcf.jsdelivr.net/gh/retwiry2536/8615c4a4bb56/ea21e91342e4"]);
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/