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

Hunt Hypothesis

This hunt targets the initial compromise and persistence stages of ClearFake malware, which leverages phishing vectors to establish encrypted command-and-control channels for data exfiltration and payload execution. Proactively hunting for these indicators in Azure Sentinel is critical to identify early signs of encrypted C2 traffic and anomalous process behaviors before the adversary achieves full lateral movement or significant data loss.

IOC Summary

Malware Family: ClearFake Total IOCs: 12 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainupnq65dj.kaarenorge.compayload_delivery2026-09-21100%
domainhhccpas.compayload_delivery2026-09-2190%
domain3pe140d4.www-glycofree.compayload_delivery2026-09-21100%
domain12cscmg1.enus-tupitea.compayload_delivery2026-09-21100%
domainwipeoutpestcontrol.co.nzpayload_delivery2026-09-2190%
domain71t3btzj.zcode--system.compayload_delivery2026-09-21100%
domain2n37l2e6.us-tupitea.compayload_delivery2026-09-21100%
domainyjkm9tsv.libertytokan.compayload_delivery2026-09-21100%
domain87x94lk6.en-en--enerflow.compayload_delivery2026-09-21100%
domainyp1f3wpv.kickoffkingdom.compayload_delivery2026-09-21100%
domainkickoffkingdom.compayload_delivery2026-09-21100%
domainentry-code-cdn.codespayload_delivery2026-09-2190%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["upnq65dj.kaarenorge.com", "hhccpas.com", "3pe140d4.www-glycofree.com", "12cscmg1.enus-tupitea.com", "wipeoutpestcontrol.co.nz", "71t3btzj.zcode--system.com", "2n37l2e6.us-tupitea.com", "yjkm9tsv.libertytokan.com", "87x94lk6.en-en--enerflow.com", "yp1f3wpv.kickoffkingdom.com", "kickoffkingdom.com", "entry-code-cdn.codes"]);
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/