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

Hunt Hypothesis

This hunt detects adversary activity linked to the ClearFake campaign by correlating network and endpoint telemetry against a specific set of 11 known Indicators of Compromise (IOCs). Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage infections and mitigate potential data exfiltration or lateral movement before the threat escalates.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainiypuztg.tashabeautystore.compayload_delivery2026-07-30100%
domainshlwsw.stmariapharmacy.compayload_delivery2026-07-30100%
domainstmariapharmacy.compayload_delivery2026-07-30100%
domainnbcfchw.tamajailroster.orgpayload_delivery2026-07-30100%
domaintamajailroster.orgpayload_delivery2026-07-30100%
domainswitchspineprint.compayload_delivery2026-07-30100%
domain0cppgosu.prairiefurnitureshop.compayload_delivery2026-07-30100%
domainajhgra.stephanie-bates.compayload_delivery2026-07-30100%
domainstephanie-bates.compayload_delivery2026-07-30100%
domaindlwkpdf.swirlscinnamonrolls.compayload_delivery2026-07-30100%
domainswirlscinnamonrolls.compayload_delivery2026-07-30100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["iypuztg.tashabeautystore.com", "shlwsw.stmariapharmacy.com", "stmariapharmacy.com", "nbcfchw.tamajailroster.org", "tamajailroster.org", "switchspineprint.com", "0cppgosu.prairiefurnitureshop.com", "ajhgra.stephanie-bates.com", "stephanie-bates.com", "dlwkpdf.swirlscinnamonrolls.com", "swirlscinnamonrolls.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 targeted mitigation strategies:

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