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

Hunt Hypothesis

This hunt detects adversary activity linked to the ClearFake campaign by identifying indicators of compromise such as malicious domains and file hashes that signal potential data exfiltration or initial access attempts. Proactively hunting for these IOCs in Azure Sentinel is critical because ClearFake employs sophisticated evasion techniques, requiring early detection to prevent lateral movement and minimize impact on sensitive enterprise assets.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainintratechsa.co.zapayload_delivery2026-08-3190%
domainkap-engineering.co.ukpayload_delivery2026-08-3190%
domainr339jk17.mertre.netpayload_delivery2026-08-31100%
domainvyw0demm.gluccotrust--bites.compayload_delivery2026-08-31100%
domainconectao.com.dopayload_delivery2026-08-3190%
domaindpiwraps.compayload_delivery2026-08-31100%
domaingebbxexd.shop-alphaboostpro.uspayload_delivery2026-08-31100%
domainconsultinggetdsm.compayload_delivery2026-08-31100%
domain441k40w4.shop-bellyflush.compayload_delivery2026-08-31100%
domainshop-bellyflush.compayload_delivery2026-08-31100%
domainwdccb3xe.home-power-shield.compayload_delivery2026-08-31100%
domainprgfeg84.getdsm.compayload_delivery2026-08-31100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["intratechsa.co.za", "kap-engineering.co.uk", "r339jk17.mertre.net", "vyw0demm.gluccotrust--bites.com", "conectao.com.do", "dpiwraps.com", "gebbxexd.shop-alphaboostpro.us", "consultinggetdsm.com", "441k40w4.shop-bellyflush.com", "shop-bellyflush.com", "wdccb3xe.home-power-shield.com", "prgfeg84.getdsm.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 specific false positive scenarios for the ThreatFox: ClearFake IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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