← Back to SOC feed Coverage →

ThreatFox: ClearFake IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEventsDnsEvents
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-07-24T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the specific Indicators of Compromise (IOCs) linked to the ClearFake campaign, which is known for targeting financial and enterprise sectors through sophisticated phishing and malware delivery. Proactively hunting for these 72 IOCs in Azure Sentinel allows the SOC team to identify early-stage infections or lateral movement attempts before they escalate into significant data breaches or operational disruptions.

IOC Summary

Malware Family: ClearFake Total IOCs: 72 IOC Types: sha256_hash, domain

TypeValueThreat TypeFirst SeenConfidence
domainjtgj.interventionalpainmanagement.netpayload_delivery2026-07-24100%
domaingetamericanglass.combotnet_cc2026-07-2490%
domaininterventionalpainmanagement.netpayload_delivery2026-07-24100%
domainbcmsc.deckico.betbotnet_cc2026-07-2490%
domaincfuuzz.deckico.betbotnet_cc2026-07-2490%
domaingentletouchchiropracticclinicauroracol.combotnet_cc2026-07-2490%
domain79ccfm8.deckico.betbotnet_cc2026-07-2490%
domainifnj.intellectualgroupie.compayload_delivery2026-07-24100%
domainintellectualgroupie.compayload_delivery2026-07-24100%
domainstabimodule.deckico.betbotnet_cc2026-07-2490%
domaingeigersjobs.combotnet_cc2026-07-2490%
domainuocqxlqf.sendrat.betbotnet_cc2026-07-2490%
domainpijw.inspirationflorida.compayload_delivery2026-07-24100%
domaininspirationflorida.compayload_delivery2026-07-24100%
domaincinemacast.sendrat.betbotnet_cc2026-07-2490%
domaindyn-lithum.th0rniva.gardenbotnet_cc2026-07-2490%
domaininfinity-spc.combotnet_cc2026-07-2490%
domaingabriellekwilson.combotnet_cc2026-07-2490%
domainvitalamb.reptbot.betbotnet_cc2026-07-2490%
domain4tom-pulse.reptbot.betbotnet_cc2026-07-2490%
domainchammaautosales.combotnet_cc2026-07-2490%
domainupkx.infinityjoespizzaclearwater.compayload_delivery2026-07-24100%
domaingigaping.onlinebotnet_cc2026-07-2475%
domainxcot.id-kkslot777.compayload_delivery2026-07-24100%
domaingypd.id-kkslot777.compayload_delivery2026-07-24100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["jtgj.interventionalpainmanagement.net", "getamericanglass.com", "interventionalpainmanagement.net", "bcmsc.deckico.bet", "cfuuzz.deckico.bet", "gentletouchchiropracticclinicauroracol.com", "79ccfm8.deckico.bet", "ifnj.intellectualgroupie.com", "intellectualgroupie.com", "stabimodule.deckico.bet", "geigersjobs.com", "uocqxlqf.sendrat.bet", "pijw.inspirationflorida.com", "inspirationflorida.com", "cinemacast.sendrat.bet", "dyn-lithum.th0rniva.garden", "infinity-spc.com", "gabriellekwilson.com", "vitalamb.reptbot.bet", "4tom-pulse.reptbot.bet", "chammaautosales.com", "upkx.infinityjoespizzaclearwater.com", "gigaping.online", "xcot.id-kkslot777.com", "gypd.id-kkslot777.com", "id-kkslot777.com", "tkwt.doubledavespizzatx.com", "doubledavespizzatx.com", "farmacia-bienestar.com", "cdcila.net", "shzc.fourseasonsmansion.com", "fourseasonsmansion.com", "42nmto8h.thebrandus.com", "ardi.fourseasondumpling.com", "fourseasondumpling.com", "ybqher3f.btcbullcoin.org", "hucx.fortworthfarm.com", "fortworthfarm.com", "backupper.info", "sdanc.trave1.bet", "eugen-x.com", "cedarember.lunave5.bet", "yjpo.footstepsdaycare.com", "dynflux4or.lunave5.bet", "footstepsdaycare.com", "portcho.lunave5.bet", "levyvo.lunave5.bet", "eritreancenter.org", "glacie-palet.oppo5it.bet", "umpt.focus-logistics.net"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - ClearFake
let malicious_hashes = dynamic(["217aa6561129b2ca5958da9dde6223908ddbfc978b2b92946cda9e2e35998931", "ca5daa545c6b467afe5d17602cddce924e56e2b90ecc56ccee4be17d2cc07125", "833f110b8ec1d51b1d56795bc9049d4cda5b1447a546209856cac9355612abb4"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

False Positive Scenarios for “ThreatFox: ClearFake IOCs”

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