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

Hunt Hypothesis

This hypothesis targets the presence of ClearFake IOCs, which are indicators associated with a high-severity threat actor known for deploying malware and conducting phishing campaigns. Proactively hunting for these specific indicators in Azure Sentinel allows the SOC team to identify compromised endpoints or network traffic before the adversary can establish persistence or exfiltrate data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainfvrfq4s8.us-slimsplitsmethod.compayload_delivery2026-09-18100%
domains48bo9y4.en-en--enerflow.compayload_delivery2026-09-18100%
domain60aahn1v.nurvealive.compayload_delivery2026-09-18100%
domainlyph0k3g.enus-beastforce.compayload_delivery2026-09-18100%
domainenus-beastforce.compayload_delivery2026-09-18100%
domainspiritofswitzerland.chpayload_delivery2026-09-1890%
domainscientologyschweiz.chpayload_delivery2026-09-1890%
domainj2zz03ut.belly-flush.uspayload_delivery2026-09-18100%
domainfv1hcoo0.neuro-neurosharp.compayload_delivery2026-09-18100%
domainneuro-neurosharp.compayload_delivery2026-09-18100%
domain0ijvvr6j.en-en--cardioslim.compayload_delivery2026-09-18100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["fvrfq4s8.us-slimsplitsmethod.com", "s48bo9y4.en-en--enerflow.com", "60aahn1v.nurvealive.com", "lyph0k3g.enus-beastforce.com", "enus-beastforce.com", "spiritofswitzerland.ch", "scientologyschweiz.ch", "j2zz03ut.belly-flush.us", "fv1hcoo0.neuro-neurosharp.com", "neuro-neurosharp.com", "0ijvvr6j.en-en--cardioslim.com"]);
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/