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

Hunt Hypothesis

This hunt targets the presence of seven known IOCs associated with the ClearFake malware family, which are frequently used to establish persistence or execute malicious payloads within Azure environments. Proactively hunting for these indicators allows the SOC team to identify compromised assets before the adversary can fully establish a foothold or escalate privileges in the Azure Sentinel environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domain72pxs9dq.osatcarton.irpayload_delivery2026-09-23100%
domainosatcarton.irpayload_delivery2026-09-23100%
domainifiyge40.infinityjoespizzaclearwater.compayload_delivery2026-09-23100%
domainjp8f91ri[.]303ine.compayload_delivery2026-09-23100%
domain303ine.compayload_delivery2026-09-23100%
domainbergiemedia.compayload_delivery2026-09-2390%
domainbeursvloerenrivierenland.nlpayload_delivery2026-09-2390%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["72pxs9dq.osatcarton.ir", "osatcarton.ir", "ifiyge40.infinityjoespizzaclearwater.com", "jp8f91ri.303ine.com", "303ine.com", "bergiemedia.com", "beursvloerenrivierenland.nl"]);
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/