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

Hunt Hypothesis

This hunt identifies potential compromise by scanning for the seven specific IOCs linked to the ClearFake malware family, which is known for targeting cloud environments and leveraging legitimate tools for persistence. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to detect and isolate infected assets before the adversary can establish a foothold or execute lateral movement within the cloud infrastructure.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainkvoxeozq.ghadi.storepayload_delivery2026-09-16100%
domaingesundheitsnachweis24.depayload_delivery2026-09-1690%
domains6qvly4b.fews.storepayload_delivery2026-09-16100%
domaineqngjv6s.moltem.storepayload_delivery2026-09-16100%
domainoccidentalconstruction.compayload_delivery2026-09-1690%
domainlabioforneria.chpayload_delivery2026-09-1690%
domainv6sjo9pv.omec.storepayload_delivery2026-09-16100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["kvoxeozq.ghadi.store", "gesundheitsnachweis24.de", "s6qvly4b.fews.store", "eqngjv6s.moltem.store", "occidentalconstruction.com", "labioforneria.ch", "v6sjo9pv.omec.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/