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

Hunt Hypothesis

This hunt detects adversary activity linked to the ClearFake campaign by identifying interactions with its specific set of twelve known indicators of compromise (IOCs). Proactively hunting for these signals in Azure Sentinel is critical because ClearFake’s sophisticated use of fake documents and macro-based delivery allows it to bypass standard perimeter defenses, necessitating deep inspection of internal telemetry to catch early-stage lateral movement.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainshootartphotografie.chpayload_delivery2026-09-0290%
domainsaas-stash.beerpayload_delivery2026-09-0290%
urlhxxps://raw.githubusercontent.com/frantario/tropa47/refs/heads/main/lytkc14payload_delivery2026-09-02100%
urlhxxps://raw.githubusercontent.com/Loolu2846/ruta3742/refs/heads/main/rita80payload_delivery2026-09-02100%
domainglycomutee.compayload_delivery2026-09-02100%
domainxk282qui.shop-lipovive.uspayload_delivery2026-09-02100%
domain228fsijc.therodeoroundup.compayload_delivery2026-09-02100%
domainn5o3lrw5.usen-glucotrust-bites.compayload_delivery2026-09-02100%
domainnioas33l.shop-aquaburn.uspayload_delivery2026-09-02100%
domainbccykgbs.qummy-group.compayload_delivery2026-09-02100%
urlhxxps://raw.githubusercontent.com/cowenrty/retushrem/refs/heads/main/nelipayload_delivery2026-09-02100%
domaindacey.agencypayload_delivery2026-09-0290%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ClearFake
let malicious_domains = dynamic(["shootartphotografie.ch", "saas-stash.beer", "glycomutee.com", "xk282qui.shop-lipovive.us", "228fsijc.therodeoroundup.com", "n5o3lrw5.usen-glucotrust-bites.com", "nioas33l.shop-aquaburn.us", "bccykgbs.qummy-group.com", "dacey.agency"]);
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://raw.githubusercontent.com/frantario/tropa47/refs/heads/main/lytkc14", "https://raw.githubusercontent.com/Loolu2846/ruta3742/refs/heads/main/rita80", "https://raw.githubusercontent.com/cowenrty/retushrem/refs/heads/main/neli"]);
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 5 specific false positive scenarios for the ThreatFox: ClearFake IOCs detection rule, along with targeted exclusion strategies:

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