← Back to SOC feed Coverage →

ThreatFox: ClearFake IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
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-22T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity by correlating Azure Sentinel logs against known ClearFake indicators of compromise to identify potential lateral movement or data exfiltration attempts. Proactively hunting for these specific IOCs is critical because ClearFake represents a sophisticated threat actor capable of evading standard perimeter defenses, requiring deep internal visibility to prevent early-stage infection and containment.

IOC Summary

Malware Family: ClearFake Total IOCs: 13 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
domainttjmpding.biodentax.compayload_delivery2026-08-22100%
domainbiodentax.compayload_delivery2026-08-22100%
domainleaf.lonnyross.combotnet_cc2026-08-2290%
domaineng-eng-us-lipovive.compayload_delivery2026-08-22100%
domainkg30.chpayload_delivery2026-08-2290%
domainresidence-symbiose.chpayload_delivery2026-08-2290%
urlhxxps://cdn.jsdelivr.net/gh/marye4562/rtt76gf84j/re49jmt98payload_delivery2026-08-22100%
domaineng-eng-beastforce.compayload_delivery2026-08-22100%
domainnmf-training.chpayload_delivery2026-08-2290%
domainbobance.compayload_delivery2026-08-2290%
domainaadsp-danse.compayload_delivery2026-08-2290%
domaintk7r5jj6.bjkg.storepayload_delivery2026-08-22100%
domainbjkg.storepayload_delivery2026-08-22100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["ttjmpding.biodentax.com", "biodentax.com", "leaf.lonnyross.com", "eng-eng-us-lipovive.com", "kg30.ch", "residence-symbiose.ch", "eng-eng-beastforce.com", "nmf-training.ch", "bobance.com", "aadsp-danse.com", "tk7r5jj6.bjkg.store", "bjkg.store"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - ClearFake
let malicious_urls = dynamic(["https://cdn.jsdelivr.net/gh/marye4562/rtt76gf84j/re49jmt98"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

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

References

False Positive Guidance

Here are the false positive scenarios and corresponding exclusion strategies for the ThreatFox: ClearFake IOCs detection rule:

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