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

Hunt Hypothesis

This hunt detects adversary activity involving the specific Indicators of Compromise (IOCs) linked to the ClearFake malware family, which is known for its sophisticated fileless and macro-based attack vectors. Proactively hunting for these IOCs within Azure Sentinel allows the SOC team to identify early-stage infections and potential lateral movement before the threat escalates into a full-scale compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domaingroupes-artiste.compayload_delivery2026-08-1890%
domainmicrostates-conference.compayload_delivery2026-08-1890%
domaingestaltgenevelaurencehuber.chpayload_delivery2026-08-1890%
domainljfsm.chpayload_delivery2026-08-1890%
domaindravir.frpayload_delivery2026-08-1890%
domainadonnante.compayload_delivery2026-08-1890%
domainkanopy.frpayload_delivery2026-08-1890%
domain9tj7h8tb.usa-us-goldalign.compayload_delivery2026-08-18100%
domaincoolreptiles.compayload_delivery2026-08-1890%
domaingeorgehennig.compayload_delivery2026-08-1890%
domainautruche-volante.orgpayload_delivery2026-08-1890%
domainy18pd2i2.havenchurchraleigh.compayload_delivery2026-08-18100%
domaingvbbvohe.en-slimsounds.compayload_delivery2026-08-18100%
domaingigifilare.itpayload_delivery2026-08-1890%
domainrepdev.chpayload_delivery2026-08-1890%
domaincarpet-sail.combotnet_cc2026-08-1890%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["groupes-artiste.com", "microstates-conference.com", "gestaltgenevelaurencehuber.ch", "ljfsm.ch", "dravir.fr", "adonnante.com", "kanopy.fr", "9tj7h8tb.usa-us-goldalign.com", "coolreptiles.com", "georgehennig.com", "autruche-volante.org", "y18pd2i2.havenchurchraleigh.com", "gvbbvohe.en-slimsounds.com", "gigifilare.it", "repdev.ch", "carpet-sail.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

Here are 4 specific false positive scenarios for the ThreatFox: ClearFake IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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