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

Hunt Hypothesis

This hunt detects adversary activity involving specific Indicators of Compromise (IOCs) linked to the ClearFake campaign, which is known for deploying sophisticated fake antivirus tools to establish persistence and exfiltrate data. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to identify early-stage infections before they escalate into full-scale compromises, ensuring rapid containment of this high-severity threat vector.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainoionthzfg.en-us-morningfatmelter.compayload_delivery2026-08-27100%
domainoz42q2a3.get-aquaburn.compayload_delivery2026-08-27100%
domainget-aquaburn.compayload_delivery2026-08-27100%
domaintaschenmitdruck.depayload_delivery2026-08-2790%
domainen-us-nurvealive.compayload_delivery2026-08-27100%
domainlaserimb.chpayload_delivery2026-08-2790%
domainw0unb44m.geniusbrainsignal.uspayload_delivery2026-08-27100%
domaingeniusbrainsignal.uspayload_delivery2026-08-27100%
domaineldertechsupport.compayload_delivery2026-08-27100%
domainpig[.]369bbqsifangonline.combotnet_cc2026-08-27100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["oionthzfg.en-us-morningfatmelter.com", "oz42q2a3.get-aquaburn.com", "get-aquaburn.com", "taschenmitdruck.de", "en-us-nurvealive.com", "laserimb.ch", "w0unb44m.geniusbrainsignal.us", "geniusbrainsignal.us", "eldertechsupport.com", "pig.369bbqsifangonline.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

False Positive Scenarios for “ThreatFox: ClearFake IOCs” Detection Rule

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