← Back to SOC feed Coverage →

ThreatFox: ClearFake IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-15T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of nine specific IOCs linked to the ClearFake malware family, which are commonly used to establish initial access or execute malicious payloads within the environment. Proactively hunting for these indicators in Azure Sentinel allows the SOC 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: 9 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaingsawilc2.morgz.storepayload_delivery2026-09-15100%
domainjpfl8cwa.kapkan.storepayload_delivery2026-09-15100%
domain5jtpv8ur.planus.storepayload_delivery2026-09-15100%
domainxn--glckauf-gmbh-elb.depayload_delivery2026-09-1590%
domainkttjcvdz.ddkg.storepayload_delivery2026-09-15100%
domainh8rpbqpa.damza.storepayload_delivery2026-09-15100%
domaincatechese.chpayload_delivery2026-09-1590%
domaincyrille-camping-car.frpayload_delivery2026-09-1590%
domainqirsjdwk.kamaks.storepayload_delivery2026-09-15100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["gsawilc2.morgz.store", "jpfl8cwa.kapkan.store", "5jtpv8ur.planus.store", "xn--glckauf-gmbh-elb.de", "kttjcvdz.ddkg.store", "h8rpbqpa.damza.store", "catechese.ch", "cyrille-camping-car.fr", "qirsjdwk.kamaks.store"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

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